/*----------------------------- Normalizes Styles ---------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

a:active{outline:none;}


/*------------------------------ Global Styles -------------------------------*/

html {
	font-size: 100%;
}

body {
	font: 0.8em/1.5 Verdana, Arial, Helvetica;
	color: #616161;
	position: relative;
	background-color: #e1e1e1;
}

h2 {
	padding: 15px 0 0 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #95A584;
}

h3 {
	padding: 15px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	padding: 15px 0 0 0;
	font-size: .9em;
	font-weight: bold;
	color: #95A584;
}

p {
	padding: 8px 0 8px 0;	
}

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

a:hover, a:active {
	color: #616161;
	text-decoration: none;
}

span.clear {
	display: block;
	clear: both;
}


/*------------------------------ HEADER ------------------------------*/

#header {
	width: 100%;
	height: 150px;
	display: block;
	background: url(../img/header_bg.jpg) 0 0 repeat-x;
}

	#header_container {
		width: 100%;
		height: 150px;
		display: block;
		background: url(../img/header_container_bg.jpg) center top no-repeat;
	}
	
		#header_container .wrapper {
			margin: 0 auto;
			width: 960px;
			height: 150px;
			display: block;
			position: relative;
		}
		
			#header_container .wrapper h1 a {
				width: 305px;
				height: 94px;
				display: block;
				position: absolute;
				top: 35px;
				left: 20px;
				text-indent: -9999px;
				background: url(../img/h1_logo.png) center center no-repeat; 
			}
			
			#header_container .wrapper p {
				font-size: 1.2em;
				font-style: italic;
				text-align: right;
				position: absolute;
				top: 75px;
				right: 20px;
			}



/*------------------------------ CONTAINER ------------------------------*/

#container {
	padding-bottom: 50px;
	width: 100%;
	background: url(../img/container_bg_gradient.jpg) center bottom repeat-x;
}

	#container .wrapper {
		margin: 0 auto;
		width: 960px;
		position: relative;
	}
	

/*----- main navigation -----*/

ul#menu {
	margin: 0 auto;
	width: 940px;
	height: 45px;
	display: block;
	position: relative;
	z-index: 5000;
	background: url(../img/nav_sprite.jpg) 0 0 no-repeat;
}

	ul#menu li {
		float: left;
		display: block;
	}
	
	ul#menu li a {
		width: 100px;
		height: 45px;
		display: block;
		text-indent: -9999px;
	}
		
	ul#menu li#home.highlight {background: url(../img/nav_sprite.jpg) 0 0 no-repeat;}
	ul#menu li#home.highlight:hover, ul#menu li#home {background: url(../img/nav_sprite.jpg) 0 -45px no-repeat;}
	ul#menu li#home.highlight.selected, ul#menu li#home.selected {background: url(../img/nav_sprite.jpg) 0 -90px no-repeat;}
	
	ul#menu li#about.highlight {background: url(../img/nav_sprite.jpg) -100px 0 no-repeat;}
	ul#menu li#about.highlight:hover, ul#menu li#about {background: url(../img/nav_sprite.jpg) -100px -45px no-repeat;}
	ul#menu li#about.highlight.selected, ul#menu li#about.selected {background: url(../img/nav_sprite.jpg) -100px -90px no-repeat;}
	
	ul#menu li#mission.highlight {background: url(../img/nav_sprite.jpg) -200px 0 no-repeat;}
	ul#menu li#mission.highlight:hover, ul#menu li#mission {background: url(../img/nav_sprite.jpg) -200px -45px no-repeat;}
	ul#menu li#mission.highlight.selected, ul#menu li#mission.selected {background: url(../img/nav_sprite.jpg) -200px -90px no-repeat;}
	
	ul#menu li#services.highlight {background: url(../img/nav_sprite.jpg) -300px 0 no-repeat;}
	ul#menu li#services.highlight:hover, ul#menu li#services {background: url(../img/nav_sprite.jpg) -300px -45px no-repeat;}
	ul#menu li#services.highlight.selected, ul#menu li#services.selected {background: url(../img/nav_sprite.jpg) -300px -90px no-repeat;}
	
	ul#menu li#contact.highlight {background: url(../img/nav_sprite.jpg) -400px 0 no-repeat;}
	ul#menu li#contact.highlight:hover, ul#menu li#contact {background: url(../img/nav_sprite.jpg) -400px -45px no-repeat;}
	ul#menu li#contact.highlight.selected, ul#menu li#contact.selected {background: url(../img/nav_sprite.jpg) -400px -90px no-repeat;}
	
	
	ul#menu ul {
		width: 220px;
		position: absolute;
		z-index: 6000;
		display: none;
		box-shadow: 2px 2px 4px #000;
		-webkit-box-shadow: 2px 2px 4px #000;
		-moz-box-shadow: 2px 2px 4px #000;
		background: url(../img/subnav_sprite.jpg) 0 0 no-repeat;
	}
	
	ul#menu ul li {
		display: block;
	}
	
	ul#menu ul li a {
		width: 220px;
		height: 40px;
		text-indent: -9999px;
		display: block;
	}
	
		ul ul li#subnav_fire.highlight {background: url(../img/subnav_sprite.jpg)  0 0 no-repeat;}
		ul ul li#subnav_fire, ul ul li#subnav_fire.highlight:hover {background: url(../img/subnav_sprite.jpg) -220px 0 no-repeat;}
		
		ul ul li#subnav_water {background: url(../img/subnav_sprite.jpg)  0 -40px no-repeat;}
		ul ul li#subnav_water:hover {background: url(../img/subnav_sprite.jpg) -220px -40px no-repeat;}
		
		ul ul li#subnav_mold.highlight {background: url(../img/subnav_sprite.jpg)  0 -80px no-repeat;}
		ul ul li#subnav_mold, ul ul li#subnav_mold.highlight:hover {background: url(../img/subnav_sprite.jpg) -220px -80px no-repeat;}
		
		
	ul#menu li.submenu:hover ul.level2 {display: block;}
	

