@charset "UTF-8";

html,body {
	height: 100%;
}
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0px;
	background-color: #356390;
	text-align:center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#FFF;
	background: url('images/bg-content.gif') repeat top left;
	margin-bottom:-20px !important;
}

#bannerShell {
	background: #356390 url('images/bkgd_banner.gif') repeat-x scroll top center;
}
#banner {
	position: relative;
	width: 980px;
	height:100px;
	margin:auto;
}
#top-nav { z-index:500; position:absolute; right:0px; bottom:0px;
	width:300px; height:30px; overflow:hidden }
#top-nav a:link, #top-nav a:visited { display:block;
	border:5px solid #FFF; padding:0px 15px; float:right;
	font-size:13px; line-height:26px; font-weight:bold;
	color:#FFF; text-transform:uppercase; text-decoration:none;
	background-color:#666; }
#top-nav a + a { border-left:0px; }
#top-nav a:hover { background-color:#443e69; }
#banner img{
	position:relative;
	z-index:1;
}
#banner-r {
	height:100px;
	background: #356390 url('images/bkgd_banner-r.gif') no-repeat scroll top center;
	position:absolute;
	width:657px;
	margin-left: 340px;
	margin-top:-100px;
	border-left: solid 5px #FFF;
}

#navShell {
	height: 80px;
	background: #8ba47b;
	border-top: solid 5px #FFF;
}

#innerNav {
	position:relative;
	width: 980px;
	margin:auto;
	height:80px;
}

#navImg1 {
	float:left;
	border-left: solid 5px #FFF;
}

#innerNav-r {
	float:left;
	border-left: solid 5px #FFF;
	border-right: solid 5px #FFF;
	height:80px;
	width:630px;
	background: #443e69;
}

#nav {
	background: #666666;
	border-bottom: solid 5px #FFF;
	height:25px;
	text-align:right;
}

#nav ul, li{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#FFF;
}

#nav a{
	list-style:none;
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 19px;
	padding: 6px 15px 0px 15px;
	border-left: solid 5px #fff;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
}

#nav a:active{
	background: #443e69;
}

#nav a:hover{
	background: #443e69;
}


#navImg2 {
	float:right;
	border-left: solid 5px #FFF;
}


#contentShell-outer {
	background: url('images/bg-content.gif') repeat top left;
	border-top: solid 5px #FFF;
	height:auto;
}

#contentShell-inner {
	background: #fff;
	width: 980px;
	margin:auto;
	height:auto;
}
#content {
	width: 700px;
	margin:auto;
	padding:10px 0px;
	overflow:hidden;
	background:#FFF;
	text-align:left;
}

#content ul, li{
	list-style:square;
	color:#528ac2;
	margin-bottom:1em !important;
	line-height:1.5em;
}

#content li span{
	color:#000;
}

#contentBottom {
	height:50px;
}
#contact-left{
	float:left;
	width:50%;
	margin-bottom:0px;
}
#contact-right{
	float:right;
}
#contact-center{
	margin:auto; 
	clear:both; 
	width:180px;
}
#footerShell {
	height: 20px;
	background: #356390 url('images/bkgd_footer.gif') repeat-x scroll top center;
	margin-top:-20px;
}
#footer {
	width: 980px;
	margin:auto;
	padding-top: 6px;
	font-size: 9px;
	color: #c3d1de;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
p,h1,h2,h3,h4,hr {
	margin: 0px;
	padding: 0px;
}
h1,h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#00447c;
	line-height:1.2em;
	padding-top:26px;
}
h1{
	font-size:36px;
}
h2 {
	font-size:24px;
}
p {
	line-height:20px;
	padding-top:8px;
}
a {
	color:#00447c;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#footer a {
	color: #c3d1de;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
.memberShell {
	width: 600px;
	margin:0px auto;
	padding-top:10px;
}
.memberShell a:link, .memberShell a:visited {
	display:block;
	color:#000;
	text-decoration:none;
}
.memberShell a:hover {
	color:#00447c;
	text-decoration:none;
}
.member {
	width:170px;
	height:55px;
	text-align:center;
	padding:10px 15px;
	float:left;
}
.member h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
.member hr {
	background-color: #00447c;
	height:1px;
	margin:3px 0px;
	border:none;
}
.bio h1 {
	float:left;
}
.bio h2 {
	float:left;
}
.bio h4 {
	float:left;
	padding:37px 0px 0px 20px;
}
.bio p {
	clear:left;
}
.aCenter {
	text-align:center;
}
.aRight {
	text-align:right;
}
.cFloat {
	clear: both;
}
