/* CSS Document */

* {
margin: 0;
padding: 0;
}

BODY {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left: 20px;
	margin-right: 20px;
}

H2, H3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

P {
	margin-bottom: 10px;
}

BLOCKQUOTE {
	margin-left: 20px;
}

.padded-table TD {
	padding: 3px;
}

#page-wrapper {
	width: 800px;
	text-align: left;
}

#header {
	height: 70px;
	background-image: url(../images/bg-graph.gif);
}

#header-left {
	float: left;
	margin: 10px;
	text-align: center;
}

#header-right {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	float: right;
}

#header-nav {
	clear: both;
	background-image: url(../images/top-nav-bg.jpg);
	height: 37px;
}

#header-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-nav ul li {
	position: relative;
	display: inline;
	float: left;
	width: 130px;
	text-align: center;
	
}

#header-nav ul li.spacer {
	width: 2px;
	background-image: url(../images/top-nav-divider.jpg);
	height: 37px;
}

#header-nav ul li a{
	color: #FFFFFF;
	display: block;
	background-image: url(../images/top-nav-bg.jpg);
	width: 100%;
	height: 29px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
}

#header-nav ul li a:hover{
	background-image: none;
	background-color: #a3c1ed;
}

#housepoint #sidebar {
	width: 200px;
	float:left;
	padding: 10px;
}

#housepoint #sidebar ul {
	list-style: none;
	margin: 5px;
	padding: 5px;
}

#content-wrapper {
	background-image: url(../images/bg-graph.gif);
}

#housepoint #content {
	margin-left: 200px;
	padding: 10px;
}

#main {
	background-image: url(../images/home-house-main-repeat.jpg);
	margin-left: 10px;
	position: relative;
}

#main .heading {
	color: #fff;
	font-weight: bold;
	text-align: right;
	background-image: url(../images/home-house-main.jpg);
	background-repeat: no-repeat;
	width: 525px;
	height: 184px;
}

#main .heading  h1 {
	font-size: 140%;
	padding: 0;
	margin: 0;
	padding-top: 25px;
}

#main-content {
	padding: 10px;
	margin-left: 10px;
	/*background-color: #fff;
	background-image: url(../images/shadows/shadow-btm-fill.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	position: relative;
}

#main-content ul {
	list-style-type: none;
	margin-left: 30px;
}

#main-content h1 {
	font-size: 130%;
	padding-bottom: 10px;
}

/*fix*/

html>body #main-content {
	height: auto;
}

#cost-calculator {
	background-color: #a3c1ed;
	padding: 5px;
	float: left;
	position:relative;
	/*height: 184px;*/
}

#cost-calculator label {
	color: #fff;
	font-weight: bold;
}

#cost-calculator-content {
	background-color: #D1E2F3;
	padding: 3px;
	margin: 2px;
}

#calculator-result { margin-top: 8px; margin-bottom: 8px;}
#calculator-result input { margin-top: 5px; }
/* Blog Articles */

#blog-articles {
	margin-left: 20px;
}

#blog-articles li {
	margin-bottom: 7px;
}

/* praise */

#praise {
	float: left;
	position: relative;
	width: 200px;
}

#praise-header {
	color: #fff;
	background-color: #090;
	padding: 5px;
	font-weight: bold;
	
	text-align: center;
}

#praise-content {
	background-color: #fff;
	background-image: url(../images/shadows/shadow-btm-fill.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	padding: 10px;
}

/* curves - relative positioning must be set on enclosing div */

.top-left {
	position: absolute;
	left: 0;
	top: 0;
}

.top-right {
	position: absolute;
	right: 0;
	top: 0;
}

.btm-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.btm-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.topright{background:url(../images/curves/top-right.gif) no-repeat top left;}
.topleft{background:url(../images/curves/top-left.gif) no-repeat top right;}
.bottomright{background:url(../images/curves/btm-right.gif) no-repeat bottom right;}
.bottomleft{background:url(../images/curves/btm-left.gif) no-repeat bottom left;}
.topright, .topleft, .bottomright, .bottomleft {height:7px; width:7px; position:absolute; z-index:1;}
.topright, .topleft{top:-1px;}
.topright, .bottomright{right:-1px;}
.bottomright, .bottomleft{bottom:-1px;}
.topleft, .bottomleft{left:-1px;}



/* footer */

#footer {
	height: 35px;
}

#footer-nav {
	color: #fff;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}

#footer-nav a{
	color: #fff;
}

#main-content-right {
	float: right;
	width: 250px;
}

#main-content-left {
	margin-right: 265px;
	padding-left: 10px;
}

/* Code for CSS Form */
.cssform p{
width: 180px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 105px; /*width of left column containing the label elements*/
border-top: 1px dashed #888;
height: 1%;
}

.cssform label{
float: left;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}

.cssform textarea{
width: 150px;
height: 80px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#quote {

	margin: 0px 0px 0px 0px;

	width: 192px;

	background: url(../images/bg_quote_190.gif) repeat-y;

	}

	#quotetop {

	background: url(../images/bg_quotetop_190.gif) top left no-repeat;

	}

	#quotebottom {

	font-family: georgia, palatino, garamond, serif;

	background: url(../images/bg_quotebottom_190.gif) bottom left no-repeat;

	padding: 15px 20px 30px 15px;

	font-style: italic;

	color: #888;

	line-height: 1.7em;

	}
	
	#quote-person { font-weight: bold; margin-left: 60px;}
	
#testimonials #quote {

	margin: 15px 0px 0px 20px;

	width: 452px;

	background: url(../images/bg_quote_450.gif) repeat-y;

	}

#testimonials #quotetop {

	background: url(../images/bg_quotetop_450.gif) top left no-repeat;

	}

#testimonials #quotebottom {
	font-family: georgia, palatino, garamond, serif;
	background: url(../images/bg_quotebottom_450.gif) bottom left no-repeat;
	font-style: italic;
	color: #888;
	line-height: 1.7em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
	
#testimonials #quote-person { font-weight: bold; margin-right: 80px; text-align: right;}

.sample-report { margin-left: 40px; padding: 5px; border: solid 1px #999; margin-bottom: 10px; background-color: #fff; width: 150px; text-align:center; }

.certifications li { margin-bottom: 7px; }

.hide { display: none; }