/* PARTS WITHIN CONTENT */

#content-bottom {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#mainHeader {
	width: 625px;
	padding-top: 16px;
	background-color: white;
	border-bottom: 1px solid #58595B;
	height: 44px;
}

* html #mainHeader {
	height: 61px;
}

#mainHeader p {
	width: 550px;
	padding-left: 50px;
}


#mainContent {
	height: auto;
	width: 625px;
}

#mainFooter {
	position: absolute;
	top: 367px;
	width:625px;
	height: 22px;
	border-top: 1px solid #58595B;
	
	background-color: white;
	
}

#search-link {
	position: absolute;
	bottom: 37px;
	left: 47px;
}


#pageNavigation {
	position: absolute;
	right: 27px;
	font-weight: bold;
}

.job-list-item {
	border-bottom: 2px solid #CFCFCF;
	width: 625px;

	height: 75px;
	overflow: hidden;
}

* html .job-list-item {
	height: 77px;
}

.job-list-item .relativeFill {
	height: auto;
	width: 550px;
	padding-left: 50px;
}

.job-list-item .item-title {
	margin-top: 5px;
	margin-left: -15px;
	background: transparent url(../../../idc/fragments/wbc_styles_fragment/images/arrows/med_blue_boxed_arrow.gif) no-repeat 0px 4px;
}

.job-list-item .item-title a {
	color: #F7931E;
	text-decoration: none;
	padding-left: 15px;
	font-size: 13px;
}

.job-list-item .item-date {
	position: absolute;
	top: 0px;
	left: 500px;
	color: #0F8FCB;
	width: 100px;
}

* html .job-list-item .item-date {
	top: 4px;
}

.job-list-item .item-description {
	width: 450px;
}

.job-list-item .item-link {
	margin-bottom: 5px;
}

.job-list-item .item-link a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.job-list-item .item-link a:hover {
	text-decoration: underline;
	color: #F7931E;
}