/******************************************************
 * People Floater
 *****************************************************/
#people {
	position:absolute;
	top: 84px;
	left: 0;
	width: 387px;
	height: 357px;
	background-image: url(/images/people-3.jpg);
}

/******************************************************
 * Content
 *****************************************************/
#content{
	height: 300px;
	background-color: #660000;
	color: #ffffff;
	overflow: hidden;
}
#content div#welcome {
	height: 300px;
	width: 682px;
	float: left;
	background: #d72026 url(/images/main-bg.jpg) 0 0 no-repeat;
}

#content div#welcome p {
	font-size: 10pt;
	width: 270px;
	margin-left: 395px;
	margin-top: 110px;
}
#content h2 {display: none;}

/******************************************************
 * Search
 *****************************************************/
#search form { margin: 10px 0 0 0; padding: 0; }
#search {
	margin-left: 710px;
	margin-top: 64px;
	width: 250px;
}
#search h1 {
	padding: 0;
	margin: 0;
	background: transparent url(/images/search-jobs.gif) left top no-repeat;
  height: 24px;
  width: 237px;
	overflow: hidden;
	font-size: 12pt;
}

#search h1 span {display: none;}
#search div.search-item label {
float: left;
	font-size: 11pt;
	font-weight: bolder;
}
#search select {
	margin: 5px 0;
	clear: both; 
	width: 250px; 
	font-size: 10pt;
}
#search input.go-btn {
	width: 46px;
	height: 46px;
	margin-top: 20px;
	margin-left: 100px;
	
}
#state_selector { font-size: 10pt; }
#state_selector a { color: #fff; }
#state_selector a:hover { color: #fff2aa; }
#All-State-Selections {
	position: absolute;
	top: 300px;
	left: 645px;
}

/******************************************************
 * Bottom
 *****************************************************/
#bottom-right { height: 137px; background-color: #dadada; }
#bottom-left { height: 136px; }
#bottom #step-one {
	background: transparent url(../images/step-one.jpg) 0 0 no-repeat;
	width: 109px;
	height: 96px;
	float: left;
	margin: 25px 6px 15px 15px;
}

#bottom #step-two {
	background: transparent url(../images/step-two.jpg) 0 0 no-repeat;
	width: 109px;
	height: 96px;
	float: left;
	margin: 25px 6px 15px 0px;
}
#bottom #step-three {
	background: transparent url(../images/step-three.jpg) 0 0 no-repeat;
	width: 109px;
	height: 96px;
	float: left;
	margin: 25px 6px 15px 0px;
}
#explain-steps { margin: 35px 0 0 387px; }

#bottom h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #333333;
}

#bottom ol {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 10pt;
	color: #333333;
}
#bottom ol li {
	margin: 0;
	padding: 0;	
}

/******************************************************
 * Errors
 *****************************************************/
div.formError {
	display: inline;
	float: right;
	color: #ffd8a0;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
div.fieldWithErrors {
	margin: 0px;
	padding: 0px;
}
