html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

} 
 
#pagewidth{
	width:993px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-y;

} 
#pagewidth-inner {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 102px;
	padding-left: 102px;
}

 
#header{
	position:relative;
	width:100%;
	padding-bottom: 1.2em;
} 
 
#maincol{
	display:inline;
	position: relative;
 }
#maincol-inner {
	padding-right: 20px;
	padding-left: 20px;
}
.border-white {
	border: 1px solid #FFFFFF;
}


h1 {
	color: #9c9868;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
 h2 {
	color: #2e743e;
	font-size: 14px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.green {
	color: #2e743e;
}

.right-top-pad {
	padding-top: 15px;
}


p {
	color: #9c9868;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

 
#footer{
	height:50px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dad895;
	margin-left: 46px;
	margin-right: 46px;
	text-align: center;
	padding-top: 1.5em;
	font-size: 11px;
	color: #9c9868;
	margin-top: 1.5em;
 } 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
#footer a {
	color: #9d6700;
	text-decoration: none;

}

/*Leisure Boxes*/

#box-leisure {
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#box-leisure .content {
	background-image: url(../images/bg-box-leisure.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dad895;
	padding-top: 20px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;

}
#box-leisure .content img {
	padding-right: 23px;

}

/*Leisure Boxes end*/

/*Residential Boxes*/

#box-residential {
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
}

#box-residential .content {
	background-image: url(../images/bg-box-leisure.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dad895;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;

}
#box-residential .content img {
	padding-right: 23px;
	padding-bottom: 23px;

}

/*Residential Boxes end*/
#maincol a {
	color: #9d6700;
	text-decoration: none;
}

#subnav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dad899;
	border-bottom-color: #dad899;
	background-image: url(../images/bg-box-leisure.png);
	margin-bottom: 20px;
	text-align: right;
	padding-right: 15px;
}
#subnav p {
	font-size: 11px;
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.imgright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 2px solid #FFFFFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
#index-content-top {
	padding-bottom: 0em;
}

ol li {
	color: #9c9868;
	font-size: 13px;
	padding-bottom: 15px;
}
.imgleft {
	float: left;
	padding-bottom: 1em;
	padding-right: 1em;
}
.greenborder {
	border: 1px solid #2e743e;

}
