﻿* {
  margin: 0px;
  padding: 0px;
}

body { 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background:  #f1eedb ;
	font-size: 100%;
	line-height: 1.5em;
	font-family: verdana, arial, sans-serif;
	color: #000000;

}

#wrap {
	width:100%;
	max-width: 800px;
	height: auto;
	margin: 0px auto;
	background:#f1eedb url('../%27%27') top center repeat-y;
	text-align: center;

}

a.contentlink:link {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:visited {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:active {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:hover {
	COLOR: #000; text-decoration: underline;
	font-weight: bold;
}

.button {
	}

#header1 {
	max-width: 800px;
	width:100%;
	background:#f1eedb url('../%27%27') top center no-repeat;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
div#Logo {
	max-width:450px;
	float:left;}
#header_col_2 {
	width:230px;
	text-align:right;
	float:right;
	margin-right:20px;}

#header_col_2a {
	display: none;}

#header1 h1{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height:25px;
	text-align: left;
	padding-top: 75px !important;
	padding-left: 35px;
}
#header1 h2{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	line-height:1.2em !important;
}
#Header_Buffer{
	width:100%;height:3px;
	background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #7fff7c 40%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(40%,#7fff7c), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: inset 9px 9px 37px #1a2e24;
-webkit-box-shadow: inset 9px 9px 37px #1a2e24;
box-shadow: inset 9px 9px 37px #1a2e24;
}
#header2 {
	width:100%;
	text-align:center;
	height: 150px;
	margin-bottom:  5px;
	background-color: transparent;
	background-image:    url('../images/bg4 2.png') ;
	background-position:  top ;
	background-repeat:repeat-x;
	background-size: auto 150px ;
	position: relative;
	-moz-box-shadow:  0px 7px 10px #1a2e24;
-webkit-box-shadow:   0px 7px 10px #1a2e24;
box-shadow:   0px 7px 10px #1a2e24;
}

div.linkcontainer{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
#nav_btn{width:23%;
margin-left:.6%;
margin-right:.6%;
height:30px;
margin-top:-6px;
float:left;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #387452 40%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(40%,#387452), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 9px 9px 37px #000;
-webkit-box-shadow: inset 9px 9px 37px #000;
box-shadow: inset 9px 9px 37px #000;


}
#nav_btn:hover{
		background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #008e15 12%, #18d300 25%, #008e15 63%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(12%,#008e15), color-stop(25%,#18d300), color-stop(63%,#008e15), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #f1eedb;
	line-height: 24px;
}
a.main_link:hover{
	color: #fff;
}

#nav_btn.pagemenulink{
background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #7fff7c 40%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(40%,#7fff7c), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	-moz-box-shadow: inset 9px 9px 37px #1a2e24;
-webkit-box-shadow: inset 9px 9px 37px #1a2e24;
box-shadow: inset 9px 9px 37px #1a2e24;


}

.navigation {
		background-color: #387452;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}


#content1 {
		margin-left:5%;
	margin-right:5%;

	max-width: 800px;
	width: 100%;
	background-color: transparent;
	text-align: left;
	padding-top: 15px;
}

#content2{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	max-width: 800px;
	background-color: transparent;
	text-align: left;
}

#content3{
	max-width: 800px;
	width: 100%;
	background: transparent;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
#footer{
	max-width: 776px;
	width:90%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	font-size: 10px;
}


