html, #wrapper {
	width: auto;
	background: transparent;
}


body {
		margin:0 auto;
		text-align:center;
		background-color: #FFFFFF;
		font-size: 100%;
		background-attachment: scroll;  /* fixes MAC - border shows about 15px*/
														/* of backgroundimage below last div*/
														/* if window is larger than content also*/
														/*place background-color in html above*/
									/*-fix by http://www.zeldman.com/press/discuss_css.html*/
	}
h1, h2, h3, h4 {
	font: bold 100%/100% "Verdana", Arial, Helvetica,sans-serif;
}
h1 {
	font-size:1.1em;
	line-height: 1.2em;
	margin:0;
	color:#336699;
	padding: 0px 0px 5px 0px;
}
	
h2 {
	font-size:0.9em;
	margin:0;
	padding:5px 0px 5px 0px;
	color: #313E94;
	font-weight: bold
}

h3 {
	font-size:.8em;
	margin:0;
	padding:5px 0px 5px 0px;
	color: #313E94; 
}
h4 {
	font-size: .8em;
	margin:0;
	padding:0px 0px 0 0px;
	color: #000000; 
}

p, ol, ul, table, dl {
	font:normal .7em/150% "Verdana", Arial, Helvetica,sans-serif;
	margin:0;
	padding:0px 0px 5px 0px;
}
a {
	font-weight: bold;
}
a:link {
  color:#336699;
  }
  
a:visited {
  color:#336699; 
  }
  
a:hover {
  color:#3454A3;
  text-decoration: none;
  }

dl {
	margin:0;
	padding:0 0 5px 10px;
}

dd {	
	margin:0 0 5px 0px;
	padding:0;
}
dt {
	font-weight:bold;
}

ol li {
	margin:0;
	padding:0 0 4px 0;
}

ul {
	margin:0px;
	padding: 0px 0px 15px 20px;
}
ul li {
	margin:0px;
	padding: 0px 0px 8px 0px;
}
ul li ul {
	padding-bottom: 0px;
}
ul li li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 1.3em;
	list-style-type:circle;
}
ol li {
	font-size: 1.0em;
}
ol li ol {
	padding: 5px 0px;
	list-style-type: lower-alpha;
}
ol li ol li {
	font-size: 1.4em;
	padding: 5px 0px 0px 0px;
	line-height: 150%;
}
ol li ol li ol {
	list-style-type: upper-roman;
}
ol li ol li ol li ol {
	list-style-type: lower-roman;
}
ol li ol li table, ol li table 
{
	font-size: 1.0em;
}
th {
	font-weight:bold;
}

img {
	border: 0;
	padding:0;
	margin:0;
}

#header  {
	display:none;
	}

	#logolink {
		display:none;
	}

#homeHeader {
	display:none;
	}
	#aboutHeader {
		display:none;
	}
	#communityHeader {
		display:none;
	}
	#serviceHeader {
		display:none;
	}
	#stormwaterHeader {
		display:none;
	}
	#facilitiesHeader {
		display:none;
	}
	#leadershipHeader {
		display:none;
	}
	#operationsHeader {
		display:none;
	}
	
/* Navigation */
#nav {    /* the top nav  */	
	display:none;
	}

#menu {
   display:none;
	}

#content {
	width: 771px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	#content .contentPadding {
		margin: 0;
		padding: 25px 15px 0px 25px;
	}

#navCell {
	display:none;
	}
#homeCell1 {
	width: 310px;
	float: left;
	}
	#homeCell1 .cell1Padding {
		margin: 0;
		padding: 0px 27px 0px 0px;
	}
#homeCell2 {
	width: 224px;
	float: left;
	}
	#homeCell2 p {
		line-height: 1.2em;
	}
	#homeCell1 h2, #homeCell2 h2 {
		border-bottom: 1px solid #DDE1ED;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}

#backCell {
	width: 534px;
	float: left;
	}
	#backCell .backCellPadding {
		margin: 0;
		padding: 0px 10px 0px 0px;
	}
	#backCell .box {
		width: 265px;
		float: left;
	}
			
#footer {
	display:none;
}

p.subtext {
	color: #666666;
	
}
p.title {
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}
p.location {
	font-weight: bold;
	font-size: 0.6em;
	color: #666666;
}
p.desc {
	color: #72A0BB;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0px 30px 0px;
}

a.sub {
	padding-left: 15px;
}

.document p {
	padding-left: 15px;
}
.document ul, .document ol {
	padding-left: 45px;
}

.pic {
	float: left;
	padding: 5px 5px 0px 0px;
	margin-bottom: 15px;
}

	 /* for Skip navigation at bottom of page*/	
.hide {   
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}