
body {
	background-color: #1a4e87; 
	margin: 10px 10px 25px 10px; 
	padding: 0px 10px 0px 0px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #666; 
	text-align: center; 
}

table { font-size: 11px; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size: 20px; font-weight: bold; margin: 0px; }

h2 { font-size: 18px; font-weight: bold; margin: 0px; }

h3 {
	font-size: 16px; font-weight: bolder; margin: 0px 0px 3px; color: #1a4e87; 
	text-transform: capitalize; font-variant: small-caps; letter-spacing: 1px; border-bottom: solid 1px #bbb; 
}
h4 { 
	font-size: 14px; font-weight: bold; margin: 0px 0px 3px; color: #1a4e87; 
	text-transform: capitalize; font-variant: small-caps; letter-spacing: 1px; border-bottom: solid 1px #7d4900; 
}

p { line-height: 16px; margin: 0px 0px 0px 0px; }

hr { border: 0; border-top: 1px solid #bababa; height: 1px; }

ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}
ul li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

a			{ color: #1a4e87; text-decoration: none; }
a:visited	{ color: #1a4e87; text-decoration: none; }
a:hover		{ color: #494949; text-decoration: underline; }
a:active	{ color: #1a4e87; text-decoration: none; }

img, div { 
	behavior: url(includes/iepngfix.htc);
}

img { 
	border-width: 0; 
}


.ErrorMsgS { color: #C00000; font-size: 11px; }


/* 1.0 - HEADER ~~~~~~~~~~ */
#headerTop {
	width: 830px; height: 25px; 
	background-image:url(../images/bkgd_header_top.gif); background-repeat: no-repeat; background-position:center; 
	margin-left: auto;
	margin-right: auto; 
}
#header {
	width: 730px;
	text-align: left; 
	margin: 0px auto 5px auto;
	border: solid 0px #000; 
}
.slogan01 {
	width:750px; height: 25px; text-align: center; padding-top: 30px; 
	border: solid 0px #000; 
}

/* 2.0 - PAGES ~~~~~~~~~~~~~~~~~~ */

.container{		
	width: 850px; 
	text-align: center; 
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	background-image:url(../images/bkgd_container.gif); background-repeat:repeat-y; background-position:center; 
}

#body1 {
/*	z-index:1; */
	overflow:hidden; 
	text-align: left; 
	width: 750px; 
	padding-bottom: 50px; 
	margin-left: auto; 
	margin-right: auto; 
	border: solid 1px #bbb; 
	background-image: url(../images/bkgd_body.gif); background-repeat: repeat-x; background-position: 0px 0px; 
}
#bodyHeader {
	width: 750px; height:100px; 
	text-align: left; 
	border: solid 0px #000000; 
	background-image:url(../images/bkgd_body_header.jpg); background-repeat: no-repeat; background-position: top left; 
}

/* 2.1 - Content ~~~~~~~~~~~~~~~~~~ */

#content1 {
	width: 750px; float: left; 
	text-align: left; 
	border: solid 0px #000000; 
	border-bottom: solid 0px #bbb; 
}

#content21 {
	float: left; 
	width: 200px; 
	text-align: right; 
	padding: 5px 25px 0px 0px; 
	border: solid 0px #000; 
}
#content21t {
	float: left; 
	width: 200px; 
	text-align: left; 
	padding: 5px 15px 0px 15px; 
	border: solid 0px #000; 
}

#content22 {
	float: left; 
	width: 455px; 
	margin-left: 0px;
	text-align: left; 
	padding: 5px 0px 40px 35px; 
	border: solid 0px #bbb; 
	border-left: solid 1px #bbb; 
}

#Height { float:left; }
.h300 { height: 300px; width: 1px; }
.h400 { height: 400px; width: 1px; }
.h500 { height: 500px; width: 1px; }


/* 2.1 - Content ~~~~~~~~~~~~~~~~~~ */

.pageTitle {
	float: right; 
	padding: 25px 40px 0px 50px; 
}
.divInfo {
	padding: 5px 0px 0px 15px; 
}
.FormInput {
	color: #000000;
}
.distiCell {
	font-size: 10px; 
	font-weight: normal; 
	color: #bbb; 
	background-color: #bbb;
}
.dr1 {
	border-top: solid 1px #bbb; 
	border-right: solid 1px #bbb; 
}
.details { 
	display: none; 
	visibility: hidden; 
}

