/* 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%;
	text-align:right;
	float:left;
	background:url(../images/logobottom.png) no-repeat scroll left top;
}
#content{
	width:900px;
	float:left;
	text-align:left;
	padding-top:5px;
	font: .9em Arial, Helvetica, sans-serif;
	color: #666666;
}
#leftside{
	width: 434px;
	height: 383px;
	float: left;
	letter-spacing: 1px;
	color: #666666;
	}
#leftside2{
	width: 383px;
	height: 393px;
	float: left;
	letter-spacing: 1px;
	color: #666666;
	}
#text{
	width:430px;
	margin: 20px 0 0 30px;
	float:left;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	}
#text2{
	width:390px;
	margin: 0 0 0 20px;
	float:left;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	}
#rightside a{
	color:#616264;
	}
#rightside a:hover{
	color:#da2236;
	}
#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%;
}