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

/* Reset v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Page Styles start */

body{
	background-color: #d0d0d0;
	color: #797979;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 13px;
}

a:link {
	color: #84C130;
	text-decoration: underline;
}

a:hover, a:active {
	color: #84c130;
	text-decoration: underline;
}

a:visited {
	color: #84C130;
	text-decoration: none;
}

a:visited:hover{
	text-decoration: underline;
} 

a.last{
	border-right: none !important;
}


.left {
	float: left;
}

.right {
	float: right;
}

.vaMiddle{
	vertical-align: middle;
}

.grayer{color:#333333;}

.orange{
	color: #F9963F !important;
}

.orange2{
	color: #666666 !important;
}
	
.clearIt{
	clear: both;
	height: 1px;
	line-height: 1px;
}

.displayN{
	display: none;
}

.bold{
	font-weight: bold;
}

/** End Generic Classes */


/** Start Layout Classes */
#wrapper{
	background-image: url(/images/footer_under_back.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	width: 1044px;
}

#container{
	background-image:	url(/images/wrapper_back.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px 10px;
	width: 1024px;
}


/* Header */
#header {
	height: 105px;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 1024px;
}

#logo {
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
	position: relative;
	top: 0px;
	z-index: 10;
}

#getStarted{
	bottom: 24px;
	position: absolute;
	right: 52px;
}

/* Menu 1*/
#menu {
	background-image: url(/images/nav/menu_nav_back.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	float: left;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	position: relative;
	z-index: 900;
	width: 1017px;
}

#menu ul {
	left: 180px;
	margin: 0px 0px 0px 10px;
	position: relative;
	padding-left: 5px;
	z-index: 988;
}

#menu ul li {
	display: inline;
	float: left;
	list-style: none;	
	text-align: center;
	width: 100px;
}

#menu ul li a{
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	letter-spacing: 2px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul li a.oneline{
	padding: 9px 10px 1px 10px;
}

#menu ul li a.first{
	border-left: 1px solid #FFF;
}

#menu ul li a.last{
	border: none;
}

#menu a:hover {
	color: #333333;
}

#menu a.last{
	border: none;
}

#menu .projectsLink, #menu .faqLink{
	display: none;
}

#aboutus .aboutLink a, #services .serviceLink a, #resources .resourcesLink a, #contact .contactLink a, #green_home .homelink a, #home_page .homepagelink a, #green_business .businesslink a, #news .newsLink a, #portfolio_index .portfolioLink{
	background-image: url(/images/nav/menu_nav_back_on.jpg);
	background-repeat: repeat-x;
}

#menu li.portfolioLink{
}

/* Menu Drop Down Styles */
	#menu ul.dropdown{
		display: none;
		left: 0;		
		margin: 0;
		padding: 2px 0px 0px 0px;
		position: absolute;
		top: 32px;
		width: 150px !important;
		z-index: 999;
	}
	
	ul.dropdown li{
		background-color: #9c9da0;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-left: 1px solid #FFF;
		display: block;
		float: none;
		list-style: none;
		margin: 0;
		padding: 2px 0px 6px 10px;
	}

	#menu ul.dropdown li a{
		background-image: none !important;
		border: none !important;
		display: block;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 12px;
		margin: 0px 0px 0px 5px;
		padding: 5px 10px 6px 0px;
		position: relative;
		text-align: left;
	}

	#menu ul.firstNavUL{
		left: 504px;
	}
	
	#menu ul.firstNavUL li{
		height: 20px;
		width: 150px;
	}
	
	#menu ul.secondNavUL{
		left: 304px;
	}	
	
	#menu ul.secondNavUL li{
		height: auto;
		width: 128px !important; 
	}
	
	#menu ul.secondNavUL li.three-lines{
		height: 45px;
	}
	
	#menu ul.fourthNavUL{
		left: 604px;
	}	
	
	#menu ul.fourthNavUL li{
		height: 20px;
		width: 120px !important; 
	}
	
/* Main Page content styles */
#mainContain{
	clear: both;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 1024px;
}

