﻿@charset "utf-8";
/* CSS Document */

@import  url(homepage.css);
@import  url(pages.css);
@import  url(form.css);
*	{
	margin: 0;
	padding: 0;
}
body	{
	background-color: #ffffff;
	background-image: url(/images/mainBack.jpg);
	background-repeat: no-repeat;
	background-position: 0px 36px;
}
.clear	{
	clear: both;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 961px;
}
#contentWrapper {
	width: 939px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#contentWrapper #leftCol{
	float: left;
	padding-right: 10px;
}
#contentWrapper  #midCol{
	width: 505px;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
}
#midCol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #004d73;
	font-weight: normal;
	border-bottom: 1px solid #76a9c3;
	padding-bottom: 6px;
	text-align: left;
}
#midCol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003650;
	
}
#midCol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightCol li, #midCol	li	{
	margin-left: 30px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}

#callout1 {
	background-color: #c0e0f4;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #003b5f;
	padding: 6px;
}
#callout1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #821618;
	font-weight: normal;
}
#callout1	h2	{
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	}
#callout1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

#contentWrapper #rightCol {
	float: right;
	width: 190px;
}

#footer {
	width: 100%;
	height: 130px;
	background-color: #e7f1f9;
	/* background-image: url(/images/footerBack.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom; */
	border-top: 1px solid #cfcfcf;
}
#ftrWrapper {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
}
#ftrWrapper p {
	float: left;
	padding-top: 45px;
	font: 10px/10px arial;
}
#ftrWrapper img {
	float: right;
	padding-top: 10px;
}

#phone {
	float: right;
	font: 12px/12px verdana,Arial,Helvetica,sans-serif;
	padding-top: 6px;
	height: 30px;
}
#mainBanner {
	height: 214px;
	width: 961px;
}
#logo {
	float: left;
}
#mn-wrapper {
	float: left;
	height: 43px;
	width: 740px;
}
#mn-wrapper li {
	list-style-type: none;
	background-image: url(/images/navBack.gif);
	float: left;
	height: 43px;
	width: 148px;
	text-align:center;
}
#mn-wrapper li a {
	height: 43px;
	width: 148px;
	display: block;
	font: 12px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 15px;
	color: #ffffff;
}
#mn-wrapper li a:hover {
	height: 43px;
	width: 148px;
	background-image: url(/images/navBack-over.gif);
	display: block;
}
.navOn	{
height: 43px;
	width: 148px;
	background-image: url(/images/navBack-over.gif);
	display: block;
	}
#utilityNav {
	float: left;
	width: 220px;
}
#unWrapper li {
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:8px 0 0 0;
}
#unWrapper li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	margin: 0px;
	padding-bottom: 2px;
	color: #286990;	
	display: block;
}
.locationListing	{
	margin-bottom: 20px!important;
	}
.locationListing h2	{
	margin-bottom: 0!important;
	padding:0;
	color: red;
	}
.locationListing p	{
	margin-top: 0px!important;
	
	}
.locationImg	{
	float: left;
	padding-right: 20px;
	}