@charset "UTF-8";
/* valleywateronline.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	padding-bottom:8px;
	}
body {
	background-color:#e3f1fd;
	font-family:Helvetica, Arial;
	color:#333333;
	font-size:12px;
	line-height:1.2em;
	margin:0 auto;
	width:902px;
	}
h1 {
	color:#001576;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
	padding-bottom:5px;
	}
h2 {
	color:#333333;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	padding-bottom:5px;
	}
#container {
	width:900px;
	background:#ffffff;
	border-left:1px solid #001576;
	border-right:1px solid #001576;
	border-bottom:1px solid #001576;
	margin-bottom:10px;
	}
.header {
	background:url(../images/header1.jpg) top no-repeat;
	color:#333333;
	height:194px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:1.2em;
	width:900px;
	}
.header-left {
	text-align:left;
	padding:20px 0 0 20px;
	width:200px;
	float:left;
	display:inline;
	}
.header-right {
	text-align:right;
	width:200px;
	float:right;
	display:inline;
	padding:20px 20px 0 0;
	}
#nav {
	width:800px;
	text-align:center;
	color:#ffffff;
	font-size:1.8em;
	font-family:"Times New Roman", Times, serif;
	line-height:1.4em;
	background:url(../images/nav-bkg.jpg) repeat-x;
	height:39px;
	padding-top:3px;
	list-style: none;
	padding-left:100px
	}

#nav ul { /* all lists */
	list-style: none;
	line-height: 1.4em;
	}
#nav ul li {
	padding-right:30px;
	}
#nav ul li ul li {
	padding:0;
	}
#nav a {
	display: block;
}
#nav a:link {
	color:#ffffff;
	text-decoration:none;
	}
#nav a:visited {
	color:#ffffff;
	text-decoration:none;
	}
#nav a:hover {
	color:#abd7fc;
	text-decoration:none;
	}

#nav li {
	display:inline;
	float:left;
	list-style:none;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#ffffff;
	border:1px dotted #666666;
	text-align:left;
	font-size:0.7em;
	opacity:.90;
	filter: alpha(opacity = 90);
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	line-height:1.4em;
	width:12em;
	}

#nav li ul li a:link {
	color:#a82437;
	text-decoration:none;
	padding:5px 0 0 5px;
	border-bottom:1px dotted #999999;
	}
#nav li ul li a:visited {
	color:#a82437;
	text-decoration:none;
	border-bottom:1px dotted #999999;
	padding:5px 0 0 5px;
	}
#nav li ul li a:hover {
	color:#283c7e;
	text-decoration:none;
	background:#e1e3e4;
	padding:5px 0 0 5px;
	border-bottom:1px dotted #999999;
	}
	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {  
    position: static;  
   }
.body {
	width:880px;
	padding:10px;
	}
.body ul {
	padding:5px;
	}
.body li {
	padding-left:5px;
	margin-left:10px;
	padding-bottom:5px;
	line-height:1.3em;
	font-size:1.1em;
	}
.left {
	width:340px;
	border-right:1px solid #c3e2fe;
	padding:10px;
	float:left;
	display:inline;
	}
.middle {
	width:250px;
	border-right:1px solid #c3e2fe;
	padding:10px;
	display:inline;
	float:left;
	}
.right {
	width:220px;
	padding:10px;
	float:right;
	display:inline;
	}
.right p {
	border-top:1px solid #c3e2fe;
	margin-top:5px;
	padding-top:10px;
	line-height:1.3em;
	}
.content {
	width:860px;
	padding:10px;
	line-height:1.6em;
	}
.content a:link {
	color:#990000;
	text-decoration:none;
	}
.content a:visited {
	color:#990000;
	text-decoration:none;
	}
.content a:hover {
	color:#990000;
	text-decoration:underline;
	}
.content h1 {
	font-size:1.6em;
	color:#000033;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #c3e2fe;
	}
.content h2 {
	font-size:1.3em;
	color:#0e6298;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #c3e2fe;
	}
.content_left {
	float:left;
	width:400px;
	display:inline;
	padding-right:10px;
	margin-right:20px;
	}
.content ul {
	margin-left:5px;
	}
.content li {
	padding-left:10px;
	}
.bottom {
	height:28px;
	background:url(../images/bottom-bar-bkg.jpg) #18435f repeat-x;
	width:880px;
	padding:10px 10px 0 10px;
	color:#ffffff;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	text-align:center;
	font-size:1.5em;
	}
#footer {
	width:900px;
	text-align:center;
	padding-top:10px;
	color:#000033;
	line-height:1.4em;
	}
#footer li {
	display:inline;
	padding-right:5px;
	}
#footer a:link {
	color:#000033;
	text-decoration:none;
	}
#footer a:visited {
	color:#000033;
	text-decoration:none;
	}
#footer a:hover {
	color:#000033;
	text-decoration:underline;
	}
.images {
	padding:5px;
		}
.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 - <br class="clearfloat" />
 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}