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

body,
html {
	margin:0;
	padding:0;
	width: 100%;
	color:#000;
	background:#fff;
	font-family:Helvetica, sans-serif, Verdana, Arial;
	font-size:12px;
	line-height: 24px;
}

#container
{
	margin:0;
	padding:0;
	width: 100%;
	background: #fff;
}

#header {
width: 100%;
height: 184px;
background-image:url(../images/grayline.gif);
background-position: top left;
background-repeat: repeat-x;
position: relative;
top: 0;
left: 0;
}

#logo {
background-image:url(../images/logo.gif);
background-position: top left;
background-repeat: no-repeat;
width: 413px;
height:184px;
position: absolute;
top: 0px;
left: 0;
}


#nav
{
	position: absolute;
	top: 86px;
	margin-left: 406px;
	float: left;
	width: 100%;
	height: 29px;
	background: #fff;
	font-size: 13px;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-weight: bold;
	text-transform: uppercase;	
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style-type: none;
	display: inline;
}

#nav li a
{
	display: block;
	float: left;
	padding: 8px 8px 4px 8px;
	color: #000;
	text-decoration: none;
}

#nav li a:hover { 
	background: #114b99; 
	color: #fff;
	}



#contentwrapper{
width: 935px;
position: relative;
}

#main {
width: 520px;
float: right;
margin-top: 0px;
}

#side {
width: 316px;
float: right;
margin-right:32px;
margin-top: 0px;
text-align:center;
}


#sidecontact
{
position: relative;
top: 0px;
}

.sidebar_divider{
background-image:url(../images/side_contact_bar.gif);
background-position:top left;
background-repeat:repeat;
width: 316px;
height: 12px;
}

.sidebar_large {
font-family: Helvetica, sans-serif;
font-size:17px;
}

.sidebar_large a:link{
color: #114b99;
text-decoration: none;
}

.sidebar_large a:visited{
color: #114b99;
text-decoration: none;
}

.sidebar_large a:active{
color: #114b99;
text-decoration: none;
}

.sidebar_large a:hover{
color: #114b99;
text-decoration: underline;
}

.sidebar_large_blue {
font-family: Helvetica, sans-serif;
font-size:17px;
color: #114b99;
}

.sidebar_small {
font-family: Helvetica, sans-serif;
font-size: 11px;
}

#blankbottom {
clear: both;
height: 50px;
}

#footer {
clear: both;
width: 100%;
height: 22px;
background:#000;
color: #fff;
padding-left: 66px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

a.footerlink:link{
color: #a6aaab;
text-decoration: none;
}


a.footerlink:visited{
color: #a6aaab;
text-decoration: none;
}

a.footerlink:active{
color:#a6aaab;
text-decoration: none;
}

a.footerlink:hover{
color: #114b99;
text-decoration: underline;
}


h1 {
	font-family: Helvetica, sans-serif;
	font-size: 50px;
	visibility:hidden;
	margin-top: 0px;
}

h2 {
font-family: Helvetica, sans-serif;
font-size: 43px;
text-transform: uppercase;	
line-height:normal;
}

.hometext {
font-family: Helvetica, sans-serif;
font-size:23px;
font-weight:bold;
color:#a6aaab;
}

.hometextblue {
font-family: Helvetica, sans-serif;
font-size:23px;
font-weight:bold;
color:#114b99;
}

.hometextblack {
font-family: Helvetica, sans-serif;
font-size:23px;
font-weight:bold;
color:#000;
}

.hometext a:link{
color: #000;
text-decoration: none;
}

.hometext a:visited{
color: #000;
text-decoration: none;
}

.hometext a:active{
color: #000;
text-decoration: none;
}

.hometext a:hover{
color: #114b99;
text-decoration: none;
}

p { margin-top: 0px; }

