/* Copyright 2009 Athena Web Design http://athenawebdesign.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset, img { 
	border:0;
}
/* misc styles */
.clear {
	clear:both;
	}
img.left {
	float:left;
	margin:0 10px 8px 0;
	}
img.right {
	float:right;
	margin:0 0 8px 10px;
	}
img.border {
	border:1px solid #666;
	padding:2px;
	}
/* layout */
body{
	padding:0 0 20px 30px;
	background:#b6a78d url(images/site_bkgd2.gif) repeat-x;
}
#outer_container {
	margin:0 auto;
	width:960px;
	}
#main_content_wrapper {
	float:left;
	width:960px;
	background: url(images/home_logo.gif) no-repeat left top;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	background-color: none;
	position: relative;
	}
.subpage #main_content_wrapper {
	background: url(images/subpage_logo.gif) no-repeat left top;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	background-color: none;
	position: relative;
	}
#main_content_wrapper p {
	font:13px/16px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 19px;
	color:#eee;
	margin:0 0 12px 0;
	}
#main_content {
	float:left;
	width:400px;
	margin-left:550px;
	background-color: none;
	}
.subpage #main_content {
	float:left;
	width:500px;
	margin-left:450px;
	background-color: none;
	}
#left_column {
	width:190px;
	float:left;
	background-color: #7290ae;
	}
#main_content a:link, #right_sidebar a:link, .watersheds #main_content a:link {
	color:#e2a965;
	text-decoration:none;
	font-weight: bold;
	}
#main_content #left_column a:link {
	font-weight:normal;
	}
#middle_content {
	float:left;
	width:530px;
	padding: 10px 20px 15px 20px;
	}
.subpage #middle_content {
	padding:10px 50px 25px 20px;
	width:530px;
	}
	
/* headings */

h1 {
	font: italic 15px/18px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color:#f0dfa0;
	margin:0 0 12px 0;
	}
h2 {
	font:15px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0 0 12px 0;
	font-weight: bold;
	}
	
/* main navigation */

#navigation {
	float:left;
	width:960px;
	z-index:100;
	position:relative;
	}
	
#navigation li
	{	float: left;
		list-style: none;
		font: 13px Tahoma, Arial;
		}

#navigation li a {
	display: block;
	width: 315px;
	height: 30px;
	padding: 0px 0px;
	text-decoration: none;
	border-right: 1px solid #eee;
	color: #fff;
	white-space: nowrap;
	text-indent: 25px;
	line-height: 30px;
}
.first {
	background-color: #945662;
	border-left: 1px solid #ddd2b8;
	}		
.second {
	background-color:#bc978c;
	}
.last {
	background:#e2a965;
	border:none;
	}
#navigation li a:hover {
		background:#C66F44;
	}
#navigation li a.selected {
		background:#B35639;
		}
		
		

		
		

