ul {
	padding-left: 20px;
	list-style-image: url('../images/small_tick.png');
}


.career_banner {
	width: 1024px;
	height: 360px;
	background-image: url("../images/Myreka-Staff-Montage.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: green;
}

#career_description {
	width: 500px;
	padding: 20px 0px 0px 20px;
	position: relative;
}

#vertical_divider {
	margin-top: 50px;
	height: 350px;
	border-left-style: solid;
	border-width: 1px;
	border-color: rgba(128, 128, 128, 0.5);
	float: left;
}

#long_vertical_divider {
	margin-top: 50px;
	height: 1015px;
	border-left-style: solid;
	border-width: 1px;
	border-color: rgba(128, 128, 128, 0.5);
	float: left;
}

.job_container {
	width: 984px;
	margin: 0 20px 0 20px;
}

.job_requirements {
	width: 45%;
	padding: 2%;
	float: left;
}

.job_responsibilities {
	width: 45%;
	padding: 2%;
	float: left;
}

.career_contact {
	width: 984px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
