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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #9ea06e;
}
body {
	background-color: #9ea06e;
}
#contentarea .testimonial {margin-bottom:10px;border-bottom:1px dotted #333; width:400px;clear:both;}
#container {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9ea06e;
	color: #5e603a;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
#container #header {
	width: 898px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	/* 	border: 1px solid #ccc; */
	background-position: left top;
}
#container #header #navigation {
	 		
	margin: 3% 1% 0 0;
	width: 99%;
	text-align: right;
	padding-top:10px;
}
#container #header #navigation ul {
	display: inline;
	margin: 0px;
	list-style: none;
	width: 100%;
}
#container #header #navigation ul li a {
	color: #990033;
	text-decoration: none;
	display: inline;
	padding: 10px;
	font-size: 70%;
	font-weight: bold;
}
#container #header #navigation ul li.current a {
color: #333333;}
#container #header #navigation ul li a:hover {
	color: #669900;
}
#container #header #navigation ul li a:active {
	color: #990033;
}
#container #header img {
	margin-left: 230px;
	margin-top: 20px;
}
#container #header img.logo {
	position:relative;
	left: 420px;
	top: 0px;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	text-align: right;
}
#container #contentarea {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	/* border: 1px solid #555;*/
	background-color: #faf4ca;
	overflow: auto;
	background-position: right bottom;
}
#container #contentarea .footer {
	background-image: url(../images/footer.jpg);
	background-color: #8C0031;
	overflow: auto;
	background-position: left top;
	height:220px;
	clear: both;
}
#container #contentarea .footer img {
	padding: 5px;
}
#container #contentarea .footer .threeimages {
	margin-top: 27px;
	margin-left:20px;
}
#container #contentarea .testimonials {
	width: 170px;
	float: left;
	padding: 30px;
}
#container #contentarea .testimonials p {
	font-size: .75em;
	line-height: 1.85em;
}
#container #contentarea .testimonials p.signoff {
	font-size: .75em;
	margin-top: -10px;
	margin-top:expression('-20px');
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}
#container #contentarea .content {
	width: 50%;
	float: left;
}
#container #contentarea .content img.leaf {
	float: left;
}
#container #contentarea .content .bodycopy {
	width: 85%;
	float: right;
	font-size: .75em;
	line-height: 1.35em;
	margin-bottom: 20px;
}
#container #contentarea .content .bodycopy h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin:0px;
}
 

#container #contentarea .content .bodycopy h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #8C0031;
}
#container #contentarea .content .bodycopy h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #8C0031;
}
#container #contentarea .content .bodycopy h4 {
	font-weight: bold;
	font-size: 1.2em;
	
}
#container #contentarea .content .bodycopy a {
	 
	color: #8C0031;
}
#container #contentarea .content .bodycopy a:hover {
	color: #336600;
}
#container #contentarea .content .bodycopy a:visited, #container #contentarea .content .bodycopy a:active  {
	color: #666666;
}


#container #contentarea .content .bodycopy ul {
	margin: 0px;
	padding: 10px;
	list-style: none; 
}
#container #contentarea .content .bodycopy li {
	margin-bottom: 10px;
}
p.copyright {font-size: .7em; text-align: center; color: #333;}