/* CSS Document */

p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	padding-bottom: 0px;
}
body {
	padding: 0;
	width: 100%;
	display: table;
	background-position: center top;
	text-align: center;
	font-size: 16px;
	margin: 0;
	background-repeat: no-repeat;
	background-color: #131313;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	background-image: url(../images/layout/bg-all.jpg);
}
#wrapper {
	padding: 0px;
	width: 832px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}


#header {
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
	height: 282px;
	width: 832px;
	margin-top: 10px;
	position: relative;
}
#nav {
	height: 282px;
	width: 250px;
	position: relative;
	left: 5px;
	text-align: left;
	bottom: 0px;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 225px;
	position: absolute;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: inline;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 109px;
	height: 30px;
	background-image: url(../images/layout/rollovers/home.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 15px;
}
#menu .summer {
	width: 136px;
	height: 33px;
	background-image: url(../images/layout/rollovers/summer.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 45px;
}
#menu .winter {
	width: 118px;
	height: 31px;
	background-image: url(../images/layout/rollovers/winter.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 78px;
}
#menu .cabins {
	width: 118px;
	height: 37px;
	background-image: url(../images/layout/rollovers/cabins.png);
	background-repeat: no-repeat;
	left: 6px;
	top: 109px;
}
#menu .contact {
	width: 166px;
	height: 26px;
	background-image: url(../images/layout/rollovers/contact.png);
	background-repeat: no-repeat;
	left: -1px;
	top: 146px;
}
#menu .rates {
	width: 111px;
	height: 32px;
	background-image: url(../images/layout/rollovers/rates.png);
	background-repeat: no-repeat;
	left: 2px;
	top: 172px;
}
#menu .tour {
	width: 169px;
	height: 39px;
	background-image: url(../images/layout/rollovers/tour.png);
	background-repeat: no-repeat;
	left: 8px;
	top: 204px;
}
#menu .florida {
	width: 374px;
	height: 36px;
	background-image: url(../images/layout/rollovers/florida.png);
	background-repeat: no-repeat;
	left: 7px;
	top: 238px;
}

#content {
	width: 794px;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	padding-top: 35px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
}
#content a:link, #content a:visited {
	color: #94C9F7;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #94C9F7;
	text-decoration: none;
}
#footer {
	background-image: url(../images/layout/footer.jpg);
	width: 832px;
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	text-align: center;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-position: inside;
}
input, textarea {
	background-color: #FFFFFF;
}




.floatLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.clearBoth {
	clear: both;
}
.centered14px {
	font-size: 14px;
	text-align: center;
}
.galleryPadding {
	padding-right: 20px;
	padding-bottom: 10px;
}
.galleryPaddingEnd {
	padding-bottom: 10px;
}
.smallerText {
	font-size: 14px;
}
.centered {
	text-align: center;
}