#mainContent{
	background-color: #FFF;
	clear: both;
	margin: 0px 0px;
	padding: 0px 10px 20px 20px;
	width: 994px;
}
	#photoSlideShow{
		height: 219px;
		margin: 0px auto 10px auto;
		overflow: hidden;
		position: relative;
		width: 576px;
	}

	#photoSlideShow img{
		 position:absolute;
		 top:0;
		 left:0;
		 z-index:8;
	}
	
	#photoSlideShow img.active {
		 z-index:10;
	}
	
	#photoSlideShow img.last-active {
		 z-index:9;
	}
	
	#subHomeLeft{
		display: inline;
		font-size: 12px;
		line-height: 16px;
		padding: 12px 0px;
		width: 175px;
	}
		
		#subHomeLeft h2 a, #subHomeLeft h3 a, #subPageLeft h2 a, #subPageLeft h3 a{
			color: #97ca4d;
			display: block;
			font-size: 13px;
			font-weight: bold;
			margin: 0px 0px 10px 16px;
			text-transform: uppercase;
		}
		
		#subHomeLeft p{
			color: #797979;
			font-size: 12px;
			margin: 0px 0px 3px 12px;
		}

		#HomeForm{
			margin: 0px 0px 20px 0px;
			overflow: hidden;
			width: 190px;
		}
		
		#startForm{
			margin: 20px 0px 20px 0px;
			width: 200px;
		}
		
			#startForm p, #HomeForm p{
				color: #797979;
				margin-left: 2px;
			}
		
		#subHomeLeft #startForm h2, #HomeForm h2{
			color: #97ca4d;
			font-family: Helvetica, Arial,  sans-serif;
			font-size: 14px;
			font-weight: bold;
			line-height: 18px;
			margin: 10px 0px 0px 2px;
			text-transform: uppercase;
		}
		
		#HomeForm h2{
			font-weight: bold;
			margin-top: 0px;
		}
		
		#startForm label, #HomeForm label{
			color: #9C9DA0;
			font-size: 10px;
			margin: 0px 0px;
		}
		
		#startForm input.formInput, #HomeForm input.formInput{
			background-color: #FFF;
			background-image: url(/images/input_background.gif);
			background-repeat: no-repeat;
			border: none;
			display: block;
			font-size: 10px;
			height: 22px;
			margin: 4px 0px 0px 0px;
			padding: 3px 0px 0px 0px;
			text-indent: 5px;
			width: 200px;
		}
		
		#startForm input#submit_btn, #HomeForm input#submit_btn{
			display: block;
			margin: 10px 0px 0px 0px;
		}
		
		#HomeForm input.formInput{
			background-color: #FFF;
			background-image: url(/images/input_background_right.gif);
			background-repeat: no-repeat;
		}
		
		#subHomeLeft h3{
			margin: 0px 0px;
		}
		
		#calloutBoxLG{
			background-image: url(/images/solar_box_back.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			clear: both;
			height: 163px;			
			padding: 8px 0px 0px 0px;
			position: relative;
			width: 190px;
		}
		
			#calloutBoxLG h3, #calloutBoxLG h3 a, .orange-callout h3{
				color: #FFF;
				font-size: 16px;
				line-height: 19px;
			}
		
		.orange-callout{
			background-image: url(/images/orange_callout_back.jpg);
			background-repeat: no-repeat;
			height: 167px;
			padding: 5px;
			position: relative;
			width: 149px;
		}
		
			#sub-promo-bar .orange-callout h3{
				margin: 0px 0px 4px 0px;
				line-height: 18px;
			}
			
			.orange-callout a{
				color: #797979;
			}
		
		.oc-small{
			background-image: url(/images/orange_callout_back_sm.jpg);
			height: 96px;
		}
			
		.go_btn{
			bottom: 0px;
			position: absolute;
			right: 4px;
		}
		
		#calloutBoxSM{
			background-image: url(/images/rebate_box_back.jpg);
			background-position: center top;
			background-repeat: no-repeat;	
			height: 82px;
			padding: 8px 0px 0px 0px;
			margin: 28px 0px 20px 0px;
			width: 224px;
		}
		
		#socialMedia{
			display: none;
			height: 38px;
			margin: 15px 0px 20px 0px;			
			padding: 0px 0px 5px 0px;
			position: relative;
			width: 200px;
		}
		
		#contact #socialMedia{
			display: block;
		}
		
		#socialMedia a, #socialMedia img{
			display: inline;
			margin: 0px 0px;
			padding: 0px 0px 0px 11px;
			width: 38px;
		}
		
		#socialMedia #fbIcon, #socialMedia #twitIcon, #socialMedia #emIcon{
			display: inline;
			position: relative;
			top: 8px;
			z-index: 12;
		}
		
		#socialMedia img#greenFade{
			bottom: 0px;
			display: block;
			position: absolute;
			right: 3px;
			width: 223px;
			z-index: 20;
		}

	#subHomeRight{
		background-image: url(/images/subLeft_back.gif);
		background-position: left top;
		background-repeat: repeat-y;
		display: inline;
		margin: 20px 9px 0 6px;
		min-height: 500px;
		padding: 0px 10px 0px 10px;
		width: 590px;
	}
	
		#subHomeRight h1, #subPageRight h1{
			color: #f9963f;
			font-size: 16px;
			font-family: Helvetica, Arial,  sans-serif;
			line-height: 19px;
			margin: 0px 0px 10px 12px;
			text-transform: uppercase;
		}
		
		#subPageRight h1{
			margin-left: 0px;
		}
		
		#subPageRight h1{
			color: #84C130;
		}
	
		#subHomeRight p{
			color: #797979;
			font-size: 12px;
			line-height: 19px;
			margin: 0px 10px 10px 12px;
		}

	#promo-bar{
		min-height: 400px;
		margin: 20px 0px;
		padding: 0px 0px 20px 0px;
		width: 190x;
	}
	
		#promo-bar h3, #sub-promo-bar h3{
			color: #FFF;
			font-size: 16px;
			font-weight: bold;
			line-height: 21px;
			margin: 0px 0px 10px 0px;
		}
			
		#promo-bar p, #sub-promo-bar p{
			color:#797979;
			font-size:12px;
			line-height: 16px;
			margin-top:0px;
		}
		
	#sub-promo-bar{
		min-height: 500px;
		margin: 20px 0px;
		padding: 0px 0px 20px 5px;
		width: 160px;
	}
	
	.press-coverage{
		margin: 5px 0px 5px 10px;
	}
	
	.indiv-press{
		border-bottom: 1px solid #84C130;
		clear: both;
		height: auto;
		margin: 15px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		overflow: hidden;
	}
		#subPageRight .indiv-press h2{
			margin-top: 10px;
		}
		
		#subPageRight .indiv-press img.right{
			margin: 12px 20px 5px 10px;
		}
	
