@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(/404_files/images/body_bg.gif) repeat-x top;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

table {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

#bannerImg {
	background: url(/404_files/images/banner.jpg) no-repeat top center;
	height: 115px;
}	
#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#bannerContent {
	height: 116px;
}
.logo {
	margin-right: 38px;
	float: left;
}
.wtitle{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
/* Services nav */	
.services {
	list-style-type: none;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 135px;
}
#services li {
	float: left;	
}
a.blue:link, a.blue:active, a.blue:visited {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_blue.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.blue:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_blue_.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.green:link, a.green:active, a.green:visited {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_green.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.green:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_green_.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.yellow:link, a.yellow:active, a.yellow:visited {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_yellow.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.yellow:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_yellow_.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.red:link, a.red:active, a.red:visited {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_red.jpg) no-repeat top left; 
	padding-left: 25px;
}
a.red:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/404_files/images/s_red_.jpg) no-repeat top left; 
	padding-left: 25px;
}

/* Search */	
.homeNav {
	list-style-type: none;
	font-size: 12px;
	margin: 20px 0 0 50px;
	padding: 2px 0 2px 0;	
	float: left;
}
.homeNav li {
	display: inline;
	padding: 0 10px 0 10px;
	float: left;
}
.divide {
	background: url(/404_files/images/search_divide.gif) no-repeat right;
}
a:link, a:active, a:hover, a:visited {
	color: #07559e;
	text-decoration: none;
}
#search /* ID of container div */ {
	float: left;
	width: 185px;
	margin-top: 16px;
	margin-bottom: 37px;
}
#searchBox /* ID of form element */ {
	margin-bottom: 0;
}
#search .input {
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #999;
	padding: 2px 3px;
	margin: 5px 4px 0 5px;
	width: 120px;
	font-size: 11px;
	display: block;
	float: left;
}
#search .input:focus {
	background-color: #ffffff;
}
.btnSearch {
	width: 29px;
	height: 29px;
	background: url(/404_files/images/search_arrow.gif) top no-repeat;
	display: block;
}
.btnSearch:hover {
	background-position: bottom;
}

/* Global styles */
.floatLeft {
	float: left;
}
.clearFloat {
	clear: both;
}
h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/* Global link styles */
a:link, a:active, a:visited {
	color: #2561bf;
}
a:hover {
	color: #0d4190;
}
/* White link styles */
a.white:link, a.white:active, a.white:visited {
	color: #FFF;
}
a.white:hover {
	color: #FFF;
}

