

	/**
	* overwrites
	*/
	body {
		background: #494237 url(../../../images/body/vacancies-bg.gif) repeat-x;
		}
		
	#header-img {
		background: url(../../../images/backgrounds/vacancies.jpg) bottom left no-repeat;
		}
	
	
	
	/**
	* headings
	*/	
	h2 {
		background: url(../../../images/headings/vacancies.gif) no-repeat;
		}
		
	h2#more {
		background: url(../../../images/headings/vacancies-more-info.gif) no-repeat;
		}



	/**
	* job
	*/	
	.job {
		line-height: 15px;
		margin: 0 16px 16px;
		}
		
	.job p {
		padding: 10px;
		}
		
	.job span {
		color: #c52f2f;
		}
		
	.job a {
		color: #c52f2f;
		font-style: italic;
		text-decoration: none;
		}
		
	.job .details {
		float: left;
		}
		
	.job .more {
		float: right;
		margin: 15px 0 0;
		}
	
	
	
	/**
	* job title
	*/
	h3 {
		color: #78736b;
		font-size: 11px;
		line-height: 21px;
		padding: 0 10px;
		margin: 0;
		background-color: #e2efee;
		}
	


	/**
	* job details
	*/	
	ul#jobDetails {
		list-style-type: none;
		margin: 0 26px 30px;
		line-height: 16px;
		}
		
	ul#jobDetails li {
		display: block;
		margin: 0 0 10px;
		}
		
	ul#jobDetails span {
		color: #c52f2f;
		}
	
	