﻿@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	position: relative;
}
html {
	background: #0C5679;
}
body {
	background: transparent url(/includes/bg.jpg) no-repeat center 0px;
	min-width: 1200px;
}
#container {
	width: 1200px;
	height: 1213px;
	margin: auto;
	background: transparent url(/includes/bg.jpg) no-repeat center 0px;
}
#navigation {
	width: 1200px;
	position: relative;
	height: 43px;
	background: transparent no-repeat;
}
#header {
	width: 1200px;
	height: 163px;
	position: relative;
	background: transparent url(/includes/top_header.png) no-repeat;
}
#content-body {
	width: 1200px;
	float: left;
	background: tansparent url(/includes/content_body.png) no-repeat;
}
.left-content {
	width: 739px;
	height: 767px;
	float: left;
	background: transparent url(/includes/left_content_bg.png) no-repeat;
}
.left-spacer {
	width: 272px;
	float: left;
	height: 767px;
	background: transparent;
}
.left-content-txt {
	width: 434px;
	float: left;
	margin-top: 100px;
	padding-left: 15px;
	height: 203px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
}
.left-content-bot {
	width: 434px;
	height: 351px;
	margin-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.right-content {
	width: 461px;
	height: 767px;
	float: right;
}
.right-col-news {
	width: 243px;
	height: 303px;
	float: left;
	background: transparent url(/includes/news.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #257390;
}
.right-col-news-text {
	width: 190px;
	float: left;
	margin-top: 60px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #257390;
}
.news a {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #257390;
	text-decoration: underline;
	font-weight: bold;
}
.news a:hover {
	color: #023A58;
	text-decoration: underline;
}
.date {
	color: #7D7D7D;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.right-col-testimonial {
	width: 243px;
	height: 326px;
	float: left;
	background: transparent url(/includes/testimonial.png) no-repeat;
}
.right-col-testimonial-txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #384B53;
	width: 190px;
	float: left;
	margin-top: 90px;
	margin-left: 25px;
}
.testimonial a {
	font: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1E3039;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
.testimonial a:hover {
	color: #1E3039;
	text-decoration: underline;
}
.right-col-faq {
	width: 243px;
	float: left;
}
.right-nav {
	width: 218px;
	float: right;
	height: 767px;
}
#footer {
	width: 1200px;
	height: 90px;
	float: left;
}
.footer {
	width: 1200px;
	margin-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #96a4ab;
	font-size: 11px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #96a4ab;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #96a4ab;
	text-decoration: underline;
}
#spacer {
	height:1em;
}