@charset "UTF-8";
/*RESET*/

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 {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
/* 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 {
	font: 100% Arial, Helvetica, sans-serif;
	background:#000 url(../images/bodybg.jpg) repeat-x 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*GENERAL LAYOUT*/

#container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 115px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	height: 600px;
	position: relative;
	display: inline;
	padding-top: 5px;
	padding-right: 30px;
}
#mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFFFFF;*/
	width: 610px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	position: relative;
}
.homepage #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
#footer {
	position:relative;
	height: 127px;
	background:url(../images/footer.png);
	background-repeat:no-repeat;
	margin-top: 8px;
	margin-bottom: 8px;
}
#footer p {
	padding-top: 10px;
	padding-right: 0px;
	margin-right: 0;
	margin-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#container #header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 5px;
}
#contentwrap {
	background-image: url(../images/05e.png);
	background-repeat: repeat-y;
	margin: 0;
	background-color: #FFFFFF;
	background-position:top;
}
#contenttop {
	background-image: url(../images/content-topbg.png);
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	z-index: 1;
}
#contentbtm {
	height: 19px;
	background-image: url(../images/content-btmbg.png);
	background-repeat: no-repeat;
}
#mainContent h1.contentheader {
	background-image: url(../images/main-h1bg.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 600px;
	background-position: top;
	text-align: center;
	z-index: 100;
	position: relative;
	top: -4px;
	font-size: 22px;
	font-weight: bold;
	padding-top: 3px;
	margin: 0 auto 0 auto;
}
#header .ghlogo {
	background-image: url(../images/ghlogo.gif);
	background-repeat: no-repeat;
	border-style:none;
	height: 63px;
	width: 216px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 2px;
	cursor: pointer;
}
#header .hwlogo {
	background-image: url(../images/hwlogo.gif);
	background-repeat: no-repeat;
	border-style:none;
	width: 216px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 87px;
	height: 5px;
	
}
#header .sllogo {
	background-image: url(../images/sllogo.gif);
	background-repeat: no-repeat;
	border-style:none;
	width: 230px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	right: 187px;
	top: 10px;
	height: 69px;
	cursor: pointer;
}
#header .consultbutton {
	background-image: url(../images/consult.gif);
	background-repeat: no-repeat;
	border-style:none;
	width: 152px;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 69px;
	cursor: pointer;
}
#header #nav {
	position: absolute;
	right: 10px;
	bottom: 0px;
	margin-right: 2px;
}
#header #nav li {
	display: inline;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header #nav a {
	color: #000000;
	text-decoration: none;
}
#header #nav a:hover, .current {
	color: #056F3F;
}
#footer #footeradd {
	position: absolute;
	bottom: 35px;
	left: 23px;
	width: 190px;
}
#footer #footerphone {
	position: absolute;
	bottom: 35px;
	left: 260px;
	width: 198px;
}
#footer #footerlogos {
	height: 104px;
	width: 195px;
	position: absolute;
	right: 12px;
	top: 12px;
	background-image: url(../images/footerlogos.jpg);
	background-repeat: no-repeat;
}
.homepage #contentwrap #mainContent p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 17px;
}
#contentwrap #mainContent h2 {
	text-align: center;
	color: #05432F;
	font-size: 16px;
	font-weight: bold;
}
#hpmain-img {
	height: 256px;
	width: 938px;
	background-image: url(../images/hp-mainpic.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#mainContent .hp-tagline {
	text-indent: -9999px;
	background-image: url(../images/hp-tagline.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 475px;
	position: static;
	margin-left: 55px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.green {
	color: #05432F;
}
strong {
	font-weight: bold;
}
.orange {
	color: #EE4331;
}
.grey {
	color: #4C4C4E;
}
.black {
	color: #000000;
}
.hptagbtm {
	background-image: url(../images/hp-tagbtm.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#sidebar1 h3 {
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	padding: 0px;
	line-height: 0.7em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar1 #gh-hometime {
}
#mainContent a {
	text-decoration: underline;
}
#sidebar1 p {
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 10px;
}
#mail {
	background-image: url(../images/mail.png);
	height: 19px;
	width: 198px;
	cursor: pointer;
}
.indent {
	padding: 5px 10px 10px 20px;
	color: #006633;
	font-size: 13px;
}
.homepage #container #contentwrap #mainContent {
	width: 585px;
}
/*JQUERY FAQ CSS*/

ul#menu, ul#menu ul {
	list-style-type:none;
	width: 615px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
