/*** STANDARD SELCTORS ***/
h1 {
	/*text-align: center;*/
}

/*** IDs ***/


/*** CLASSES ***/
.job {
	clear: both;
	/*width: 650px;*/
	border: 1px solid #003;
	/*margin: 0px auto 10px;*/
}
.jobID, .jobTitle, .jobDescription, .jobLoc {
	float: left;
	clear: both;
	margin: 5px 10px;
	/*border: 1px solid #CCC;*/
}
.jobH {
	float: left;
	margin-right: 5px;
	padding: 0px 3px;
	background-color: #ADB2B5;
	color: #004D91;
	font-weight: 700;
}
.jobInfo {
	float: left;
}
.jobDesc {
	clear: both;
	margin-top: 10px;
}