@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #898989;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

#header-container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #005f9a;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#header {
	padding: 0px;
	height: 150px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#bg-feature {
	background-image: url(../images/bg-feature.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 379px;
	position: absolute;
	right: 0px;
}
#logo a {
	margin: 0px;
	padding: 0px;
	height: 119px;
	width: 361px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
	font-size: 36px;
	top: 15px;
	left: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#tagline {
	position: absolute;
	top: 50px;
	right: 0px;
	background-image: url(../images/tagline.png);
	height: 46px;
	width: 444px;
	background-repeat: no-repeat;
}
#menu-container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #E6E6E6;
	height: 30px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003B66;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	top: -10px;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#menu ul li a{
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	height: 25px;
	display: block;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	padding-top: 15px;
	font-size: 14px;
	border: 1px none #64666B;
}
.news-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	padding-top: 5px;
	margin-top: 5px;
}
.news-container h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-container em {
	font-size: 13px;
	font-style: italic;
	color: #999;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #1A67B4;
	height: 25px;
	display: block;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	padding-top: 15px;
	box-shadow: 3px 3px 4px #000;
	font-size: 14px;
}
#main-container {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64666B;
	border-left-color: #64666B;
	position: relative;
}
#right-nav {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 280px;
}
#site-map img {
	padding: 5px;
	border: 1px solid #E1E1E1;
}
#left-nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 620px;
}
a.map {
	display: block;
	height: 140px;
	width: 268px;
	background-color: #FFF;
	border: 1px solid #E7E7E7;
	padding: 5px;
}
.google-map {
	width: 610px;
	height: 400px;
	border: 1px solid #E4E4E4;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table.location-table {
	float: left;
	margin-bottom: 10px;
	width: 300px;
	margin-right: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-top: 5px;
}
table.map-table {
	margin-bottom: 10px;
	width: 100%;
	margin-right: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-top: 5px;
}
th  {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	padding: 5px;
	background-color: #24629F;
}
td  {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
tr {
	background-color: #D9D9D9;
}
tr.vacant {
	background-color: #F06264;
}
.small-description {
	font-size: 11px;
	display: block;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #1A436A;
}
a.map img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
	width: 268px;
	height: 140px;
}
#front-slider {
	border: 1px solid #CCC;
	margin-bottom: 40px;
	width: 618px;
	height: 316px;
	position: relative;
	display: block;
}
#front-slider-leftbutton a{
	background-image: url(../images/left-slider-button.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 43px;
	position: absolute;
	left: -10px;
	top: 135px;
	z-index: 99999999;
	display: block;
}
#front-slider-rightbutton a{
	background-image: url(../images/right-slider-button.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 43px;
	position: absolute;
	right: -10px;
	top: 135px;
	z-index: 99999999;
	display: block;
}
#slider-wrap {
	position: absolute;
	left: 5px;
	top: 5px;
	height: 306px;
	width: 608px;
}
.slider-element {
	position: absolute;
	height: 306px;
	width: 608px;
	z-index: 1;
}
.slider-element img {
	height: 306px;
	width: 608px;
	display: block;
}
.slider-element .slider-description{
	background-color: #900;
	position: absolute;
	left: -5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 10px;
	bottom: 5px;
	z-index: 2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFF;
}
.description-tag {
	font-size: 13px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.slider-element .brochure a {
	height: 58px;
	width: 62px;
	position: absolute;
	top: 247px;
	right: -1px;
	background-image: url(../images/pdf-brochure-icon.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.contact-container {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #000;
}
.contact-container h3 {
	font-size: 15px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contact-container a img {
	background-color: #000;
	display: block;
	float: left;
	height: 80px;
	width: 126px;
	margin-right: 10px;
	border: 1px solid #E9E9E9;
}
.contact-container a {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #004F9F;
	display: block;
}
.small-disclaimer {
	font-size: 11px;
	color: #333;
	line-height: normal;
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
}




.ledge {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 100%;
}

p {
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.divider-line {
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2C72BB;
	height: 0px;
	width: 100%;
}
.left {
	float: left;
	margin-right: 10px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}
h1 {
	font-size: 25px;
	color: #045CA0;
	font-weight: normal;
}
.article-container {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#footer-container {
	padding: 0px;
	width: 100%;
	background-color: #E6E6E6;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	z-index: 5;
}
#footer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer #company a {
	color: #666;
	float: right;
	font-size: 11px;
	display: block;
	margin-top: 2px;
}

#footer ul {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer ul li {
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#footer ul li a {
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}



.clear {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
