.module-body.jobs {
	background: #f0f0f0;
}
.jobs-banner {
	position: relative;
	display: inline;
	float: left;
	width: 590px;
	height: 250px;
	padding: 10px 9px;
	border: 1px solid #d0d0d0;
	margin-top: 4px;
}
.jobs-ad {
	position: relative;
	display: inline;
	float: right;
	width: 320px;
}
.job-container {
	overflow: hidden;
	position: relative;
}
.job-col {
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
.job-col.description {
	float: left;
	display: inline;
	position: relative;
	width: 580px;
}
.job-col.list {
	float: right;
	display: inline;
	position: relative;
	width: 290px;
}

.job-col ul {
	margin: 10px 0;
}

.apply-now {
	text-align: center;
	padding: 15px;
}
