body {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}



	A:Active.body_link {text-decoration: underline;}
	A:Link.body_link {text-decoration: underline;}
	A:Visited.body_link {text-decoration: underline;}
	A:Hover.body_link {text-decoration: underline;}	

	A:Active, 	A:Link, A:Visited, .green-block a, .green-block a:link, .green-block a:visited {text-decoration: none;}
	A:Hover, .green-block a:hover {text-decoration: underline;}


A:Link, A:Visited, .green-block a, .green-block a:link, .green-block a:visited, .green-block a:hover{
		color: #465920;
		
	}
	
	
	
.green-block a, .green-block a:link{
	display:inline-block;
		
	}
	
.green-block:hover{
	background:#C9DEA3;
	}

.green-block{
	width:150px;
	height:auto;
	background-color:#B5D17E;
	border-bottom:1px #FFF solid;

	}




.green-block p{
	text-align:center;
	padding:20px 2px;
	margin:0;
	font-weight:bold;
}


.main-body, .green-block, .gallery p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu_title {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.topmenu {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF !important;
}
.sub_menu_body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #465920;
}
.crumbtrail {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #465920;
}
.sub_menu_title {

	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #465920;
}
.body_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #526725;
	text-decoration: underline;
}
.caption_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #526725;
}
.head4-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #465920;
}
.head3-black, .head4-black, H3, H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


H3{
		font-size: large;
	}
	
	H4{
			font-size: medium;
		}

img
{
 border-color: #526725;
} 

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#footer-logo{
	background:url('../images/logos/Hengroveparklogos-300px-80px.gif') no-repeat;
	width:900px;
	height:250px;
	border-top:#666 solid 1px;

	}
	
	
	

/*   PHOTO GALLERY    */

div#photogallery-leftside {
    padding: 10px 0;
    height: 150px;
}

.gallery li {
        display: inline;
        list-style: none;
        width: 100px;
        height: auto;
        float: left;
        margin: 0 15px 20px 0;
        text-align: center;
	}

.gallery, .gallery H3{
	padding-left:0;
	display:inline;
	
	}




.clear{
	clear:both;
	}




