/* CSS Document */

body{
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
	background:url(../images/headerback.jpg) #003063 repeat-x;
	float:left;
	}
a{
	text-decoration:none;
		color: #666666;
	}
a:hover{
	color: #D52135;
	}
#mainwrapper{
	width:100%;
	text-align: left;
	}
#header{
	width: 960px;
	height: 156px;
	float: left;
	}
#logo{
	float: left;
	width: 353px;
	height: 156px;
	}
#address{
	width:547px;
	height: 61px;
	padding: 95px 0 0 0;
	float: left;
	text-align: right;
	font: .8em/1.3em Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color:#666666;
	}
#navigation{
	width:620px;
	height:55px;
	padding-left: 352px;
	margin-top:-13px;
	font: .8em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
	}
#navigation li{
	float: left;
	text-decoration:none;
	list-style:none;
	padding: 30px 16px 0 17px;
	}
#navigation li:hover{
	background:url(../images/redbar.gif) top left repeat-x;
}
#bodymid{
	background:url(../images/barbackgrnd2.png) #CECFD1 repeat-x;
	float:left;
	width:100%;
}
#bodymiddle{
	width:100%;
	height: 484px;
	text-align:right;
	float:left;
	background:url(../images/building.png) top left no-repeat;
}
#rightside{
	width:297px;
	padding-right:80px;
	float: right;
	text-align:right;
	}
#rightside a{
	color:#616264;
	}
#rightside a:hover{
	color:#da2236;
	}
#text{
	width:385px;
	margin: 70px 15px 0 0;
	padding: 0 30px 10px 0;
	text-align: right;
	height: 280px;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	z-index: 2;
	overflow:auto;
	}
#footer{	
	width:100%;
	background-color:#003063;
	height: 85px;
	padding: 25px 0 0 0;
	float: left;
	color:#FFFFFF;
	font: .8em/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
#footer2{
		width:780px;
		margin-left:120px;
	}
#footer a{
	color:#FFFFFF;
	}
#footer a:hover{
	color:#d52135;
	}
#hours{
	float: left;
	text-align: left;
	}
#copyright{
	float: right;
	text-align: right;
	font: .9em/1.8em Arial, Helvetica, sans-serif;
	}
.style1 {
	color: #002F65;
	font: 1.2em bold  Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight: bold;
	}
.style2 {
	font: 1.1em/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	}
.style3 {
	color: #D52135;
	font-weight: bold;
	letter-spacing: 2px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}