/* CSS Document */

/* jobs */
.job_title {
	position: relative;
	color: #003300;
	background-color: #ffff99;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #3a8961;
	text-align: center;
}

.job_description {
	position: relative;
	font-size: 12px;
	color: #003300;
	margin-left: 5px;
	margin-right: 5px;
	text-indent: 20px;
}

.jobs_box_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
/* CSS Document */
