@charset "utf-8";



/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(images/newspagehead.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 1163px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 1163px;
	background: #666 url(images/leftnav-facilityservices.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#overview a:link, #overview a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 432px;
	background: transparent;
}

#content p {
	line-height: 16px;	
}



#recentnews {
	width: 432px;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 30px 0 30px 0;
	padding: 20px 0 20px 0;
}
	
/* SIDEBAR CONTENT
-------------------------------------------------------------------*/
#sidebarwrap {
	position: absolute;
	top: 80px;
	left: 682px;
	width: 200px;
	height: 800px;
	background: transparent;
}

.headers {
    width: 200px;
	height: 24px;
	background: #333;
	border: 1px solid #4D4D4D;
	margin: 0 0 1px 0;		
}

#upcomingevents, #industrynews {
    width: 180px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 10px 15px 10px;
}

#fbookwrap, #linkedwrap{
	height: 40px;
	margin: 10px 0 0 0;
}

#linkedin {
	float: left;
	height: 40px;
	margin: 0 10px 0 10px;
}

#facebook {
	float: left;
	height: 40px;
	margin: 0 10px 0 10px;
}


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1357px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 1407px;
	left: 0;
}