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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/img/backer_fade.jpg);
	background-repeat: repeat-x;
	background-color: #002140;
}
.badge {
	background-image: url(/img/badge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.capsule {
	background-image: url(/img/capsule_backer2.jpg);
	background-repeat: repeat-y;
}
.interior_capsule {
	background-image: url(/img/interior_capsule_backer.jpg);
	background-repeat: repeat-y;
}
.interior_right_capsule {
	background-image: url(/img/interior_capsule_backer_right.jpg);
	background-repeat: repeat-y;
}
.capsule_fade {
	background-image: url(/img/capsule_backer3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.capsule_fade2 {
	background-image: url(/img/capsule_backer4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.interior_capsule_fade {
	background-image: url(/img/interior_capsule_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.interior_capsule_right_fade {
	background-image: url(/img/interior_capsule_btm_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
		a.style1:visited, a.style1:link, a.style1:active {
			color: #333333;
		}
		a.style1:hover{
			color: #DB7812;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top:10px;
}
		a.style3:visited, a.style3:link, a.style3:active {
			color: #333333;
		}
		a.style3:hover{
			color: #DB7812;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	margin-top:12px;
	margin-right:15px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	margin-top:8px;
	margin-right:15px;
	text-decoration:none;
}
		a.style5:visited, a.style5:link, a.style5:active {
			color: #CCCCCC;
			margin-right:0px;
		}
		a.style5:hover{
			color: #FFFFFF;
			margin-right:0px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left:25px;
	margin-right:25px;
	text-decoration:none;
}
		a.style6:visited, a.style6:link, a.style6:active {
			color: #333333;
			margin-left:0px;
			margin-right:15px;
		}
		a.style6:hover{
			color: #01447B;
			margin-left:0px;
			margin-right:15px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-right:28px;
}
.photo_right {
	float:right;
	margin-left:15px;
	margin-bottom:6px;
}

.SubNav {
	padding-right: 10px;
	padding-left: 9px;
}

.SubNav, .SubNav a, .SubNav a:active, .SubNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00203F;
	text-transform: capitalize;
	font-weight: bold;
}

.SubNav a:hover {
	color: #999999;
}

.section_header {
	color: #0D436F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.sub_header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.left_nav {
	position: relative;
	height: 19px;
	background-image: url(/img/left-nav-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.left_nav2 {
	position: relative;
	height: 33px;
	background-image: url(/img/left-nav-button2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.left_nav a, .left_nav a:visited, .left_nav_selected a, .left_nav_selected a:visited, 
.left_nav2 a, .left_nav2 a:visited, .left_nav2_selected a, .left_nav2_selected a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}

.left_nav div, .left_nav_selected div,
.left_nav2 div, .left_nav2_selected div  {
	padding-left: 10px;
	padding-top:1px;
	width: 200px;	
	text-align: left;
}

.left_nav:hover {
	background-image: url(/img/left-nav-button-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.left_nav2:hover {
	background-image: url(/img/left-nav-button-hover2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.left-nav-backer {
	background-image: url(/img/left-nav-backer.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #FFFFFF;
}


.left_nav_selected {
	position: relative;
	height: 19px;
	background-image: url(/img/left-nav-button-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.left_nav2_selected {
	position: relative;
	height: 33px;
	background-image: url(/img/left-nav-button-hover2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.required_field {
	background-color: #FFFFDD;
	border: 1px solid #03487F;
}