body, html, table{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#111;
	background:#fff url(../img/bgr.jpg) top center repeat-x;
}
h1{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:40px;
	margin:0;
	padding:0;
	color:#74b222;
}
h2{
	font-size:18px;
	font-weight:bold;
	margin:5px 0;
	padding:0;
	color:#333;
}
h3{
	color:#333;
	font-size:16px;
	line-height:28px;
	margin-top:10px;
	border-bottom:#f1ffff 1px solid;
}
h4{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	color:#333;
	text-transform:uppercase;
}
h5{
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#333;
}
a:link, a:visited, a:active { 
    color: #a52a2a;
	background:#f7faf2;
	text-decoration:none;
	outline:0;
}
a:hover { 
    color: #fff;
	background:#74b222;
	border:none;
	outline:0;
}
ul{
	margin:20px 0;
	padding:0;
	list-style:none;
}
li{
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	background:url(../img/bullet.png) left center no-repeat;
}
.list1 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.list1 li a{
	list-style-type:none;
	margin:0;
	padding-left:20px;
	background:url(../img/bullet.png) center left no-repeat;
	outline:0;
}
.list1 li a:hover{
	background:url(../img/bullet_over.png) center left no-repeat;
	outline:0;
}
blockquote{
	background:#f7faf2 url(../img/block.gif) top left no-repeat;
	margin:20px 0;
	padding:0 15px 0 35px;
	border-left:#056629 3px solid;
	color:#666;
}
blockquote p{
	margin:0;
	padding:0;
	color:#905d20;
}
img{
	border:none;
}
.imgRight img{
	float:right;
	margin:5px 0 5px 10px;
}
.imgLeft img{
	float:left;
	margin:5px 10px 5px 0;
}
.none{
	display:none;
}
.clear{
	clear:both;
	height:20px;
}
#wrapper{
	width:900px;
	margin:10px auto 0 auto;
	padding:0;
	background: #fff url(../img/wrapper.jpg) top center repeat-y;
	border:#666 1px solid;
	
}
#top{
	width:900px;
	height:143px;
	margin:0;
	padding:0;
	background:#fff url(../img/logo.gif) bottom right no-repeat;
}
#header{
	width:900px;;
	height:90px;
	margin:0;
	padding:0;
	background: transparent url(../img/header.gif) center center no-repeat;
}
#menu{
	width:900px;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	text-align:center;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	display:inline;
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	width:95px;
	background:url(../img/nav.gif) center center no-repeat;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:none;
	margin:0 3px 0 0;
	outline:0;
}
#menu li a:hover{
	background:url(../img/nav_over.gif) center center no-repeat;
	color:#222;
	outline:0;
}
#content{
	margin:0 auto;
	padding:0;
	width:800px;
	text-align:justify;
}
.left{
	width:300px;
	padding:0;
	margin:0;
	float:left;
	text-align:justify;
}
.right{
	width:300px;
	padding:0px;
	float:right;
	margin:0;
	text-align:justify;
}
.footHolder{
	width:900px;
	margin:0;
	padding:0;
	float:left;
	background:#666;
	border-bottom: #333 1px solid;
}
.foot{
	width:180px;
	margin:0;
	padding:0;
	float:left;
}
.left p, .right p{
	margin:0;
	padding:0;
}
.foot ul{
	margin:10px 30px;
	padding:0;
}
.foot li{
	margin:0;
	padding:0 0 0 20px;
	background:none;
}
.foot li a{
	color:#aaa;
	text-decoration:none;
	background:none;
	outline:0;
}
.foot li a:hover{
	color:#ddd;
	text-decoration:none;
	outline:0;
}
#footer{
	width:900px;
	height:90px;
	line-height:30px;
	margin:0 auto;
	padding:0;
	background:#222 url(../img/footer.gif) center center no-repeat;
	clear:both;
	text-align:center;
	color:#666;
}
#footer a{
	text-decoration:none;
	border:none;
	outline:0;
}
#footer a:hover{
	text-decoration:none;
	outline:0;
}
table{
	top:0;
	left:0;
	border:none;
}
td{
	text-align:center;
}
#contactform {
	width:280px;
	clear:both;
	margin:0;
	padding:0;
}
#contactform fieldset {
	border:none;
	margin:0;
	padding:0;
}
#contactform fieldset label {
	display:block;
	margin-top:5px;
	padding:0;
}
.form{
	background:#f7faf2;
	color:#111;
	border:#999 1px solid;
	width:280px;
}
.button{
	background:#74b222;
	width:120px;
	height:20px;
	color:#fffffd;
	font-weight:bold;
	border:#999 1px solid;
	outline:0;
}
.button:hover{
	background:#222;
	outline:0;
	cursor:pointer;
}
.readMore{
	width:250px;
	height:220px;
	margin:0 8px 20px 8px;
	padding:0;
	text-align:left;
	background:url(../img/read_more.jpg) left top no-repeat;
	float:left;
}
.readMore img{
	float:right;
}
.readMore p{
	margin:20px 15px;
}
.readMore ul{
	margin:15px 30px;
	padding:0;
}
.readMore li{
	margin:0;
	padding:0 0 3px 20px;
	background:url(../img/check.gif) center left no-repeat;
	font-weight:bold;
	color:#444;
}
.readMore li a{
	color:#444;
	text-decoration:none;
	background:none;
	outline:0;
}
.readMore li a:hover{
	color:#a52a2a;
	text-decoration:none;
	outline:0;
}
.link{
	width:230px;
	margin:0;
	padding:10px 0 0 0;
	display:block;
	float:left;
	border-bottom:#ddd 1px dotted;
}
.link a{
	border:none;
	text-decoration:none;
	outline:0;
}
.linkDescription{
	width:570px;
	margin:0;
	padding:10px 0 0 0;
	display:block;
	float:left;
	border-bottom:#ddd 1px dotted;
}
.linkDescription a{
	border:none;
	text-decoration:none;
	outline:0;
}
.gallery img{
	margin:0 12px 20px 12px;
	padding:0;
	float:left;
}
.gallery a{
	text-decoration:none;
	border:none;
	background:#fff;
	outline:0;
}
.gallery1 img{
	margin:0 10px 20px 10px;
	padding:0;
	float:left;
}
.gallery1 a{
	text-decoration:none;
	border:none;
	background:#fff;
	outline:0;
}
.table{
	width:150px;
	float:left;
	margin:0;
	padding:0;
}
.table1{
	width:150px;
	float:left;
	margin:0;
	padding:0;
}
.telephone{
	width:880px;
	margin:0;
	padding:0 10px;
	line-height:40px;
	background:#74b222 url(../img/phone.jpg) left center no-repeat;
	color:#fff;
	float:left;
}

.telephone p { margin:0; padding:0 10px 0 65px;}
