
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background-color:black;
	color:#333333;
}

h1{
	color:#333333;
	font-size:15px;
	font-weight:bolder;
}

h2{
	color:#00a950;
	font-size:14px;
	margin:10px 0px 5px 0px;
	font-weight:bolder;
}

p{
	font-size:12px;
	line-height:14px;
}

dl{
	font-size:11px;
	margin-top:15px;
}

dl dt{
	background-image:url(../images/bullet.gif);
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bolder;
	padding-top:2px;
	padding-bottom:2px;

	
}

dl dd{
	padding-left:25px;
	margin-bottom:10px;
	line-height:14px;
}

#body_wrapper{
	width:100%;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	padding-bottom:20px;
	
}

#page{
	margin:0px auto;
	width:960px;
}

#page_wrapper{
	float:left;
}

#header{
	background-image:url(../images/header_image.jpg);
	height:211px;
	width:960px;
}

#body{
	padding:20px;
	background-color:white;
	float:left;
}

#body_left{
	width:600px;
	_width:590px;
	float:left;
}

#body_left .wrapper{
	padding-left:10px;
	padding-top:10px;
	padding-right:40px;
}
#body_right{
	width:320px;
	float:left;	
}

#body_right .wrapper{
	padding-left:20px
}

#pdf_download{
	hieght:200px;
	float:left;
	text-align:center;
	margin:10px 0px 10px 0px;
}

#pdf_download h2{
  font-size:13px;
  font-weight:bolder;
  margin-top:5px;
  padding-bottom:5px;
  text-align:center;
}

#pdf_icon{
  margin-right:10px;
	float:left;
}

#pdf_download a{
	color:#2e3192;
	text-decoration:none;
}

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

#pdf_download p{
	float:left;
  text-align:left;
	width:220px;
}
#cleaning_quote_form_container{
	float:left;
	width:290px;
	background-color:#cceedc;
	margin-top:10px;
	margin-left:10px;
}
#cleaning_quote_form_header{
	text-align:center;
	background-color:#666666;
	color:white;
	padding:5px 10px 5px 10px;

}

#cleaning_quote_form_header h2,
#cleaning_quote_form_header h3{
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	line-height:16px;
}  

#cleaning_quote_form_header h3{
	font-size:13px;
}

#cleaning_quote_form_body{
	padding:10px;

}

#cleaning_quote p{
	float:left;
	margin:2px;
}


#cleaning_quote label{
	width:70px;
	float:left;
	text-align:left;
	color:#666666;
	font-weight:normal;
}
#cleaning_quote .label_error{
	color:red;
 	font-weight:bold;		
}
#cleaning_quote input{
  float:left;
  height:19px;
  width:185px;
	_width:175px;
}
#cleaning_quote p#coaching{
	color:#666666;
  float:right;
  font-size:10px;
}

#quote_submit{
	clear:both;
  float:right;
  margin-top:10px;
  text-align:right;

}

#footer{
	background-image:url(../images/footer_bg.jpg);
  float:left;
  width:100%;
	color:white;
	
}

#footer .wrapper{
	padding-left:20px;
	padding-right:20px;
}

#footer img, #footer p{
	float:left;
}

#footer p{
	margin-top:45px;
}

#footer #sdsi_cert_img{
	margin-top:40px;
}
#footer #epa_cert_message{
	width:340px;
}

#footer #copyright{
	float:right;
}

sup {font-size:9px;}


.toggle_opacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	border:0;
}

.toggle_opacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=66);
	-moz-opacity: 0.66;
	opacity:.66;	
}

/* safari hack */
/* Safari hacks */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#pdf_download p{
		width:195px;
	}
}

.thankyouimage {
	margin-left:10px;
	border-right:17px solid #CDEEDD;
}
