@charset "utf-8";
/* CSS Document */
body{
  	font-family: Arial, Helvetica, sans-serif;
  	padding: 0;
  	margin: 0;
  	background-image:url(/images/body.png);
}
.header{
  	background-image:url(/images/headerbg.png);
  	background-repeat:repeat-x;
  	width: 100%;
  	height: 197px;
  	position: relative;
}
.headerCont{
  	width: 780px;
  	margin: 0 auto;
}
img.logo{margin-top: 74px}
.headerInfo{
  	float:right;
  	color: #578364;
  	font-size: 18px;
  	margin-top: 84px;
}
div.nav{
  	position:absolute;
  	bottom: 0;
  	width: 780px;
 	margin: 0 auto;
}
a.nav{
 	display: inline-block;
 	width: 185px;
 	height: 34px;
 	color: #e7efe9;
 	font-size: 18px;
 	text-decoration: none;
 	text-align: center;
 	padding-top: 16px;
}
a.nav:hover{
 	background-color: #e7efe9;
 	color: #6d6c6a;
}
.content{
  	width: 100%;
  	margin: 0 auto; 
  	padding-top: 50px;
  	background-color: #FFF;
  	background-image:url(/images/content.png);
}
.contentCont{
  	width: 780px;
  	margin: 0 auto;  
}
.content_left{
  	width: 380px;
  	float: left;
  	margin-bottom: 50px;
 	background-color: #FFF;
}
.content_right{
  	width: 370px;
  	background-color: #FFF;
  	float: right;
   	margin-bottom: 50px;
}
p{
  	color: #555554;
  	font-size: 14px;
  	line-height: 18px;
} 
h1{
  	color: #578364;
  	font-size: 24px;
  	margin-top: 5px;
  	font-weight: normal;
}
h1.orange{
  	color: #dcb45e;
  	font-size: 24px;
  	margin-top: 5px;
}
h2{
  	font-size: 14px;
  	line-height: 18px;
  	color: #555554;
}
h2.question{
  	font-size: 16px;
  	color: #578364;
  	margin-top: 15px;
  	font-weight: normal;
  	margin-bottom: 15px;
}
li{
  	color: #555554;
  	font-size: 14px;
  	margin-bottom: 5px;
  	text-indent: 0;
  	margin-left: 0;
}
ul{
  	margin-bottom: 15px;
  	text-indent: 0;
  	margin-left: 0;
  	padding-left: 16px;
}
div.call a{
 	display:block;
 	width: 347px;
 	background-color: #dcb45e;
  	color: #fff;
  	text-align: center;
  	font-size: 16px;
  	font-weight: bold;
  	padding: 10px;
  	text-decoration: none;
  	margin-top: 25px;
}
div.call a:hover{background-color: #578364}
div.footer{
  	background-image:url(/images/bodyBg.png);
  	background-repeat:repeat-x;
  	clear: both;
   	padding-bottom: 50px;
}
div.footerCont{
  clear: both;
  width: 780px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 11px;
  color: #848382;
}
div.footerCont a{
  color: #848382;
  text-decoration: none;
}
.contactForm{
  background-color: #dddcdc;
  width: 370px;
  font-size: 18px;
  color: #555554;
  padding: 10px;
}
.contactForm input[type=text]{
  width: 234px;
  height:22px;
  background-color: #FFF;
  border: none;
}
.contactForm textarea{
  width: 234px;
  height:170px;
  background-color: #FFF;
  border: none;
}
.contactForm .submit{
  width: 132px;
  height: 41px;
  background-color: #e1a82c;
  text-transform:capitalize;
  font-size: 18px;
  color: #fff;
}
a{color: #578364}
.ajax-fc-rtop, .ajax-fc-rbottom{background:none !important}
.smaller{font-size:0.8em}