@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/img/contactus_bg.jpg);

}

#leftArm {
	left:-340px;
	background-image:url(/img/left_arm_contact_us.png);
	width:418px;
	height:758px;
	z-index:9000;
}

#rightArm {
	right:-275px;
	background-image:url(/img/right_arm_contact_us.png);
	width:369px;
	height:694px;
	z-index:9000;
}

ul.duties {
	padding-left:30px;
}

ul.duties li {
	list-style-position:outside;
	list-style-type:disc;
	overflow:visible;
}

#leftColumn {
	margin-top: 40px;
	margin-bottom: 40px;
	height:auto;
	width: 250px;
	float:left;
}

#rightColumn {
	margin-top: 40px;
	margin-bottom: 40px;
	height:auto;
	width: 500px;
	float:right;
}

#topContainer {
	margin-bottom: 60px;
}

.jobListingContainer {
}

.jobListingTitleBar {
	margin-bottom:5px;
	cursor:pointer;
}

.jobListingShowHideIcon {
	position:relative;
	top:4px;
}

.jobListingTitle {
	font-size:16px;
	color:#151515;
	font-weight:bold;
	padding-left:10px;
}

.jobListingContent {
	display:none;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jobListingDescription {
	font-size:14px;
	font-weight:normal;
}

.jobListingDetails {
	margin-top:20px;
	margin-bottom:20px;
}

.jobListingDetailHeader {
	color:#b43d32;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-left:30px;
}

.leftBoxContainer {
	width:240px;
	padding-bottom: 40px;
	text-align: center;
	background-image:url('/img/contact_us/diagonal_line_fill.png');
	margin-top: 40px;
	margin-bottom: 40px;
}

.leftBoxTitle {
	height: 33px;
}

.picture {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftBoxContent {
	font-size:11px;
	color: #151515;
	line-height:250%;
}