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

body {
	width: 900px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #999;
}

#container {
	width: 900px;
	height: 100%; 
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#FFF;
	background: url(images/sub_bkgd.jpg) top left repeat-y;
	position: relative;
	border: #0076a4 solid 1px;
	padding: 0;

}

#wrapper {
	width: 900px;
	height: 100%; 
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#FFF;
	position: relative;
	border: #0076a4 solid 1px;
	padding: 0;

}

#header {
	margin: 0;
	padding: 0;
	background-image:url(images/sub_01.jpg);
	width:900px;
	height: 68px;
}

#home_header {
	margin: 0;
	padding: 0;
	background-image:url(images/home_rem_01.jpg);
	width:900px;
	height: 348px;
}

#header_image {
	margin: 0;
	padding: 0;
	background-image:url(images/sub_02.jpg);
	width:900px;
	height: 166px;
}

#navigation {
	margin: 0;
	padding: 0;
	/* background-image:url(images/sub_03.jpg); */
	width:900px;
	height: 30px;
}

#secondary_navigation {
	margin: 0;
	padding: 0;
	background: white;
	width:900px;
	height: 23px;
}


#secondary_navigation ul {
	margin: 0px 0 0 78px;
	padding: 3px 0 0 0;
}

		body.notifications #secondary_navigation ul, 
		body.notifications_minutes #secondary_navigation ul, 
		body.notifications_backflow #secondary_navigation ul, 
		body.notifications_forms #secondary_navigation ul 
		{
			margin: 0px 0 0 233px;
		}

		body.projects #secondary_navigation ul, 
		body.projects_beacon #secondary_navigation ul 
		{
			margin: 0px 0 0 233px;
		}

		body.conservation #secondary_navigation ul,
		body.conservation_consumption #secondary_navigation ul,
		body.conservation_lawn #secondary_navigation ul,
		body.conservation_tips #secondary_navigation ul,
		body.conservation_pool #secondary_navigation ul,
		body.conservation_hydrants #secondary_navigation ul
		{
			margin: 0px 0px 0 0px;
			text-align: right;
		}

		body.news #secondary_navigation ul,
		body.news_factsheets #secondary_navigation ul,
		body.news_archives #secondary_navigation ul,
		body.news_newsletters #secondary_navigation ul
		{
			margin: 0px 0px 0 0px;
			text-align: right;
		}

#secondary_navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#secondary_navigation a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #1992cf;
	font-weight: normal;
	text-decoration:none;
	padding: 0px 10px 12px 10px;
}

#secondary_navigation a:hover {
	color: black;
	text-decoration:underline;
}

#main_content {
	clear: both;
	padding: 0px;
	margin: 0;
	width: 633px;
	float: left;
	min-height: 362px;
	background: white;
}

#wide_content {
	clear: both;
	margin: 20px 0 20px 80px;
	padding: 0;
	width: 735px;
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #724cab;
	font-weight: normal;
	margin: 30px 25px 10px 25px;
	letter-spacing: 1px;
}

		body.home h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #724cab;
			font-weight: bold;
			padding: 30px 25px 10px 25px;
			margin: 0;
			letter-spacing: 0px;
		}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1283bc;
	font-weight: bold;
	margin: 20px 25px 10px 25px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2da83b;
	font-weight: bold;
	margin: 10px 25px 10px 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin: 10px 25px 10px 25px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6c6c6c;
	font-weight: normal;
	margin: 10px 25px 10px 25px;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	font-weight: normal;
	margin: 10px 15px 10px 15px;
	*margin: 10px 15px 10px 55px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	font-weight: normal;
	margin: 7px 15px 7px 0px;
	line-height: 16px;
}



a, a:link, a:active, a:visited {
	color: #724cab;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.question {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2da83b;
	font-weight: bold;
}

img.inset_right {
	margin: 3px 3px 12px 12px;
	border: 1px #666 solid;
}

