﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	height: 120px;
}
.banner_logo {
	padding-left: 200px;
	padding-top: 10px;
	border-width: 0px;
}
#top_nav {
	height: 23px;
	border-top-color: #008FD5;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #008FD5;
	font-size: 14px;
	padding-top: 7px;
	margin-bottom: 15px;
}
#top_nav a {
	margin-right: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#top_nav a:hover {
	color: #FFFFFF;
	background-color: #008FD5;
}
#top_nav-navigation {
	width: 475px;
}
#top_nav-phone {
	font-weight: bold;
	margin-left: 385px;
}
#page_content {
}
#footer {
	height: 75px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding-top: 5px;
	clear: both;
	margin-top: 15px;
}
#footer-leftcolumn {
	width: 475px;
	font-size: 12px;
	float: left;
}
#footer-leftcolumn a {
	text-decoration: none;
	color: #000000;
}
#footer-leftcolumn a:hover {
	text-decoration: underline;
}
#footer-credit {
	font-size: 9px;
	margin-top: 3px;
}
#footer-rightcolumn {
	width: 470px;
	font-size: 10px;
	text-align: right;
	margin-left: 475px;
}
.footer_logo {
	margin-left: 5px;
	border-width: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #01618F;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}
h3 {
	font-family: "Arial Black";
	font-size: 14px;
	margin-bottom: 0px;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #000000;
	padding-left: 5px;
}
h4 {
	font-family: "Arial Black";
	font-size: 14px;
	margin-bottom: 0px;
	color: #01618F;
	border-left-style: solid;
	border-left-color: #1273B4;
	border-left-width: 15px;
	padding-left: 5px;
}
h5 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
}
h6 {
	color: #01618F;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #808080;
}
a:active {
	color: #004364;
}

