@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	text-decoration: none;
}
/* Float Elements ---------------------------------*/
.fl-lt {
	float:left;
}
.fl-rt {
	float: right;
}
/* Clear Floated Elements---------------------------------------*/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:before,.clearfix:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
}

@font-face {
	  font-family: 'LucidaGrande-Bold';
	  src: url('../fonts/lucidagrandebold.eot');
	  src: url('../fonts/lucidagrandebold.eot?#iefix') format('embedded-opentype'),
			   url('../fonts/lucidagrandebold.woff') format('woff'),
			   url('../fonts/lucidagrandebold.ttf') format('truetype'),
			   url('../fonts/lucidagrandebold.svg#lucidagrandebold') format('svg');
	  font-weight: normal;
	  font-style: normal;
		}
		
@font-face {
				font-family: 'LucidaGrande';
				src: url('../fonts/6216.eot');
				src: url('../fonts/6216.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/6216.woff') format('woff'),
						 url('../fonts/6216.ttf') format('truetype'),
						 url('../fonts/6216.svg#6216') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
@font-face {
				font-family: 'Helvetica';
				src: url('../fonts/helvetica.eot');
				src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helvetica.woff') format('woff'),
						 url('../fonts/helvetica.ttf') format('truetype'),
						 url('../fonts/helvetica.svg#helvetica') format('svg');
				font-weight: normal;
				font-style: normal;
		}

/* Primary Styles---------------------------------*/
body {
	background:#FFF;
	font-family:Georgia;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* Wrapper Start---------------------------------*/
.wrapper {
	width:620px;
	margin: 0 auto;
}
/* Header Start---------------------------------*/
.header {
	text-align:center;
	color:#6cab36;
	font-size:14px;
	font-family: 'LucidaGrande-Bold';
	padding-bottom:20px;
}
.header img{
	text-align:center;
	padding:20px 0;
}
.header a{
	color:#6cab36;
	padding:0 0 25px 0;
}

.header a:hover {
	text-decoration:underline;
}


/* Slider Start---------------------------------*/
.slider{
	width:620px;
	height:320px;
	overflow:hidden;
	margin:0 0 40px 0;
	position:relative;
}

.slider img {
	max-width:100%;
	}
	
/* Content Start---------------------------------*/

#testimonial {visibility:hidden;display:none;}

.testimonials_outer{
	background:#6aab35;
}
.testimonials{
	width:620px;
	margin: 0 auto;
	padding:20px 0 15px 0;
}
.testimonials_content{
	width:48%;
	list-style:none;
}

.testimonials_content2 h2{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	padding-left:20px;
}
.testimonials_content2 span{
	display:block;
	font-size:14px;
	font-weight:400;
	padding-left:20px;
	font-style:italic;
}
blockquote{
	background:url(../img/start_quotation.png) no-repeat left top;
	padding-left:20px;
	font-size:17px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	font-weight:normal;
}
.testimonials_content h2{
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	padding-left:20px;
}
.testimonials_content span{
	display:block;
	font-size:14px;
	font-weight:400;
	padding-left:20px;
	font-style:italic;
}

#pager {display:none;}

.biography_outer{
	background:#735744;
}
.biography{
	width:620px;
	margin: 0 auto;
	padding:30px 0;
}
.biography_left{
	width:140px;
	padding-right:20px;
}
.biography_right{
	width:460px;
}
.biography_right h2{
	font-size:18px;
	font-family: 'LucidaGrande-Bold';
	font-weight:normal;
	padding-bottom:10px;
}
.biography_right h3{
	font-size:14px;
	font-weight:normal;
	font-family: 'LucidaGrande-Bold';
}
.biography_right p{
	padding:0px 0 10px 0;
	font-family: 'LucidaGrande';
	line-height:18px;
}
.biography_right span{
	background:url(../img/facebook.png) no-repeat left center;
	padding-left:40px;
	font-size:14px;
	font-weight:normal;
	font-family: 'LucidaGrande-Bold';
	display:block;
	height:28px;
	line-height:28px;
	margin:10px 0 0 0;
	color:#FFF;
}

/* Footer Start---------------------------------*/
.footer_outer{
	background:#341e12;
	padding-bottom:62px;
}
.footer{
	width:620px;
	margin: 0 auto;
	text-align:center;
}
.footer img{
	padding:20px 0;	
}
.footer p{
	color:#735744;
	font-family:Helvetica;
	display:block;
}

#testimonial-desktop {overflow:hidden;}