/*---------- Main Elements ----------*/
Html {
	margin: 0px auto;
	padding: 0px auto;
	font-family: Tahoma,Arial,Sans-Serif;
	font-size: 70%;
	height: 100%;}
	
Body {
	margin: 0px auto;
	padding: 0px auto;
	text-align: center;
	background-color: #000;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;}

#Wrapper {
	padding: 0px auto;
	margin: 0px auto;
	height: 100%;}

#Container {
	margin: 0px auto;
	padding: 0px auto;
	text-align:left;
	width: 780px;
	background-color: #ffffff;
	position: relative;
	min-height: 100%;}

* html #Container {
	height: 100%}



/*---------- Base Elements ----------*/
H1 {
	font-size: 125%;
	font-weight: bold;
	margin: 0px;}
	
H2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0px;}
	
H5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;}

a:active,
a:visited,
a:link {
	color: #993300;}
	
a:hover {
	text-decoration: none;}

.TableText {
	font-size: 100%;}

.TableLinks {
	width: 150px;
	line-height: 20px;}
	
	
	
/*---------- Header ----------*/
#Header {
	width: 780px;
	height: 100px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;}


/*---------- Menu ----------*/
#MainMenu {
	background-image: url(images/MenuBackground.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px;
	width: 780px;}
	
html>body #MainMenu {
	width: 764px;}
	
#MainMenu a {
	margin: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;}
	
#MainMenu a:hover {
	color: #993300;}
	
	
/*---------- Content ----------*/
#ContentContainer {
	padding: 20px;
	padding-bottom: 15px;}
	
html>body #ContentContainer {
	padding-bottom: 5px;}
	
#HomepageContent {
	padding: 0px 0px 20px 10px;}
	
#HomepageContent p 
{
	margin: 10px 0px 10px 0px;
}
	
#Articles {
	float: right;
	width: 250px;
	margin-left: 20px;
	margin-top: 5px;
	border: solid 1px #eeeeee;
	padding: 10px;
}

	#Articles h1 {
		font-size: 1.1em;
	}
	
	#Articles ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#Articles ul li {
		margin: 10px 0px 5px 0px;
	}
	
#Adobe {
	font-size: .9em;
}

#Content {
	padding: 0px 0px 20px 10px;}

#Content ul {
	margin-top: 10px;}
	
#Content ul li {
	margin-top: 5px;}

html>body #Content {
	padding: 10px 0px 10px 10px;}
	
#Content blockquote {
	background-color: #eee;
	padding: 15px;}


/*---------- ProfProd ----------*/
#ProfProdRight {
	float: right;
	width: 350px;
	background-color: #993300;
	color: #fff;
	padding: 15px;
	margin: 20px 0px -20px 10px;
	background-image: url(images/RedBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
	
html>body #ProfProdRight {
	margin: 0px 0px 10px 10px;}
	
#ProfProdRight ul {
	margin-top: 10px;
	margin-bottom: 10px;}

.QuoteCite {
	width: 350px;
	Text-Align: right;
	display: block;
	font-weight: bold;
	font-size: 80%;}
	
	
/*---------- Problem ----------*/
#ProblemTop {
	background-color: #993300;
	color: #fff;
	padding: 15px;
	margin: 20px 0px 20px 0px;
	background-image: url(images/RedBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;}

* html #ProblemTop {
	height: 100%;}
	
html>body #ProblemTop {
	margin-top: 10px;}
	
	
/*---------- Homepage Banner ----------*/
#HomepageBanner {
	width: 740px;
	height: 240px;
	background-image: url(images/HomepageBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;}


/*---------- Contact----------*/
#ContactText {
	height: 300px; 
	margin-top: 20px;}

html>body #ContactText {
	height: 310px; 
	margin-top: 10px;}

#map {
	width: 500px; 
	height: 300px; 
	float: right; 
	margin-top: 20px;}

html>body #map {
	margin-top: 10px;}
	
	
/*---------- Footer ----------*/
#Footer {
	position: relative;}

#FooterAddress {
	width: 220px;
	height: 80px;
	background-image: url(images/FooterAddress.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	color: #999;
	padding: 30px 15px 15px 15px;}
	
html>body #FooterAddress {
	height: 50px;}
	
#FooterQuote {
	width: 500px;
	height: 80px;
	background-color: #eee;
	position: relative;
	top: 0px;
	left: 16px;
	background-image: url(images/QuoteStart.jpg);
	background-repeat: no-repeat;
	background-position: left top;}
	
html>body #FooterQuote {
	left: 240px;}
	
#FooterQuoteRight {
	height: 80px;
	width: 500px;
	background-image: url(images/QuoteEnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 26px 40px 20px 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 120%;
	font-weight: bold;}
	
html>body #FooterQuoteRight {
	height: 34px;
	width: 420px;}
