body {
	margin : 0;
	font-family : helvetica,arial,sans-serif;
	font-size : 11pt;
	background-color : #FFFFFF;
}
#main {
	margin : 5px;
}
#job {
	border : solid #495E7A 1px;
	width : 640px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 10px;
}
#job #header {
	background-color : #7899C8;
	font-size : 12pt;
	padding : 3px;
	color : #FFFFFF;
	font-weight : bold;
	border-bottom : solid 2px #495E7A;
	margin-bottom : 10px;
}

#job #companyName {
	margin-bottom : 15px;
}

#job #companyName #companyNameLabel {
	font-weight : bold;
}

#job #info {
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

#job #details {
	border : solid 1px #495E7A;
	display : table;
	width : 100%;
	padding : 3px;
}

#job #detailHeader {
	font-weight : bold;
}

#job #details #col1 {
	width : 300px;
	float : right;
}

#job #details #col2 {
	width : 300px;
}

#job #details .detailItem {
}

#job #details .label {
	width : 100px;
	padding-right : 10px;
	color : #434343;
	font-weight : bold;
}

#job #details .value {
}

#locations {
	list-style-type : none;
	padding-left : 2px;
	margin-left : 2px;
	margin-top : 2px;
}

#job #descriptionHeader,#locationsHeader {
	margin-top : 10px;
	font-weight : bold;
	border-bottom : solid #495E7A 1px;
	margin-bottom : 3px;
}

#job #description #qualificationsHeader,#benefitsHeader {
	margin-top : 15px;
	text-decoration : underline;
}

#job #applyMethods {
	margin-top : 20px;
	text-align : center;
}

#job #applyMethods .applyMethod {
	text-align : center;
	margin-bottom : 5px;
}
