/*---------[ job listing ]---------*/
.job {
	margin: 0px;
	padding: 12px;
	border-bottom: 1px dotted #393939;
	}
	
.firstjob {
	border-top: 1px dotted #393939;
	}
	
.odd {
	background: #f5f5f5;
	}
		
.job h3 {
	float: left;
	margin: 0px !important;
	font-weight: bold;
	color: #940049;
	}

.job h3 a:hover,
.job h3 a:focus,
.job h3 a:active {
	text-decoration: underline;
	}

.content .job p {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.content .job p.leader {
	font-size: 1em;
	font-weight: bold;
	color: #522744;
	margin: 5px 0 0 0 !important;
	}
	
.job ul {
	margin: 0 0 10px 0;
	padding-left: 25px;
	list-style: square;
	}
	
.job p.salary,
.job p.location{
	font-weight: bold;
	color: #43395E;
	}
	
.job li {
	margin-bottom: 5px;
	}
	

.job p,
.job li {
	color: #5B5B5B;
	}

.job li li {
	font-size: 100%;
	}
	
.job p.clear {
	font-size: 0px;
	}
	
.job p.ref,
.job p.clear,
.job p.email,
.job p.leader,
.job p.salary {
	margin: 0px !important;
	}
	
.job p.ref {
	text-align: right;
	margin: 0px !important;
	}

.job p.email {
	text-align: right;
	background: url("../site_images/bg_email.gif") no-repeat right;
	padding-right: 33px;
	}
	
.job p.email a {
	font-weight: bold;
	color: #393939;
	}

.job p.email a:hover,
.job p.email a:focus,
.job p.email a:active {
	text-decoration: underline;
	}










