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

* {margin:0px; padding:0px;}
a {outline:none;}
div, form {position:relative;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#383a61;
	background-color:#4b66b0;
}

p {padding-bottom:16px;}

#wrapper, #wrapper_inside, #wrapper_inside_inside {
	width:910px;
	margin:0px auto;
}

#wrapper {
	background-image:url(../images/bg_wrapper_repeat.gif);
	background-repeat:repeat-y;
	margin-top:40px;
}

#wrapper_inside {
	background-image:url(../images/bg_wrapper_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
}

#wrapper_inside_inside {
	background-image:url(../images/bg_wrapper_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#masthead, #columns_holder, #footer {margin:0px auto;}

#masthead {
	width:100%;
	height:100px;
	text-align:center;
	padding-bottom:15px;
	margin-top:15px;
}

#masthead h1 {
	position:absolute;
	text-indent:-4000px;
}

#columns_holder {
	width:100%; /* required for IE 6 */
}
/*************************/
/****** LEFT COLUMN ******/
/*************************/

#left_column {
	width:237px;
	position:absolute;
	top:0px;
	left:4px;
}

#form {
	background-image:url(../images/bg_form1.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:237px;
	height:230px;
	border:0px solid #000000;
}

#form div {padding-left:40px;}
#form p {
	color:#FFFFFF;
	line-height:14px;
	padding:14px 6px 8px 25px;
	text-align:center;
}
#form h3 {text-indent:-4000px;}

#form label { /* makes labels invisible, but still available to search engines and readers */
	position:absolute;
	text-indent:-4000px;
}

#form input,
#form select,
#form #zipcode,
#form #submit {
	height:20px;
	border:none;
	line-height:20px;
	margin-top:5px;	
	background-color:#FFFFFF;
	color:#383a61;
}

#form input {
	width:175px;
	padding-left:5px;
}

#form select {width:180px;margin-top:0px;}

#form #zipcode,
#form #submit {
	width:85px;
}

#form #zipcode {
	width:80px;
}

#form #submit {
	background-color:#e5c11c;
	text-transform:uppercase;
	position:relative;
	left: 7px;
	padding:0px;
	color:#292945;
	font-weight:bold;
}

#testimonials div {
	padding:0px 0px 0px 16px;
}

#testimonials div p {
	line-height:16px;
	padding:0px 0px 10px 0px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#testimonials div h3 {
	padding:0px 0px 16px 0px;
	font-size:18px;
}

#testimonials div hr {
	margin:16px 0px 24px 0px;
}


/**************************************/
/** MAIN LINKS                       **/
/**************************************/
#left_column #links {
	background-image:url(../images/bg_link_area.gif);
	background-repeat:no-repeat;
	width:237px;
	height:482px;
	margin-top:20px;
	padding-top:30px;
}

#left_column #links ul {
	list-style-type:none;
	margin-left:22px;
}

#left_column #links li {
	margin-bottom:16px;
}

#left_column #links li,
#left_column #links a {
	display:block;
	width:192px;
	height:28px;
}

#left_column #links a {
	background-image:url(../images/bg_links.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#e5c11c;
	text-decoration:none;
	width:182px; /* this and padding-left must = 192!!! */
	padding-left:10px;
	line-height:28px;
	text-transform:uppercase;
}

#left_column #links a:hover {
	background-position:right;
	color:#1f3470;
	font-weight:bold;
}

/* on page states */
#index #link_home a,
#construction #link_construction a,
#mold #link_mold a,
#sewage #link_sewage a,
#water #link_water a,
#carpet #link_carpet a,
#industry #link_industry a,
#contact2 #link_contact a,
#fire #link_fire a,
#faq #link_faq a {
	background-position:right;
	color:#1f3470;
	font-weight:bold;
}

/*************************/
/****** RIGHT COLUMN ******/
/*************************/

#right_column {
	width:643px;
	margin-left:270px;
	position:relative;
	right:0px;
	min-height:730px;
}

#flash_header { /* Flash slideshow is here */
	width:609px;
	height:160px;
}

#contact {
	background-image:url(../images/bg_contact.gif);
	background-repeat:no-repeat;
	width:635px;
	height:74px;
	margin:15px 0px;
	text-indent:-4000px;
	background-color:#1f3470;
}

#content {
	background-image:url(../images/bg_contact_repeat.gif);
	background-repeat:repeat-y;
	width:609px;
	margin:15px 0px;
}

#content div {
	padding:0px 40px 20px 40px;
	min-height:315px;
}

#content div h3 {
	padding:12px 0px 4px 0px;
	font-size:14px;
}

#content div h4 {
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:14px;
}

#content div h5 {
	padding:16px 0px;
	text-align:center;
	font-size:14px;
}

#content div ul {
	margin-left:36px;
	padding:0px 0px 16px 0px;
}

#content div a {
	color:#383a61;
	text-decoration:underline;
}

#content div a:hover {
	text-decoration:none;
}


#content #top_img {
	background-image:url(../images/bg_content_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:609px;
	height:44px;
	text-indent:-4000px;
}

#content #bottom_img {
	background-image:url(../images/bg_content_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#content #see_cleanearth {
	background-image:url(../images/txt_see_cleanearth.gif);
	background-repeat:no-repeat;
	width:608px;
	height:42px;
	text-indent:-4000px;
	margin:16px 0px;
}

#right_column_footer {
	text-align:center;
	padding-top:10px;
}

#right_column_footer #accredited_business {
	width:400px;
	line-height:14px;
	text-align:left;
	margin-right:20px;
	font-weight:bold;
}

#right_column_footer img {
	float:left;
	margin-right:20px;
}

#footer {text-align:center;}

#footer a {
	color:#383a61;
	text-decoration:none;
}

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

#footer img {
	margin-right:20px;
}

#footer div {
	text-align:center;
	width:650px;
	margin:0px auto;
	padding-top:16px;
}

#footer #accredited_business {
	float:right;
	width:260px;
	line-height:14px;
	text-align:left;
	margin-left:20px;
	font-weight:bold;
}

#footer ul li {
	 display:inline;
	 margin-right:14px;
}

#testimonial_page #content div hr {
	margin-bottom:10px;
}