/*--------------- Main Content ---------------*/

#main_content {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 938px;
	position: relative;
	background-color: #fff;
	border-left: 1px solid #7b8176;
	border-right: 1px solid #7b8176;
	background: url(../img/main_content_bg.jpg) #fff right 70px no-repeat;
}

	#main_content h2 {
		width: 938px;
		height: 85px;
		display: block;
		text-indent: -9999px;
	}
	
	#main_content h3 {
		margin-left: 50px;
		width: 720px;
		font-size: 2.5em;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		h2#welcome {background: url(../img/h2_welcome.png) center top no-repeat;}
		h2#about {background: url(../img/h2_about.png) center top no-repeat;}
		h2#mission {background: url(../img/h2_mission.png) center top no-repeat;}
		h2#services {background: url(../img/h2_services.png) center top no-repeat;}
		h2#fire {background: url(../img/h2_fire.png) center top no-repeat;}
		h2#water {background: url(../img/h2_water.png) center top no-repeat;}
		h2#mold {background: url(../img/h2_mold.png) center top no-repeat;}
		h2#contact {background: url(../img/h2_contact.png) center top no-repeat;}

#main_content_bottom {
	margin: 0 auto;
	width: 940px;
	height: 16px;
	display: block;
	background: url(../img/content_bottom_bar.png) center top no-repeat;
}
	
/*------- Index Page -------*/

#main_content.index {
	padding-bottom: 10px;
	min-height: 390px;
	background: url(../img/main_content_bg_index.jpg) #fff left 80px no-repeat;
}
	
	#main_content.index p {
		margin: 0 0 0 50px;
		width: 520px;
		font-size: 1.1em;
		line-height: 1.7em;
	}
	
	#main_content.index h3 {width: 520px;}
	
	
	#main_content.index ul.fade {
		height: 295px;
		width: 350px;
		display: block;
		float: right;
	}
	
	#main_content.index ul li {
		position: absolute;
		z-index: 1;
	}
	
	
	#get_started a, #get_started a span.hover {
		width: 187px;
		height: 38px;
		display: block;
		text-indent: -9999px;
		position: absolute;
		z-index: 20;
	}
	
		#get_started a {background: url(../img/get_started_btn.jpg) 0 0 no-repeat; margin-left: 420px}
		#get_started.highlight a:hover,  #get_started a span.hover {background: url(../img/get_started_btn.jpg) 0 -38px no-repeat;}
	
	
/*------- About Page -------*/

	#main_content.about p.large {
		margin: 8px 50px;
		width: 720px;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#main_content.about p {
		margin: 8px 50px;
		width: 720px;
	}
	
	#main_content.about ul {
		width: 720px;
		list-style: disc outside;
	}
	
		#main_content.about li {
			margin-left: 70px;
			padding: 5px 0;
		}

/*------- Mission Page -------*/

	#main_content.mission p {
		margin: 8px 50px;
		width: 720px;
	}

	#main_content.mission ul {
		width: 720px;
		list-style: disc outside;
	}
	
		#main_content.mission li {
			margin-left: 70px;
			padding: 5px 0;
		}
		
		
/*------- Services Pages -------*/

	#main_content.services .description {
		margin: 70px 55px 20px 0;
		width: 365px;
		float: right;
		text-align: justify;
	}
	
	
	#main_content.services h3 {
		margin: 0;
		width: 100%;
		font-size: 1.6em;
		font-weight: normal;
		text-align: center;
	}
	
	#main_content.services img {
		margin: 20px 0 20px 30px;
		float: left;
	}
	
	#main_content.services .bullets {
		margin: 0 55px;
	}
	
	#main_content.services ul {
		width: 365px;
		list-style: disc outside;
	}
	
		#main_content.services li {
			margin-left: 20px;
			padding: 5px 0;
		}
		
	ul.list_left {float: left;}
	
	ul.list_right {float: right;}
	

