@charset "UTF-8";

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #005E84;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 50px 0;
}

h1, h2, h3, p, div, ul, li, dl, dt, dd, img, a, input, textarea, label, select, option {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
}

img {
	border: 0;
}

li {
	list-style-type: square;
	padding-bottom: 5px;
}

label {
	display: block;
}

acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
}

sup {
	height: 0;
	line-height: 0;
}


#content a {
	color: #0075A5;
}

#content a:link {
	color: #006892;
}

#content a:visited {
	color: #005E84;
}

#content a:active {
	color: #0075A5;
}

#content a:hover {
	color: #0075A5;
}

input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	width: 300px;
	background-color: #FFFFFF;
}

.form-button {
	width: auto;
}

#container {
	width: 830px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

#header {
	height: 145px;
	background-color: #006892;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 5px solid #00648C;
}

#tagline {
	font-size: 10px;
	margin-right: 40px;
}


/*
	Navigation
*/

#nav {
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
}

#nav ul, #nav li {
	list-style-type: none;
	clear: left;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	/*border-left: 35px solid #006892;*/
	border-left: 35px solid #0075A5;
	padding: 0 10px;
	height: 20px;
	margin-bottom: 2px;
	line-height: 20px;
}

#nav a:hover {
	background-color: #006188;
	border-left-color: #006188;
}

#nav .selected-nav {
	background-color: #005A7E;
	border-left-color: #006188;
}

#content {
	background-color: #FFFFFF;
	padding: 40px 45px;
	padding-right: 0;
	border: 5px solid #D3F2FF;
	border-width: 5px 0;
	color: #666666;
}

#content h2 {
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	color: #006892;
}

#content h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #666666;
}

#content p {
	padding-bottom: 16px;
}

#content .home-header {
	background-color: #D4FBFF;
	border-bottom: 2px solid #C3FAFF;
}

#content .home-header h3 {
	background-color: #A1D3E7;
	color: #005E84;
	padding: 4px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content .home-header a {
	text-decoration: none;
	color: #005E84;
	background-color: #AADEF3;
	border-top: 4px solid #AEE4FA;
	border-bottom: 4px solid #A2D5E9;
	display: block;
	padding: 8px 0;
	padding-left: 15px;
}

#content .home-header a:hover {
	border-top: 4px solid #C3FAFF;
	border-bottom: 4px solid #B3E6DA;
	background-color: #B2E9FF;
}

#content .home-header ul {
	font-size: 14px;
}

#content .home-header li {
	margin-bottom: 5px;
	margin-left: 10px;
}

.column {
	float: left;
	width: 330px;
	padding-right: 50px;
}

.clear-div {
	clear: both;
}

.form-submit {
	text-align: right;
	padding-right: 20px;
}

#content ul {
	padding-bottom: 20px;
	padding-left: 20px;
}

dt {
	text-transform: uppercase;
	font-weight: bold;
}

dd {
	padding-bottom: 10px;
}

#content dd ul {
	padding-bottom: 0;
}

.associates-header {
	position: relative;
	margin-bottom: 20px;
	width: 320px;
	height: 132px;
}

.associates-header img {
	border: 1px solid #B2B2B2;
}

.associates-header div {
	position: absolute;
	bottom: 0;
	left: 145px;
}

#content .associates-header h3 {
	padding-bottom: 0;
}

#content .associates-header h3 img {
	border: 0;
	position: absolute;
	bottom: -2px;
	left: 80px;
}

#address {
	clear: left;
}

#address h1 {
	font-size: 16px;
	padding-bottom: 20px;
}

#address-phone {
	font-size: 14px;
}

#footer {
	height: 55px;
	background-color: #006892;
	border-top: 5px solid #00648C;
	color: #FFFFFF;
	text-align: right;
	line-height: 55px;
	padding-right: 40px;
	font-size: 10px;
}

.footer-logo {
	float: left;
	margin-top: 3px;
}

