@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/allbg.gif);
	background-repeat: repeat-x;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

img{
border:none;
}
.clr{
clear:both;}
.page{
width:960px;
margin-left:auto;
margin-right:auto;
}

.menu{
	width:935px;
	height:45px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
}
.menu img{
margin-right:25px;
}
.content{
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #6b8b3d;
	padding-top:140px;
	color: #FFFFFF;
	width:960px;
	float:left;
	padding-bottom:80px;
}

.homecontent{
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #6b8b3d;
	color: #FFFFFF;
	width:960px;
	float:left;
	padding-bottom:80px;
}
.homecontent .hometxtimg{
	margin:45px 0 45px 70px;
	}
.content .hometext, .homecontent .hometext{
	margin-left:70px;
	width:820px;
	font-size: 17px;
	text-align: justify;
}
.content .hometext .pricetab td{
height:30px;
padding:0 0 0 10px;
}
.content .hometext .contact{
	list-style-type: none;
	font-size: 20px;
	line-height:40px;
}
.content .hometext .contact a{
	color: #FFFFFF;
	text-decoration: underline;
}

.content .policiesleft{
	margin-left:70px;
	width:580px;
	font-size: 17px;
	text-align: justify;
	float:left;
	display:inline;
}
.content .policiesright{
	width:200px;
	font-size: 17px;
	text-align: left;
	float:right;
	margin-right:70px;
	display:inline;
}

.pdfdownload{
	font-size: 24px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom:5px;
	margin-bottom:20px;
}

.pdflink{
margin-bottom:10px;
}
.pdflink img{
float:left;
margin-right:5px;
}
.pdflink a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.content .photos{
	width:954px;
	float:left;
	padding-left:6px;
	margin-bottom:20px;

}
.content .photos .photobox{
	width:215px;
	padding:5px;
	background-color: #FFFFFF;
	float:left;
	margin:6px;
}
.content .photos .photobox .title{
	color: #666666;
	text-align: center;
}
.videobox{
padding:0 0 10px 0;
width:480px;
text-align:center;
float:left;
}
.videobox .videoname{
	font-weight: bold;
	color: #FFFFFF;
	font-size:16px;
	margin:10px;
}
.pagenav{
width:954px;
margin:20px 0 20px 0;
text-align:center;}

.pagenav a{
	color: #6b8b3d;
	padding:2px 10px 2px 10px;
	margin:0 5px 0 5px;
	background-color: #C4E186;
	text-decoration: none;
	border: 1px solid 6b8b3d;
}
.pagenav a:hover{
	color: #6b8b3d;
	padding:2px 10px 2px 10px;
	margin:0 5px 0 5px;
	background-color: #99CC33;
	text-decoration: none;
}

.pagenav .act{
	color: #6b8b3d;
	background-color: #FFFFFF;
	padding:2px 10px 2px 10px;
	margin:0 5px 0 5px;
}