/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.gif) repeat-x top left #133964;
	font-family: tahoma;
	font-size: 13px;
}

h1 {
	color:#041e44;
	font-size:1.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #041e44;
	padding-bottom:2px;
	padding-top: 10px;
}

h2 {
	display:inline;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	color: #A70A16;
}
h4 {
	font-size: 12px;
	font-style: italic;
	color: #999999;
	display: inline;
}
.phone {
	font-weight: bold;
	color: #A70A16;
}
.footer {
}

h3 {
	color:#041e44;
	font-size:1.2em;
	font-weight:bold;
}

.blue {
	color:#041e44;
}

ul {
	line-height:1.5em;
}

a:link, a:active, a:visited {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:851px;
	height:auto;
}

#header {
	width:886px;
	height:232px;
	margin:0;
	padding:0;
}

#nav {
	height:278px;
	text-align:center;
	background:url(images/navbg.png) no-repeat top left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding-top:20px;
	padding-left:10px;
}

#nav ul {
	width:206px;
	list-style:none;
	padding:0;
	margin:0;
	line-height:32px;
}

#nav ul li {
	height:32px;
	background:url(images/navoff_bg.jpg) repeat-x top left;
	
}

#nav ul li a {
	display:block;
	width:206px;
	color:#aedaff;
	text-decoration:none;
}

#nav ul li a:hover {
	width:206px;
	background:url(images/navon_bg.jpg) repeat-x top left;
	color:#002747;
	text-decoration:none;
}

#nav ul li a.here {
	width:206px;
	background:url(images/navon_bg.jpg) repeat-x top left;
	color:#002747;
	text-decoration:none;
}

#body {
	width:851px;
	height:auto;
	background:url(images/bodybg.png) repeat-y top left;
}

#content {
	width:851px;
	height:302px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.75em;	
	line-height:1.3em;
}


#footer {
	width:851px;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:center;
	background:url(images/footer.png) no-repeat top left;
}
.footer {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}

#footer a {
	color:#FFF;
	text-decoration: none;
}

.input {
	border:1px solid #000;
}

fieldset {
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#003300;
}

.noshow {
	display:none;
}

.picright {
	float:right;
	margin:0 0 10px 10px;
}

.picleft {
	float:left;
	margin:0 30px 10px 0;
}

/*blockquote.tests {
	background:url(images/leftquote.jpg) no-repeat top left;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:25px 0 0 25px;
}

blockquote.tests p {
	height:57px;
	text-align:right;
	font-weight:bold;
	color:#003300;
	background:url(images/rightquote.jpg) no-repeat right center;
}*/