img.inset_left {
	margin: 3px 12px 12px 3px;
	border: 1px #666 solid;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 267px;
	float: right;
	min-height: 362px;
	_height: 362px;
	/* background-image:url(images/sub_06.jpg); */
}

#sidebar p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 18px 27px 0px 27px;
	color: #666;
}

#sidebar a {
	font-weight: bold;
	text-decoration: underline;
	font-style:italic;
	color: #666;
}

#sidebar a:hover {
	text-decoration: none;
	color: #1ba1e9;
}

#sidebar_wide {
	margin: 0px;
	padding: 0px;
	width: 267px;
	float: right;
	min-height: 362px;
	_height: 362px;
	background-color: #FFF;
	text-align: right;
}

#sidebar_wide p {
	margin: 30px 30px 0 0;
	text-align: right;
}

.news_date {
	font-weight: bold;
	color: #1ba1e9;
	font-size: 11px;
}

body.home #sidebar {
	margin-top: 20px;
}

#footer {
	width: 900px;
	height: 89px; 
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#FFF;
	background: url(images/sub_07.jpg) top center no-repeat;
	clear:both;
}

	#footer_wide {
		width: 900px;
		height: 89px; 
		margin: 0 auto 0 auto;
		text-align: left;
		background-color:#FFF;
		background: url(images/sub_wide_07.jpg) top center no-repeat;
		clear:both;
	}

#footer p, #footer_wide p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: normal;
	padding: 65px 0 10px 0;
	text-align: center;
	*padding: 50px 0 0px 0;
}

#footer p a, #footer_wide p a {
	color: white;
	text-decoration:none;
}

#footer p a:hover, #footer_wide p a:hover {
	color: black;
	text-decoration:underline;
}

.date {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0px;
}

.headline {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f8ff86;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0px;
}

.teaser {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: 0px;
}


/* highlights for each page */

body.about #about a,
body.about_management #about_management a,
body.about_map #about_map a,
body.about_quality #about_quality a,
body.notifications li#notifications a,
body.notifications_minutes #notifications_minutes a,
body.notifications_backflow #notifications_backflow a,
body.notifications_forms #notifications_forms a,
body.projects #projects a,
body.projects_beacon #projects_beacon a,
body.conservation #conservation a,
body.conservation_consumption #conservation_consumption a,
body.conservation_lawn #conservation_lawn a,
body.conservation_tips #conservation_tips a,
body.conservation_pool #conservation_pool a,
body.conservation_hydrants #conservation_hydrants a,
body.news #news a,
body.news_archives #news_archives a,
body.news_factsheets #news_factsheets a,
body.news_newsletters #news_newsletters a,
body.blank #blank a
{
	font-weight:bold;
}

/* art for EACH page */


body.about #header_image,
body.about_management #header_image,
body.about_quality #header_image,
body.about_map #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/about_02.jpg);
	width:900px;
	height: 166px;
}

body.conservation #header_image,
body.conservation_consumption #header_image,
body.conservation_hydrants #header_image,
body.conservation_lawn #header_image,
body.conservation_tips #header_image,
body.conservation_pool #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/conservation_02.jpg);
	width:900px;
	height: 166px;
}

body.billing #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/billing_02.jpg);
	width:900px;
	height: 166px;
}

body.contact #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/contact_02.jpg);
	width:900px;
	height: 166px;
}

body.faqs #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/faqs_02.jpg);
	width:900px;
	height: 166px;
}

body.links #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/links_02.jpg);
	width:900px;
	height: 166px;
}

body.news #header_image,
body.news_archives #header_image,
body.news_detail #header_image,
body.news_factsheets #header_image,
body.news_newsletters #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/news_02.jpg);
	width:900px;
	height: 166px;
}

body.notifications #header_image,
body.notifications_minutes #header_image,
body.notifications_backflow #header_image,
body.notifications_forms #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/notifications_02.jpg);
	width:900px;
	height: 166px;
}

body.projects #header_image,
body.projects_beacon #header_image
{
	margin: 0;
	padding: 0;
	background-image:url(images/projects_02.jpg);
	width:900px;
	height: 166px;
}