a:link {color: #000; text-decoration: none;}
	a:active {color: #000; text-decoration: none;}
	a:visited {color: #000; text-decoration: none;}
 	a:hover  {color: #000; text-decoration: underline;}
	
#button a{color: #FFF;}
#button {
	width:90%;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size: 1.2em;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	background-color:#387452;
	border-radius:5px;
	text-align:center; }
#button:hover {
	  background-color:#1A2E24;
	}
	
/*.floatleft{
 	float: left;
	margin-right: 10px;
}
.floatright{
 	float: left;
	margin-left: 10px;
}*/

.imgleft{
 	float: left;
	margin-right: 10px;
	border: 1px solid #387452;
	padding: 3px;
}

.imgright{
 	float: right;
	margin-left: 10px;
	border: 1px solid #387452;
	padding: 3px;
}
#featurebox {
  border:1px solid #387452;
  padding:10px;

}#license {
	font-size: x-small;
}
#intro {
	font-size: 300%;
}
#wrap #Intro h2 {
	font-size: 3em;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: -20px;
}
#Intro p {
	font-size: 2em;
	line-height: 1.2em;
}
#wrap #Intro h3 {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 35px;
	margin-top:10px;
}
#list {
	padding-left:40px;
	float: left;
	max-width: 30%;
	text-align: left;
}
#list2 {
	float: left;
	text-align: left;
		padding-right:40px;
}
#list3 {	min-width:175px;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:40px;
	float: right;
	max-width: 30%;
	text-align: left;
}
#list3 img{
	width:100%;
	min-width:175px;
	}
#Column1 {
	max-width: 60%;
	float: left;
	text-align: left;
}
#Column3 {
	max-width: 60%;
	float: right;
	text-align: left;
}
#Column4 {
	max-width: 30%;
	float: left;
	text-align: left;
}
#Column2 {
	float: left;
	text-align: left;
}

#clear {
	clear: both;
	margin-bottom: 15px;
}
@media screen and (min-width: 375px) and (max-width: 650px) {
 #list3 {	
	min-width:175px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:40px;
	float: left;
	max-width: 100%;
	text-align: left;
}
#list3 img{
	float:left;
	width:40%;
	min-width:175px;
	margin-right:40px;
	}
}
@media screen and (min-width: 300px) and (max-width: 374px) {
#list3 {	
	min-width:175px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:30px;
	float: left;
	max-width: 100%;
	text-align: left;
}
#list3 img{
	float:none;
	clear:both;
	width:100%;
	min-width:175px;
	margin-right:auto;
	margin-left:auto;
	}
}

@media screen and (min-width: 300px) and (max-width: 650px) {
	
#list {
	padding-left:40px;
	float: left;
	max-width: 40%;
	text-align: left;
}
#list2 {
	padding-left:40px;
	float: left;
	max-width: 40%;
	text-align: left;
}

#Column1 {margin-top:20px;
	max-width: 100%;
	float: left;
	text-align: left;
		clear:both;
}
#Column3 {
	max-width: 100%;
	float: left;
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
}
#Column4 {
	max-width: 100%;
	float: left;
	text-align: left;
}

#wrap #Intro h3 {
	font-size: 2em;
	line-height: 1.2em;
	margin-top:10px;
}
#Intro p {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom:0px;
}
#wrap #Intro h2 {
	font-size: 2.5em;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: -10px;
}
}

@media screen and (min-width: 445px) and (max-width: 650px) {
#list {
	padding-left:40px;
	float: left;
	max-width: 40%;
	text-align: left;
}
}

@media screen and (min-width: 300px) and (max-width: 444px) {
#list {
	padding-left:40px;
	float: left;
	max-width: 90%;
	text-align: left;
}
}

@media screen and (min-width: 300px) and (max-width: 350px) {
#header2 img{
margin-left:-380px;	}
}

@media screen and (min-width: 351px) and (max-width: 400px) {
#header2 img{
margin-left:-340px;	}
}
@media screen and (min-width: 401px) and (max-width: 500px) {
#header2 img{
margin-left:-300px;	}
}
@media screen and (min-width: 501px) and (max-width: 600px) {
#header2 img{
margin-left:-250px;	}
}
@media screen and (min-width: 601px) and (max-width: 700px) {
#header2 img{
margin-left:-150px;	}
}


