@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	/*background-color: #3A3A3C;*/
	background-color: #FFF;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p {
	line-height:16px;
	margin:10px;
}
h1 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#888;
	}
h2 {
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	}
a {
text-decoration:none;
color:#666666;
}
a:hover {
	color:#FF0000;
}
#container {
	background-color: #fff;
	width:1000px;
	margin:0px auto;
	margin-top:20px;
	padding:20px 0px 0px 0px;
}
#header {
	background: url(../Images/logo.jpg) center no-repeat;
	height:44px;
	width:214px;
	margin:0px auto;
	margin-bottom:15px;
}
#footer {
	margin-top:10px; 
	height:35px;
	width:970px;
	clear:both;
	text-align:right;
	color:#B7ADA7;
	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
}
#content {
	/*background-color:#E7E8E9;*/
	padding:20px;
	border: #E7E8E9 solid 13px;
	background-color:#fff;
	width:874px;
	margin: 0px auto;
}
#content ul{
	margin-left: 60px;
}
#content.homepage {
	/*background-color:#E7E8E9;*/
	padding:0px;
	border: #E7E8E9 solid 13px;
	background-color:#fff;
}
#content.testimonial {
	background-image:url(../Images/side_houseWater.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
#content.contact {
	background-image:url(../Images/side_park.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
#content.facilities {
	background-image:url(../Images/fac_combined2.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:615px;
}
#content.facilities p{
	width:440px;
}
#content.activities {
	background-image:url(../Images/act_combined.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:615px;
}
#content.activities p, #content.activities ul{
	width:470px;
}
#content.testimonial p{
	width:660px;
}
#wrapper {
	background-image: url(../Images/wrapperBg.gif);
	background-repeat:repeat;
	/*background-color:#FF0099;*/
	width:960px;
	padding: 10px 20px;
	clear:both;
}
#menu {
	clear:both;
	width:940px;
	height:12px;
	margin-bottom:10px;
}
ul#menu {
	margin: 0px auto;
	margin-bottom:10px;
	width:588px;
}
ul#menu li {
	list-style:none;
	float:left;
	height:12px;
}
ul#menu li .home {
	width:41px;
	height:12px;
}
ul#menu li a div{
	height:12px;
}
ul#menu li a div.home{
	background-image:url(../Images/menu/home2.gif);
	width:41px;
}
ul#menu li a div.home:hover, ul#menu li a div.testimonials:hover, ul#menu li a div.facilities:hover, ul#menu li a div.activities:hover, ul#menu li a div.location:hover, ul#menu li a div.contact:hover {
	background-position:bottom;
}
ul#menu li a div.testimonials {
	background-image:url(../Images/menu/testimonials2.gif);
	width:113px;
}
ul#menu li a div.facilities {
	background-image:url(../Images/menu/facilities2.gif);
	width:83px;
}
ul#menu li a div.activities {
	background-image:url(../Images/menu/activities2.gif);
	background-position:top;
	width:87px;
}
ul#menu li a div.location {
	background-image:url(../Images/menu/location2.gif);
	width:81px;
}
ul#menu li a div.contact {
	background-image:url(../Images/menu/contact2.gif);
	width:73px;
}
ul#menu li.menuDivider {
	background-image:url(../Images/menu/menuDivider.gif);
	width:22px;
}
.smText {
font-size:9px;
}
#slideshow	{

}
p.feedback_comment	{
	font-style:italic;
	margin-left:40px;
	width:600px !important;
	color:#333333;
}
p.feedback_name	{
	text-transform:uppercase;
	font-size:9px;
}
#fac_left{
	width:400px;
	float:left;
	height:600px;
	}
#fac_right	img{
	width:400px;
	float:left;
	height:600px;
	}
