@charset "utf-8";
/* CSS Document */



#body_content a {
	color:white;
	text-decoration:underline;
	}

#body_content a:hover {
	color:#FFFF00;
	}

#resources a {
	text-decoration:none;
	}
		
.ResourceFolder {
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	}

.ResourceItem {
	position:relative;
	border:1px solid white;
	margin:4px;
	padding:4px;
	margin-bottom:4px;
	background-color:#4D2D17;
	}

.ResourceDescription {
	position:relative;
	border:1px solid white;
	margin:4px;
	padding:4px;
	margin-bottom:4px;
	cursor:pointer;
	}

.GlossaryItem {
	position:relative;
	border:1px solid white;
	margin:4px;
	padding:4px;
	margin-bottom:4px;
	background-color:#4D2D17;
	}

.GoogleSearch {
	position:relative;
	font-size:10px;
	color:white;
	left:0px;
	text-align:right;
	width:auto;
	}
	
.GlossarySource {
	position:relative;
	font-size:10px;
	color:white;
	left:0px;
	clear:none;
	float:left;
	}

.GlossaryLetter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.GlossaryWord {
	position:relative;
	font-size:18px;
	font-weight:bold;
	}

h1 {
	font-size:20px;
	font-weight:bold;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	}

.WatershedList {
	font-size:10px;
	color:white;
	}

.WatershedListSel {
	font-size:10px;
	color:white;
	text-decoration:underline;
	}
	
.main {
	background-image:url('/images/background.jpg');
	background-repeat:repeat-y;
	width:1000px;
	text-align:left;
	position:relative;
	}

.below_header {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:inherit;
	}

.header {
	background-repeat:no-repeat;
	width:1000px;
	height:90px;
	position:relative;
	top:0px;
	left:0px;
	cursor:pointer;
	}

#body_container {
	background-image:url('/images/body_background.jpg');
	background-repeat:no-repeat;
	position:relative;
	float:right;
	height:auto;
	width:752px;
	vertical-align:top;
	}

#body_content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	padding:10px;
	float:left;
/*	border:1px solid white; */
	width:720px;
/*	margin-right:18px; /* to prevent the text from spilling off the brown background */
	}

.left_menu {
	width:133px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

.footer {
	background-image:url('/images/footer.jpg');
	background-repeat:no-repeat;
	width:1000px;
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	}

.footer a {
	color:#9D5B2F;
	}

.footerText {
	position:relative;
	color:white;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.menu_item {
	cursor:pointer;
	border:none;
	}
	
.imgborder {
	border:solid white 1px;
	padding:6px;
	}
	
.watershed_demographics {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid white;
	width:250px;
	height:503px;
	margin-left:6px;
	}
	
.watershed_demographics_content {
	color:white;
	margin:2px;
	}	

td {
	font-size:12px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}

.LargeMapLink {
	text-align:center;
	padding:5px; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #734424;
}

.WhatCanIDo {padding: 0px margin: 0px;}
.WhatCanIDo H2{ padding: 10px 0px 0px 15px; margin: 0px;}
.WhatCanIDo ul {padding: 0px; margin: 3px 0px 10px 60px;}
.WhatCanIDo li { padding: 2px; }

.WaterShedContentUnderHeading {margin-left: 30px; padding-bottom: 10px; }
