@charset "UTF-8";
/* CSS Document */


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
#navbar {
	z-index:9;
	position:fixed;
	padding:1px 0px 0px 1px;
	height: 20px;
	width: 100%;
	top: 0px;
	background-color: #000;
	text-align: center;
}

.center {
	text-align: center;
}

.blurb {
	color: #FFF;
	padding: 10px;
	font-size: 14px;
}
#pageCopy {
	z-index: 5;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
	width: 250px;
	position: fixed;
	top: 130px;
	left: 30px;
	height: auto;
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
#Amenities {
	z-index: 5;
	color: #FFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	position: fixed;
	top: 160px;
	left: 30px;
	height: auto;
	font-size: 14px;
	font-weight: 100;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
#pageTitle {
	z-index:8;
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	position: fixed;
	top: 130px;
	left: 30px;
}
.formAlign {
	text-align: right;
}
	
	
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	list-style-type: square;
}
#logo {
	z-index: 4;
	position: fixed;
	height: auto;
	width: 300px;
	left: 20px;
	top: 30px;
}
#content {position:relative; z-index:3; padding:10px;}

#gradBkgd {
	z-index:1;
	background-image: url(../PNGs/BkgdGrad.png);
	background-repeat: repeat-y;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	
}

#gradBkgdRight {
	z-index:1;
	background-image: url(../PNGs/BkgdGradRight.png);
	background-repeat: repeat-y;
	width: 600px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	
}
#adBar {
	z-index: 2;
	text-align: center;
	height: 84px;
	width: 100%;
	position: fixed;
	bottom: 40px;
}

#constantContact {
	position:relative;
	width:300px;
	top: 400px;
	left: 30px;
	z-index:3;
}

#constantContactJoin {
	position:relative;
	width:300px;
	top: 260px;
	left: 30px;
	z-index:3;
}

#facebook {
	z-index: 5;
	width: 250px;
	position: fixed;
	top: 580px;
	left: 30px;
	height: auto;
}

#reviews {
	z-index: 5;
	width: 180px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	height: auto;
}
