/* ****  heritage.css
	2/9/2011
	Maplegate Technologies, LLC
  **** */
body {
	background-color:#FFF;
}

#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FAE6DC;
	font-size: 14px;
	line-height: 1.5em;
	color: #330000;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 955px;
	border: thin groove #330000;
}
#header {
	float: left;
	height: auto;
	width: 955px;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}
#navs-box {
	height:auto;
	width:955px;
	margin:0px;
	padding:0px;
	background-color: #CEC19F;
}
#navs {
	height:auto;
	width:955px;
	margin:0px;
	padding:0px;
	background-color: #CEC19F;
}
#leftSideBar {
	float: left;
	height: auto;
	width: 125px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330000;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #666666;
	padding-left: 5px;
	background-image: url(images/leftSideBack.jpg);
	text-align: center;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#narrative {
	height: auto;
	width: 788px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 15px;
	
}
#footer {
	float: left;
	height: auto;
	width: 955px;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
}


.busBold {
	font-size: medium;
	font-weight: bold;
}
.footerLarge {font-size: x-large}

.copyrightSmall {
	color: #666666;
	font-size: x-small;
}
#attractions li {
	padding-bottom: 20px;
}
#golf li {
	padding-bottom: 2px;
}
#roomslist td {
	padding: 5px 2px 10px 2px;
}
/* ****  MISC  **** */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
