/* ----- IDS ----- */

#content-wrapper{
	background: url('../images/careers_section.jpg') no-repeat;
}
#header-wrapper{
	background: url('../images/careers_header.jpg') no-repeat;
}
#fill{
	height: 100px;
}
#bridges{
	list-style: disc;
	margin-left: 15px;
}
#contacts{
	padding: 20px;
	background-color: #ccc;
	border: 1px solid #999;
	line-height: 12px;
}
#left-sidebar{
	margin-bottom: 20px;
}
/* ----- HEADERS ----- */

h1, h2, h3{
	margin: 0;
	padding: 0;
}
h2{
	color: #660000;
	font-size: 16px;
	margin-bottom: 10px;
}
h3{
	color: #990000;
	font-size: 10px;
	text-transform: uppercase;
}
.jobs h3{
	font-size: 14px;
	color: #375ca3;
	width: 100%;
	border-bottom: 1px dotted #375ca3;
	margin-bottom: 10px;
}
/* ----- LISTS ----- */
#contacts ul{
	margin-top: 20px;
}
	#contacts li{
		margin-bottom: 10px;
	}
