@charset "utf-8";
/* CSS Document */

body {
	font: 15px 'Calibri', Arial, Helvetica, sans-serif;
	background: #96BAF9 url('../images/bg.png') repeat-x;
}

a {
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
}

#banner span {
	display: none;
}

#banner h1 {
	float: left;
}

#banner .phone_number {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	color: #294579;
}

#page {
	border: 1px solid #6C88B0;
	margin-top: 20px;
	background: #fff url('../images/page.png') repeat-x;
}

#navigation {
	border-bottom: 1px solid #6C88B0;
}

#navigation li {
	float: left;
	border-right: 1px solid #6C88B0;
}

#navigation a {
	padding: 6px 10px;
	color: #999;
	font-weight: bold;
	display: block;
}

#navigation a.selected {
	background-color: rgba(154, 221, 96, 0.5);
	color: #308000;
}

#navigation a:hover {
	background-color: rgba(150, 186, 249, 0.5);
	color: #294579;
}

#content {
	width: 750px;
	float: left;
}

#content h2, #content p, #map, #content ul, #content address, #content ol, .cf-main h2, .cf-main p, .cf-main ul {
	margin: 10px 18px;
	line-height: 1.2;
}

#sidebar h3, #sidebar p, #sidebar address, #sidebar ul {
	margin: 5px 10px;
	line-height: 1.2;
}

#content h2, .cf-main h2 {
	font-weight: bold;
	font-size: 24px;
	color: #294579;
}

#content h3 {
	margin: 10px 18px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	color: #294579;
	border-bottom: 1px solid #294579;
}

#content h4 {
	margin: 6px 18px;
}

.category {
	font-weight: bold;
	font-size: 18px;
	color: #294579;
}

#sidebar {
	width: 207px;
	border-left: 1px solid #6C88B0;
	border-bottom: 1px solid #6C88B0;
	background: #fff url('../images/page.png') repeat-x;
	float: left;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 18px;
	color: #294579;
}

hr { border: 0; border-top: 1px solid #6C88B0; border-bottom: 1px solid #fff; }

#content a, #sidebar a {
	font-size: 13px;
	font-weight: bold;
	color: #6C88B0;
}

#content a:hover, #sidebar a:hover, #content a:focus, #sidebar a:focus {
	color: #294579;
}

.footer {
	background: #829DCA;
	padding: 4px 6px;
	border: 1px solid #6C88B0;
	border-top: 0;
}

.copyright {
	float: left;
	margin: 8px 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.meta {
	margin: 8px 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: right;
}

.footer a { color: #294579; }

.footer ul { border-top: 1px solid #6C88B0; }

.footer li {
	margin: 8px 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: right;
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 4px;
}

#blogs a {
	display: block;
}

#blogs li {
	margin: 20px 0;
	list-style: none;
}

#blogs li a {
	font-size: 22px;
	color: #294579;
}

#blogs ol li a {
	font-size: 16px;
	color: #6C88B0;
}

.videos li {
	font-weight: bold;
	text-align: center;
	margin: 12px 0;
	display: block;
}

.videos li a {
	border: 1px solid #6C88B0;
	display: block;
}

.cf-main {
	background: #EBEBEB url('../images/contact.png') repeat-x;
	width: 460px;
	height: 349px;
	border-top: 1px solid #fff;
}

#content .cf-main {
	background: #fff url('../images/page.png') repeat-x;
	width: auto;
}

#cf-form label { font-weight: bold; display: block; float: left; width: 180px; }
#cf-form li { clear: left; margin-top: 5px; }
#cf-form input { width: 200px; }
#cf-form .submit { text-align: right; margin-top: 10px; }
#cf-form .submit input { width: 80px; font-weight: bold; height: 34px; }

#content ul {
	list-style: disc;
	margin-left: 35px;
}

.sites li {
	list-style: none;
	margin-bottom: 4px;
}

.sites { margin-left: 16px !important; }

.block {
	display: block;
	border: 1px solid #6C88B0;
	padding: 4px 6px;
	background: #cadffc;
}

.block p {
	color: #294579;
}

.block h3 {
	font-size: 14pt;
	color: #000;
}

.block:hover {
	background: #fff;
}

.block:hover h3 {
	color: #294579;
}

a.big {
	font-size: 14pt !important;
}

.section_wrapper {
	margin: 10px 18px;
	border-bottom: 1px solid #eee;
}

.section_header {
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.2;
	color: #294579;
	border-bottom: 1px solid #294579;
}

.field {
	padding: 1px 10px;
	clear: both;
}

.fieldselect {
	padding: 1px 10px;
	clear: both;
	background-color: #E0F2FF;
}

.labelfield {
	float: left;
	width: 320px;
	padding: 4px 0 1px 0;
}

label { font-weight: bold; }

.formfield {
	float: left;
	padding: 1px 10px 1px 0;
}

.errorfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #c00;
	margin: 0 0 0 400px;
	padding: 5px;
}

input.width {
	width: 180px;
}