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

/* reset */
body, p,  h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/* typography */
body { font: .7em Verdana, Arial, Helvetica, sans-serif;
	background: #aeaa84;
}

p { 

	margin: 0 0 10px 0;
}
h1 { 
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #b9590c;
	margin: 10px 0 10px 0;

}
h2 { 
	font: 1.45em Verdana, Arial, Helvetica, sans-serif;
	color: #b9590c;
	margin: 0 0 10px 0;

}
h3 { 1.3em; }
h4, h5, h6 { 1.2em; }

a, a:visited {
	color: #444;
	font-weight: normal;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#wrap {
	width: 750px;
	background: url(../images/design/bg.gif) #fff;
	margin: 0 auto;
	padding: 0;
}
#header {
	background: url(../images/design/header.jpg) center bottom no-repeat;
	height: 198px;
}
#branding {
	text-indent: -999em;	
	margin: 0;
	padding: 0;
}

#branding h1 a {
	height: 151px;
	width: 270px;
	display: block;
}
#branding h1 a:hover {
	background: none;	
}
#top-contact {
	display: none;
	margin: 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 195px;
	margin: 0px;

	
}
.center {
	text-align: center;	
}
#nav { 
	
	
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:200px;
	}
#nav li {
	margin: 0;
	padding: 0;
}
#nav a {
	color: #fff;	
	display: block;
	padding: 8px 0;
	text-indent: 20px;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background: url(../images/design/nav-bg.gif) bottom no-repeat; 
}

#nav a:hover {
		color: #f4d927;	
}	
#nav li.last {
	background: url(../images/design/nav-bottom.png) bottom no-repeat;
	padding: 0 0 20px 0;
		
}
#rightcol {
	float: left;
	width: 520px;
	margin: 0 0 0 20px;
	
}
ul#callout {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#callout li {
	margin: 5px;	
}
ul#callout p {
	padding: 0 0 10px 0;	
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#callout h2 {
	margin: 10px 0 0 0;	
}
ul#callout h2 a {
	color: #f4d927;	
	text-decoration: underline;
	
}
ul#callout h2 a:hover {
	color: #fff;	
}


#content-bottom {
	background: url(../images/design/content-foot.png);
	width: 785px;
	height: 93px;
	margin: 0 auto;	
	clear: both;
}
#content-bottom p {
	float: right;
	margin: 30px 30px 0 0px;	
}
#footer {
	width: 785px;
	margin: 0 auto;
	font-size: .9em;
	color: #f0e7de;
	text-align: center;
}
#footer a {
	color: #f0e7de;
}	
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #b9590c;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 158px;
	padding: 0 .25em;
	background-color: #b9590c;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }


.home #nav-home , 
.about #nav-about,
.services #nav-services,
.airductcleaning #nav-air-duct-cleaning,
.blown-in-insulation #nav-blown-in-insulation,
.vent #nav-vent,
.articles #nav-articles, 
.attic-vents #nav-attic-vents, 
.request #nav-request,.gas-logs #nav-gas-logs,.roof-cleaning #nav-roof-cleaning,.solar-panel-cleaning #nav-solar-panel-cleaning,.contact #nav-contact,.customers #nav-customers,.community #nav-community {
		color: #f4d927;		
}
.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}

#affiliate-logos {
padding-left:200px;
}