@font-face {
	font-family: 'RalewayThin';
	src: url('../fonts/raleway_thin-webfont.eot');
	src: local('☺'), url('../fonts/raleway_thin-webfont.woff') format('woff'), url('../fonts/raleway_thin-webfont.ttf') format('truetype'), url('../fonts/raleway_thin-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal; }
		
body{
   	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   	/*background-color: #84a269;*/
    background-color: #a5cf92;
    border: 0 none;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
	}	
    
h1{ font: 60px RalewayThin, Arial, sans-serif; line-height: 80%; letter-spacing: -2px; /*text-shadow: 1px 1px 0 #222;*/ font-weight: bold;}
h2{ font-size: 2.8em; line-height: 100%; font-weight: bold; }
h2 span{ font-size: .7em; line-height: 100%; font-weight: normal; }
h3{ font-size: 1.6em; line-height: 100%; font-weight: bold; margin-bottom: 10px; }
h4{ font-size: 1.2em; line-height: 100%; font-weight: bold; margin-bottom: 10px; }
h5{ margin-top: 10px; }

p{ padding-bottom: 10px; }

a,
a:link,
a:visited	{
	color: #d6ffc3;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 1px;
	}
a:hover	{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #222;
	}
a:active	{
	color: #dff7fa;
	text-decoration: none;
	}	
	
ul	{
	margin: 5px 0 0 40px;
	padding: 0;
	text-align: left;
	}
li	{
	margin: 0;
	padding: 0 0 5px 0;
	/*list-style: none;*/
	}

.inside{ padding: 20px; }

.clearer	{
    clear: both;
    float: left;
    height: 0px;
    width: 100%; }
    
/* nav */
nav	{
	float: left;
	display: block;
	width: 12%;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
	}   
nav a,
nav a:link,
nav a:visited	{
	display: block;
	margin-bottom: 2px;
	padding: 8px;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	}
nav a:hover	{
	color: #094d8a;
	background-color: #b7f898;
	text-shadow: 0px 0px 0px;
	}
nav a:active	{
	color: #ffffff;
	background-color: #467c87;
	}
nav a#on	{
	color: #222;
	background-color: #b7f898;
	}
    
/* Header */
header{
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 110px;
	color: #5a431f;
	background: url('../img/seed1-sm.png') 2% 100% no-repeat,
	url('../img/seed2-sm.png') 15% 100% no-repeat,
    url('../img/flower2-sm.png') 55% 100% no-repeat,
    url('../img/flower1-sm.png') 95% 100% no-repeat;
	background-color: /*#f5d6a6;*/ #dff7fa;
	}
header aside	{
	float: left;
	display: block;
	margin: 10px 0 0 0; padding: 0;
	color: #5a431f;
	}	

/* Content */
#container	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
section	{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	/*border-top: 14px #5a7e33 solid;*/
	border-top: 14px #5a9042 solid;
	}
article	{
	float: left;
	display: block;
	width: 63%;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
	/*background-color: #fff;*/
	/*border: 1px #3a70e3 solid;*/
	/*-moz-transition: all 1s ease-in-out;  
    -o-transition: all 1s ease-in-out;  
	-webkit-transition: all 1s ease-in-out;  
	transition: all 1s ease-in-out;
	background: rgba(255, 255, 255, 0.6);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
	}
/*article:hover	{
	background: rgba(255, 255, 255, 1);
	opacity:1.0;
	filter:alpha(opacity=100);
	filter: "alpha(opacity=100)";
	-moz-box-shadow: 5px 5px 7px #b1b1b1;
	-webkit-box-shadow: 5px 5px 7px #b1b1b1;
	box-shadow: 5px 5px 7px #b1b1b1;
	} */

iframe	{
	margin-top: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
img#photos-rt	{
	float: right;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}	
img#photos-lt	{
	float: left;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}	

/* Sidebar */
section aside	{
	float: right;
	display: block;
	width: 22%;
	margin-top: 20px;
	/*background-color: #5a7e33;*/
	background-color: #5a9042;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	}
section aside .inside	{
	padding: 20px 10px 20px 20px;
	}	
section aside p	{
	padding-bottom: 0;
	}
aside#testimon	{
	color: #fff;
	/*background-color: #234896;*/
	background-color: #467c87;
	}	
section aside#testimon .inside	{
	padding: 20px;
	}	
#testimonials_container {
	min-height: 40px;
	}
#testimonials_txt {
	font-size: 10pt;
	font-style: italic;
	padding: 0 0 0 25px;
	background: url('../img/quote-left.png') top left no-repeat;
	}
#testimonials_name {
	text-align: right;
	margin: 0;
	padding: 0 25px 0 0;
	font-size: 10pt;
	background: url('../img/quote-right.png') bottom right no-repeat;
	}	
     
/* Footer */     
footer	{
	float: left;
	display: block;
	width: 100%;
	}
#disclaimer	{
	font-size: 8pt; line-height: 100%;
	font-style: italic;
	color: #222;
	text-align: center;
	}