ul#menu a {
	display: block;
	text-decoration: none;
	color:#000;
}
ul#menu li {
	width: 600px;
	padding-bottom: 10px;
	color: #044f2e;
	font-size: 15px;
}
ul#menu li a {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 15px;
}
ul#menu li a:hover {
	text-decoration:underline;
}
ul#menu li ul li a {
	color: #05432F;
}
ul#menu li ul li {
	color: #05432F;
	background-color:#c6c8bb;
	display: block;
	width: 570px;
}
ul#menu li ul li a:hover {
}
.code {
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}
a:focus {
	outline: none;
}
.boxtop {
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 600px;
}
.boxbtm {
	background-image: url(../images/boxbtm.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 600px;
}
#menu .pad {
	padding: 15px;
}
#menu .bullet {
	margin-left: 30px;
	margin-right: 20px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#menu p {
	padding-right: 15px;
	padding-left: 15px;
}
.answer {
	background-color: #c8cabd;
	font-size: 14px;
	line-height: 1.5em;
	width: 600px;
}
.contactgrey {
	background-color: #c8cabd;
	font-size: 18px;
	line-height: 1.5em;
	width: 600px;
}
#container #contentwrap #mainContent #menu .answer p {
	padding-bottom: 3px;
	padding-top: 3px;
}
#sidebar1 #faq_sb {
	background-image: url(../images/faq_sb.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 244px;
}
#sidebar1 #faq_sb_foot {
	font-size: 12px;
	margin-top: 15px;
}
#sidebar1 #faq_sb_foot a {
	text-decoration: none;
	border: none;
}
#mainContent #contacttop li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
#mainContent #contacttop1 li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 60px;
}
#mainContent .contactgrey .green a {
	color:#05432F;
	text-decoration: underline;
}
.blue {
	color: #00559E;
}
#sidebar1 .contactaddress {
	background-image: url(../images/contactaddress.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 777px;
	width: 214px;
}
#sidebar1 #ribbon {
	height: 432px;
	width: 250px;
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#benefits {
	text-align:left;
	margin: 5px auto 30px 150px;
	line-height: 1.4em;
}
#benefits li {
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.underline {
	text-decoration:underline;
	font-style:italic;
}
.benefits #container #contentwrap #mainContent h2 {
	color: #000000;
	margin-top:10px;
}
#withoutbenefits {
	margin: 5px auto 0 auto;
	width: 575px;
}
#sidebar1 #roof {
	background-image: url(../images/roof.png);
	background-repeat: no-repeat;
	height: 216px;
	width: 309px;
	position: absolute;
	right: 9px;
	top: 270px;
}
#withoutbenefits #clog {
	background-image: url(../images/clog.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 254px;
	width: 285px;
	float: left;
}
#withoutbenefits #rot {
	background-image: url(../images/rot.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 254px;
	width: 287px;
	float: right;
	overflow:hidden;
	white-space: nowrap;
}
#withoutbenefits #cracked {
	background-image: url(../images/cracked.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 254px;
	width: 285px;
	float: left;
}
#withoutbenefits #erosion {
	background-image: url(../images/erosion.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 254px;
	width: 287px;
	float: right;
}
#withoutbenefits #insects {
	background-image: url(../images/insects.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 250px;
	width: 285px;
	float: left;
}
#withoutbenefits #mold {
	background-image: url(../images/mold.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 250px;
	width: 287px;
	float: right;
}
.benefits #container #contentwrap #sidebar1 #faq_sb_foot {
	position: absolute;
	top: 500px;
	right: 30px;
}
.benefits #container #contentwrap #mainContent .disclaimer {
	text-align: center;
	font-size: 12px;
	color: #666666;
	clear: both;
	height: 20px;
	padding-top: 10px;
}
.testimonials #container #contentwrap #mainContent p {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.testimonials #container #contentwrap #mainContent .green a {
	color: #05432F;
}
.answer li {
	margin-left: 20px;
	width: 580px;
}
#sidebar1 .undervideo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 233px;
}
#contacttop {
	width: 565px;
	margin: 0 auto 0 auto;
}
#mainContent .homeworks-blue {
	text-indent: -9999px;
	background-image: url(../images/homeworks-blue.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	cursor: pointer;
}
.hw-blue {
	font-style: italic;
	font-weight: bold;
	color: #223057;
	text-align: center;
	margin-bottom: 10px;
}
.aboutleft {
	float: left;
	margin-left: 50px;
}
.aboutright {
	float: right;
	text-align: center;
	margin-right: 50px;
	margin-top: 25px;
}
.aboutleft li {
	list-style-type: disc;
	list-style-position: inside;
}
.aboutright h3 {
	font-weight: bold;
}
.center {
	width: 265px;
	position: relative;
	right: 7px;
}
.aboutright a {
	color: #000000;
	text-decoration: underline;
}
#container #footer #hw-footerlogo {
	background-image: url(../images/hw-footerlogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 85px;
	width: 258px;
	position: absolute;
	left: 448px;
	top: 20px;
}
.homepage #container #contentwrap #mainContent a {
	text-decoration: none;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:101;
}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#a6a29f;
	border:2px solid #cecece;
	z-index:200;
	padding:2px;
	font-size:13px;
	width: 910px;
}
#popupContact h1 {
	text-align:left;
	background-color:#403e3f;
	font-size:22px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:5px;
	padding:10px;
}
#popupContact p, ul {
	margin-bottom:10px;
}
#popupContact li {
	margin-left:40px;
	list-style:disc
}
#popupContact h2 {
	font-weight:bold;
	text-decoration:underline;
}
#popupContactClose {
	font-size:18px;
	line-height:18px;
	right:10px;
	top:5px;
	position:absolute;
	color:#FFF;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#button {
}
#container #contentwrap #mainContent .best-sm {
	text-indent: -9999px;
	background-image: url(../images/best_sm.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 304px;
	margin-right: auto;
	margin-left: auto;
}
#contactArea {
	float:right;
	width:575px;
	padding-right:20px;
}
#contactArea p {
	margin-bottom:10px
}
