@charset "utf-8";
/* CSS Document */
/* GENERAL SETTINGS */

body {
	background-color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: #fff bottom no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

#content {
	min-height: 400px;
	width: 100%;
	vertical-align:top;
}

.bgbox {
	display:inline-block;
	background-color:#FFFF99; 
	width: 240px;
	padding: 5px;
	margin: 5px;
	vertical-align:top;
	position: relative;
}

.bgbox h2 {
	font-size: 14px;
	color: #ED1C24;
	text-align: right;
	margin-right: 5px;
}

/* START HEADER SETTINGS */

#header {
	padding-top: 10px;
}

#header-top {
	background-color: #FFFFFF;
	height: 128px;
	overflow:auto;
}

#header-bottom {
	background-color:#ED1C24;
	height: 45px;	border: none;
	margin: 0px 0px 0px 0px;
}
/* END HEADER SETTINGS */


/* START NAVIGATION MENU */
#navmenu {
	position: relative;
	z-index: 2;
	font-size: 16px;
	height: 30px;
	margin-bottom: 5px;
	background-color: #006699;
}

#menu {
	margin: 0;
	padding: 4px 0px 4px 0px;
	line-height: 1em;
	background-color: #006699;
	font-weight: normal;  /* 600 */
	text-transform: capitalize; /* uppercase */
}
#menu li {
	list-style: none;
	float: left;
	width: 200px;
	text-align:center;
}
#menu li a {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #006699;
	color: #fff;
	text-decoration: none;
}
#menu li.category {
	letter-spacing: .2em;
}
#menu li.option {
	text-align:left;
	letter-spacing: normal;
}

#menu li ul {
	display: none;
	width: 180px;
	text-transform: none;
	font-weight: normal;
	background-color: #006699;  /*  #efefef */
	color: #fff;  /* #000 */

}

#menu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#menu li:hover li {
	float: none;
}

#menu li:hover li a {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc; /* + #888 #555 #bbb */
}

#menu a:hover, #menu li:hover>a {
	color: #fc3;
	border-bottom: 1px solid #ccc;
}

.dwnt {
	font-size: .7em;
	vertical-align: top;
	display: inline;
}
/* END NAVIGATION MENU */

/* SubNav */
.subnav {
	display:inline-block;
	background: #FFFF99 url(/images/borders/tl_green-white.png) no-repeat top left;
	width: 212px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	vertical-align:top;
	position: relative;
	line-height: 1.5em;
}

.subnav2 {
	padding: 0px 10px 10px 10px;
	height: 100%;
	background: #FFFF99 url(/images/borders/br_green-white.png) no-repeat bottom right;
	color: #ED1C24;
}
	
.subnav2 h3 {
	font-size: 16px;
	color: #ED1C24;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.subnav2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

.subnav2 a {
	text-decoration: none;
}

.subnav2 a:hover {
	text-decoration: underline;
}

.rght {
	font-size: .7em;
	vertical-align: top;
	display: inline;
	margin-left: 5px;
	clear: none;
}

/* End SubNav */	

/* START FOOTER SETTINGS */
#footer {
	vertical-align: bottom;
}

#footer a {
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#footer h3{
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#footer h3 a{
	color: #ED1C24;
}
#footer tr{
	border-top: #000000 1px solid;
}
#footer td{
	min-width: 120px;
	padding-right: 10px;
	border-right: #000000 0px solid;
}
/* END FOOTER SETTINGS */

/* SPECIFIC SETTINGS FOR MODULES */
/* Quicklinks */
#quicklinks{
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
	cursor:pointer;
	background: url(/images/ql_back.jpg) repeat;
	border-bottom: 1px solid #000;
}

.ql_link{
	height: 150px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-index:1;
}

.caption1{
	font-size: 14px;
	font-weight: bold;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
    opacity: 0.7;
    filter:alpha(opacity=70);
	-moz-opacity:0.70;  
	position: relative;
    height: 16px;
    width: 100%;
	top: 0px;
	left: 0%;
	z-index:1;
}

.caption2{
	font-size: 12px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
    opacity: 0.5;
    filter:alpha(opacity=50);
	-moz-opacity:0.50;  
	position: relative;
    height: auto;
    width: 100%;
	top: 0px;
	left: 0%;
	z-index:1;
}

#q_homeperformance{
	background:url(/images/performancehomes.png) no-repeat bottom;
}
#q_homeperformance:hover{
	background-color: #FFF;
}
#q_taxcredits{
	background:url(/images/taxcredits.png) no-repeat bottom;
}
#q_taxcredits:hover{
	background-color:#FFF;
}
#q_construction{
	background:url(/images/construction.png) no-repeat bottom;
}
#q_construction:hover{
	background-color:#FFF;
}
#q_scheduledmaintenance{
	background:url(/images/maintenance.png) no-repeat bottom;
}
#q_scheduledmaintenance:hover{
	background-color:#FFF;
}
/* End Quicklinks */

/* Why Us Box */
div#whyus{
	margin: 0px 0px 10px 0px; 
	padding: 20px 20px 5px 20px; 
	float:none; 
	width: 760px; 
	height: auto;
	background: #EFEFEF url(/images/borders/bottom_gr-w_800.png) no-repeat bottom;
	overflow: auto;
}

div#whyus_copy{
	font-size: 14px; 
	width: 476px; 
	padding: 0px 12px 5px 10px; 
	margin-right: 10px;
	background-color:#EFEFEF; 
	border-right: 1px solid #000;
	float: left;
}
/* End Why Us Box */

