@charset "UTF-8";
/* Menu */

.current-jobs a.menu-active {
	color:#D17919;
	}

.current-jobs a {
	color:#5794B5;
	font-size:13px;
	}



/* Job Description */
.main-body-column-b1 {
	width:470px;
	margin-top:40px;
	padding-left:40px;
	border-left:1px solid #999999;
	font-family: 'Arimo', sans-serif;
	font-size:13px;
	float:right;
	}

.main-body-column-b1 .footer {
	margin-top:20px;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
	color:#999999;
	}

.main-body-column-b1 .c-header {
	margin-top:0px;
	margin-bottom:0px;
	color:#999999;
	}

.job-header1 {
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	}
	
.job-header2 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin:25px 0 10px 0;
	}

.job-details-p {
	margin:-10px 0 0 0;
	}
	
.main-body-column-a1 {
	width:240px;
	margin-top:20px;
	padding-right:40px;
	float:left;
	font-size:13px;
	font-family: 'Arimo', sans-serif;
	}
	
	
.main-body-column-a1 .title {
	font-size:18px;
	color:#D17919;
	font-style:normal;
	}

.main-body-column-a1 ul {
	margin-top:20px;
	}


.main-body-column-a1 ul li {
	background-image:url(Images/plus-icon.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:40px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
