@charset "utf-8";
/* CSS Document */
@font-face {  
	  font-family: "Magneto";  
	  src: url(/fonts/MAGNETO.eot); /* IE */  
	  src: local("Magneto Bold"), url(/fonts/MAGNETOB.TTF) format("truetype"); /* non-IE */  
	}  
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #28550a;
	background-color: #fff;
}
img {
	border-color: #000000;
}
th {
	background-color: #274073;
	color:#FFFFFF;
	text-align: left;
}
tr {
	border:0;
}
td {
	color:#000000;
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0px 0px 0px 0px;
	height: 240px;
	border-bottom: solid #fff 1px;
	text-align: center;
}
.twoColFixLtHdr #header_top {
	margin: 0;
	background:#fff;
	font-size: 75%;
	color: #28550a;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-style: solid;
	text-align: right;
	border-color: #000000;
	height: 20px;
	padding: 2px 10px 0px 0px;
	font-weight: bold;
}
.twoColFixLtHdr #header_top a:link {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #header_top a:visited {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #header_top a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #header_top a:active {
	text-decoration: none;
}
.countdown {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
.span_top_left {
	padding: 0px 10px 0px 5px;
	float: left;
	text-align: left;
}
.twoColFixLtHdr #h_titles {
	background: #fff;
	padding: 10px 0px 0px 0px;
	border-bottom: solid #fff 1px;
	text-align: center;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.twoColFixLtHdr #flashContent {
	padding: 0px 0px 0px 0px;
	background: #fff;
	margin: 0px 0px 0px 0px;
	width: 960px;
	background-image: url(../images/banner.jpg);
	z-index: 5;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border-right: solid #fff 0px;
	color: #000;
	margin-top: 40px;
	z-index: 1;
}
.twoColFixLtHdr #wbfLogo {
	background-position: center;
	padding: 5px 5px 5px 5px;
}
.twoColFixLtHdr #coBranches {
	background-position: center;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 70%;
}
.twoColFixLtHdr #coBranches a:link {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #coBranches a:visited {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #coBranches a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #coBranches a:active {
	text-decoration: none;
}
.twoColFixLtHdr #sidebar_image {
	background-position: center;
}
.twoColFixLtHdr #mainContent {
	margin: 60px 20px 0px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 100%;
}
.twoColFixLtHdr #mainContent h2 {
	color: #315294;
	text-align: center;
	font-size: 170%;
	font-family: Magneto, Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h3 {
	color: #315294;
	background-color:#fff;
	font-family: Magneto, Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-color: #315294;
	border-bottom-style: solid;
}
.twoColFixLtHdr #mainContent h4 {
	color: #315294;
	text-align: center;
	font-size: 150%;
	font-family: Magneto, Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent a:link {
	color: #315294;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #315294;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:active {
	text-decoration: none;
}
.twoColFixLtHdr #font_sizer_links {
	font-size: 70%;
}
.twoColFixLtHdr #printPage {
	font-size: 70%;
}
.twoColFixLtHdr #printButton {
	background-color: #315294;
	color: #fff;
	border-top: 2px outset #86A1D8;
	border-left: 2px outset #86A1D8;
	border-bottom: 2px outset #233967;
	border-right: 2px outset #233967;
	height: 25px;
	background-image: url(../images/printer.png);
	background-repeat: no-repeat;
	padding: 1px 3px 1px 25px;
	background-position: 2% 50%;
}
.twoColFixLtHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size: 75%;
	color: #28550a;
	border-top: solid #fff 1px;
	margin: 10px 0px 0px 0px;
}
.twoColFixLtHdr #footer a:link {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:active {
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer_menu {
	margin: 0 0 20px 0;
	background:#fff;
	color: #28550a;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-style: solid;
	text-align: center;
	border-color: #000000;
	height: 20px;
	padding-top: 5px;
}
.twoColFixLtHdr #footer_menu a:link {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #footer_menu a:visited {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #footer_menu a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer_menu a:active {
	text-decoration: none;
}
.twoColFixLtHdr #cool_stuff {
	text-align: left;
	list-style-type: disc;
	height: auto;
	width: 300px;
	margin-left: 200px;
	color: #800000;
}
.twoColFixLtHdr #sitemap {
	font-size: 130%;
}
.twoColFixLtHdr #sitemap a:link {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #sitemap a:visited {
	color: #28550a;
	text-decoration: none;
}
.twoColFixLtHdr #sitemap a:hover {
	text-decoration: none;
	color: #315294;
	font-weight: bold;
}
.twoColFixLtHdr #sitemap a:active {
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}
.captions {
	font-size: 70%;
	font-weight: bolder;
	padding: 20px 0px 0px 0px;
}
.noDisplay {
	display: none;
}
.italics {
	font-style:italic;
}
.small_text {
	font-size: 70%;
}
.small_ltbl {
	font-size: 75%;
	color: #000;
}
.img_border {
	border: 0px solid #000000;
}
.shadow_margin {
	margin-bottom: 5px;
}
.img_dwnld {
	margin: 2px 2px 2px 2px;
}
.img_caption {
	margin: 2px 2px 2px 2px;
	font-size: 11px;
}
.clearIt {
	clear:both;
}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
}
.table_border {
	border: 1px solid #333333;
}
.blue_back {
	background-color: #D4DEF2;	
}
.rndAll8px {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTop8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px -1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px -1px 10px #666;
	-webkit-box-shadow: 0px -1px 10px #666;
}
.rndBottom8px {
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTL8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
.rndTR8px {
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.rndAll4px {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.shadow {
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.ieshadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060')";
}
.bubbleInfo {
    position: relative;
}
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
