﻿@charset "utf-8";
a {
	color:#072f62;
}
.style1 {
	text-align: center;
}
body {
  min-width: 760px;
  margin:0 auto;
  background-color:white;
}
#enter img {
	border:none;
}
#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	padding:10px 0px 10px 0px;
}
#header {
	margin:0 auto;
	text-align:center;
}

#LinkBox {
	border: solid 3px #fff;
	background-color: #00234E;
	position: relative;
	float: left;
	width: 150px;
	height: 175px;
	border-color: gray;
	border-width: 2px;
	margin: 0 23px;
}
#LinkBox a {
	color:#fff;
	text-decoration:none;
}
#LinkBox:hover a.title{
	color:#F0BD06;	
}
.bannerimg {
	left:0px;
	top:0px;
	position:absolute;
}
.title {
	width:150px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#00234E;
	padding:4px 0px 5px 0px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.img {
	width:150px;
	height:150px;
	display:block;
}
.img img { border:0; }
.FaceTwit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
}
.footer {
	padding-top:5px;
	position: relative;	
	text-align: left;
	border-top-color:gray;
	border-top:thin;
	border-top-style:double;
	clear: both;
}
.style4 {
	border-width: 0;
}
.lab a{
	text-decoration:none;
	color:#072f62;
}
.lab a:hover{
	border-bottom:1px;
	border-bottom-style:dotted;
	color:#072f62;
	background-color:#FFCC00
}
.lab a:visited{
	text-decoration:none;
	color:#072f62;
}
.BottomNav {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-color: gray;
	border-top-style: double;
	border-top-width: 1px;
	background-color: silver;
	empty-cells: hide;
	max-height: 50px;
	text-align: center;
	position: relative;
}
.BottomNav a{
	text-decoration:none;
	color:#072f62;
	padding:2px;
}
.BottomNav a:hover{
	color:#072f62;
	border-top:2px;
	border-bottom:2px;
	border-left:0;
	border-right:0;
	border-style:solid;
	border-color:#F0BD06;
	padding:2px;
}
#container {
	min-width: 600px;
	height:auto;
}

#left_col {
	text-align:center;
	width: 180px;
	height:auto;
}
#left_menu{
	text-align:left;
	border:0px;
	margin:0px;
}
#left_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:174px;
	z-index:100;
}
#left_menu ul li{
	position:relative;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:3px;
	background-image:url('images/arrowblue.jpg');
	background-position:0px 0px;
	cursor:pointer;
}
#left_menu ul li:hover{
	background-position:0px -25px;
}
#left_menu ul li a{
	display:block;
	text-decoration:none;
	color:#F0BD06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#left_menu ul li:hover ul{
	display:block;
}
#left_menu ul li a:hover{
	color:#fff;
}
#left_menu ul ul{
	display:none;
	position:absolute;
	left:174px;
	top:0px;	
	border:#fff solid;
	border-width:1px;
}
#left_menu ul ul li {
	border:none;
	padding-bottom:3px;
	padding-top:3px; 
	float:left; 
	display:inline;
	background-color:#00234E;
	color:#F0BD06;
	width:165px;
}
#left_menu ul ul li a{
	color:#F0BD06;
	text-decoration:none;
	display:block;
}
#page_content {
	position:absolute;
	left:0px;
	top:0px;
	min-height:200px;
	height:95%;
	padding:10px;
	margin-left: 200px;
	text-align:left;
	width:580px;
	background-color:#D2D2BF;
}
#contactForm{
	position:relative;
	text-align:left;
	border-bottom-color:gray;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-top-color:gray;
	border-top-width:3px;
	border-top-style:solid;
}
.formCell {
	border-width: 0;
	border-style: solid;
	background-color: #00234E;
	color:white;
	text-align:right;
	padding-right:5px;
}
.mailTo {
	text-decoration:none;
	color:#00234E;
}
.mailTo:hover {
	color:gray;
}
#addressInfo{
	width:650px;
	float:left;
	text-align:left;
}
#contactPic {
	text-align:left;
	width:350px;
	margin-left:50px;
	margin-top:50px;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* Javascript Lighbox Styling */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}
#lightbox img{ 
	border: none; 
	clear: both;
} 
#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(images/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imagegs/overlay.png", sizingMethod="scale");
}

