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

body, html {
	height:100%;
	background:url(../images/bg-main.jpg) repeat-x;
	background-color:#001036;
	font-size:12px;
	font-family:Tahoma, Calibri, Geneva, Helvetica, sans-serif
}

body, html, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, textarea, button {
	border:0px;
	margin:0px;
	outline:none 0px;
	padding:0px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
hr {
	border-bottom:dotted 1px #023f75;
	border-top:none;
	border-left:none;
	border-right:none;
	overflow:hidden;
	height:1px;
}

input, textarea {
	border:solid 1px #abadb3;
}

.button {
	font-size:10px;
	text-transform:uppercase;
	padding:3px;
	margin-right:10px;
}

.body ul {
	list-style:none;
}
.body li {
	background:url(../images/bullet.gif) no-repeat 0px 6px;
	padding-left:15px;
	margin:15px;
}
.body .none {
	background:none;
	padding-left:-15px;
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#023f75;
}
h3{
	font-size:12px;
}
h4{
	font-size:15px;
	color:#71bae5;
}
a, a:active, a:visited {
color:#937f57;
text-decoration:none;
border:none 0px;
}

a:hover {
	color:#6db5e3;
}

#container {
background-image:url(../images/bg-main.jpg);
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
overflow:visible;
width:100%;

}

#headerContent {
	background:url(../images/nav/bg-header.jpg) no-repeat;
	height:84px;
	margin:0 auto;
	padding:7px 7px 0px 7px;
	position:relative;
	width:855px;
}
#headerSubContent {
	background:url(../images/nav/bg-sub-header.jpg) no-repeat;
	height:84px;
	margin:0 auto;
	padding:7px 7px 0px 7px;
	position:relative;
	width:855px;
}

#mainContent  {
	background:url(../images/bg-content.png) repeat-y center;
	margin:0 auto;
	padding:0px 7px 0px 7px;
	position:relative;
	width:855px;
}
#mainContent .subnav {
	background:url(../images/bg-header-sub-nav.jpg) no-repeat;
	width:827px;
	height:77px;
	margin-left:2px;
	padding:19px 0px 0px 23px;
}
#mainContent .subnav a{
	color:#4c4c4c;
	text-decoration:none;
}
#mainContent .subnav a:hover{
	color:#023f75;
}
#mainContent .subnav .current{
	color:#023f75;
	font-weight:bold;
}

#mainContent .subnav ul{
	list-style:none;
}
#mainContent .subnav li{
	float:left;
	overflow:hidden;
	display:block;
	margin-right:35px;
	padding:11px 0px;
}

#mainContent .sub {
	background:url(../images/bg-header-sub.jpg) no-repeat;
	width:827px;
	height:57px;
	margin-left:2px;
	padding:19px 0px 0px 23px;
}

#mainContent .homeHero {
	background:url(../images/home-hero.jpg) no-repeat;
	width:855px;
}
#mainContent .ctaBtnHome {
	padding:205px 0 0 427px;
	height:70px;
}
#mainContent .homeMSG {
	background:url(../images/bg-home-msg.jpg) no-repeat;
	width:423px;
	height:198px;
	padding:40px 70px 0px 40px;
	font-size:13px;
	line-height:1.5em;
}
#mainContent .body {
	padding:40px 100px 20px 70px;
	color:#4d4d4d;
	line-height:1.5em;
	position:relative;
}
#mainContent .body p {
	margin-bottom:20px;
}
#gallery {
	position:relative;
	height:360px
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:solid #023f75 1px;
}
#gallery a.show {
	z-index:500
}

#footer {
	background:url(../images/bg-content.png) repeat-y;
	margin:0 auto;
	position:relative;
	width:815px;
	font-size:11px;
	padding:30px 27px 0px 27px;
}

.fleft {
float:left;
}
.fright {
float:right;
}

.form {
	border:solid 1px;
	border-color:#000000;
	margin-bottom:10px;
}