/* Page Backgrounds */
.bgHome {
	background: url(/404_files/images/bg_home.jpg) no-repeat top left;
	float: left;
	margin: 0 0 0 20px;
	width: 744px;
	position: relative;
}
.bgServices {
	background: url(/404_files/images/bg_services.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
.bgSearch {
	float: left;
	padding: 0 0 0 10px;
	width: 680px
}
.bgAbout {
	background: url(/404_files/images/bg_about.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
.bgEducation {
	background: url(/404_files/images/bg_education.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
.bgRecreation {
	background: url(/404_files/images/bg_recreation.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
.bgPublications {
	background: url(/404_files/images/bg_publications.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
.bgProjects {
	background: url(/404_files/images/bg_projects.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
/* Main Nav  */
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	float: left;
	height: 34px;
}
#nav li {
	display: inline;
	background: url(/404_files/images/nav_tab_left.gif) no-repeat left;
	padding: 6px 0 5px 5px;
	margin: 0;
	float: left;	
}
#nav a:link, #nav a:active, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e3edff;
	background: url(/404_files/images/nav_tab_right.gif) no-repeat right;
	padding: 9px 14px 8px 10px;
	margin: 0;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 9px 14px 8px 10px;
	margin: 0;
}

/* Main Nav - selected states */
#nav a.selected:link, #nav a.selected:active, #nav a.selected:hover, #nav a.selected:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07559e;
	background: url(/404_files/images/nav_tab_right_white.gif) no-repeat right;
	padding: 9px 14px 8px 10px;
}
#nav .selectedLi {
	background: url(/404_files/images/nav_tab_left_white.gif) no-repeat left;	
	float: left;
}

/* Teasers column */
#colTeasers {
	width: 165px;
	padding-top: 17px;
	float: left;
}
#storage {
	background: url(/404_files/images/t_storage.gif) no-repeat top;
	color: #FFF;
	font-size: 40px;
	width: 165px;
	height: 142px;
	float: left;
	position: relative;
}
#storage p {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 65px; 
	left: 25px;
}

/* Internal pages */
#colMid {
	padding: 17px 13px 0 0;
	color: #333;
	font-size: 12px;
}

/* L1 In page nav */
#inPage {
	width: 210px;
	background-color: #eaf0f3; 
	margin-top: 17px;
	font-size: 12px;
	float: left;
}
#inPageBot {
	width: 210px;
	background: url(/404_files/images/inpage_bg_bot.jpg) no-repeat bottom;
	height: 146px;
}
#inPage h2 {
	font-size: 14px;
	background: url(/404_files/images/inpage_bg.jpg) no-repeat top;
	font-weight: normal;
	height: 27px;
	color: #FFF;
	padding: 5px 0 0 9px;
	margin: 0;
}
#inPage ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 210px;
}
#inPage li {
	padding: 0 0 3px 0;
	margin: 0;
}
#inPage a:link, #inPage a:active, #inPage a:visited {
	background: url(/404_files/images/inpage_arrow.gif) no-repeat left top;
	color: #07559e;
	padding: 2px 0 2px 23px;
}
#inPage a:hover {
	background: url(/404_files/images/inpage_arrow_.gif) no-repeat left top;
	color: #FFF;
	background-color: #07559e;
}
#inPage a {
	display: block;
	margin: 0;
	width: 187px;
}
/* L1 In page nav Selected*/
#inPage a.blue:link, #inPage a.blue:active, #inPage a.blue:hover, #inPage a.blue:visited {
	background: url(/404_files/images/inpage_arrow_.gif) no-repeat left top;
	color: #FFF;
	background-color: #07559e;
	width: 187px;
	padding: 2px 0 2px 23px;
	margin: 0;
}
/* L2 In page nav */
#inPage .drop {
	list-style-type: none;
	padding: 3px 0 0 0;
	margin: 0;  
}
#inPage .drop li {
	padding: 0 0 2px 0;
	margin: 0;
}
#inPage .drop a:link, #inPage .drop a:active, #inPage .drop a:visited {
	background: none;
	color: #07559e;
	padding: 1px 0 1px 23px;
	margin: 0;
}
#inPage .drop a:hover {
	color: #FFF;
	background-color: #07559e;
	margin: 0;
}
/* L2 In page nav Selected*/
#inPage .drop a.blue:link, #inPage .drop a.blue:active, #inPage .drop a.blue:hover, #inPage .drop a.blue:visited {
	color: #FFF;
	background-color: #07559e;
	width: 187px;
	padding: 1px 0 1px 23px;
	margin: 0;
}

/* In page nav - Services */
#inPage .waterSupply {
	background: url(/404_files/images/water_supply_bg.jpg) no-repeat top;
	padding: 5px 0 0 23px;
	margin: 0;
}
#inPage .wasteWater {
	background: url(/404_files/images/waste_water_bg.jpg) no-repeat top;
	padding: 5px 0 0 23px;
	margin: 0;
}
#inPage .labServices {
	background: url(/404_files/images/lab_services_bg.jpg) no-repeat top;
	padding: 5px 0 0 23px;
	margin: 0;
}
#inPage .tradeWaste {
	background: url(/404_files/images/trade_waste_bg.jpg) no-repeat top;
	padding: 5px 0 0 23px;
	margin: 0;
}