.content-body {
	color: #181818;
	font-size: 13px;
	line-height: 20px;
	}
#contact-form legend {
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 30px 0 8px;
}

#contact-form fieldset {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0 0 20px 0px;
	}
#contact-form legend {
	display: block;
	padding: 30px 0 8px 0;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	}
#contact-form td {
	vertical-align: top;
	}
.form-label {
	padding: 3px 10px 3px 0;
	width: 128px;
	font-size: 12px;
	color: #181818;
	text-align: right;
	}
.form-input {
	padding: 3px 10px 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0a2f65;
	}
.form-input input {
	width: 220px;
	}
.form-input #id_first_name,
.form-input #id_last_name {
	width: 180px;
	}
.form-input #id_zip{
	width: 100px;
	}
.form-input #problem {
	width: 220px;
	height: 100px;
	}

.required {
	color: #19519a;
	}
.form-message {
	margin: 8px 0 0 0;
	padding: 12px;
	background: #CFE2F8;
	font-size: 12px;
	color: #022F67;
	text-align: center;
	}
.errormessage {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	}

ul.errorlist,
ul.errorlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.dual-return-to {
	margin: 0 20px;
	padding: 20px 0;
	background: url('/site_media/common/hr-grid-12.png') no-repeat center 0;
}

.dual-return-to a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #7F7F7F;
	margin-bottom:20px;
}

.dual-return-to a.left {
	background: url('/site_media/common/icon-return-to.png') no-repeat left center;
	float:left;
	padding: 2px 0 2px 22px;
}

.dual-return-to a.right {
	background: url('/site_media/common/icon-next.png') no-repeat right center;
	float:right;
	padding: 2px 22px 2px 0;
}
.job-list {
	background: #FFF;
	margin-bottom: 20px;
}
.job-list h2 {
	background: #1c5eac url('/site_media/common/header-bg-blue.png') repeat-x 0 100%;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	font: 14px/20px Helvetica, Arial, sans-serif;
	padding: 10px 20px;
}
.job-list h3 {
	color: #19519a;
	font: 16px/20px bold Helvetica,Arial,sans-serif;
	padding: 4px 20px;
	margin: 0;
	font-weight: bold;
}
.job-list a {
	font-size: 13px;
	color: #19519a;
	font-weight: bold;
}
.job-list .posted-date {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding: 0 20px;
	margin: 0;
}
.job-list .job-listing {
	padding: 20px 0px;
	border-bottom: 1px solid #e8e8e8;
}
.job-list p {
	padding: 0 20px;
}
th {
	background: #1c5eac url('/site_media/common/header-bg-blue.png') repeat-x 0 100%;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	font: 14px/20px Helvetica, Arial, sans-serif;
	padding: 10px 20px;
}