/* Styles for career section for the ISD website */
ul#jobList {
	list-style: none;
	margin: 10px 0;
}

ul#jobList h1, ul#jobList h2, ul#jobList h4 {
	padding-top: 0;
} 

.postDate, .jobStatus {
	text-transform: uppercase;
	font-size: .75em;
	color: #999;
	width: 50%;
	float: left;
}

.jobStatus {
	color: #c3470d;
	text-align: right;
}

.fullDesc {
	text-align: right;
}
