*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: #7FBD42;
	margin: 0;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1{
	color: #cee5a6;
	font-size: 2.4em;
	font-weight: normal;
	/*
padding-bottom: 10px;
	border-bottom: 1px solid #fff
*/;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h1.green{
	color: #38541c;
}

h2{
	color: #38541c;
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

a{
	color: #fff;
	text-decoration: underline;
}

.a1{
	color: #38541c;
	text-decoration: underline;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

image.fleft{
	margin: 0 10px 10px 0;
}

image.fright{
	margin: 0 0 10px 10px;
}

div#wrapper{
	width: 100%;
	margin: 0 auto;
}

div#header{
	background: #fff;
}

div#logo01{
	background: #fff;
	border-bottom: 2px solid #dedede;
	padding: 10px;
	text-align: center;
}

div#logo02{
	background: #fff;
	padding: 10px;
	text-align: center;
}

div#nav{
	background: #aad486;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

div#nav del{
	text-decoration: none;
	display: inline-block;
	clear: both;
}

div#nav ul{
	list-style: none;
	text-align: center;
	clear: both;
}

div#nav ul li{
	display: block;
	float: left;
	font-size: 1.3em;
}

div#nav ul li a{
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 20px;
	border-right: 1px dotted #fff;
}

div#nav ul li a.first{
	border-left: 1px dotted #fff;
}

div#nav ul li a:hover{
	color: #38541c;
}

div#nav ul li.current a{
	color: #38541c;
	background: #bddd8c;
}

div#content{
	background: url(../images/left_bg.png) no-repeat top left;
	width: 950px;
	margin: 0 auto 0;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
}

p{
	margin-bottom: 10px;
}

div#left{
	float: left;
	height: 440px;
	width: 220px;
	position: relative;
}

div#right{
	float: right;
	width: 284px;
	padding: 10px 0;
}

div#middle{
	padding: 20px;
	overflow: hidden;
	position: relative;
}

div#footer{
	margin: 0 auto;
	border-top: 2px solid #AAD486;
	padding: 20px;
	text-align: right;
}

div#footer p{
	color: #fff;
}

div.rounded{
	margin-bottom: 10px;
}

div.rounded .top{
	background: url(../images/rounded_01.png) no-repeat;
	height: 15px;
}

div.rounded .bottom{
	background: url(../images/rounded_02_2.png) no-repeat;
	height: 50px;
}

div.rounded .inside{
	background: #c4e1a8;
	padding: 5px 20px 10px;
	color: #38541c;
	background: url(../images/rounded_02_2.png) #c4e1a8 no-repeat bottom;
}

div.rounded .inside p{

}

div.rounded .inside strong{
	font-size: 1.3em;
}

div.rounded .inside ul{
	margin-bottom: 10px;
}

div.rounded .inside ul li{
	margin-left: 30px;
}

.left_image{
	position: absolute;
	left: 10px;
	top: 140px;
}

div#flashcontent{
	background: #000;
	height: 220px;
	width: 284px;
	
}

/** SERVICES **/

ul.services{
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}

ul.services li{
	display: block;
	margin-bottom: 5px;
	padding: 0 2px;
	width: 197px;
	float: left;
}

ul.services li a{
	display: block;
	color: #fff;
	text-decoration: none;
	height: 50px;
	background: url(../images/services.png) 0 0 no-repeat;
}

ul.services li a span{
	display: block;
	color: #fff;
	text-decoration: none;
	height: 43px;
	padding: 7px 20px 0 0;
	margin-left: 55px;
	background: url(../images/services.png) 100% 0 no-repeat;
}

ul.services li a:hover{
	background: url(../images/services.png) 0 -50px no-repeat;
}

ul.services li a:hover span{
	background: url(../images/services.png) 100% -50px no-repeat;
}

ul.services li.current a{
	background: url(../images/services.png) 0 -50px no-repeat;
}

ul.services li.current a span{
	background: url(../images/services.png) 100% -50px no-repeat;
}

ul.services_right{
	margin: 10px 0;
	font-size: 1.3em;
	line-height: 1.0em;
}

ul.services_right li{
	width: 100%;
	padding: 0;
}

ul.services_right li a span{
	padding: 7px 20px 0 0;
	height:  43px;
}

ul.services_right small{
	font-size: 0.7em;
	color: #cee5a6;
}

/** SERVICES **/

/** CONTACT **/

.note{
	color:#CCC;
}

.message{
	background:#8CC73F;
	border: 2px solid #5f8b2a;
	padding:15px;
	margin:15px 0;
}

.error{
	background: #ff0000;
	border: 2px solid #a90000;
	padding:15px;
	margin:15px 0;
}

/** CONTACT **/

/** FORMS **/

table.form{
	width: 100%;
	margin-bottom: 10px;
	color: #38541c;
}

table.form td{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
	background: /* #9bc279 */ #c4e1a8;
}

table.form td.title{
	text-align: right;
	font-weight: bold;
}

table.form tr.noborder td{
	border: none;
}

table.form td.submit{
	text-align: right;
	background: none;
	border: none;
}

input, textarea{
	padding: 3px;
	color: #666;
}

/** FORMS **/

/******************************************************************************************************/
/* !EMAIL */

.email_box{
	background: #fff;
	background: rgba(250,250,250,0.8);
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #006633;
}

/* !END */

/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** CLEARFIX **/
