@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: 1792px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 1792px;
	background: #666 url(../images/leftnav-facilityservices.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#news a:link, #news a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content p {
	line-height: 16px;
}

/* NEWS CONTENT
-------------------------------------------------------------------*/

#story1, #story2, #story3, #story4, #story5, #story6, #story7, #story8, #story9, #story10 {
	width: 662px;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	padding: 20px 0 20px 0;
}
	
#story2, #story3, #story4, #story5, #story6, #story7, #story8, #story9, #story10  { 
	border-top: none;
}


/* NEWS NAVIGATION
-------------------------------------------------------------------*/
#newsnavwraptop, #newsnavwrapbottom {
	width: 662px;
	height: 42px;
	background-color: transparent;
	margin: 0px 0 0 0;
}

#newsnavwraptop p, #newsnavwrapbottom p {
	line-height: normal;	
}

#newsnavwrapbottom {
	height: 22px;
	margin: 20px 0 0 0;
}

#newsnavtop, #newsnavbottom{
	float: right;
	height: 22px;
	background: transparent;
	margin: 0 0 0 0;
}

#newsnavtop p, #newsnavbottom p {
	float: left;
	width: 36px;
	height: 22px;
	background-color: #0CF;
	margin: 0 10px 0 0;
}

#newsnavtop .square, #newsnavbottom .square {
	width: 24px; 	
}

#newsnavtop a:link, #newsnavtop a:visited, #newsnavbottom a:link, #newsnavbottom a:visited  {
	display: block;
	color: #4D4D4D;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 4px 0 3px 0;
}

#pagetop a:link, #pagetop a:visited, #pagebottom  a:link, #pagebottom  a:visited  {
	color: #F2F2F2;	
	background-color: #4D4D4D;
}

#newsnavtop p:hover a, #newsnavbottom p:hover a {
	color: #F2F2F2;
	background-color: #4D4D4D;
	background-image: url(images/main-navtab.jpg);
	background-repeat: no-repeat;
}


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 1986px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 2036px;
	left: 0;
}