/* Blue button nav
----------------------------------------------------------------*/
.blue_btn {
	display: block;
	border: solid 1px #a3bad1;
	padding: 3px;
	font: normal 9px arial;
	text-decoration: none;
}
.bboff {
	background: url(../images/navi/bkgd_btn_blue.gif) repeat-x;
}
.bbon {
	background-color: #dbe4ed;
}

a:hover.blue_btn {
    background: #dbe4ed;
	text-decoration: none;
}

/* 3.0 - Footer ~~~~~~~~~~ */

#footerBottom {
	width: 830px; height: 40px; 
	background-image:url(../images/bkgd_footer_bottom.gif); background-repeat: no-repeat; background-position:center; 
	margin-left: auto;
	margin-right: auto; 
}
.footer {
	font-size: 9px; 
	color: #999; 
}
.footer a, .footer a:active, .footer a:visited { color: #999; font-size: 9px; text-decoration:none; margin: 0px 0px 0px 0px;} 
.footer a:hover { color:#999; text-decoration:underline;} 


/* MAIN MENU NAV
----------------------------------------------------------------*/
#navi {
	float: none; 
	color: #1C4F81;
	padding: 25px 0px 10px 0px; 
	margin: 0px 50px 0px 75px; 
	font-weight: bold; font-size: 11px; letter-spacing: 1px; 
	text-transform: capitalize; font-variant: small-caps; 
}

.nav_btn {
	margin: 0px 3px 0px 3px; 
	border: solid 0px #A3BAD1;
	padding: 25px 15px 10px 15px;
	text-decoration: none; 
}

.navioff {
}
.navion {
	background-image: url(../images/bkgd_nav.gif); background-repeat: repeat-x; background-position: 0px -24px; 
}

a:hover.nav_btn {
	text-decoration: none; 
	background-image: url(../images/bkgd_nav.gif); background-repeat: repeat-x; background-position: 0px -24px; 
}

/* LEFT MENU
----------------------------------------------------------------*/
#leftmenu {
	float:right; 
	width: 175px; 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px; 
}
#leftmenulist {
	width: 175px; text-align: right; 
}
#leftmenulist A {
	width: 100%; height: 17px; 
	display: block; 
	color: #1a4e87; font-weight: 300; font-size: 11px; text-decoration: none; 
	padding: 3px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
#leftmenulist A IMG {
	float: right; 
	margin: -3px 0px 0px 10px; 
	border: 0px 0px 0px 0px; 
}
#leftmenulist A IMG {
}
#leftmenulist A:hover IMG {
}
#leftmenulist A.active IMG {
}
#leftmenulist A:hover, #leftmenulist A.active:hover {
	font-weight: 600; color: #fff; 
	background-image: url(../images/navi/leftmenuitem.jpg); background-position: left bottom; background-repeat: no-repeat;  background-position: -90px 0%; 
}
#leftmenulist A.active {
	font-weight: 600; color: #1a4e87; 
}

/* Our Team Panels
-------------------------------------------------------*/
#teampanel {
	background-color: #f5f5f5; 
	margin: 5px 10px 5px 10px; 
}
#teampanel div.team {
	border-top: #fff 1px solid; 
	border-bottom: #fff 1px solid
}
/*
	border-style: none; 
	border-style: none; 
	border-style: none; 
*/
#teampanel div.teamI {
	display: block; 
	padding: 0px 0px 0px 15px; 
	border-top: #fff 1px solid; 
	border-bottom: #fff 1px solid
}

#teampanel div.team a {
	display: block; 
	padding: 0px 0px 0px 15px; 
	text-decoration: none; 
}
#teampanel div.team a:hover {
	background-color: #eaeaea; 
	text-decoration: none; 
}
#teampanel div.team a.active {
	background-color: #333333; 
	color: #ffffff; 
	text-decoration: none; 
}
#teampanel div.team a.title {
	padding: 2px 0px 2px 10px;
}
#teampanel div.team a.title:hover {
	color: #333333; 
	text-decoration: none
}
/*
#eml {
	display: inline-block; 
	background-color: #f5f5f5; 
	margin: 0px; 
}
*/
#eml a, #eml a:active, #eml a:visited { color: #1a4e87; font-size: 10px; text-decoration: none; padding: 0px;} 
#eml a:hover { color: #494949; text-decoration: underline; } 


.teamIbox {
	display: block; 
	margin: 5px 10px -4px 10px;
	padding: 3px 10px 3px 10px;
	background-color: #f5f5f5;
	border: solid 0px #ccc; 
	border-bottom: solid 2px #fff; 
}
.teamI {
	float: left; 
}
.teamIpos {
	float: right;
}
