/* CSS style for the employment opportunities resultes page */

#searchResults {
	width: 519px;
	float: left;
}

.listItems {
	background-color: #EAEDFE;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #CCCCCC;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.jobTitle {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}

.jobCityState {
	color: #000000;
	font-size: 14px;
}

.jobSdesc {
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.readMore, .readMore:link, .readMore:visited {
	color: #CA0000;
	font-size: 10px;
	text-decoration: none;
}

.readMore:hover {
	color: #999999;
	text-decoration: none;
}

.apply, .apply:link, .apply:visited {
	color: #CA0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.apply:hover {
	color: #999999;
	text-decoration: none;
}


