@charset "utf-8";



/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/servicepagehead.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 906px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 906px;
	background: #666 url(../images/leftnav-facilityservices.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#energy a:link, #energy a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 432px;
	background: transparent;
}

#content h2 {
	margin: 30px 0 0 0;	
}

#content ul {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 20px;
}

#content p {
	line-height: 16px;
}


#greenstarlogo {
	margin: 20px 30px 0 50px;	
}

#energystarlogo {
	margin: 20px 0 0 0;	
}

a.imglinks:link, a.imglinks:visited{
	outline: none;	
}

	

/* SIDEBAR CONTENT
-------------------------------------------------------------------*/
#sidebarwrap {
	position: absolute;
	top: 80px;
	left: 682px;
	width: 200px;
	height: 800px;
	background: transparent;
}

.headers {
    width: 200px;
	height: 24px;
	background: #00853F;
	border: 1px solid #00853F;
	margin: 0 0 1px 0;		
}

#greenstar {
	width: 180px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 10px 15px 10px;
}

#greenstar p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}	


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1100px;
	left: 0;
	width: 912px;
	height: 50px;
	background: #333 url(../images/footer.jpg) no-repeat;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#goodbye {
	position: absolute;
	top: 1150px;
	left: 0;
	width: 912px;
	height: 50px;
	background: transparent;
}