.hightlighted-programs {
	color: #FFF;
	padding-bottom: 30px;
}
.content-block1 {
	background-image: url(../images/JobsBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E89C1B;
	min-height: 100px;
	border: 1px solid #333;
}
.content-block2 {
	background-image: url(../images/EducBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #127136;
	min-height: 100px;
	border: 1px solid #333;
}
.content-block3 {
	background-image: url(../images/OutBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D45A30;
	min-height: 100px;
	border: 1px solid #333;
}
.content-block4 {
	background-image: url(../images/FoodBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #42588F;
	min-height: 100px;
	border: 1px solid #333;
}
.content-block5 {
	background-image: url(../images/PlainBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #999;
	min-height: 100px;
	border: 1px solid #333;
}
.content-block6 {
	background-image: url(../images/PlainBar.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #333;
	min-height: 100px;
	border: 1px solid #333;
}

.jobbar {
	height: 45px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
}

.jobbar h1 {
	color: #FFF;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 0px;
}

.form{
	height: 350px;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 45px;
}

.contactInfo {
	text-align:left;
	width: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}

.serviceInfo {
	text-align:left;
	width: 250px;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}
.submit{
	margin-top: 10px;
	width: 575px;
	float: right;
	text-align: right;
}

.jobbar a {
	text-decoration: none;
}
.jobbar a:hover {
	color: #FFF;
	text-decoration: underline;
}
.highlight-text {
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
}

.dark-font {
	color: #333;		
}
