article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

@font-face {
	font-family: amble_font;
	src: url('fonts/amble-regular-webfont.eot'); 
	src: url('fonts/amble-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/amble-regular-webfont.woff') format('woff'), 
         url('fonts/amble-regular-webfont.ttf') format('truetype'), 
	     url('fonts/amble-regular-webfont.svg#webfont') format('svg');
}

body {
	background: #333333;
	margin: -1px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	color: #D78731;
	text-decoration: underline;
}

a:link.menu, a:visited.menu {
	color: #FFFFFF;
	text-decoration: none;
}

a:link.footer, a:visited.footer {
	color: #8DC63F;
	text-decoration: underline;
}

a:hover {
	color: #1B75BC;
	text-decoration: underline;
}

a:hover.menu {
	color: #1B75BC;
	text-decoration: none;
}

a:hover.footer {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 100%;
	color: #1B75BC;
}

h2 {
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	color: #8DC63F;
}

p, ul, li {
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;	
	color: #333333;
}

p.menu {
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	text-align: center;	
}

p.footer {
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;	
	color: #8DC63F;
	padding-top: 5px;
}

#wrapper {
	position: relative;
	margin: auto;
	text-align: left;
	width: 960px;
	color: #FFFFFF;
}

#menu {
	position: relative;
	margin-top: -13px;
	margin-left: 450px;
	width: 510px;
	height: 25px;
	align: center;
	z-index: 3;
}

#header {
	position: relative;
	margin-top: -30px;
	width: 960px;
	height: 168px;
}

#featured_title {
	position: relative;
	width: 960px;
	height: 63px;	
	
}

#bg_w-sidebar {
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	background-image: url(images/bg_w-sidebar.jpg);
	overflow: auto;
}

#sidebar {
	position: relative;
	display: inline;
	float: right;
	width: 292px;
}

#sidebar_img {
	position: relative;
	width: 292px;
	height: 208px;
}

.sidebarH {
	margin: 20px 20px 20px 20px;
	width: 252px;
	font-family: amble_font, Arial, Helvetica, sans-serif;
	color: #8DC63F;	
}

.sidebar {
	margin: 10px 20px 20px 20px;
	width: 252px;
	font-family: amble_font, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #8DC63F;	
}

#body_copy {
	position: relative;
	display: inline;
	float: left;
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	width: 588px;
}

.clear { clear: both; background: none; }

#footer {
	text-align: center;
	width: 960px;
	height: 50px;
	background-color: #333333;
}


#icon_water {
	position: relative;
	margin-top: -566px;
	margin-left: 224px;
}

#icon_sewer {
	position: relative;
	margin-top: 88px;
	margin-left: 377px;
}

#icon_buildings {
	position: relative;
	margin-top: 247px;
	margin-left: 411px;
}

#icon_construction {
	position: relative;
	margin-top: 376px;
	margin-left: 305px;
}

#icon_easements {
	position: relative;
	margin-top: 376px;
	margin-left: 63px;
}

#icon_transportation {
	position: relative;
	margin-top: -695px;
	margin-left: 4px;
}

#icon_stormwater {
	position: relative;
	margin-top: -856px;
	margin-left: 23px;
}

/*--- ROLLOVER SERVICES ---*/
.category1 a {position: absolute;}/* set stacking context*/

.category1 a span {
	top: -999em;/* hide message initially*/
	position: absolute;
	width: 252px;
	padding: 5px;
	color: #8DC63F;
}

.category1 a:hover {visibility:visible}/* ie bug needed to make span show*/

.category1 a:hover span {
	position: absolute;
	margin-left: 220px;
	float: right;
	top: 65px;
}/* reveal image*/

.category2 a {position: absolute;}

.category2 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category2 a:hover {visibility:visible}

.category2 a:hover span {
	position: absolute;
	margin-top: -4px;
	margin-left: 94px;
	float: right;
	top: 0px;
}

.category3 a {position: absolute;}

.category3 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category3 a:hover {visibility:visible}

.category3 a:hover span {
	position: absolute;
	margin-top: -163px;
	margin-left: 60px;
	float: right;
	top: 0px;
}

.category4 a {position: absolute;}

.category4 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category4 a:hover {visibility:visible}

.category4 a:hover span {
	position: absolute;
	margin-top: -292px;
	margin-left: 60px;
	float: right;
	top: 0px;
}

.category5 a {position: absolute;}

.category5 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category5 a:hover {visibility:visible}

.category5 a:hover span {
	position: absolute;
	margin-top: -292px;
	margin-left: 354px;
	float: right;
	top: 0px;
}

.category6 a {position: absolute;}

.category6 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category6 a:hover {visibility:visible}

.category6 a:hover span {
	position: absolute;
	margin-top: -163px;
	margin-left: 451px;
	float: right;
	top: 0px;
}

.category7 a {position: absolute;}

.category7 a span {
	top: -999em;
	position: absolute;
	width: 252px;
	color: #8DC63F;
}

.category7 a:hover {visibility:visible}

.category7 a:hover span {
	position: absolute;
	margin-top: -2px;
	margin-left: 421px;
	float: right;
	top: 0px;
}