/* CSS Stylesheet for the New Careers Page */
/* Craig Hooghiem */

#career-content {
	width:581px;
	float:left;
	clear:both;
	margin:30px 0 0;
}

.clear_float {
	clear: both;
	margin: 0;
	padding: 0;
}

.float_right {
	float: right;
	width: 25%;
	margin-bottom: 8px;
}

.float_left {
	float: left;
	width: 75%;
	margin-bottom: 8px;
}

.readmore a{
	float: right;
	font-weight: bold;
	color: #389DCB;
}

.readmore a:hover {
	color: #3BB7EF;
}

.careertitle {
	color:#900;
	font-size:1.5em;
	margin:0;
	padding: 10px 0 8px;
}

.salary {
	font-size: 1.1em;
	color: #5E8A66;
}

.salary a {
	font-size: 1.1em;
	color: #5E8A66;
}

.salary a:hover {
	color: #3BB7EF;
}

.careerduration {
	float: right;
	color: #CC0200;
	font-size: 1.5em;
	margin:0;
	padding: 10px 0 8px;
}

.careertext {
	padding: 8px;
	border-bottom: 1px solid #242424;
}

.careertexts {
	padding: 8px;
	border-bottom: 1px solid #242424;
}

.careertext:hover {
	background: #EFF2FF;
	cursor: hand;cursor: pointer;
}

