@charset "utf-8";
html {font-size:100%;}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #FFF url(../images/background.jpg) repeat-x;
	font: 0.8em/1.5em verdana, arial, Helvetica, sans-serif;
}
#containerArea {
	width: 967px;
	margin: 0px auto;
	padding-bottom: 0px;
	height: 100%;
}
#header  {
	width: 967px; /* this overrides the text-align: center on the body element. */
	background: url(../images/banner.jpg) no-repeat;
	height: 244px;
	z-index: 1;
}
#content{
	margin: -10px auto 0;
	border-right: 1px solid #b3cc83;
	border-left: 1px solid #b3cc83;
	width: 905px;
	z-index: 10;
	background: #f2edde url(../images/content_back.jpg) repeat-y;
	padding: 1px 30px 10px;
}

  #topnav {
	width: 730px;
	margin-top: 50px;
	float: right;
	height: 175px;
	z-index: 10;
}


h1 {
	font: normal 175%/normal Verdana, Arial, Helvetica, sans-serif;
	color: #527d39;
}
p {
	line-height: 1.5em;
	margin-right: 20px;
}

h2 {
	font: bold 140%/1.2em Arial, Helvetica, sans-serif;
	color: #ac1338;
	margin-bottom: -10px;
}
h3 {
	color: #0164a8;
	font: bold 110% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	color: #000;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
h5 {font-size: 100%;	font-weight: bold;	color: #5d332a;	margin-bottom: 0px;	margin-top: 5px;}


 a:link {color: #527d39;}
 a:hover {color: #99c93c;}
 a:visited {
	color: #c4696a;
}
#column1 {
	width:430px;
	float: left;
	margin-bottom: 20px;
}
#column2 {
	width:430px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 10px;
	margin-left: 20px;
}
#columnmap {
	width:438px;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#footer {
	font-size:85%;
	margin: 0px auto 30px;
	width: 967px;
	height: 87px;
	background: url(../images/footer_back.png) no-repeat center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.current {
	color: #000;
}
.text-green {
	color: #527d39;
}
.text-small {
	font-size: 80%;
}
.text-large {
	font-size: 110%;
	line-height: 2em; 
}
.text-highlight {color: #527d39; font-weight:bold;}
.photoR {
	margin: 20px 0px 20px 30px;
	float: right;
}
/* END CLA */



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#top {
	font-size: 85%;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}



li {
	list-style: url(../images/bullet.png);
	line-height: 1.75em;
}
#rightColumn {
	background: #d1dfb2;
	float: right;
	width: 250px;
	padding: 0px 10px 10px;
	margin: 20px 20px 0px;
}

.testimonial {
	border: 1px solid #c7dba7;
	width: 400px;
	margin-bottom: 20px;
	padding: 0px 20px 40px;
	background: url(../images/testimonial_back.jpg) repeat;
}
.testimonial2 {
	border: 1px solid #c7dba7;
	width: 400px;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	background: #FFF url(../images/lotus_background.png) no-repeat center center;
}
#testimonialSig {
	text-align: right;
	float: right;
	font-size: 85%;
	margin-top: -20px;
}

