/* CSS Document */

/* HEADERS ############################################################## */
h1 span {
	display:none;
}

#headerhome {
	background: url(assets/header_home.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerabout {
	background: url(assets/header_about.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerresidential {
	background: url(assets/header_residential.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headersurvey {
	background: url(assets/header_survey.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerspecialist  {
	background: url(assets/header_specialist.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headercareers  {
	background: url(assets/header_careers.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headercontacts  {
	background: url(assets/header_contacts.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headersitemap  {
	background: url(assets/header_sitemap.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerlinks {
	background: url(assets/header_links.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerlegal  {
	background: url(assets/header_legal.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headeraccessibility  {
	background: url(assets/header_accessibility.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

#headerglossary  {
	background: url(assets/header_glossary.gif) no-repeat;
	width: 450px;
	height: 96px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

/* TEXT STYLES ########################################################### */
.grey {
	color:#999999;
	background-color: transparent;
}

a:link, a:visited {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #0B1867;
	background-color: transparent;
	text-decoration: underline;
}

.textlist {
	list-style: none;
	font-size: 90%;
	margin: 10px 0px 0px 5px;
	padding: 10px 0px 0px 5px;
}
.textlist li {
	padding-left: 20px;
	padding-bottom: 0.5em;
	background-image: url(assets/bullet.gif);
	background-repeat: no-repeat;
}
