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

* {	padding: 0;
	margin: 0;	}
	
	
a img, :link img, :visited img {
	border: 0;}
	
	body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: url(../images/headerBg.png) repeat-x;
}
	


	
	
	
h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman";
	color: #003311;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003410;
	font-size: 200%;
	margin-bottom: 30px;
}
h2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman";
	color: #03290F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013814;
	font-size: 150%;
	margin-bottom: 30px;
}
h3 {
	color: #000000;
	margin-bottom: 5px;
	font: bold 150% Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #000000;
	margin-bottom: 5px;
	font: bold 110%/125% Georgia, "Times New Roman", Times, serif;
}
h5{
	color: #000000;
	margin-bottom: 20px;
	font: bold 1.1em/1.25em Georgia, "Times New Roman", Times, serif;
}

#leftBox {
	width: 192px;
	float: left;
}
#centerBox {
	width: 480px;
	float: left;
	height: 145px;
}
#rightBox {
	width: 288px;
	float: left;
	height: 145px;
}
	
#header {
	background: #2E6B4B;
	height: 145px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 120%;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#floatingHex {
	z-index: 2;
	height: 160px;
	width: 163px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#mailingList {
	border: 2px solid #EFEFEF;
	text-align: left;
	background-color: #3E8F63;
	height: 50px;
	padding: 2px 5px 0px;
	margin-top: 10px;
	width: 185px;
}
#pageContainer {
	width: 960px;
	position: relative;
}

#contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	margin: 10px 10px 5px 10px;
	padding: 0px 10px;
	width: 190px;
}
#navBar {
	background-color: #FFFFFF;
	height: 19px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	clear: both;
} 
#centeringContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#navBar li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navBar ul {
	margin: 0px 0px 0px 15%;
}
#navBar li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E536B;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
	
}


#navBar li a:hover {
	text-decoration: none;
	color: #467DA1;
	font-weight: bold;
	padding: 2px;
}
#snailMail {
	font-size: 0.7em;
	margin-right: 20px;
	border: 1px solid #0000FF;
	padding: 2px;
	float: right;
	position: relative;
	bottom: 18px;
	width: 125px;
}
#snailMail a {
	display: block;
	width: 125px;
	padding-bottom: 2px;
}
#shadow {
	background-image: url(../images/headerShadow.gif);
	background-repeat: repeat-x;
	height: 5px;
}



.printFlyer {
	margin-right: 25px;
	float: right;
}
#flyerLinks_left {
	padding: 5px;
	float: left;
	border: 1px dashed #333333;
	font-size: 90%;
	margin-right: 15px;
}
#flyerLinks_right {
	padding: 5px;
	float: right;
	border: 1px dashed #333333;
	font-size: 90%;
}
#content {
	float: right;
	width: 670px;
	padding-right: 2%;
}
#thumbnailBox_left {
	float: left;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#thumbnailBox_left  a  {
	font-size: .7em;
	text-align: center;
	display: block;
}


#thumbnailBox_left img{
	margin: 5px;
}

#thumbnailBox_right {
	float: right;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#thumbnailBox_right  a  {
	font-size: 0.7em;
	text-align: center;
	display: block;
}


#thumbnailBox_right img{
	
	margin: 3px;
}  
 
#rightCol {
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	width: 235px;
	padding-left: 30px;
}
#rightCol ul {
	list-style-image:url(../images/listBullet.png);
	font-size: 0.9em;
} 
#footer {
	background-color: #2E6B4B;
	height: 50px;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 10px;
} 
#footer #copy {
	text-align: center;
	height: 20px;
	font-size: .85em;
}
#footer #copy img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 4px;
}
#footer  li {
	display: inline;
	margin-left: 3em;
}
#footer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: .85em;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clear { 
 clear: both; 
}
#page {
	margin-bottom: 0;
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 90%;
	text-align: left;
}
.services_text_block {
	margin-bottom: 150px;
}

#embox {
	font-size: 80%;
}
.floatLeft{
	float: left;
	border: 3px solid #2E6B4B;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	border: 3px solid #2E6B4B;
}
#localMap {
	float: right;
}

#drivingDirections {
	width: 56%;
	padding-right: 2%;
}
.drivingDirectionBlock {
	margin-bottom: 30px;
}

#printContact {
	display: none;
}
#galleryBox {
	text-align: left;
}
#services {
	margin-right: 5%;
	margin-left: 5%;
}
#visitorCounter {
	font: .8em Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #003311;
	margin-top: 25px;
	width: 100px;
	margin-right: 50px;
	float: right;
}
.submit {
	font-size: 70%;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #2E6B4B;
	height: 16px;
	width: 20px;
	margin-left: 5px;
}
.printHeader {
	text-decoration: underline;
	font: italic bold 24px "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
