#title {
	display: none;
}

body {
	background-color: #8F9DAD;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 22px;
}

h1 {
	color: #08144F;
	border-bottom: 3px double #707D8D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

h2 {
	color: #08144F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

h3 {
	color: #596270;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.leadership {
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 175px;
}
.double_border {
	border-bottom: 3px double #707D8D;
	margin: 0;
}

ul {
	margin-top: 0;
}

.employee, 
.services {
	padding-right: 25px;
}

/*** Box Styles ***/

.home {
	width: 286px;
}

.contact {
	width: 315px;
}

.box_content,
.box_content_orange {
	border-top: 1px solid #fff;
	padding: 10px 15px 10px 15px;
}

.box_header,
.box_header_orange {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: 695;
	letter-spacing: .05em;
	padding: 6px 15px 6px 15px;
}

.box_content {
	background-color: #D7DCE4;
}

.box_header {
	background-image: url(../images/box_header_bckgrnd.jpg);
	background-color: #0A1651;
}

.box_content_orange {
	background-color: #FFE6C9;
}

.box_header_orange {
	background-image: url(../images/box_header_bckgrnd_orange.jpg);
	background-color: #CD4204;
}

/*** Image and Float Styles ***/

.float_rt {
	float: right;
}

/*** Link Styles ***/

a:link, 
a:visited,
a:active {
	color: #08144F;
	text-decoration: none;
}

a:hover {
	color: #C73F03;
	text-decoration: underline;
}

/*** Contact Form Styles ***/

.contact_form th,
.contact_form td {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

.contact_form th {
	color: #08144F;
	font-size: 11px;
	padding-right: 8px; 
}

.contact_form td.last {
	padding-bottom: 0;
}

.form_errors {
	color: #800A13;
}

form {
	margin-bottom: 15px;
	padding: 0;
}