@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#222;
	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;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #main-content {padding: 0 0 0 20px; width:560px; float:left; margin-bottom:100px;}
.oneColFixCtr #main-content p {font-size:12px;}

#logo-header {background:url("../images/wetland_logo.gif") no-repeat -1px -1px; background-color: #051f05; clear: both; height: 79px; text-indent:-9999px;}
#utility-bar {background-color:#59800a; height:5px; font-size: 12px; padding:0 10px; line-height:0px; text-indent:-9999px;font-size:1px;}

#link-bar {width:100%; background:url("../images/wetland_link_bar.gif") repeat-x; text-align:left; height:31px; color:#fff; font-size: 12px;}
#link-bar ul {float:left; padding:0; margin:0; width:100%;}
#link-bar ul li {display:inline;}
#link-bar ul li a:link, #link-bar ul li a:visited {color:#fff; line-height:30px; float:left; margin-right:2px; padding:0 20px; text-decoration:none;}

#link-bar ul li a:hover {background-color:#59800a;}

#main-visual {height:323px; background:url("../images/wetland_visual_home.jpg"); clear:both; text-indent:-9999px;}
#margin-note {width:240px; margin-left:610px; margin-bottom:100px;}
#margin-note p {font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; line-height:18px;}
#margin-note img {margin-top:20px;}

#main-content h3, #main-content h2, #main-content h1 {color:#59800a; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif;}
#main-content h1 {margin-top:20px;}
#main-content h2 {font-size:14px; margin-top:30px;}
#main-content h2.notopmargin {margin-top:0px;}
#main-content h3 {font-size:12px;}

#main-content ol {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:18px;}
#main-content ol.numeric {list-style-type:decimal;}
#main-content ol.roman {list-style-type:lower-roman;}

#margin-note h3, #margin-note h2, #margin-note h1 {color:#59800a; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;}
#margin-note h1 {margin-top:20px; font-size:18px;}
#margin-note h2 {margin-top:30px;}
#main-content p {font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; line-height:18px;}

#main-content dl.photo {width:120px; float:left; margin-right:20px; height:120px;}
#main-content dl.photo dd {font-size:12px; font-family:Arial, Helvetica, sans-serif; margin-left:0;}
#main-content dl.photo a img {border:0;}

table#leadership {margin-top:20px;}
table#leadership td {padding-bottom: 20px;}

#footer {clear:both; background-color:#051f05; height:50px; color:#fff; font-size:12px; line-height:50px; text-align:center; height: 75px;}



<!--[if IE]>
<style type="text/css"> 
a { zoom: 1;}
</style>
<![endif]-->