#footer{
	background-color: #FFF;
	color: #9c9da0;
	font-family: Helvetica, Arial,  sans-serif;
	letter-spacing: 2px;
	margin: 0px auto;
	padding: 20px 0px 5px 0px;
	position: relative;
	text-align: center;
	width: 1024px;
}

	#footer p{
		color: #9c9da0;
		font-size: 10px;
	}
	
	#footer ul {
		margin-top: 0px;
	}
	
	#footer li {
		display: inline;
		font-size: 11px;
	}
	
	#footer li a{
		letter-spacing: 2px;
		text-transform: lowercase;
	}
	
	#footer a {
		color: #9c9da0;
		font-size: 11px;
		line-height: 18px;
		margin: 0px 4px 0px 0px;
		padding: 10px 0px 0px 4px;
		text-decoration: none;
		text-align: center;		
	}
	
	#footer a:hover {
		color: #84c130;
		text-decoration: none;
	}

/* Sub Page Styles */
#subPageLeft{
	display: inline;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px;
	padding: 12px 0px;
	width: 175px;
}
	
	#subPageLeft ul, #subHomeLeft ul{
		margin: 10px 0px 40px 6px;
	}
	
	#subPageLeft li, #subHomeLeft li{
		border: none;
		margin: 0px 0px 7px 0px;
	}
	
	#subPageLeft li.active{
		color: #84c130 !important;
		list-style-type: disc;
	}
	
	#subPageLeft h2, #subHomeLeft h2, #subPageLeft h3, #subHomeLeft h3{
		color: #84c130;
		font-family: Helvetica, Arial,  sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin: 10px 0px 8px 0px;
		text-transform: uppercase;
	}
	
	#subPageLeft a,  #subHomeLeft a{
		color: #686664;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
		margin: 0px 0px;
	}
	
		#subPageLeft a:hover, #subHomeLeft a:hover{
			color: #84c130;
			text-decoration: none;
		}
		
		#contactForm label{
			color: #9C9DA0;
			font-size: 10px;
			margin: 0px 0px;
		}
		
		#contactForm input.formInput{
			background-color: #FFF;
			background-image: url(/images/input_background_sm.gif);
			background-repeat: no-repeat;
			border: none;
			display: block;
			font-size: 10px;
			height: 22px;
			margin: 5px 0px 0px 0px;
			padding: 3px 0px 0px 0px;
			text-indent: 5px;
			width: 180px;
		}
		
		#contactForm input#submit_btn{
			display: block;
		}
		
		#subPageLeft #calloutBoxSub, #sub-promo-bar #calloutBoxSub{
			padding: 6px 0px 0px 0px;
			margin: 28px 0px 20px 0px;
			width: 180px;
		}
				
			#subPageLeft #calloutBoxSub h3 a, #sub-promo-bar #calloutBoxSub h3 a{
				color: #FFF;
				display: block;
				font-size: 16px;
				line-height: 21px;
				margin: 0px 0px 0px 5px;
				text-decoration: none;
			}
			
			#subPageLeft #calloutBoxSub a, #sub-promo-bar #calloutBoxSub a{
				text-decoration: underline;
			}
	
			#subPageLeft #calloutBoxSub a:hover, #sub-promo-bar #calloutBoxSub a:hover{
				text-decoration: none !important;
			}
			
			#subPageLeft #calloutBoxSub p, #sub-promo-bar #calloutBoxSub p{
				font-size: 12px;
				line-height: 14px;
				margin: 0px 0px 3px 5px;
				width: 150px;
			}
	
