/* --------------------------------HTML ELEMENTS ------------------ */


body {
	background: white;
	color: black;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
	}

form {
	margin-top: 0;
	}

input {
	width:auto;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #2965A6;
	font-size: 140%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	}


h2 {
	width: auto;
	font-size: 135%;
	border-bottom: solid 2px #2965A6;
	}

h3 {
	color: #666;
	font-size: 120%;
	margin: 0 0 10px 0;
	}

h4 {
	color: black;
	font-size: 110%;
	margin: 0 0 5px 0;
	}

h4 span {
	font-weight: normal;
	font-style: italic;
	}


p {
	margin: 0 0 15px 0;
	padding: 0;
	}

a:link, a:visited {
	background: transparent;
	color: #2965A6;
	}

a:hover, a:active {
	background: transparent;
	color: #c33;
	}

a img {
	border: none;
	}

td {
	vertical-align: top;
	}

ul { 
	margin-top: 0; 
	padding-top: 0;
	margin-bottom: 20px;
	}

/* --------------------------------CLASSES--------------------- */

.button { padding-left: 15px; padding-right: 15px; }

.center { text-align: center;}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	}

#pageContent div.highlightsGraph img {
	padding: 0;
	margin: 5px 0 0 0;
	}

.executive { color:#2965A6; font-weight: bold; }

.subscribeForm { width: 155px; border: solid 1px #2965A6; margin: 0; padding: 0 0 0 3px; }

.meetingDocs, .conserveTips {	padding: 0; margin: 5px 0 15px 15px;}

.linksHeader {font-weight: bold; border-bottom: solid 1px black;}

ul.newslist {margin-top: .5em;}

ul.accessibility {list-style-type: none; padding-left: 0; margin-left: 8px;}

ul.reservoirs {list-style-type: none; padding-left: 0; margin-left: 0; margin-top: 0;}



.WaterSmartImg {float:right; margin: 0 2px 2px 1px;}

.why {
	text-indent: -5000em;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	}




/* --------------DIVs AND DIV-SPECIFIC in layout order------------ */


#indexAnimationBlock {
display: block;
width: 335px;
height: 104px;
color: black;
background: url(images/anim-bg.jpg) no-repeat top left;
margin: 0 0 0 10px;
padding: 0;
}

#indexAnimationBlock #indexAnimation {
margin: 0;
padding: 0;
}

#indexAnimationToggle {
	display: block; margin-bottom: 15px;
	}

#header {
	height: 125px;
	margin: 0 2% 0 0;
	padding: 0;
	background: white url(images/header-bg.jpg) no-repeat top left;
	color: black;
	}

	#header h1 {
		text-indent: -5000em;
		height: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
		}

#indexMap { vertical-align: middle;}

#indexMapLabel { margin-left: -20px;}


#logo {
	float: right;
	background: transparent url(images/logo.gif) no-repeat top center;
	width: 375px;
	height: 125px;
	color: black;
	margin: 0;
	padding: 0;
	}

#skipper {
	display: none;
	}

#mapsList {
	list-style-type: none;
	margin: 10px 0 20px 0;
	padding: 0;
	}

		#mapsList li {
			display: block;
			height: 65px;
			margin: 0 0 15px 0;
			}
	
		#mapsList li img {
			float: left;
			padding: 0;
			margin: 0 15px 0 0;
			}


#meetings {
	border: solid 1px #2965A6;
	padding: 0;
	margin: 0 0 25px 0;
	}

		#meetings td {
			border: solid 1px #2965A6;
			padding: 4px 3px 3px 4px;
			margin: 0;
			}
		
		#meetings td.date {
			width: 30%;
			vertical-align: top;
			font-weight: bold;
			background: #6BA3CB;
			color: white;
			}
		
		#meetings td.location {
			width: 40%;
			font-weight: bold;
			background: #6BA3CB;
			color: white;
			}
		
		#meetings td.agenda {
			width: 30%;
			font-weight: bold;
			background: #6BA3CB;
			color: white;
			}

