@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;
}
th.style {
	font-size: 80%;
	text-align: left;
	background-color: #155ef9;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: left top;
}
caption {
	font-size: 110%;
	font-weight: bold;
	color: #2571fa;
	padding: 5px 0;

}
h2, h3, h4 {
	color: #2571fa; 
}
a {
	font-weight: bold;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #2571FA;
}
a:active {
	color: #2571FA;
}
.tableright {

	border-right:  dotted 1px #FFFFFF;

}
#contentwrapper2{
	background-image: url(images/main-2-col-bg.png);
	background-repeat: repeat-y;
	background-position: -1px 50px;
}
#wrapper {
	background-image: url(images/we-fix-bad-water-logo-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#maincontenttop {
	background-image: url(images/maincontenttop.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 12px;
}
#maincontentbottom {
	background-image: url(images/maincontentbottom.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-bottom: 12px;
}
#maincontent{
	background-image: url(images/maincontentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
		padding: 12px;
}
#footer {
	height: 180px;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#mainnav {
	height: 198px;
}
#subnav {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 35px;
}
ul.vert-one{margin:0 1px;padding:0;list-style-type:none;display:block;font:bold 11px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:228px;}
ul.vert-one li{
	margin:0;
	padding:0;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1F5FD2;
	border-bottom-color: #5B99FF;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#2571FA;
	padding:3px 0 3px 20px;
	width:208px;
	background-color: #FFFFFF;
}
ul.vert-one li a:hover{
	background-color: #1C54BA;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #FFFFFF;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #0A296D;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
/* Menu Styles */
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 18px 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 11px;
	height: 42px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
	#menu li {
		float: left;
		margin: 0;				
	}
	#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 42px;
	color: #666;
	}
#city {
	background-image: url(images/find-city-bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
	#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 0px solid #DDD;
	color: #999;
	}
	#menu_wrapper ul {margin-left: 12px;}
	#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
	#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
/* Blue Menu */
	#menu_wrapper.blue ul {
	background-color: #0a296d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6fa3ff;
	border-bottom-color: #6fa3ff;
}
	#menu_wrapper.blue a {color: #fff;}
	#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {
	color: #90CDFF;
	border-bottom: 0px solid #6fa3ff;
	background-color: #2571FA;
}
	#menu_wrapper.blue {background: url(images/blue.png) no-repeat right;}
	#menu_wrapper.blue div {background: url(images/blue.png) no-repeat left;}
	
	
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 648px;	
	height:295px;	
	
	/* custom decorations */
	padding:0px;	
	border:0px outset #ccc;
	background-color:#efefef;				
}

.adbg {
	background: url(images/ad_bg.png) no-repeat 0 20px;
	
	}
/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration 
	margin-left:10px;*/
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:648px;
	padding:0px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:0px outset #ccc;
	background-color: #ddd;
	margin-right: 0px;	
	-moz-border-radius:0px;
}

/* active item */
div.scrollable div.items div.active {
	border:0px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:31px;
	height:295px;
	background:url(images/left.png) no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -295px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 
#content-top { margin-top:20px; }	
#content-middle { background-color:#FFFFFF; padding: 5px 50px; color:#0A296D;   }
#content-middle a { color:#0A296D; }
