body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border:0px;
	min-width: 790px;/*Corrects Netscape 6 issue of window is reduced below wrapper width*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEDBD4;

	
}

/*Layout Structure _______________________________
__________________________________________________*/

#wrapper {
	margin: 10px auto;
	width: 780px;
	text-align: left;
	padding: 0px;
	background-image:url(../images/left_bg.jpg);
	background-repeat:no-repeat;
	border: 1px solid #ccc;
	background-color: #FFFFFF;

}

#branding {
	margin: 0px;
	padding:0px;
    border-bottom: 0px double #ccc;
	}

#content {
	width: 560px;
	float:right;
	background-color: #FFFFFF;
}

#mainContent {
	width: 370px;
	float:left;
}
#subContent {
	width: 180px;
	float:right;
/*	background-color: #BCE9E9;*/
}
#mainNav a:link, #mainNav a:visited {
}


#mainNav{
	margin: 0px;
	width: 200px;
	float:left;
	position: relative;
	left: 0px;
	top: 0px;

}

#footer{
	clear: both;

}


/*Branding styles _______________________________
__________________________________________________*/

#branding .logo{
	margin: 10px 15px;
	float:left;
}

#branding .headerimage{
	margin: 0px;
	padding:0px;
	float:right;
}

#branding h1.home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
	
#branding h1.contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
	
#branding h1.value {
	background-image: url(../images/value.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
	
#branding h1.about{
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
#branding h1.support{
	background-image: url(../images/support.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
#branding h1.what{
	background-image: url(../images/what.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left:220px;
	top: 120px;
	width: 267px;
	height: 39px;
	z-index: 3;
	margin: 0;
	padding: 0;
	margin-top:-39px;
	}
#footer p {
	font-size: 0.7em;
	color: #666;
	margin: 15px 0px 0px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 175px;
    background-image:url(../images/footer_rule.gif);
	background-repeat:repeat-x;
}
#footer #subBrand {
	position: relative;
	left: 60px;
	bottom: -25px;
	width: 50px;
}



/*Content styles _______________________________
__________________________________________________*/

#content {
	padding-top: 22px;
	padding-bottom: 20px;
			}
#content a {
	color: #EA7F2F;
	text-decoration: underline;
}


#content h1, #content h2, #content p, #content li{
	padding-right: 20px;
}



/*mainContent styles _______________________________
__________________________________________________*/

#mainContent { 	
		padding-top: 0px;
		padding-bottom: 20px;
			}

#mainContent h1, #mainContent h2, #mainContent p, #mainContent ul li {
	padding-right: 20px;
}

/*subContent styles _______________________________
__________________________________________________*/

#subContent { 	
		padding-top: 0px;
		padding-bottom: 20px;
			}

#subContent h1, #subContent h2, #subContent p, #subContent ul li {
	padding-right: 20px;
}


/*mainNav styles _______________________________
__________________________________________________*/
#mainNav{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
		}


#mainNav ul {
	    list-style: none;
		margin:0px;
		padding:5px 0px 0px;
		}
		
		
#mainNav ul li{
	padding-right: 0px;
	padding-left: 0px;
	width: 153px;
	list-style: none;
	padding: 0px 0px 4px 0px;
	border-bottom: 2px solid #999999;
	margin-bottom: 8px;
	display: block;
		}
		
#mainNav ul li a{
	display: block;
	padding: 6px 8px 6px 10px;
	color: white;
	background-color:#38939B;
	text-decoration:none;
	font-size: .9em;
	font-weight: bold;
	}
	
#mainNav a:hover, #mainNav a:focus {
	display:block;
	background-color: #EA7F2F;
}

#mainNav a.down{
	display:block;
	background-color: #EA7F2F;
}
#mainNav ul ul {
	margin: 0px;
	padding: 0px;
}
#mainNav ul li ul li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat-x;

}

#mainNav ul ul li a:link, #mainNav ul ul li a:visited {
	font-weight: normal;
	background-color: #E6E3DE;
	color: #666666;
}

#mainNav ul ul li a:hover, #mainNav ul ul li a:focus{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #666666;
}

#mainNav ul ul li a.subdown{
	display:block;
	background-color: #FFFFFF;
}

	
/*Content, Main Content typography styles ___________
____________________________________________________*/

#content p img.bio {
	float: right;
	border: 2px solid #38939B;
	margin: 10px 0px 15px 10px;
}
.highlight {
	font-weight: bold;
	color: #38939B;
}
#content p img.large {
	float: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 2px solid #38939B;
	clear: both;
}

.container {
	clear:both;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#content h1, #mainContent h1 {
	color: #38939B;
	font-size: 1.3em;}
	
#content h2, #mainContent h2 {
	color: #38939B;
	font-size: 1.1em;}
		
#content p, #mainContent p {
	color: #666;
	font-size: 0.8em;}
	
#content li, #mainContent li {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content  ul, #mainContent ul {
	margin-left: 15px;
}

#wrapper #content ol.roman {
	list-style: upper-roman;
	font-weight: bold;
}
#wrapper #content ol.indent {
	margin-left: 90px;
}


	
#content a:link, #content a:visited  {
	color: #EA7F2F;
	text-decoration: underline;
}

#content a:hover, #content a:focus  {
	color: #EA7F2F;
	text-decoration: none;
}
	
	
	
/*Sub Content typography styles ___________
____________________________________________________*/

#subContent h3 {
	color: #38939B;
	font-size: .9em;}
		
#subContent p {
	color: #38939B;
	font-size: 0.7em;}
#subContent p .quote {
	font-style: italic;
	font-weight: normal;
	color: #38939B;
}

#subContent li {
	color: #999;
	font-size: .75em;}
#footer a {
	color: #EA7F2F;
}
#footer #tagline {
	position: relative;
	bottom: -10px;
	width: 205px;
	left: 550px;
}
#content p img.noborder {
	float: right;
	border: 0px solid #38939B;
	margin: 10px 0px 15px 10px;
}