/*------- Contact Page -------*/	
	
#contact_info {
	margin: 100px 0 0 50px;
	width: 350px;
	text-align: right;
	float: left;
}

	#contact_info p {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	#contact_info span.large {
		font-size: 1.5em;
		line-height: 2.0em;
		color: #8C997E;
	}

#thank_you {
	margin: 50px 0 0 100px;
	width: 300px;
	float: left;
	font-size: 1.6em;
	font-style: italic;
}

#contact_form {
	margin: 20px 100px 0 0;
	padding: 10px 20px;
	width: 290px;
	float: right;
	opacity: 0.8;
	border: 1px solid #7b8176;
	background-color: #C6CDBD;
	-webkit-box-shadow: 1px 1px 3px #808080;
	-moz-box-shadow: 1px 1px 3px #808080;
	box-shadow: 1px 1px 3px #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	form#contact label {
		margin-top: 15px;
		display: block;
		width: 275px;
	}
	
	form#contact label span {color: #e21919;}
	
	form#contact input.input {
		background-color: #b2b2b2;
		display: block;
		width: 285px;
		padding: 2px;
		font-size: 1em;
		line-height: 1.1em;
		border-top: 1px solid #5b5b5b;
		border-right: 1px solid #595959;
		border-bottom:  1px solid #595959;
		border-left:  1px solid #5b5b5b;
		height: 30px;
	}
	
	
	form#contact textarea {
		padding: 2px;
		background-color: #b2b2b2;
		display: block;
		width: 285px;
		height: 90px;
		line-height: 1.1em;
		border-top: 1px solid #5b5b5b;
		border-right: 1px solid #595959;
		border-bottom:  1px solid #595959;
		border-left:  1px solid #5b5b5b;
	}
	
		form#contact input:focus, form#contact textarea:focus {
			background-color: #CDCDCD;
		}
		
	button#send {
		margin: 10px 0;
		height: 30px;
		width: 288px;
		display: block;
		cursor: pointer;
		border: 4px double #9F9F9F;
		background: #fff;
		font-size: 1em;
		line-height: 1.2em;
		color: #82887C;
		padding: 2px;
		font-weight: bold;
	}
	
	button#send:hover {
		color: #fff;
		border-color: #fff;
		background-color: #72786E;
}


/*------- Sitemap -------*/

ul#sitemap {
	margin: 20px 0;
	list-style: square outside;
}
	
	ul#sitemap li {
		margin-left: 95px;
		padding: 8px 0;
		font-size: 1.5em;
	}




/*--------------- Features (index page) ---------------*/

#features {
	margin: 0 auto;
	padding-top: 35px;
	width: 940px;
	font-size: 0.9em;
	text-align: justify
}
	
	#features div img {
		position: absolute;
		top: -24px;
		right: 18px;
		z-index: 200;
	}
	
	#features div p {
		margin: 48px 25px 0px 20px;
		width: 260px;
		height: 145px;
		z-index: 100;
		top: 0;
		left: 0;
		position: absolute;
	}
	
	#features div a, #features div a span.hover {
		width: 305px;
		height: 200px;
		float: left;
		display: block;
		position: relative;
		text-decoration: none;
		color: #616161;
		cursor: pointer;
	}
	
		#features_fire a {background: url(../img/features_fire.jpg) 0 0 no-repeat; margin-right: 13px;}
		#features_fire.highlight a:hover, #features_fire a span.hover {background: url(../img/features_fire_over.jpg) 0 0 no-repeat;}
	
		#features_water a {background: url(../img/features_water.jpg) 0 0 no-repeat; margin-right: 12px;}
		#features_water.highlight a:hover, #features_water a span.hover {background: url(../img/features_water_over.jpg) 0 0 no-repeat;}

		#features_mold a {background: url(../img/features_mold.jpg) 0 0 no-repeat;}
		#features_mold.highlight a:hover, #features_mold a span.hover {background: url(../img/features_mold_over.jpg) 0 0 no-repeat;}
		


/*------------------------------ FOOTER ------------------------------*/

#footer {
	width: 100%;
	height: 120px;
	display: block;
	background: url(../img/footer_bg.jpg) center top repeat-x;
}

	#footer .wrapper {
		margin: 0 auto;
		width: 960px;
		position: relative;
		font-size: 0.9em;
	}
	
		#footer .wrapper p.left {
			margin: 10px 0 0 10px;
			float: left;
		}
		
		#footer .wrapper p.right {
			margin: 10px 10px 0 0;
			float: right;
			text-align: right;
		}