#subPageRight{
	background-image: url(/images/subLeft_back.gif);
	background-position: left top;
	background-repeat: repeat-y;
	color: #686664;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin: 20px 5px 0 6px;
	min-height: 450px;
	padding: 0px 10px 20px 20px;
	text-align: left;
	width: 580px;
}

	#subPageRight img.right{
		margin: 0px 10px 20px 40px;
	}
	
	#subPageRight h3,	#subPageRight h2{
		color: #84c130;
		font-family: Helvetica, Arial,  sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		margin: 20px 0px 0px 0px;
		text-transform: uppercase;
	}
	
		#subPageRight #startForm{
			width: 100%;
		}

		#subPageRight p, #subPageLeft p{
			font-size: 12px;
			line-height: 19px;
			margin: 0px 0px 10px 0px;
		}
				
		#subPageRight img.left{
			margin: 5px 10px 35px 0px;
		}
		
		#subPageRight ul{
			font-size: 12px;
			list-style-type: disc;
			margin: 0px 0px 0px 15px;
			padding: 0px 0px 0px 15px;
		}
		
		
		#subPageRight #logos-affiliations{
			width: 500px;
		}
		
		#subPageRight #logos-affiliations p{
			clear: both;
			height: 58px;
			margin: 10px 0px;
		}
		
		#subPageRight .portfolio-item{
		}
		
		#subPageRight .portfolio-item td{
			border: 1px solid #666;
			margin: 10px 0px;
			padding: 0px 5px;
		}
		
		#subPageRight .portfolio-item h2{
			color: #666666;
		}
		
		#subPageRight .portfolio-item img{
			margin: 10px 0px;
		}

		#subPageRight .green-home{
			margin: 10px 0px;
		}
		
			#subPageRight .green-home td{
				border: 1px solid #606060;
				padding: 5px;
			}
			
			#subPageRight .green-home th{
				border: none;
			}
			
			#subPageRight .green-home td.check{
				background-image: url(/images/green_checkbox.gif);
				background-position: 0px 10px;
				background-repeat: no-repeat;
				padding-left: 40px;
			}
			
			#subPageRight .green-home h4{
				color: #84C130;
				font-family: Helvetica, Arial,  sans-serif;
				font-size: 16px; 
				line-height: 22px;
			}
		
		#subPageRight #contactForm, #subPageLeft #contactForm{
			margin: 20px 0px 20px 0px;
			width: 190px;
		}
		
		#subPageRight #contactForm h2, #subPageLeft #contactForm h2{
			color: #84c130;
			font-family: Helvetica, Arial,  sans-serif;
			font-size: 13px;
			line-height: 18px;
			margin: 10px 0px 0px -1px;
			text-transform: uppercase;
		}
		
		#subPageRight #midpage-callout{
			margin-left: 10px;
			padding: 5px;
			text-align: center;
			width: 380px;
		}
		
			.large-callout{
				background-image: url(/images/orange_callout_page.jpg);
				height: 208px;
				width: 380px;
			}
			
			.small-callout{
				background-image: url(/images/orange_callout_page_sm.jpg);
				height: 95px;
				width: 380px;
			}
				
				#midpage-callout h2{
					color: #FFF;
					font-size: 15px;
					line-height: 16px;
					margin: 10px auto 8px auto;
					width: auto;
				}
			
				#subPageRight #midpage-callout ul{
					margin: 0px 0px 0px 25px;
				}
				
				#subPageRight #midpage-callout li{
					color: #FFF;
					margin: 0px 0px 5px 0px;
					text-align: left;
				}
				
				#subPageRight #midpage-callout p{
					color: #545454;
					margin: 0px 0px 5px 0px;
					line-height: 15px;
					width: 320px;
			}
		
		#subPageRight table#example-solar-savings{
			background-image: url(/images/large_orange_back.jpg);
			height: 273px;
			margin: 0px 10px;
			width: 390px;
		}
			
			#subPageRight #example-solar-savings td{
				font-size: 9px;
				line-height: 11px;
				padding: 2px;
			}
			
				#subPageRight #example-solar-savings td p{
					color: #797979;
					font-size: 11px;
					line-height: 13px;
					margin: 2px 0px 0px 0px;
					padding: 5px 5px 0px 5px;
				}
				
				#subPageRight #example-solar-savings td h3{
					color: #FFF;
					margin: 5px 5px;
					text-align: center;
					width: 370px;
				}
		
