
/*-----------------Styles-----------------------*/
body {
	padding:0;
	margin:0;
	background-color:#ffffff;
	color: #000000;
	font-family: Arial;
}
headers{
	font-size:18px;
	font-family:Arial;
	line-height:1.0;
}
.centerborder{
	padding-left:10px;
	}
.newsheadlines{
		color:#CC6666;
	}
.newsheadlines a{
		color:#CC6666;
		text-decoration:none;
		font-family:Arial;
		
	}
.newsheadlines a:hover{
		color:#CC6666;
		text-decoration:underline;
		font-family:Arial;
		
	}		
.newspreview{
	font-size:12px;
}
.newsarticle{
	font-size:12px;
}
.newspic{
	border:1px solid #000;
	
}
.newslink a{
	color:#CC6666;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	}
.newslink a:hover{
	color:#CC6666;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	}
.featureauthor{
	font-size:14px;
	font-face:bold;
}

.jobheadlines{
		color:#CC6666;
		font-size:12px;
	}
.jobheadlines a{
		color:#CC6666;
		text-decoration:none;
		font-family:Arial;
		
	}
.jobheadlines a:hover{
		color:#CC6666;
		text-decoration:underline;
		font-family:Arial;
		
	}
.joblink{
	border-bottom:1px solid #000;
}
.joblink a{
	color:#CC6666;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	}
.joblink a:hover{
	color:#CC6666;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	}	
/* ---------------Layout------------------------------ */	
#outer{
	height:100%;
	min-height:100%;
	margin-left:140px;
	margin-right:140px;
	background:#ffffff;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
	margin-bottom:-52px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background-color:#ffffff;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	margin-left:-139px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:142px;/*needed to make room for header*/
	background-color:#ffffff;
	/*z-index:100;*/
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:right;
	margin-right:-139px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:142px;/*needed to make room for header*/
	background-color:#ffffff;
	
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:142px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;max-width:995px;z-index:1}

/* css stuff below is just for presentation and not needed for the demo */

#left span {
	display:none;	
}	
#left a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
/*
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }*/
}
#footer span {
	display:none;	
}	
#footer a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}
#minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-50px;} 

/* CSS Document */

