/* * * * * * * * * * * * */
/* JOBS                  */
/* * * * * * * * * * * * */
#left_job{
	float:left;
	padding:24px 0 0 0;
	min-height:300px;
	height:auto; !important
	height:300px;
	width:216px;
	border-right:1px solid #493B3F;
	margin:20px 0 0 0;
	}
	#left_job p{
		color:#8B11AD;
		padding:0 0 0 20px;
		margin:0;
		}
		#left_job p.with_border{
			border-left:1px solid #8B11AD;
			padding:0 0 0 6px;
			margin:0 0 0 20px;
			}
		#left_job a{
			color:#8B11AD;
			display:block;
			text-decoration:none;
			}
			#left_job a:hover{	
				text-decoration:underline;
				}
	#left_job a.current_loc{
		text-decoration:underline;
		font-weight:bold;
		}				
				
#right_job{
	width:530px;
	float:left;
	padding:0 0 0 20px;
	margin:20px 0 0 -1px;
	border-left:1px solid #493B3F;
	}
	#right_job h1{
		font-weight:normal;
		font-size:1.6em;
		color:#8B11AD;
		margin:20px 0 15px 0;
		}
	#right_job p{
		margin:0;
		padding:0;
		}
	div.short_job{
		margin:0 0 15px 0;
		width:400px;
		}
		div.short_job a{
			color:#000000;
			text-decoration:none;
			}
			div.short_job a:hover{
				text-decoration:underline;
				}
div.a_job{
	padding:0 0 40px 0;
	width:400px;
	}
	div.a_job h2{
		font-size:1em;
		margin:0;
		padding:0;
		}
	div.a_job a{
		display:block;
		color:#8B11AD;
		font-weight:bold;
		text-decoration:none;
		margin:10px 0 0 0;
		}
		div.a_job a:hover{
			text-decoration:underline;
			}
	div.job_summary{
		margin:20px 0;
		}