/*Sub Page Styles for Active Links */
.team li.ourTeamLink, .affiliations li.ourAffiliationsLink, .company li.ourCompanyLink, .consult li.servicesConsultingLink, 
.maintain li.servicesMaintenanceLink, .install .servicesInstallLink, .development .servicesDevelopLink, .design .servicesDesignLink, .energy .servicesEnergyLink, .services .servicesOverviewLink, .audit .servicesAuditLink, .elec-costs .homeElecLink, .high-heat-costs .greenHomeHeatLink, .home-too .greenHomeColdHotLink, 
.asthma-allergies .greenHomeAshAllLink, .comfort .greenHomeComfortLink, .mold-mildew .greenHomeMoldMildewLink, .energy-effeciency .greenHomeEnergyEffLink, 
.health .greenHomeHealthLink{
	color: #84c130 !important;
	list-style-type: disc;
}

.news .newsOverviewLink, .events .newsEventsLink, .pace .newsPaceLink, .newsletter .newsSignUpLink, 
.articles .newsArticlesLink, .presskit .newsPressKitLink{
	color: #84c130 !important;
	list-style-type: disc;
}

/******** Portfolio Pages Styles *****************/
.elfinForest, .oblisco, .temecula-ths, .feller, .saxony, .crain, .mantua, .elfinForest2, .opal, .revivalColl, .northlaneLink, .sasafrass{
	display: none;
}

.commercial15th, .ucsd-tmac, .gelato, .ibis-st, .gelatiamo, .hightechLink, .hifaei, .a-b-med, .bldgmixedLink{
	display: none;
}

.revival-collection .revivalColl, .northlane .northlaneLink, .bldg-mix .bldgmixedLink, .high-tech .hightechLink{
	color: #84c130 !important;
	list-style-type: disc;
}

.hightechLink, .bldgmixedLink, .revivalColl, .northlaneLink{
	display: block;
}

#subPageRight h2.portfolio-h2{
	color: #7b797a;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.portfolio #subPageRight h3, .portfolio #subPageRight h4{
	font-size: 14px;
	text-transform: capitalize;
}

.portfolio-photos{
	height: auto;
	overflow: hidden;
}

	.portfolio-photos .left-col-thumbs{
		margin-right: 10px;
		width: 94px;
	}
	
		.portfolio-photos .left-col-thumbs a{
			display: block;
			float: left;
			margin: 0px 3px 3px 0px;
		}
	
	.portfolio-photos .right-col-picture{
		width: 475px
	}
	
.savings-grid{
	margin: 15px 0px;
}

.work-scope-table{
	margin: 20px 0px 0px 0px;
	width: 350px;
}

	.portfolio #subPageRight .work-scope-table h3, .portfolio #subPageRight .work-scope-table h4{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px;
		text-align: center;
		width: 350px;
	}
	
	.portfolio #subPageRight .work-scope-table ul{
		list-style: none;
		margin: 0px 0px;
		padding: 0px 0px;
	}
	
	.portfolio #subPageRight .work-scope-table li{
		border: 3px solid #58585a;
		border-bottom: none;
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin: 0px 0px;
		padding: 3px 0px;
		text-align: center;
		width: 350px;
	}
	
	.portfolio #subPageRight .work-scope-table li.last{
		border-bottom: 3px solid #58585a;
	}