@charset "UTF-8";
/* CSS Document */

body {
	background: #386f98;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#top_line {
	background: #1e59a0;
	width: 100%;
	height: 4px;
}
#container {
	width: 100%;
	background: #b4c9d6;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 20px;
	padding-bottom: 0px;
}
#header {
	font-size:12px;
	font-weight: bold;
}
#header p {
	line-height: 10px;
	color: #999999;
	margin-top: 0px;
}
.header_box {
	float: left;
	width:320px;
}
#header_box_left {
	text-align: left;
}
#header_box_mid {
	text-align: center;
}
#header_box_right {
	text-align: right;
}
#phone {
	text-align: right;
	font-size: 18px;
}
#header_box_right a {
	color: #999999;
	text-decoration: none;
}
#header_box_right a:hover {
	text-decoration: underline;
}
#navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation ul li {
	display: inline;
}
#navigation li a {
	display: inline-block;
	padding: 15px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #1e59a0;
	text-decoration: none;
}
#navigation li a:hover {
	background: #fceb82;
}
#content {
	padding: 20px;
}
#content h1 {
	color: #1e59a0;
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:10px;
	padding-top: 0px;
	
}
#content h2 {
	color: #999;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
}
#content h3 {
	color: #999;
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 24px;
}
#content h3 a {
	color: #999;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}

.interior_content_box {
	border-top: thick solid #fbf1b1;
	background: #f9f5db;
	padding: 10px 40px;
}
.interior_content_box p {
	color: #444;
	font-size:14px;
	line-height: 31px;
}
.interior_content_box ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}
.interior_content_box li {
	background: url("../images/bullet.png") left center no-repeat;
    padding-left: 25px;
	font-size:14px;
	line-height: 31px;
}
.interior_content_box a {
	color: #386f98;
	text-decoration: none;
	
}
.interior_content_box a:hover {
	text-decoration: underline;
	
}
.photo {
	border: 1px solid #666;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.highlight_box {
	width: 265px;
	padding: 20px;
	float: left;
}
.highlight_box p {
	font-size:12px;
	color:#6699CC;
	line-height: 28px;
}
.highlight_box h1 {
	color: #999 !important;
	font-size: 18px !important;
	font-weight:normal !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	line-height: 30px !important;
}

.read_more {
	text-align: right;
}
.read_more a {
	color: #999999;
	text-decoration: none;
}
.read_more a:hover {
	text-decoration: underline;
}
#footer {
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat-x;
	color: #94c5e1;
}
#footer p {
	font-size:12px;
	line-height: 20px;
}
#footer_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#footer_top_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	height: 20px;
}
.footer_box {
	width: 280px;
	padding: 20px;
	float: left;
	font-weight: bold;
}
.footer_box a {
	color: #94c5e1;
	text-decoration: none;
}
.footer_box a:hover {
	text-decoration: underline;
}
.footer_box h2 {
	font-size: 14px;
	padding-left: 30px; 
	font-weight: bold;
	margin-bottom: 0px;
}
.footer_hr {
	background: #94c5e1;
	width: 100%;
	height: 1px;
}
#footer_bullets {
	padding-left: 60px; 
	padding-top: 5px;
}
#footer_contact {
	text-align: center; 
	padding-top: 5px; 
	padding-left: 30px; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 22px;
}
#footer_nav {
	float:left;
	padding-left: 30px;
	font-weight:bold;
}
#footer_nav a {
	color: #94c5e1;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration: underline;
}