@media screen and (min-width: 300px) and (max-width: 710px) {
	.nav {z-index:1000;
		position: fixed;
		left:0;
		top:-40px !important;
		min-height: 40px;
		text-align:left;
	}	
	.nav ul {
		width: 200px;
		padding: 0px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
	height:20px;
	margin: 0;
	padding: 5px 0px 5px 0;
		border-radius: 5px;
	list-style: none;
		display: none; /* hide all <li> items */
	}
	.nav .current {
		display: block; /* show only current <li> item */
		background: #f4f0d8;
		color: #FFF !important;
		width: 200px;
	}

	.nav .current>a{
		color: #566047 !important;
	}
	.nav a {
			text-decoration: none;
	color: #999;
	line-height: 100%;
		padding-left:12px;
	text-decoration: none;
	}
	.nav .current li {
		
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
.nav li:hover {
	background-color:#9daf72;
}
.nav li:hover>a{
	color: #FFF !important;
}
	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
.nav li>ul{width:200px;padding-top:50px;display:none;background-color:#fff;}
.nav li:hover>ul{display:block;}
.nav li {float:none;}
.nav li:hover>ul li{height:20px;display:block;}
.nav ul {top:100%;}
.nav ul li:hover>ul{position:relative;padding-left:15px;padding-right:15px;padding-top:5px;padding-bottom:5px;top:-30px;left:80%;}
.nav li #NavigationBtn{
	visibility:visible;}
	
	
	
	
	
	#header1 {	
	max-width: 800px;
	width:100%;
	background:#f1eedb url('../%27%27') top center no-repeat;
	margin-top: 30px;
	text-align:center;
}
#header1 div img {
	width:100%;
	float:none !important;
	}
div#Logo {
	max-width:100%;
	float:none;
	margin-right:auto;
	margin-left:auto;}

#header_col_2 {
	display: none;}
#header_col_2a {
	display: block ;
	text-align:center;
	float:none !important;
	padding-left:20px;
	padding-right:20px;}


#header1 h1{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height:25px;
	text-align: left;
	padding-top: 75px;
	padding-left: 35px;
}
#header1 h2{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 0px;
	line-height:1.2em !important;
}
#header2 {
	max-width: 800px;
	width:100%;
	height: 150px;
	margin-bottom:  15px;
	position: relative;
	overflow:hidden;
}

div.linkcontainer{
max-width:100%;
position:absolute;
Top:0px;
left:0px;
z-index:2000;
}
	#nav_btn.navigation {
		display:none;
	}
	.linkcontainer:hover #nav_btn.navigation {
		display:block;
		} /* current pge*/

#nav_btn{
width:150px;
height:30px;
margin-top:0px;
float:none;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #387452 40%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(40%,#387452), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#387452 40%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 9px 9px 37px #000;
-webkit-box-shadow: inset 9px 9px 37px #000;
box-shadow: inset 9px 9px 37px #000;


}
#nav_btn:hover{
		background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #008e15 12%, #18d300 25%, #008e15 63%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(12%,#008e15), color-stop(25%,#18d300), color-stop(63%,#008e15), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#008e15 12%,#18d300 25%,#008e15 63%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #f1eedb;
	line-height: 24px;
}
a.main_link:hover{
	color: #fff;
}

#nav_btn.pagemenulink{
background: #1a2e24; /* Old browsers */

background: -moz-linear-gradient(top,  #1a2e24 0%, #7fff7c 40%, #1a2e24 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2e24), color-stop(40%,#7fff7c), color-stop(99%,#1a2e24)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* IE10+ */

background: linear-gradient(to bottom,  #1a2e24 0%,#7fff7c 40%,#1a2e24 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e24', endColorstr='#1a2e24',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	-moz-box-shadow: inset 9px 9px 37px #1a2e24;
-webkit-box-shadow: inset 9px 9px 37px #1a2e24;
box-shadow: inset 9px 9px 37px #1a2e24;


}

.navigation {
		background-color: #387452;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}
}