html,body {
	height: 100%;
}
body {
	background-position: center center;
	background-size: cover;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans, "sans serif";
	margin: 0;
	background-image: url('images/leaves.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	font-size: 20px;
	color: #fff;
}
h2 {
	font-size: 18px;
	color: #fff;
} 
h3 {	
	font-size: 16px;
	color: #fff;
}
table{
	border-collapse: collapse;
	width: 100%;
}
td{
	vertical-align: top;
	padding: 3px 30px 10px 5px;
	border-bottom: 1px solid #497412;
}
th {
	vertical-align: top;
	padding: 10px 30px 10px 5px;
	background-image: url('images/dark-green.png');
	text-align: left;
	color: #fff;
}
img{
	border: 0;
	max-width: 80vw;
}



#all{
	margin: 0;
	min-height:100%;
	position:relative;
}
#container {
	padding: 0 0 260px 0;
}
#nav {
	background-color: #8fad3d;
	height: 50px;
	font-size: 15px;
	color: #FFFFFF;
	line-height:50px;
	text-align:center;
}
#nav a{
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	
}
#nav a:hover{
	background-color: #000;
}
#maintextad {
	padding: 0px;
	margin: 25px auto;
	max-width: 960px;
	border-radius: 15px;
	background-color:rgba(139, 165, 68,0.7);
	box-shadow: 0px 0px 10px black;
}
#maintext {
	padding: 0px;
	margin: 25px auto;
	max-width: 960px;
	border-radius: 15px;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
	box-shadow: 0px 0px 10px black;
}
.webadmin{
	max-width: none !important;
}
.maintext{
	max-width: 600px;
	color: #000;
	font-size: 15px;
	padding: 20px 60px;
	line-height: 170%; 
	line-height: 24px;	
}
.maintext a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dashed;
} 
.maintext a:hover{
	border-bottom: 1px #fff solid;
	color: #000;
}
#right{
	width: 237px;
	float: right;
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	color: #000;
	padding: 30px 0px 10px 0px;
}
#right ul {
	margin-top: 0px; 
}
#right li{
	list-style-type: none;
	margin-bottom:0px;
	margin-left:-41px;
	width: 237px; 

}

#right li a:link , #right li a:visited  {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 5px 7px 30px;
	padding-right: 10px;
}

#right li a:hover  {
	color: #000;
	background-color: #8fad3d; 
}
#right p{
	margin: 50px 10px 0 25px; 
}
#right img {
	margin: 5px;
}
#footer {
	color: #fff;
	padding: 20px 0px;
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	min-height: 200px;
	position: absolute;
	bottom: 0;
	background-image: url('images/dark-green.png');
}
#footer a{
	color: #fff;
	text-decoration:none;
}
.address {
	max-width: 860px;
	margin: auto;
}
.tel {
	width: 200px;
	float: right;
}
#header {
	margin-top: auto;
	margin-bottom: auto;
	text-align: center; /*	background-image: url('images/green.png'); */;
	padding: 20px;
	background-image: url('images/green.png');
}
#header img {
	margin-left: 400px;
}
#leaves {
	background-image: url('images/leaves-colour.jpg');
}
#village {
	background-image: url('images/village.jpg');
}
#wood {
	background-image: url('images/wood.jpg');
}
#slideshow { 
		    position: relative; 
		    max-width: 722px; 
		    height: 300px; 
		    padding: 0px; 
	    	border-radius: 15px 0 0 0;

		}
		
#slideshow > div {
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0 0 0;
}
		
#slideshow > div {
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.clear{
	 clear: both;
}
blockquote.planter {margin-top:0px }






@media only screen and ( max-width: 1024px ) {
#right{
	width: 100%;
	float: none;
	padding: 0px;
	background-color: rgba(72, 115, 17,0.7)
}
#right ul {
	margin-top: 0px; 
}
#right li{
	width: auto; 

}
#maintext, #slideshow{
	width: 100%;
	max-width: 100%;
}
.maintext{
	width: auto;
	max-width: 100%;
	padding: 20px 5vw;
}
#maintext{
	background-image: none;
	background-color: rgba(148, 174, 77, 0.8);
	border-radius: 0;
}
.address{
	max-width: 80vw;
}
.tel{
	float: none;
	width: auto;
	padding: 15px 0;
}
#footer{
	position: relative;
}
#container{
	padding: 0;
}
#header img{
	margin: 0;
}
#header{
	text-align: center;
}
#slideshow, #slideshow > div{
	border-radius: 0;
}





@media only screen and ( max-width: 640px ) {
td, th{
	display: block;
}
}