html, body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_yellowgradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #cda84a;
}

div, img {
	margin: 0;
	padding: 0;
	border: none;
}

img.leftpic {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid black;
}

img.rightpic {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid black;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p, table, td, tr {
	font-size: 10pt;
}

ul ul li p {
	color: #666;
	margin-top: 0;
	margin-bottom: 4px;
}

td {
	padding: 0;
	margin: 0;
}

p.quote {
	font-weight: bold;
	color: #8f700e;
}

p.testimonial {
	font-weight: bold;
	color: #8f700e;
	margin-bottom: 0;
}

p.source {
	margin-top: 0;
	padding: 0 0 20px 20px;
	font-style: italic;
}

p.error, td.error {
	font-weight: bold;
	color: #990000;
}

a  {
	color: #4d3e17;
}

a:hover {
	color: #866e2e;
}

div#nav {
	background-image: url(images/bg_mainnav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
}

div#subnav {
	background-image: url(images/bg_subnav.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
}

td#contentbox {
	background-color: white;
}

div#content {
	padding: 20px 30px;
	background-color: white;
	background-image: url(images/bg_solarwave.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 1%;
}

div#content2 {
	padding: 20px 30px;
	background-color: white;
	height: 1%;
}

div#footer {
	background-image: url(images/bg_footercurve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#nav a {
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 4px 12px 5px 12px;
	height: 1%;
	text-align: center;
	text-decoration: none;
	color: black;
	white-space: nowrap;
	border: none;
}

div#nav a:hover, div#nav a.on:hover {
	color: white;
	background-image: url(images/bg_subnav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#nav a.on {
	color: #cda84a;
	background-image: url(images/bg_subnav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#subnav a {
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 5px 20px 5px 20px;
	height: 1%;
	text-align: center;
	text-decoration: none;
	color: #cda84a;
	white-space: nowrap;
	border: none;
}

div#subnav a:hover {
	color: white;
}

table.form td.label {
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

table.form td.data {
	text-align: left;
}

h1.title {
	color: #cba02f;
	font-weight: 500;
	font-size: 20pt;
}

div#circle {
	position: relative;
}

div#circle img#integrated {
	position: absolute;
	top: 0;
	left: 12px;
	display: none;
}

div#circle img#remodel {
	position: absolute;
	top: 194px;
	left: 332px;
	display: none;
}

div#circle img#complete {
	position: absolute;
	top: 194px;
	left: -3px;
	display: none;
}

div#circle img#combined {
	position: absolute;
	top: 0;
	left: 282px;
	display: none;
}

div#circle img#commercial {
	position: absolute;
	top: 350px;
	left: 116px;
	display: none;
}

div#circle img#map {
	position: absolute;
	top: 0;
	left: 0;
}

div#newsplug h3 {
	margin-bottom: 6px;
}