#Content {
	width: 100%;
}

#Content .job-offer {
	background: url('../images/bg.png') #eee 88% 90% no-repeat;
	font-family: 'Arial', serif;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 20px;
}

#Content .job-offer .banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 467px;
}

#Content .job-offer h2.title {
	color: #9F9687;
	font-family: 'Arial', serif;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 15px;
}

#Content .job-offer .detailsvisible {
	background: rgba(255, 255, 255, 0.7);
	margin: 20px;
	padding: 20px;
}

#Content .job-offer .detailsvisible ul {
	padding-left: 0;
	line-height: 1.5;
	list-style: none;
}

#Content .job-offer .detailsvisible ul li span {
	color: #9F9687;
	font-weight: bold;
	display: inline-block;
	width: 125px;
}

#Content .job-offer .description {
	background: rgba(255, 255, 255, 0.7);
	margin: 20px;
	padding: 20px;
	position: relative;
	z-index: 2;
}

#Content .job-offer .description ul {
	list-style: url('../images/list.png');
	padding-left: 15px;
}

#Content .job-offer .details{
	display: none;
}