@charset "utf-8";
body {
	background-color: #015293;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#search td {
	text-align: right;
	color: #FFF;
}
#search {
	padding-top: 4px;
	padding-bottom: 4px;
}
#search .description select {
	font-size: 0.689em;
	width: 120px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#search .description {
	width: 125px;
}
#search .keyword input {
	border: 1px solid #000;
	background-color: #FFF;
	font-size: 0.689em;
	padding: 3px;
	width: 150px;
}
#search .keyword label {
	font-size: .750em;
	margin-top: -5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#search .button {
	width: 32px;
}



#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}

#header td {
	vertical-align: bottom;
	text-align: left;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header .menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#header .menu li {
	list-style-type: none;
	display: inline;
}
#header .menu li a {
	font-size: 0.689em;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	color: #015293;
	line-height: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdd4e7;
	font-weight: bold;
}
#header .menu li.red a {
	color: #c6122b;
	border-right-color: #e2aab2;
}#header .menu li.last a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header .menu li a:hover {
	text-decoration: underline;
}

#content {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-bottom: 18px;
}
#content .ltCol {
	width: 209px;
	background-color: #f1f0f0;
	text-align: left;
	vertical-align: top;
}
#content .ltCol #logon {
	font-size: 0.75em;
}

#content .ltCol #logon input {
	border: 1px solid #b21107;
	padding: 3px;
	width: 170px;
	font-size: 0.91em;
	color: #b21107;
}
#content .ltCol #logon .fields {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#content .ltCol #logon .logon {
	height: 16px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .ltCol #logon .Logonerror {
	color: #F00;
}
#content .ltCol #logon a {
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	color: #000;
}
#content .ltCol #logon a:hover {
	text-decoration: underline;
}

#content .ltCol #logon a.forgot {
	color: #015293;
}
#content .ltCol #logon a.forgot:hover {
	color: #f87243;
}





#content .ltCol #menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .ltCol #menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#content .ltCol #menu ul li a {
	text-transform: uppercase;
	font-size: 0.75em;
	color: #000;
	text-decoration: none;
	display: block;
	width: 189px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#content .ltCol #menu ul li a:hover {
	text-decoration: underline;
}

#content .copy{
	padding: 20px;
	text-align: center;
}
#content .copy p{
	text-align: left;
	font-size: 0.75em;
	line-height: 1.4em;
}
#content .copy li{
	text-align: left;
	font-size: 0.75em;
	line-height: 1.4em;
}
#content .copy .data{
text-align: left;
}
#content .copy .data td{
	font-size: 0.9em;
	line-height: 1.4em;
}
#content .copy .style6, #content .copy legend{
	font-size: 0.75em;
	line-height: 1.4em;
}
#content .copy .print{
	text-decoration: none;
	color: #015293;
}
#content .copy .print:hover{
	text-decoration: underline;
}
#content .copy .ContactUsOuterTable{
	font-size: 0.75em;
	line-height: 1.4em;
}

#content .copy .ContactUssmalltext{
	color: #ff0000;
	font-size: 0.75em;
	font-weight: bold;
}
#content .copy .ContactUstextred{
	color: #ff0000;
}

#content .copy .ContactUsTable3{
	border: solid 1px #ff0000;
	width: 220px;
}
#content .copy .ContactUstextbold textarea{
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
}
#footer {
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a5c5de;
	color: #333;
	font-size: .689em;
	line-height: 1.3em;
}
#footer td {
	margin: 0px;
	padding: 5px;
}

#footer .contact {
	text-align: left;
}

#footer p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #015293;
}
#footer a:hover {
	text-decoration: underline;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	background-color:#000
}
/*--Window/Masking Styles--*/
.window {
	height:231px;	width: 651px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; border:0;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/headers/00blue.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.hs-form label {
color: white;
}