/* Reviews */
div#reviews{
	background:#FFFF99 url(/images/borders/top_g-gr_240.png) no-repeat top;
	width:240px;
	margin-left:10px;
	padding: 10px 0px 0px 0px;
	float:right;
}
div#reviews2{
	width: 220px;
	padding: 0px 10px 10px 10px;
	background:#FFFF99 url(/images/borders/bottom_g-gr_240.png) no-repeat bottom;
}
/* End Reviews */

/* Newsletter */
#newsletter {
	background: #FFFF99 url(/images/borders/tl_green-white.png) no-repeat top left;
	width: 212px;
	height: 250px;
	float:right;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#newsletter2 {
	padding: 0px 10px 10px 10px;
	background: #FFFF99 url(/images/borders/br_green-white.png) no-repeat bottom right;
	height: 100%;
	overflow:hidden;
}

#learnmore{
	font-size: 12px;
	padding-right:10px;
}
	
#newslettercap{
	font-size: 12px;
	padding: 3px 3px 0px 0px;
	line-height: 1.9em;
}	

#bottest {
	display:none;
}

#spacer {
	display:block;
}
/* End Newsletter */

/* Quick Fixes */
#quickfixes {
	background: #FFFF99 url(/images/borders/tl_green-white.png) no-repeat top left;
	width: 320px; 
	height: 250px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#quickfixes2{
	padding: 0px 10px 0px 10px;
	background: #FFFF99 url(/images/borders/br_green-white.png) no-repeat bottom right;
	height: 100%;
}
/* End Quick Fixes */

/* Twitter */
#twitter_div {
	background: #FFFF99 url(/images/borders/tl_green-white.png) no-repeat top left;
	margin-left: 0px;
	width: 250px;
	height: 250px;
	float:left;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
}

#twitter_div2 {
	padding: 0px 10px 0px 10px;
	background: #FFFF99 url(/images/borders/br_green-white.png) no-repeat bottom right;
	height: 100%;
}

#twitter_div2 ul {
	width: 100%;
	list-style: none;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 195px;
	overflow: hidden;	
}

#twitter_div2 ul li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

#twitter-link{
	padding: 5px 5px 0px 0px;
	font-size: 9px;
	display: block; 
	text-align: right;
}
/* End Twitter */

/* Feedback Buttom */
#feedback{
	position:fixed; 
	right: -2px; 
	top: 222px; 
	border: 1px solid #000; 
	border-right: none;
	cursor: pointer;
}

#feedback img{
	border: 2px solid #fff; 
	border-right: none;
}
#feedback:hover{
	right: 0px;
}
/* End Feedback Button */


/* General Content Structure */
div.content{
	margin: 0px 0px 0px 10px; 
	padding: 0 0 0 10px;
	float:none; 
	width: 568px; 
	height: auto;
/*	background: #EFEFEF url(/images/borders/bl_gray-white.png) no-repeat bottom left; */
	overflow: auto;
}

div.content2{
/*	background: #EFEFEF url(/images/borders/br_gray-white.png) no-repeat bottom right; */
	height: 100%;
	padding: 10px 20px 10px 10px;
}

div.content h2 {
		font-size: 20px;
		color: #ED1C24;
		text-align: right;
	margin-right: 0px;
	display:inline;
	clear: none;
}

div.content a, div.content a:visited {
	color: #ED1C24;
}

div.content h3 {
	font-size: 16px;
	color: #006699;
	text-align: left;
	clear: both;
	border-bottom: 1px #006699 solid;
	width: 100%;
}

img.hidden{
	display:none;
}
div#sharethis {
	clear: none;
	float: left;
	padding-top: 7px;
}

/* References Page Structure */
div.reference{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
div.ref-customer{
	font-size: 18px;
	color: #0000FF;
	clear: none;
	background-color:#00FFFF;
}

div.ref-phone{
	float:right;
	clear: right;
}
div.ref-contact{
}
div.ref-address{
	clear:right;
}
div.ref-project{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
div.ref-project-scope{
	font-size: 14px;
}
/* References Page Structure */

/* Brands Page Structure */

div.brand{
	padding: 0px;
	display: block;
}
div.brand img{
	padding: 5px;
	width: 150px;
	height: auto;
	float:right;
}
div.brand img:hover {

}
/* Brands Page Structure */

/* Review Page */
div.review {
	border: 2px #006699 inset;
	margin-bottom: 15px;
}
div.review div.text{
	margin: 10px 10px 10px 10px;
}
div.byline {
	color: #fff;
	background-color: #006699;
	clear: both;
	text-align: right;
	padding: 5px 5px 0px 0px;
}
div.source {
	font-size: 12px;
	clear:both;
	text-align: right;
	background-color: #006699;
	color: #FFFFFF;
	padding: 3px 5px 5px 0px;
}
span.wow { 
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
span.wow2 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
div.review ul li{
	list-style: circle;
	margin: 0px;
	padding: 0px;
}

/* Review Page */

/* Coupons Page */
div.coupon{
	border: #0000FF 2px dashed; 
	width: auto; 
	margin: 10px; 
	padding: 20px;
}

div.coupon h1{
	margin-top: 0px;
	font-size: 16px;
	color: #337147;
	border-bottom: #337147 1px solid;
	text-align:left;
}

div.coupon h2{
	font-size: 12px;
	border: none;
	color: #000;
}
div.coupon h3{
	text-align: right;
	font-size: 10px;
	border: none;
	color: #999999;
	vertical-align: bottom;
	margin-bottom: 0px;
}
/* Coupons Page */