@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61574b;
	background-color:#ffffff;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
}
#global {
	margin:0px auto;
	width:885px;
	height:auto;
}
.hidden {
	position:absolute;
	left:-2000px;
}
h1 {
	margin-top:10px;
	font-size:18px;
	color:#2f478b;
}
h2 {
	font-size:12px;
}
A:link {
	color:#61574b;
	text-decoration:underline;
}
A:hover {
	color:#3e60ba;
	text-decoration:underline;
}
A:visited {
	color:#61574b;
}
.logoHeader {
	height:200px;
	width:885px;
	float:left;
	display:inline;
}
.logo {
	float:left;
	display:inline;
	width:135px;
	height:80px;
	margin:15px 0px 2px 32px;
}
.logoTitle {
	margin:50px 0 0 0px;
	float:left;
	display:inline;
	width:350px;
	color:#a4b4de;
	font-size:24px;
}
.address {
	margin:10px 0 0 10px;
	width:200px;
	float:left;
	display:inline;
	color:#3e60ba;
	font-size:12px;
	font-weight:bold;
	clear:both;
}
.flashHolder {
	width:625px;
	height:195px;
	float:right;
	overflow:hidden;
}
.mainMenu {
	width:885px;
	height:35px;
	float:left;
	display:inline;
	padding-top:10px;
}
.socbtn {
	float:right;
	margin-top:10px;
}
.top {
	float:left;
	display:inline;
	width:885px;
	height:278px;
}
.formtop {
	float:left;
	display:inline;
	width:885px;
	height:auto;
	background-color:#FFF;
}

.textBox {
	float:left;
	display:inline;
	margin-left:15px;
}
.textBox2 {
	float:right;
	margin-right:5px;
	height:auto;
}
.wtBox {
	float:right;
	width:685px;
	background-color:#FFF;
}
.imageBox {
	float:right;
	width:410px;
	height:273px;
	margin-bottom:10px;
}
.btn {
	float:left;
	display:inline;
	margin:23px 10px;
}
.overlay {
	float:left;
	display:inline;
	width:885px;
	height:100px;
	background-image:url(images/swooshSolid.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:5;
	margin-top:-40px;
}
.underlay {
	float:left;
	display:inline;
	width:885px;
	height:100px;
	background-image:url(images/swooshFade.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:-10;
	margin-top:-150px;
}
.bottom {
	float:left;
	display:inline;
	width:885px;
	height:auto;
	background-image:url(images/bottomback.png);
	background-repeat:repeat-x;
	/*	background-color:#fff;*/
	background-color:#fedb7a;
	margin-top:-50px;
	padding-bottom:10px;
}
.bottomInset {
	float:left;
	display:inline;
	margin: 40px 10px 10px 10px;
	width:865px;
	height:auto;/*	background-color:#FFF;
	background-color:#fdefc7;
	background-color:#e1e6f4;*/
}
.sideMenu {
	float:left;
	display:inline;
	margin:1px 0 3px 0;
	height:245px;
	background-color:#fde5a2;
}
.bottomMiddle {
	float:left;
	display:inline;
}
.bottomPictHolder {
	width:150px;
	float:left;
	display:inline;
	margin:5px 15px;
}
.map {
	float:left;
	display:inline;
	width:478px;
	margin:5px 15px 5px 5px;
}
.footer {
	margin-top:2px;
	width:885px;
	float:left;
	display:inline;
	font-size:9px;
	color:#999;
}
.footer a {
	color:#999;
	text-decoration:underline;
}
.footer a:hover {
	color:#ccc;
}
.loginInstructions {
	background-color:#fde5a2;
	width:670px;
	float:left;
	display:inline;
	margin:20px;
	padding:15px;
}
