@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	letter-spacing:1px;
}

/* Page Structure */

#wrapper {
	background: url(../images/wrapper-bg.png) repeat-y top center;
	padding: 0px;
	height: auto;
	width: 830px;
	margin:15px auto 0px;
}

#header-container {
	background-image: url(../images/container-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 235px;
	width: 830px;
	padding:15px 0px 0px;
}

#header-container .header {
	padding: 0px;
	height: 80px;
	width: 830px;
	margin: 0px;
}

#header-container .header .logo {
	padding: 0px;
	height: 80px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	display: block;
}

#header-container .header .top-nav {
	width:615px;
	height:80px;
	float: left;
	margin:0px;
	padding:0px;
	background: url(../images/nav-bg.png) repeat-x;
}

#header-container .header .top-nav .nav-inner {
	width:615px;
	height:80px;
	margin:0px;
	padding:0px;
	background: url(../images/nav-endpoint.png) no-repeat top right;
}

#header-container .header .top-nav .nav-inner ul {
	display: block;
	float: left;
	padding:0px;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
	line-height: 15px;
	width: 600px;
	list-style:none;
}

#header-container .header .top-nav .nav-inner ul li {
	float: left;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #012971;
	border-left-color: #043CA7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#header-container .header .top-nav .nav-inner .first {
	border-left-style:none;
}

#header-container .header .top-nav .nav-inner .last {
	border-right-style:none;
}

#header-container .header .top-nav .nav-inner ul li a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#header-container .header .top-nav .nav-inner ul li a:visited {
	color:#FFFFFF;
}

#header-container .header .top-nav .nav-inner ul li a:hover {
	text-decoration:none;
}

#top-banner {
	height: 155px;
	width: 790px;
	background-image: url(../images/header-img-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin:0px 20px
}

#main-contents {
	margin: 0px;
	height: auto;
	width: 805px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.3em;
}

#main-contents .left-col {
	float: left;
	height: auto;
	width: 585px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main-contents .left-col .contents-top {
	height:10px;
	padding:0px;
	margin:0px;
	width: 560px;
	float: right;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
}

#main-contents .left-col .contents {
	margin: 0px;
	width: 540px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	background-position: left -55px;
	min-height:100px;
	height:auto;
}

#main-contents .left-col .contents img.center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#main-contents .left-col .contents img.right {
	display: block;
	float: right;
	border: 5px solid #cccccc;
	margin:0px 0px 10px 10px;
}

#main-contents .right-col {
	margin: 0px;
	float: right;
	height: auto;
	width: 210px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	padding: 0px;
}

#main-contents .right-col .contents {
	margin: 0px;
	padding: 0px 10px;
	height: auto;
}

.contents-top {
	height:10px;
	padding:0px;
	margin:0px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
}

.contents-top .corner-tl {
	width:10px;
	height:10px;
	padding:0px;
	margin:0px;
	background: url(../images/content-tl.png) no-repeat;
	float:left;
}
.contents-top .corner-tr {
	width:10px;
	height:10px;
	padding:0px;
	margin:0px;
	background: url(../images/content-tr.png) no-repeat;
	float:right;
}

.page-head-outer {
	height: 45px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	background-position: left -10px;
	width: 575px;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.page-head {
	height: 45px;
	background-image: url(../images/page-head-tab-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
	float: left;
}

.page-head .page-head-inner {
	height: 45px;
	background-image: url(../images/page-head-tab-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}

.page-head .page-head-inner .inner {
	height: 45px;
	background-image: url(../images/page-head-tab-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#footer-container {
	background: url(../images/container-bot.png) no-repeat top center;
	margin: 0px;
	height: 15px;
	width: 830px;
	padding: 0px;
}

.copyright {
	width:830px;
	text-align:center;
	font-size: 0.8em;
	color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.copyright a {
	color:#333;
	text-decoration:underline;
}

.copyright a:hover {
	color:#333;
	text-decoration:none;
}

#flash-sidebar {
	width:125px;
	height:345px;
	margin:0px 42px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.left { float:left; }
.right { float:right; }

.calc-box {
	width:140px;
	height:40px;
	margin:0px 0px 10px 0px;
	background: url(../images/calc-bg.png) no-repeat top left;
	color: #003399;
	font-weight: bold;
	padding:20px 30px 10px
	}

/* Page Styling */

a {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}

h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight:bold;
	line-height: 34px;
	float: left;
	display: block;
}

h2 {
	color: #003399;
	font-size: 1.3em;
	font-weight:bold;
	padding:15px 0px 3px;
	border-bottom:#CC0000 dotted 1px;
	margin:0px 0px 15px 0px;
}

h3 {
	color: #003399;
	font-size: 1.1em;
	font-weight:bold;
	padding:15px 0px;
	font-style:italic;
}

.subheading {
	color: #003399;
	font-size: 1em;
	font-weight:bold;
	font-style:italic;
	width: 100px;
	display:inline-block;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
}

ul.blank-list {
	list-style-type: none;
	padding-left: 0px;
}

.col-280 {
	width:280px;
}

.col-370 {
	width:370px;
}

address {
	font-style:normal;
	display: inline;
}
fieldset {
	border: 1px solid #003399;
	margin: 0px 0px 15px 0px;
}
legend {
	background-color: #003399;
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
}
label { width:180px; display:inline-block; }
label.small { width:auto; display:inline-block; font-weight:bold; }
