/* --------------- page: contact us --------------- */
.career_details
{
	width: 400px;
	margin-bottom: 18px;
	background-color: #EEEFE7;
	padding: 5px;
}

.career_detail
{
	padding: 10px 10px;
}

.career_detail_label
{
	color: #A9AF8B;
	font-weight: bold;
	padding-right: 10px;
	width: 105px;
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
	margin-bottom: 2px;
}

.career_detail_text
{
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
	margin-bottom: 2px;
}

.career_detail_text {
	color: #616163;
	width: 245px;
}
.career_detail_text a {
	color: #616163;
	font-size: 1.0em;
	text-decoration: none;
}
.career_detail_text a:hover {
	color: #0D8428;
}

.career_detail_dropdown
{
	/*background-color:#A9B089;*/
	color: #969797;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 0px 9px 5px;
	border: solid #E4E4E4 1px;
}