*{
	margin:0px;
	padding:0px;
}
body {
	text-align: center;
	background-color: #75AAE6;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	line-height: 150%;
}
#wrapper {
	width: 808px;
	height:auto;
	text-align: center;
	background:url(../images/frameBack_repeat.png) repeat;
	/*border:1px solid red;*/
}
#top {
	width: 808px;
	height:auto;
	background:url(../images/frame_top.png) top no-repeat;
}
#bottom {
	padding-top:20px;
	width: 808px;
	background: url(../images/frame_bottom.png) bottom no-repeat;
}

#mainNav {
	float: left;
	width: 234px;
	background: url(../images/sideNavShadow2.png) top no-repeat;
	margin-left:16px;
	padding-bottom:10px;
	height:auto;
	text-align:center;
}
#mainNav img{
	border:none;
}

#mainNav span{
	height:34px;
}

#contenttop {
	float: left;
	margin-left: 5px;
	width: 546px;
	background: #EFEEDD url(../images/content_top2.png) top no-repeat;
	
}

#pageTitle {
	padding-left:25px;
	border-bottom:1px solid white;
	width:480px;
	line-height:25px;
	margin-top:35px;
}

#content {
	margin-top:0px;
	min-height: 350px;
	background: url(../images/content_bottom2.png) bottom no-repeat;
	padding-bottom: 45px;
	text-align: left;
}

#content p, h2, h1{
	padding:0px 25px 0px 25px;
}

#footer {
	clear:both;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #743405;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	margin-bottom: 0px;
	margin-top: 15px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #577e21;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
}

/* footer info */
#footerInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 17px;
	font-weight: bold;
	display:block;
}
#footerInfo a{
	color:#ffffff;
	text-decoration:none;

}	

/* footer links */
#footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #577E21;
	display:block;
}
#footerLinks a{
	color:#577e21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: lighter;
}
.titleHome {
	margin-bottom: 10px;
}
.readmore {
	margin-top: 5px;
}
p a{
	color: #577e21;
	font-weight: bold;
}

a{
	color: #577e21;
}

a:visited {
	color: #577e21;
}
.contactInfoSeparator {
	padding-top: 15px;
	padding-bottom: 10px;
}
.amenitiesList {
	padding-left: 70px;
	list-style-position: outside;
	list-style-type: circle;
	font-weight: 500;
}
/*
#distancetable {
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}
*/
#distancetable td {
	padding-left: 10px;
	padding-bottom:5px;
	border-bottom:1px solid #d1cb9a;
}

#maptable {
	border: 1px solid #d1cb9a;
	width: 360px;
	margin-left: 25px;
	padding: 10px;
}


.subMenu{
	display:none;
	width:220px;
	margin-left:3px;
	height:auto;
	background:url(../images/nav_subBottom2.png) bottom no-repeat;
}

#subNavLinks{
	min-height:45px;
	background:url(../images/nav_subTop2.png) top no-repeat;
	padding-bottom:10px;
	text-align:center;
}

#subNavLinks p a{
	display:block;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
	
	
}

#navDivider{
	display:block;
	border-bottom:1px solid #cccccc;
	height:1px;
	width:195px;
	margin-top:-30px;
	margin-left:13px;
	padding:0px;
}

#requestInfo {
	line-height: 200%;
	font-weight: bold;
}
.formPersonalInfo {
	background-color: #F8F7F1;
	width: 200px;
}
.formComment {
	background-color: #F8F7F1;
	width: 360px;
	height:150px;
}