﻿/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	padding: 0px;
	margin: 0px;
	background-color: #1870CF;
	background-image: url('Images/stripe.gif');
	font-family: Calibri;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #014158;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: "Times New Roman";
	font-size: x-large;
	color: #014158;
	font-weight: normal;
}
h3 {
	font-size: large;
	color: #014158;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #155398;
}
h4 {
	padding: 2px 0px 0px 15px;
	background-position: left -2px;
	margin: 0px;
	width: 250px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
	font-weight: bold;
	background-image: url('Images/header.png');
	background-repeat: no-repeat;
	height: 35px;
}
a {
	text-decoration: none;
	color: #014158;
	font-weight: bolder;
}
#preload1 {
	background: url("Images/dark_1.gif");
	display: none;
}
#preload2 {
	background: url("Images/dark_1a.gif");
	display: none;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
	background: url("Images/dark_0.gif") repeat-x;
	position: relative;
	z-index: 200;
	font-family: arial, verdana, sans-serif;
}
#nav li.top {display:block; float:left; height:40px;}
#nav li a.top_link {
	display: block;
	float: left;
	height: 40px;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
	background-color: #155398;
	background-image: url("Images/dark_0.gif");
}
#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
	background: url("Images/dark_0.gif") right top no-repeat;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
	background: url("Images/dark_0a.gif") no-repeat right top;
}
#nav li:hover a.top_link {
	color: #fff;
	background: url("Images/dark_1.gif") no-repeat;
}
#nav li:hover a.top_link span {
	background: url("Images/dark_1.gif") no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background: url("Images/dark_1a.gif") no-repeat right top;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	margin: -3px 0px 0px 0px;
	left: 1px;
	top: 40px;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #02244A;
	white-space: nowrap;
	width: 210px;
	height: auto;
	z-index: 300;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #02244A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #02244A;
}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:210px; font-weight:normal;}
#nav li:hover ul.sub li a
{
	display: block;
	font-size: 11px;
	height: 18px;
	width: 210px;
	line-height: 18px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 1px solid #ffffff;
}
#nav li ul.sub li a.fly
{
	background: #FFFFFF url('Images/arrow.gif') no-repeat 200px 6px;
	width: 210px;
	height: auto;
}
#nav li:hover ul.sub li a:hover 
{
	background: #02244A;
	color: #fff;
	border-color: #fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background: #02244A url("Images/arrow_over.gif") no-repeat 200px 6px;
	color: #fff;
}
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	left: 90px;
	top: -4px;
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #02244A;
	white-space: nowrap;
	width: 210px;
	z-index: 400;
	height: auto;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	background: #02244A url('Images/arrow_over.gif') no-repeat 200px 6px;
	color: #fff;
	border-color: #fff;
}
#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
	border: 1px solid #FFFFFF;
	background: #ffffff url("Images/arrow.gif") no-repeat 200px 6px;
	color: #000;
}
#wrapper {
	border: thick solid #02244A;
	height: auto;
	width: 850px;
	margin: 30px auto 0px auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
#content {
	float: left;
	height: auto;
	width: 850px;
	overflow: hidden;
	background-color: #FFFFFF;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Calibri;
	color: #333333;
}
#header {
	margin: 25px auto 0px auto;
	height: 100px;
	width: 850px;
	background-image: url('Images/bwlogo.png');
	background-repeat: no-repeat;
	background-position: 25px top;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: smaller;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 1px 0px 3px 0px;
	height: auto;
	width: 850px;
	background-color: #02244A;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #02244A;
	border-left-color: #02244A;
	border-right-width: 5px;
	border-left-width: 5px;
}
#notice1 {
	padding: 12px 0px 1000px 0px;
	margin: 0px 0px -1000px 0px;
	float: left;
	width: 260px;
	height: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
#notice2 {
	padding: 12px 0px 1000px 0px;
	margin: 0px 0px -1000px 0px;
	float: left;
	width: 260px;
	height: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}

#notice3 {
	padding: 12px 12px 1012px 12px;
	margin: 0px 0px -1000px 0px;
	float: left;
	width: 565px;
	height: auto;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
#test3 {
	padding: 0px;
	margin: 0px;
	width: 849px;
	height: 225px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
#contact {
	margin: 0px 25px 0px 0px;
	width: 700px;
	float: right;
	height: auto;
}
#contact ul {
	padding: 6px 0px 0px 6px;
	margin: 4px auto 0px auto;
	background-repeat: no-repeat;
	width: 300px;
}
#contact li {
	margin: 0px;
	padding: 12px 0px 12px 0px;
	display: inline;
	text-decoration: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#contact a {
	text-decoration: none;
}
#search {
	margin: 15px 0px 0px 12px;
	padding: 0px;
	float: right;
}
#acccordianWrapper {
	margin: 0px 0px 0px 9px;
	width: 251px;
	height: auto;
}
.accordionButton {
	padding: 2px 0px 0px 15px;
	background-position: left -2px;
	margin: 0px;
	width: 250px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	background-image: url('Images/announcement.png');
	background-repeat: no-repeat;
	height: 35px;
}

.accordionButtonUnselected {
	padding: 2px 0px 0px 15px;
	background-position: left -2px;
	margin: 0px;
	width: 250px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	background-image: url('Images/announcement.png');
	background-repeat: no-repeat;
	height: 35px;
}

.accordionButtonSelected {
	padding: 0px 0px 0px 15px;
	background-position: left -2px;
	margin: 0px;
	width: 250px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	background-image: url('Images/newselected.png');
	background-repeat: no-repeat;
	height: 35px;
}

.accordionContent {
	margin: 0px 12px 0px auto;
	padding: 3px 12px 3px 6px;
	width: 230px;
	float: left;
	display: none;
	height: auto;
	background-color: #FFFFFF;
	text-align: justify;
	font-size: smaller;
}
.style2 {
	margin: 6px 0px 6px 0px;
	text-align: center;
}
.style3 {
	border-style: solid;
	border-width: 0;
	margin-left: 3px;
	margin-right: 3px;
}
.style4 {
	text-align: center;
}
.style5 {
	margin-top: 80px;
}
.style6 {
	margin-top: -13px;
	margin-bottom: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.style7 {
	margin: 6px -1px;
	text-align: center;
}
.style8 {
	margin-left: 7px;
	margin-right: 7px;
}
.style9 {
	text-align: right;
}
.style11 {
	font-size: x-small;
}
.style12 {
		border-collapse: collapse;
		border: 1px solid #02244A;
}
.style13 {
		border-width: 0px;
}

.adjust {
	vertical-align: middle;
}
#static {
	padding: 0px;
	margin: 0px;
	width: 849px;
	height: 250px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	overflow: hidden;
}
#footer a {
	color: #CCCCCC;
}
#block {
	margin-right: 12px;
	margin-left: 12px;
	border: 1px dotted #C0C0C0;
	background-color: #F9F9F9;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#support {
	margin: 12px;
	height: auto;
	width: 235px;
}
#support img {
	border-style: none;
}
table {
	border: solid black 1.0pt;
	line-height: normal;
}

