@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 902px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgd_topMain.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f0f0f0;
} 
.twoColFixLtHdr #header {
	padding: 5px 5px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	background-image: url(../images/_logos/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#nav_top {
	height: 70px;
	width: 520px;
	margin-left: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#sidebar1 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	color: #41784F;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #899BB5;
	padding-top: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1 h4 {
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #396946;
}
#sidebar1 p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
	margin:0;
}
#sidebar1 a {
	color:#899BB5;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #00F;
	text-decoration:underline;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 410px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	height: inherit;
} 
#mainContent p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
	margin-top: 5px;	
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	color: #396946;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #899BB5;
	padding-top: 5px;
	padding-bottom:10px;
	margin:0;
}
#mainContent h4 {
	margin: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #396946;
}

.twoColFixLtHdr #promoContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 180px;
} 
.twoColFixLtHdr #promoContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #899BB5;
	font-size: 11px;
	line-height: 1.2em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 5px;
	font-style: normal;
}
#promoContent h1 {
	margin: 0;
	padding-top: 5px;
	font-size:16px;
	color: #899BB5;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#promoContent h2 {
	font-size:14px;
	margin: 0px;
	padding-top: 5px;
}
#promoContent a {
	color: #899BB5;
}
#promoContent a:hover {
	text-decoration: none;
	color: #B0F9FF;
	background-color: #96AAC6;
}	
#promo1 {
	height: 135px;
	width: 195px;
	background-image: url(../images/_buttons/btn_promo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#promo2 {
	background-image: url(../images/_buttons/btn_promo.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 195px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#promo3 {
	background-image: url(../images/_buttons/btn_promo.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 195px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#promo4 {
	background-image: url(../images/_buttons/btn_promo4.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 195px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr #footer {
]	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: auto;
	height: 180px;
	padding-top: 10px;
	background-image: url(../images/bgd_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #899BB5;
	font-size: 0.7em;
	line-height: 1.1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0px;
	padding-top: 0:
	font-style: normal;
}
#footer h1 {
	margin: 0;
	padding-top: 5px;
	font-size:16px;
	color: #899BB5;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#footer h2 {
	font-size:14px;
	margin: 0px;
	padding-top: 5px;
}
#footer a {
	color: #5F6C7E;
}
#footer a:hover {
	text-decoration: none;
	color: #069;
	background-color: #E1E1E1;
}	
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
#footer ul li {
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 10px;
	color: #5F6C7E;
}
#footer ul li a {
	text-decoration:none;
	color: #5F6C7E;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
}
#nav_bottom {
	text-align: center;
	margin: 0px;
	padding: 5px;
	width: 880px;
}
