#Content {
	width: 100%;
}

#Content .job-offer {
	color: #00295b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 20px;
}

#Content .job-offer .banner a {
	background: url('../images/banner1.jpg') no-repeat;
	display: block;
	height: 343px;
}

#Content .job-offer h2.title {
	color: #860351;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px;
}

#Content .job-offer .details {
	padding-left: 0;
	line-height: 1.5;
	list-style: none;
	margin: 10px 0 15px;
}

#Content .job-offer .details li span {
	display: inline-block;
}

#Content .job-offer .description .clear {
	clear: both;
}

#Content .job-offer .info {
	font-size: 14px;
	margin: 0 50px;
}

#Content .job-offer .description {
	font-size: 14px;
	margin: 50px 50px 30px;
	margin-top: 0;
	overflow: hidden;
}

#Content .job-offer .description .summary {
	font-weight: normal;
}

#Content .job-offer .description ul {
	padding-left: 15px;
	padding-right: 30px;
}

#Content .job-offer .description ol {
	list-style: disc;
	padding-left: 15px;
	float: left;
	width: 200px;
}

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

#Content .job-offer footer {
	background: -moz-linear-gradient(right, #0c2f68 20%,#1a558f 65%,#1d70ad 100%);
    background: -webkit-linear-gradient(right, #0c2f68 20%,#1a558f 65%,#1d70ad 100%);
    background: -o-linear-gradient(right, #0c2f68 20%,#1a558f 65%,#1d70ad 100%);
    background: linear-gradient(right, #0c2f68 20%, #1a558f 65%,#1d70ad 100%);
	height: 60px;
}