#membersTable, #membersTable td, #locationsTable, #locationsTable td {
	border: solid 1px #666;
	padding: 0;
	margin: 0 0 25px 0;
	}
		
		#membersTable td, #locationsTable td {
			padding: 5px 5px 8px 8px;
			}
		
		#membersTable .membersTableTop, #locationsTable .locationsTableTop {
			font-weight: bold;
			font-size: 115%;
			background: #6BA3CB;
			color: white;
			}
		
		#membersTable .membersTableInterests, #locationsTable .locationsTableCounties {
			font-weight: bold;
			background: rgb(90%,90%,90%);
			color: #2965A6;
			}
		

#navbar {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	background: rgb(90%,90%,90%);
	color: black;
	border-top: solid 1px #2965A6;
	border-bottom: solid 1px #2965A6;
	font-size: 80%;
	}

#layoutTable {
	width: 97%;
	background: white;
	margin: 0 0 10px 1%;
	padding: 0;
	}

#layoutTable p, #layoutTable h2, #layoutTable h3, #layoutTable h4, #layoutTable table, #layoutTable input, #layoutTable label, #layoutTable li, #layoutTable img {
		margin-left: 10px;
		margin-right: 10px;
		}

		#leftColumn, #rightColumn, #backgroundLeftColumn, .linksColumn {
			width: 200px;
			background: rgb(90%,90%,90%);
			margin: 0;
			padding: 0;
			font-size: 80%;
			text-align: left;
			line-height: 1.4;
			}
	
		#backgroundLeftColumn {
			width: 260px;
			}
		

#sb1Column {
float: left; width: 48%; margin: 0; padding: 0;
}

#issuesColumn {		
float: left; width: 48%; margin: 0 0 0 .25em; padding: 0 0 0 .5em; border-left: solid 2px #2965A6 }



		.linksColumn {
			width: 30%;
			font-size: 100%;
			}

		#linksPageBody #layoutTable li {
			margin: 5px;
			margin-bottom: 10px;
			padding: 0;
			}		

		#linksPageBody #layoutTable ul {
			list-style-type: none;
			margin: 15px 5px 25px 5px;
			padding: 0;
			}

		#linksPageBody #layoutTable ul.citiesCountiesList li {
			margin: 0 5px;
			}

		#linksPageBody #layoutTable h2 {
			margin-bottom: 15px;
			border-bottom: solid 2px #2965A6;
			color: #2965A6;
			background: transparent;
			font-size: 150%;
			}

		#linksPageBody #linksPageContent h2 {
			line-height: 1.4;
			}

		.linksColumn h2 {
			font-size: 185%;
			}

		#rightColumn {
			width: 180px;
			background: white;
			color: #666;
			border: solid 1px #2965A6;
			border-width: 0 1px 1px 1px;
			}
			
		#leftColumn h2, #rightColumn h2, #backgroundLeftColumn h2 {
			text-align: center;
			background: #2965A6;
			color: white;
			padding: 5px 0;
			width: 100%;
			margin: 0 0 5px 0;
			border: none;
			}


		#pageContent, #linksPageContent {
			width: auto;
			background: white;
			margin: 0;
			padding: 0;
			}
		
		#pageContent h2 {
			font-size: 185%;
			}
		
		#pageContent h3 {
			font-size: 125%;
			}


#orgSubNav {
list-style-type: none;
text-align: center;
margin: 0 12px 0 0;
padding: 0;
}


#rightColumn address {
margin-left: 10px;
margin-right: 10px;
padding: 0;
}

#regionalFactsTable {
	background: transparent;
	color: black;
	margin: 0px 0 15px 0;
	}

#regionalFactsTable tr {
	background: white;
	color: black;
	border: none;
	}

#regionalFactsTable td {
	background: rgb(90%,90%,90%);
	color: black;
	padding-right: 20px;
	vertical-align: top;
	}

#regionalFactsTable td.rightAlign {
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 6px;
	}

#footer {
	margin: 0 2% 0 1%;
	padding: 5px 0 0 0;
	border-top: solid 2px #2965A6;
	}


