@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
<!-- 

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 90%; 
	background: #fff;
	margin: 0 auto; 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; 
	padding: 0px 20px 0px 20px;
}

#header {
	height: 250px;
} 
#header_top {
	height: 205px;
	background-repeat:no-repeat;
	background-color:#fff;	
	background-image:url(images/header_center.jpg);
	background-position:left;
} 

#header_right {
	float:right;
	padding: 20px 30px 0px 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 75%;
}
#header_right_links {
	padding: 0px 0px 0px 0px;
	text-align:right;
	color:#000;
}
#header_right_links a{
	color:#000;
}
#header_address {
	padding: 10px 0px 0px 0px;
	text-align:right;
}
		
#header_left {
	width:290px; 
	float: left;
	padding: 30px 0 0 0px;
}
#header_center {
	float: left;
	background-position:center;
}

#header_nav{ 
	margin-left: auto;
	margin-right: auto;
	align:center;	
	background-color:#660000;
	width:100%;
}
#header_nav_wrap{ 
	clear:both;
	background-color:#660000;
	height:35px;
	width:100%;
}
#footer_top {
	width:100%;	
}
#footer_address {
	padding: 3px 0px 0px 0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 70%;
	float:left;
	width:400px;
}
#footer_links {
	padding: 3px 0px 0px 0px;
	text-align:right;
	float:right;
	font-size: 70%;
	color:#FFFFFF;
	padding-right:30px;
}
#footer_nav {
	color:#FFFFFF;
	font-size: 75%;
	padding:5px}
#footer_nav a{color:#FFFFFF; padding:5px;}
a.footer_nav:hoover {background-color:#33c;}
.style3 {font-size: 90%}
.style4 {font-size: 75%; padding-bottom:1px; margin-top: 0px; }


#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #660000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; 
	
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 11.5em; 
	background: #D0E8D0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 2px 5px 3px; 
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
 	margin: 0 12em 0 11.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

#mainContent_2_column {
	margin: 0 20px 0 11.5em;
	max-width:90%;
	}
#footer { 
	padding: 0 10px 10px; 
	background: #660000;
	margin: 10px;
} 
#footer p {
	margin: 10px;
	padding: 10px 0; 
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style>
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1,  #sidebar2 { padding-top: 30px; }
 #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

