/* @override http://hammock-bay.com/new/css/styles.css */

* {
	padding: 0;
	margin: 0;
}

#preload {
	display: none;
}

body {
	background: url(../images/bg.jpg) no-repeat center top;
	font: 15px arial, times, georgia;
}

hr {
	color: #29170d;
	background-color: #29170d;
	border-color: #29170d;
	margin: auto;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 10px;
}

a img {
	border: none;
}

a {
	color: black;
	font-weight: bold;
}

a:hover {
	color: gray;
}

#wrapper {
	width: 1039px;
	margin: auto;
}

#logo{
	background: url(../images/logoarea.jpg) no-repeat;
	width: 1039px;
	height: 166px;
	margin: auto;
	display: block;
}

#navwrapper ul {
	width: 1039px;
	height: 50px;
	list-style-type: none;
}

#navwrapper ul li {
	height: 50px;
	float: left;
}

#navwrapper ul li span {
	display: block;
}

#navleft {
	width: 66px;
	height: 50px;
	background: url(../images/leftnav.jpg) no-repeat;
}

#navhome {
	width: 166px;
	height: 50px;
	background: url(../images/home.jpg) no-repeat;
}

#navhome:hover {
	width: 166px;
	height: 50px;
	background: url(../images/home-over.jpg) no-repeat;
}

#home #navhome {
	width: 166px;
	height: 50px;
	background: url(../images/home-over.jpg) no-repeat;
}

#navabout {
	width: 166px;
	height: 50px;
	background: url(../images/about.jpg) no-repeat;
}

#navabout:hover {
	width: 166px;
	height: 50px;
	background: url(../images/about-over.jpg) no-repeat;
}

#about #navabout {
	width: 166px;
	height: 50px;
	background: url(../images/about-over.jpg) no-repeat;
}

#navamenities {
	width: 167px;
	height: 50px;
	background: url(../images/amenities.jpg) no-repeat;
}

#navamenities:hover {
	width: 167px;
	height: 50px;
	background: url(../images/amenities-over.jpg) no-repeat;
}

#amenities #navamenities{
	width: 167px;
	height: 50px;
	background: url(../images/amenities-over.jpg) no-repeat;
}

#navcommunitymap {
	width: 167px;
	height: 50px;
	background: url(../images/community.jpg) no-repeat;
}

#navcommunitymap:hover {
	width: 167px;
	height: 50px;
	background: url(../images/community-over.jpg) no-repeat;
}

#communitymap #navcommunitymap {
	width: 167px;
	height: 50px;
	background: url(../images/community-over.jpg) no-repeat;
}

#navcontact {
	width: 166px;
	height: 50px;
	background: url(../images/contact.jpg) no-repeat;
}

#navcontact:hover {
	width: 166px;
	height: 50px;
	background: url(../images/contact-over.jpg) no-repeat;
}

#contact #navcontact {
	width: 166px;
	height: 50px;
	background: url(../images/contact-over.jpg) no-repeat;
}



#navright {
	width: 141px;
	height: 50px;
	background: url(../images/rightnav.jpg) no-repeat right;
}

#whitearea {
	background: url(../images/whitespace.jpg) no-repeat;
	width: 1039px;
	height: 285px;
}

#contentarea {
	width: 906px;
	height: 500px;
	margin: auto;
	background: url(../images/beigebg.jpg) repeat;
}

#home #contentarea {
	height: 350px;
}

#about #contentarea {
	height: 600px;
}

#amenities #contentarea {
	height: 1050px;
}

#amenities #contentarea ul {
	padding-left: 30px;
}

#testimonials #contentarea {
	height: 1100px;
}

#contact #contentarea {
	height: 375px;
}

#contact2 #contentarea {
	height: 325px;
}

#communitymap #contentarea {
	height: 669px;
}


#contentleft {
	width: 600px;
	float: left;
}

#contentleft-siteplan {
	width: 850px;
	margin: auto;
}

#contentright {
	width: 250px;
	float: right;
}

#footer {
	float: right;
	margin-right: 67px;
}

#slideshow {
	margin-left: 79px;
}