#Content {
	width: 100%;
}

#Content .job-offer {
	font-family: 'Arial', serif;
	margin-bottom: 20px;
}

#Content .job-offer .banner {
	background: url('../images/banner1.jpg') no-repeat;
	background-size: 100%;
	height: 370px;
}

#Content .job-offer h2.title {
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	background: #E20612;
	margin: 0;
	padding: 10px 0px 10px 30px;
}

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

#Content .job-offer .description {
	padding-top: 20px;
}

#Content .job-offer .description .summary {
	font-size: 13px;
}

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

#Content .job-offer .description p > strong {
	font-size: 13px;
}