@charset "utf-8";
/* CSS Document */
a:link, a:visited{
	color:#0000FF;
	text-decoration:underline;
}
a:hover{	
	color:#FF0000;
	text-decoration:none;
}
#wrapper{
}
.pageheading{
	font:bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#1d5baa;
	margin-bottom:15px;	
}
#clear{
	clear:both;
	margin:0;
	padding:0;
}
#featured{
	width:600px;
}
/*Styles each individual job including the summary bar*/
#job{
	width:600px;
	padding-bottom:10px;
	margin-bottom:8px;
	background-color:#ffffff;
	background:url(../images/description-bottom.jpg) no-repeat bottom center;
}
#jobSummary{
	width:600px;
	margin:0;
	padding:0 0 6px 0;
	background:url(../images/summary-bottom.jpg) no-repeat bottom center;
}
#jobSummary a{
	text-decoration:underline;
}
/* IE style \*/
* html #jobDescription{
	width:600px;
	height:100px;
	margin:0;
	padding:10px 15px;
	background-color:#ffffff;
}
/* IE style */ 
#jobDescription{
	width:570px;
	margin:0;
	padding:10px 15px;
	background-color:#ffffff;
	background:url(../images/description-bg.jpg) repeat-y top center;
}
#jobDescription p, #jobDescription ul{
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
}
#jobDescription h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#1d5baa;
	margin:0;
	padding:0;
}
#left ul, #right ul{
	margin:0;
	padding:13px 15px 5px 15px;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
}
#right ul{
	text-align:right;
}
#left li, #right li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#left, #right{
	width:300px;
	float:left;
}
#left{
	background:url(../images/jobbank-top-left.jpg) no-repeat top left;
}
#right{
	background:url(../images/jobbank-top-right.jpg) no-repeat top right;
}
#left a:hover, #right a:hover{
	text-decoration:none;
}
#left li span{
	font-weight:bold;
	color:#1d5baa;
}
#summaryContent{
	width:600px;
	background:url(../images/summary-content.jpg) repeat-y top center;
}
.hideNavText{
	position:absolute;
	left:-999px;
}
