/*  =General stuff
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	}
	
body {
	background:url(../gfx/body_bg.gif);
	}
	
.gradient {
	background:url(../gfx/gradient.gif) repeat-x;
	display:block;
	}
	
#container {
	width:860px;
	background:url(../gfx/container_bg.gif);
	margin:0 auto ;
	padding:0 0 0 0;
	
	}
	
#container .gradient {
	background:url(../gfx/container_gradient.gif) repeat-x;
	padding:17px 0 0 17px;
	}

#inner {
	background:#FFF;
	width:826px;
	/*margin:0 0 0 17px;*/
	padding:36px 0 0 0;
	float:left;
	}
	
img {
	border:0;
	}

/*  =Type
----------------------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:1.5em;
	}
	
h2 {
	font-size:1em;
	}
	
h3 {
	font-size:0.9em;
	}
	
h4 {
	font-size:0.8em;
	}
	
h5 {
	font-size:0.75em;
	}
	
p, li {
	font-size:0.7em;
	}
	
li li {
	font-size:1em;
	}
	
a {
	color:#00659f;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
/*  =Header
----------------------------------------------- */	

#header {
	width:826px;
	position:relative;
	}

h1#logo {
	width:191px;
	height:42px;
	display:block;
	position:relative;
	margin:0 0 0 18px;
	overflow:hidden;
	font-size:20px;
	}
	
h1#logo span {
	width:100%;
	height:100%;
	position:absolute;
	background:url(../gfx/logo.gif);
	}
	
#banner {
	border-top:3px solid #00659f;
	clear:left;
	width:800px;
	margin:10px 13px 0 13px;
	padding:1px 0 0 0;
	}
	
/*  =Content
----------------------------------------------- */
	
#content {
	clear:both;
	width:800px;
	margin:20px 0 0 13px;
	}
	
	
/*  =Nav
----------------------------------------------- */

#nav {
	list-style:none;
	display:inline;
	overflow:hidden;
	position:relative;
	float:left;
	margin:30px 0 10px 0;
	}
	
#nav li {
	float:left;
	list-style:none;
	display:inline;
	}
	
#nav li a {
	display:block;
	text-align:center;
	overflow:hidden;
	height:0px;
	padding:25px 0 0 0;
	}
	
#nav_watershed {
	background:url(../gfx/nav_watershed.gif) top left no-repeat;
	margin-left:17px;
	width:137px;
	border-right:1px solid #CCC;
	}
	
#nav_about {
	background:url(../gfx/nav_about.gif) top left no-repeat;
	width:156px;
	border-right:1px solid #CCC;
	}
	
#nav_conservation {
	background:url(../gfx/nav_conservation.gif) top left no-repeat;
	width:170px;
	border-right:1px solid #CCC;
	}
	
#nav_projects {
	background:url(../gfx/nav_projects.gif) top left no-repeat;
	width:95px;
	border-right:1px solid #CCC;
	}
	
#nav_resources {
	background:url(../gfx/nav_resources.gif) top left no-repeat;
	width:105px;
	border-right:1px solid #bbe6d6;
	}
	
#nav_news {
	background:url(../gfx/nav_news.gif) top left no-repeat;
	width:74px;
	border-right:1px solid #bbe6d6;
	}
	
#nav_directory {
	background:url(../gfx/nav_directory.gif) top left no-repeat;
	width:99px;
	border-right:none;
	}
	
#nav_events {
	background:url(../gfx/nav_events.gif) top left no-repeat;
	width:89px;
	border-right:1px solid #bbe6d6;
	}
	
#nav li a:hover {
	background-position:0 -25px;
	}

#util {
	list-style:none;
	position:absolute;
	display:inline-block;
	top:0;
	right:36px;
	}
	
#util li {
	float:left;
	}
	
#util li a {
	color:#666;
	text-decoration:none;
	margin-left:10px;
	padding-left:10px;
	border-left: 1px solid #666;
	}

#util li a.first {
	border:none;
	}
	
#search {
	position:absolute;
	top:30px;
	right:36px;
	}
	
#search #submit {
	position:relative;
	top:3px;
	}
	
#searchbox {
	width:155px;
	}
	
/*  =Databoxes
----------------------------------------------- */

.dataBox {
	display:block;
	width:180px;
	}
	
.dataBox h3 a {
	display:block;
	height:8px;
	font-size:0.75em;
	padding:10px 0 8px 16px;
	color:#FFF;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.dataBox h3 a:hover {
	text-decoration:none;
	}
	
.dataBox h3 a.news {
	background:url(../gfx/news_btn_bg.jpg) top left no-repeat;
	}
	
.dataBox h3 a.resources {
	background:url(../gfx/res_btn_bg.jpg) top left no-repeat;
	}
	
.dataBox h3 a.events {
	background:url(../gfx/events_btn_bg.jpg) top left no-repeat;
	color:#197854;
	}			
	
.dataBox p, .dataBox li {
	margin:10px 0;
	color:#666;
	}
	
.dataBox ul {
	margin-left:7px;
	padding-left:7px;
	}
	
.readMore {
	font-style:italic;
	padding:0 0 0 15px;
	background:url(../gfx/more_arrow.gif) 0 50% no-repeat;
	margin:15px 0;
	}


.dataBox .date {
	color:#12774f;
	font-size:1.1em;
	font-weight:bold;
	}
	

/*  =Footer
----------------------------------------------- */

#footer {
	clear:both;
	background:url(../gfx/footer_logo.gif) 15px 17px no-repeat;
	padding:15px 10px 15px 78px;
	color:#999;
	}
	
#footer .links {
	width:500px;
	float:left;
	}
	
#footer .links ul {
	list-style:none;
	}
	
#footer .links li {
	float:left;
	margin-right:7px;
	padding-right:7px;
	border-right:1px solid #999;
	}	
	
#footer a {
	color:#999;
	}

#footer .credit {
	float:right;
	width:150px;
	}
	
#footer .copyright {
	clear:both;
	}
	
/* donation button */

#donate_btn {
	position:absolute;
	top:-36px;
	right:36px;
	color:#FFF;
	font-size:11px;
	background:url(../gfx/donation_btn_bg.gif) no-repeat;
	width:160px;
	height:13px;
	padding:8px 10px 5px 10px;
	}
