@charset "UTF-8";
/* CSS Document */

/*resets defaults on browsers to 0 */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
/*IE6 centre the layout in browser */
body {
	text-align:center;
	background-color: #FFFFFF;
	}
	
/*clears floating elements */
.clear {
	clear: both;
	}
	
#container {
	width:868px;
	overflow:visible; /*this ensures outer div background is shown*/
	margin-left:auto;
	margin-right:auto;
	/*reset centering on body tag */
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(/village/gfx/clouds.jpg);
	background-repeat: no-repeat;
	background-position: 522px 0px;
	}
#container_inner {
	position: relative;
	width: 868px;
	left: 0px;
	top: 0px;
}
#leftbox {
	text-align: left;
	margin: 0px;
	float: left;
	width: 500px; /*522 - 22*/
	padding-top: 37px;
	padding-right: 22px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*background-color: #FFFEF1;*/
	overflow:visible;
	z-index: 3;
}
#leftbox img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftbox .villagelogo {
	margin-bottom: 42px;
}
#leftbox .heading {
	margin-bottom: 18px;
}
#leftbox p {
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 14px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftbox .watch {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #2A8464;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftbox a {
	color: #009933;
	text-decoration: underline;
}
#leftbox  a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightbox {
	text-align: left;
	margin: 0px;
	float: left;
	overflow:visible;
	width: 294px; /*346-26 -26*/
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	height: 706px;
}
#rightbox img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightbox .eco {
	margin-top: 292px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightbox p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
#rightbox .planning {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#rightbox a {
	color: #000000;
	text-decoration: underline;
}
#rightbox  a:hover {
	color: #2A8464;
	text-decoration: underline;
}


#topimage{
	margin: 0px;
	padding: 0px;
	height: 266px;
	width: 358px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	left: 468px;
	top: 19px;
}
#topimage img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flash{
	margin: 0px;
	padding: 0px;
	height: 266px;
	width: 358px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 426px;
}


