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

body {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
ul, ol {
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
ul {
	list-style-type: disc;
}
ul li ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
li {
	padding-top: 4px;
	padding-bottom: 4px;
}
a.more {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #5A7E0E;
	text-decoration: underline;
}
div#footer a {
	color: #1a80a2;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer #left a {
	color: #516B1B;
}
div#credits a {
	color: #D2E89F;
}
div#credits a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 25px;
	line-height: 34px;
	color: #5a7e0e;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79932E;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
}
div#sidebar h3 {
	color: #5a7e0e;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8FA149;
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
div#map-box {
	border: 1px solid #d3f4ff;
	background-color: #f1fbff;
	padding: 8px;
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}
div#map-box #loc-left {
	float: left;
	width: 214px;
}
div#map-box #loc-mid {
	float: left;
	width: 195px;
	padding-top: 5px;
	padding-left: 5px;
}
div#map-box #loc-right {
	text-align: right;
	float: right;
	width: 155px;
	padding-top: 5px;
	padding-right: 5px;
}
img.img-left {
	float: left;
	padding: 1px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 2px;
}
img#loc-map {
	border: 3px solid #DEDAD4;
}
img#loc-map:hover {
	border-top-color: #FFFE94;
	border-right-color: #FFFE94;
	border-bottom-color: #FFFE94;
	border-left-color: #FFFE94;
}
.subline {
	font-size: 14px;
	font-style: italic;
	color: #A0724B;
}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
.form-label {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
table#contact-form tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
input#anti-spam {
	display: none;
}
div#captcha-box {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img#img-captcha   {
	border: 1px solid #F6F6F6;
	padding: 2px;
}
#optin input {
	color: #999999;
}
#optin input#button {
	color: #333333;
}

