body {
	font-family: "Trebuchet MS", sans-serif;
	color: #666666;
	font-size:12px;
	line-height: 18px;
	margin:0;
	padding:0px;
	background: url(../images/bodyBackTop.jpg) no-repeat top center;
}

/* ----Default Styles---- */

img{
	border:none;
}

a {
	color: #009FB4;
	text-decoration: none;
}

a:hover {
	color: #009FB4;
	text-decoration: none;
	border-bottom: #009FB4 dotted 1px;
}

#wrapper{
	width:850px;
	margin:auto;
	padding:0px;
	text-align:left;
	overflow:hidden;
	position:relative;
}

/* ----Top Header Styles---- */

#header{
	background: url(../images/topHeader.jpg);
	width:850px;
	height:148px;
	margin: 0;
}

#headerStrap{
	font-size: 20px;
	color: #009FB4;
	text-align: center;
	font-weight: lighter;
	height:59px;
	margin:0px 154px 0px 196px;
	padding: 45px 0 0 0;
}

#mainNav{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

#mainNav ul{
	list-style: none;
	position:relative;
	left:-50%;
	height:31px; 
	margin:0;
	padding:0;
}

#mainNav li{
	float:left;
	position:relative;
}

#mainNav a{
	/* display: block; */
	float: left;
	font-size: 12px;
	color: #009FB4;
	height:23px; /* height of mainNav 31px */
	padding:8px 7px 0px 7px;
	text-align: center;
	text-decoration: none;
}

#mainNav a:hover{
	color: #FFF;
	text-decoration: none;
	background: url(../images/mainNavOverOn.jpg) repeat-x;
	border-bottom: none;
}

#mainNav a.selected{
	color: #FFF;
	text-decoration: none;
	background: url(../images/mainNavOverOn.jpg) repeat-x;
}


/* ----Left Column Styles---- */


#leftCol{
	float:left;
	width:530px; /* width of leftCol 580px */
	padding:0 25px 0 25px;
}

#leftCol h1{
	font-size: 20px;
	font-weight: lighter;
	color:#009FB4;
}

#leftCol h2{
	font-size: 14px;
	color:#666666;
}

#leftCol h3{
	font-size: 14px;
	color:#009FB4;
}

#leftCol ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}

#leftCol li{
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/bulletGreen.jpg) top left no-repeat;
}

.job{
	border-bottom: dotted 1px #999;
}

/* ----Right Column Styles---- */

#rightCol{
	/* padding: 0 10px 0 30px; */
	font-size: 11px;
	color: #999;
	float:right;
	width:220px; /* width of rightCol 270px */
	padding:0 25px 0 25px;
	}
	
#rightCol.homeVacancies{
	background: url(../images/rightColBack.jpg) no-repeat left;
	min-height: 380px;
	}

.boldDark{
	color: #666666;
	font-weight: bold;
}


#rightCol p{
	margin:0 0 10px 5px;;
}


#rightCol h1{
	font-size: 20px;
	font-weight: lighter;
	/* color:#009FB4; */
}

.rightImg{
	margin:55px 0 0 0;
}


/* ----Footer Column Styles---- */

#footer{
	clear:both;
	text-align: center;
	padding: 25px 0 25px 0;
	font-size: 10px;
}

#addressBar{
	color: #FFF;
	height:19px;
	background: url(../images/footerBack.jpg) no-repeat top center;
	padding:2px 0 0 0;
	margin-bottom: 10px;
}

#addressBar a{
	color: #FFF;
	border: none;
	text-decoration: none;
}
#addressBar a:hover{
	border-bottom: #FFF dotted 1px;
}


#footerLinks{
	height:16px;
	display: block;
}

/* ----Form Styles---- */

#JobSearchForm label {
   float: left;
   width:90px;
}

#JobSearchForm .labelMargin {
   margin-left: 90px;
}

#JobSearchForm fieldset {
   border: none;
   margin:0;
   padding:10px;
   border:dotted 1px #999;
}

#JobSearchForm legend {
   color: #999;
   font-size: 10px;
   margin:0;
   padding:0 5px 0 5px;
}

#JobSearchForm p {
   margin: 0;
   padding:0 0 0 5px;
}

/* ----Misc Styles---- */

.imgRight{
	margin:25px 0 0 0;
	text-align: right;
}

.imgleft{
	margin:25px 0 0 0;
	text-align: left;
}

.imgCentre{
	margin:25px 0 0 0;
	text-align: center;
}

.clear{
	clear:both;
}

.tenpxtext{
	font-size: 10px;
}




