/* ---- default --- */
html {
	margin:0;
	padding:0;
	}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;	
	padding: 0;
	color:#333;
	background: #e0e0e0 url(../images/bg.gif) center top repeat-x;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:500;
	}	
p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}

/* ---- containers --- */
#wrapper {
	margin: 6px auto;
	display:block;
	padding: 0 0 30px 0;
	width: 950px;
	background: #fff url(../images/leftbg.gif) left center repeat-y;
	border: #c7c9cc solid 1px;
	}
#right {
	margin: 0 15px 0 0;
	padding: 0;
	width: 620px;
	float: right;
	}
#left {
	margin: 0;
	padding: 0 15px;
	float: left;
	}	
/* --- headers --- */
#head {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 200px;
	background: #fff url(../images/head.jpg) left top no-repeat;
	}
#h1 {
	margin: 0 0 0 12px;
	padding: 10px 26px 10px 14px;
	width: 210px;
	height: 130px;
	background-color: #fff;
	clear: both;
	text-align: center;
	position: relative;
	top: -25px;
	}
h1 {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 42px;
	font-weight: bold;
	color: #2c4b28;
	font-family: tahoma;
	text-transform: uppercase;
	text-decoration: none;
	}
h1 a {
	color: #2c4b28;
	text-decoration: none;
	}
h1 span {
	display: block;
	color: #ff8a06;
	font-size: 30px;
	line-height: 10px;
	letter-spacing: 4px;
	margin-left: 2px;
	}
#h1 p {
	color: #bdd7fc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 5px;
	}	
h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 2.8em;
	font-weight: 600;
	color: #2c4b28;
	}
#left h3 {
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	width: 250px;
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	background-color: #ff8a06;
	}
#left h3.two {
	background-color: #447728;
	}
	
/* --- lists --- */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	}
.linklist {
	margin-left: 10px;
	}
.linklist li {
	margin: 0;
	padding: 5px 10px 5px 15px;
	color: #669900;
	text-decoration: none;
	background: url(../images/bullet-linklist.gif) left center no-repeat;
	}
.linklist li a {
	color: #669900;
	text-decoration: none;
	}
.linklist li a:hover {
	text-decoration: underline;
	}
/* --- top ---*/
#top {
	margin: 0;
	padding: 10px 30px;
	width: 890px;
	height: 2em;
	font-size: 1.2em;
	background-color: #2c4b28;
	text-align: right;
	color: #fff;
	border-bottom: #fff solid 1px;
	}
#top a {
	color: #fff;
	text-decoration: none;
	}
#top a:hover {
	text-decoration: underline;
	}
/* --- nav --- */
.nav {
	margin-top: 1px;
	width: 950px;
	height: 30px;
	background-color: #2c4b28;
	float: left;
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
	letter-spacing: 1px;
	}
.nav li {
	display: inline;
	}
.nav li a {
	padding: 8px 10px;
	margin: 0;
	color: #fff;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	border-right: #fff solid 1px;
	}
.nav li a:hover {
	text-decoration: underline;
	}
.gads {
	margin-left: 5px;
	}
/* --- footer ---*/
#footer {
	margin: 30px 0 0 0;
	padding: 10px;
	width: 930px;
	clear: both;
	background-color: #d3e5d1;
	position: relative;
	top: 30px;
	}
#footer p {
	margin: 0;
	padding: 0;
	color: ##1e446f
	}
#footer p.footlnx {
	margin: 0;
	padding: 0;
	height: 2em;
	font-size: 1.2em;
	float: right;
	color: #1e446f;
	}
#footer a:link, #footer a:visited {
	color: #1e446f;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
/* --------- Map --------- */

div#map {
	height: 450px;
	width: 500px;
	margin: 20px 0 20px 20px;
	border:#000 solid 1px;
}
#side-bar a:hover {
	text-decoration: underline;
	}
#side-bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side-bar {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	}
 #side-bar-title {
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	}
	
/* ------ Contact Form ----- */

#right label {
	display:block;
	margin:1em 0;
	}
#right input, textarea {
	display:block;
	width:300px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
	}
#right ul li.ok {
	color:#666;
	font-style:italic;
	}
#right ul li.error {
	color:#f00;
	}
		
/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 