﻿* {
outline: none;
}

body {
margin: 0px;
padding: 0px;
background: #ffffff top center url(../images/bodybg.png) no-repeat;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#wrapper {
	width: 940px;
	margin: 0px auto;
}

#banner_div {
	position: relative;
	height: 175px;
}
#contactinfo {
	color: #ffffff;
	text-align: right;
	position: absolute;
	right: 0px;
	width: 900px;
	top: 10px;
}
#calloutinfo {
	position: absolute;
	width: 300px;
	text-align: right;
	top: 60px;
	left: 240px;
}

#calloutinfo p {
	margin: 7px 0px;
}

#calloutinfo p a img {
	margin-bottom: -4px;
}
#quoteinfo {
	position: absolute;
	right: 20px;
	text-align: left;
	top: 55px;
	color: #ffffff;
	width: 250px;
	font-size: 12px;
	line-height: 16px;
}
#quoteimage {
	background: #ffffff;
	width: 85px;
	height: 85px;
	position: absolute;
	top: 65px;
	right: 285px;
}
#navbar_div {
	margin: 0px -20px;
	padding: 10px 20px;
	background: #000000;
	color: #666666;
}
#navbar_div a {
	text-decoration: none;
	color: #ffffff;
}
#navbar_div a:hover {
text-decoration: none;
color: #94a8ea;
}
#navbar_div a.current {
color: #94a8ea;
}

#content_div {
padding: 20px 0px;
}

#footer_div {
background: url(../images/footerbg.png) bottom center no-repeat;
margin: 0px -10px;
height: 100px;
}
#footer_div div {
	padding: 10px 10px;
	background: #000000;
	margin: 10px 20px;
	color: #ffffff;
}
#footer_div div a {
	color: #ffffff;	
}

.clear {
clear: both;
}

a img {
border: none;
}

p {
padding: 0px;
margin: 9px 0px;
}

a {
color: #003f87;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #000000;
}

#logo {
	padding: 0px;
	margin: 0px;
	width: 220px;
	height: 90px;
	background: url(../images/logo.png);
	position: absolute;
	top: 60px;
	left: 0px;
	text-indent: -3333px;
}
#logo a {
	width: 220px;
	height: 90px;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	display: block;
	padding: 10px 0px;
	font-weight: bold;
	color: #2b47a1;
}

h1, h2 {
	font-size: 24px;
	line-height: 28px;
}

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
	color: #666666;
}

.white { color: #ffffff; }
