/* CSS Document */

#masthead-home {
	width: 800px;
	height: 120px;
	clear: both;
	background-image: url(../images/homeHdr_01.jpg);
	background-repeat: no-repeat;
	border-top: solid 3px #000066;
}

#contentInnerWrapper-home {
	position: relative;
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px 0 10px 10px;
	background-image: url(../images/homeContentBkgd.jpg);
	background-repeat: no-repeat;
}

#homejobsboxwrapper {
/*position: relative;*/
	width: 390px;
	margin:0px;
	padding:0px;
	/*clear: both;*/
}

#homejobboxtop {
	/*position: relative;*/
	width: 390px;
	height: 10px;
	background: url(../images/searchboxtop.gif) no-repeat bottom;
}

#homejobboxcontent {
	/*position: relative;*/
	width: 378px;
	background-color: #DEDEDE;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
}

#homejobboxbottom {	
	/*position: relative;*/
	width: 390px;
	height: 10px;
	background-image: url(../images/searchboxbottom.gif);
	background-repeat: no-repeat;
}
#homejobboxcontent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	margin: 0px;
}

#homefeaturewrapper {
	width: 570px;
	/*border: 1px solid #33CC00;*/
	position: relative;
}

#home-feature1 {
	float: left;
	width: 183px;
	margin: 2px;
	padding: 1px;
}

#home-feature1 h3 {
	background-color: #000066;
	padding: 3px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	background-image: url(../images/subnavbkgd.gif);
	background-repeat: no-repeat;
}

#mainRegionSearch {
	width: auto;
	margin: 0 0 10px 0;
}
