/* hover on top links #f34934 or #d1dae1 */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #0A2E5D;
	background: url(../images/body_back.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
}
html img
{
	border: none;
}
h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 250%;
	color: #0E3364;
}
h2 {
	font-size: 170%;
	color: #0E3364;
}
h3 {
	color: #cf0000;
	font-size: 150%;
}
a {
	text-decoration: none;
	color: #0A2E5D;
}
a:hover {
	color: #1e7bf4;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0.01em;
}
#header
{
	background: url(../images/header_back.jpg) no-repeat center top;
	height: 188px;
}
#headerContent {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#logo
{
	position: absolute;
	top: 29px;
	left: 23px;
}
#callUs {
	position: absolute;
	top: 8px;
	right: 20px;
	color: #570000;
	font-size: 180%;
	font-family: "Lucida Sans";
}
#callUs span {
	color: #ffffff;
	font-size: 120%;
}
#content {
	width: 980px;
	margin: 35px auto 0;
	position: relative;
}
#pageTitle {
	background: url(../images/page_title_back.png) repeat-x left center;
	height: 40px;
	padding: 15px;
	position: relative;
	font-family: "Lucida Sans";
	font-size: 250%;
	font-weight: bold;
}
#contentBody {
	margin: 28px 10px 40px;
	line-height: 150%;
	overflow: hidden;
}
.homeBox {
	background: url(../images/home_box_back.png) no-repeat right top;
	height: 282px;
	padding-right: 25px;
	margin-right: 25px;
	width: 200px;
	float: left;
	margin-bottom: 30px;
}
.sideBox {
	width: 215px;
	float: left;
	margin-bottom: 30px;
	padding-left: 25px;
}
.testimonial {
	float: left;
	width: 200px;
	margin-bottom: 30px;
	padding-left: 25px;
}
.testimonial div {
	color: #163F74;
	font-style: italic;
	font-size: 120%;
	margin-bottom: 10px;
}
.testimonial p {
	color: #cf0000;
	font-weight: bold;
	margin: 0;
	font-size: 90%;
	line-height: 100%;
}
#freeQuote {
	float: right;
	color: #1C55A2;
	background: url(../images/quote_box_back.png) no-repeat right top;
	width: 210px;
	height: 232px;
	text-align: center;
	padding: 20px 15px;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 30px;
}
#freeQuote p {
	margin-top: 50px;
	margin-bottom: 30px;
}
#freeQuote p span {
	color: #cf0000;
}
.hSeparator {
	margin-bottom: 30px;
	text-align: center;
}
#columnWide {
	float: left;
	width: 680px;
	padding-left: 6px;
}
#columnNarrow {
	float: right;
	width: 240px;
}
#columnWide h2 {
	margin-top: 30px;
}
.galleryImage {
	background: url(../images/gallery_image_back.png) no-repeat center top;
	width: 190px;
	height: 190px;
	text-align: center;
	padding: 7px 8px;
	float: left;
	margin: 0 20px 20px 0;
}
.galleryImage p {
	color: #ffffff;
	font-weight: bold;
	margin-top: 6px;
}

#footer
{
	margin: 0 auto 30px;
	text-align: center;
	color: #0B2E5E;
	font-size: 90%;
}
#footer p {
	margin: 0 0 6px;
}
#footer p.footerNav {
	margin: 10px 0;
}
#footer a
{
	color: #0A2E5D;
	text-decoration: none;
	margin: 0 4px;
}
#footer a:hover
{
	color: #cf0000;
	text-decoration: none;
}

/******** Main tab menu section **********/
#topMenu {
	position: absolute;
	top: 90px;
	right:20px;
	overflow: hidden;
}
#topMenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#topMenu li {
	display:inline;
	margin:0;
	padding:0;
}

#topMenu a {
	display: block;
	float: left;
	padding: 0;
	margin:0;
	text-decoration:none;
}
/********* End main tab menu ***********/
.required {
	color:#cc0000;
}
.inputField {
	width:250px;
}
.areaField {
	width:250px;
}
.testim {
	margin-bottom: 30px;
}
.testimName {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
.resources a {
	font-weight: bold;
}
.linkBack {
	text-align: right;
	font-weight: bold;
}