@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: 786px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 786px;
	background: #666 url(../images/leftnav-facilityservices.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#hvac a:link, #hvac a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}




/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 442px;
	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;
}
	

/* SIDEBAR CONTENT
-------------------------------------------------------------------*/
#sidebarwrap {
	position: absolute;
	top: 80px;
	left: 682px;
	width: 200px;
	height: 800px;
	background: transparent;
}

#sidebarwrap ul {
	font-size: 11px;
	padding-left: 16px;
	margin-top: 6px;
	line-height: 16px;
}

.headers {
    width: 200px;
	height: 24px;
	background: #333;
	border: 1px solid #4D4D4D;
	margin: 0 0 1px 0;		
}

#emergencyservice {
	width: 180px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 10px 15px 10px;
}

#van {
	margin: 6px 0 0 0;	
}

#phonenumber {
	text-align: center;
	font-weight: bold;
	margin: 12px 0 0 0;
}

#expertise {
    width: 180px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 10px 4px 10px;
}



/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 980px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1030px;
	left: 0;
}