﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	float: left;
	height: 120px;
	width: 980px;
}
#logo {
	height: 108px;
	width: 273px;
	float: left;
}
#header_right {
	float: right;
	width: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #FFF;
	text-align: right;
	line-height: 18px;
	padding-top: 45px;
}
#header_right h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header_right a {
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header_right a:hover {
	color: #FECA04;
	text-decoration: underline;
}
#banner {
	clear: both;
	float: left;
	height: 255px;
	width: 980px;
}
#bannerLeft {
	float: left;
	width: 512px;
}
#bannerRight {
	float: left;
	width: 468px;
}
#linkBox {
	clear: both;
	float: left;
	height: 25px;
	width: 512px;
	color: #004C7F;
	padding-top: 5px;
}
#linkBox a {
	text-decoration: none;
	color: #004C7F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#linkBox a:hover {
	color: #CA000A;
}
#slideshow {
	clear: both;
	float: left;
	height: 225px;
	width: 512px;
}
#redBox {
	background-image: url(../images/redBox_back.jpg);
	background-repeat: repeat-x;
	height: 249px;
	width: 468px;
	padding-top: 6px;
}
#redBox_border {
	border: 1px solid #FFF;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: 229px;
	padding-top: 10px;
}
#map {
	text-align: center;
	width: 224px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float:none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#map h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: large;
}
#search {
	float: left;
	width: 225px;
	text-align: center;
	color: #FFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
#search h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: large;
}
#content {
	clear: both;
	float: left;
	width: 980px;
	padding-top: 25px;
}
#leftCol {
	float: left;
	width: 200px;
}
#sideLinks {
	float: left;
	width: 180px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CE0700;
	border-bottom-color: #CE0700;
	background-color: #FFF;
	border-top-width: 10px;
	border-bottom-width: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#sideLinks a {
	display: block;
	text-decoration: none;
	color: #004E82;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
#sideLinks a:hover {
	color: #D20000;
	background-color: #CCC;
}
#midCol {
	float: left;
	width: 700px;
	padding-right: 5px;
	padding-left: 15px;
	margin-left:20px;
	font-size:medium
}
#midCol a {
	color: #D20000;
	text-decoration: underline;
}
#midCol a:hover {
	color: #004B7E;
}
#midCol h1 {
	color: #D20000;
	font-weight: lighter;
	font-size: x-large;
	margin-top: 0px;
}
#midCol h2 {
	color: #004C7F;
	font-size: medium;
	font-weight: lighter;
}
#midCol li {
	color: #333;
	margin-bottom:10px
}
#rightCol {
	float: left;
	width: 250px;
}
#featured {
	float: left;
	width: 210px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CE0700;
	border-bottom-color: #CE0700;
	background-color: #FFF;
	border-top-width: 10px;
	border-bottom-width: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#featured h2 {
	color: #D20000;
	font-size: medium;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#featured a {
	color: #004D81;
}
#featured a:hover {}
#contact {
	width: 230px;
	text-align: center;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contact h2 {
	color: #D20000;
	font-size: medium;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	clear: both;
	float: left;
	height: 50px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #860000;
	text-decoration: underline;
}
