@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #4C6452;
}
.oneColFixCtr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tight {
	padding:0px 0px;
	margin:0px 0px;
}
.bottomlinks {
	margin:0px 0px;
	padding:12px 0px;
	text-align:center;
	background-color:#21472D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#D8B7AB;
}
a.bottnav:link {
	color: #D8B7AB;
	text-decoration: none;
}
a.bottnav:visited {
	color: #D8B7AB;
	text-decoration: none;
}
a.bottnav:active {
	color: #D8B7AB;
	text-decoration: underline;
}
a.bottnav:hover {
	color: #D8B7AB;
	text-decoration: underline;
}
.upperquicklinks {
	margin:0px 0px;
	padding: 18px 10px 6px 0px;
	background-color:#21472D;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color:#D8B7AB;
	font-size:.8em;
}
#navtd {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#D8B7AB;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}
td#pinkblend {
	background-image: url(images/pinkBlend.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#textblock {
	margin:0px 20px 0px 20px;
	padding:8px 0px;
	height: 199px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
td#headstripe {
	background-color: #BB9EAA;
	margin:0px 0px;
	padding:0px 0px;
}
H1#headtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #4F242A;
	padding:0px 0px 0px 180px;
	margin:0px 0px;
	color:#000000;
}
.greenbackgroundblend {
	background: #B4C9B5 url(images/greenblend.jpg) repeat-y right;
}
.greenbackground {
	background: #B4C9B5;
}
.marbleBG{
	background: #D8B7AB url(images/MarbleBG.jpg) repeat scroll left top;
}
/*navigation table*/
.mainnav {
	margin:0px 0px 0px 6px;
	padding:2px 2px;
	
}
.mainnav li {
	margin: 0px;
	padding: 0px;
	position:relative;
	list-style:none;
	
}
.mainnav li a {
	width:135px;/* Width of Menu Items */
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	margin:0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #D8B7AB;
	border: thin solid #FFFFFF;
	background: #4F242A;
}
.mainnav li a:hover {
	background: #55121C;
	color: #FFFFFF;
}
.mainnavTopDecor{
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: none;
	position: relative;
	top: 3px;
}
/*navigation table end*/
td#bottmaru {
	height: 10px;
	background-color:#4F242A;
}
div#logolift {
	position: relative;
	z-index: 2;
	top: -63px;
}
#navlift {
	position: fixed;
	z-index: 2;
	top: 112px;
}
#navpost {
	position: relative;
	z-index: 2;
	top: -30px;
}
.locatedbanner {
	float:left;
	font-size: 12px;
	margin:0px;
	padding:0px 0px 0px 180px;	
}
/*subpage exclusive*/
.maru {
	background-color:#4F242A;
	border: 0px none;
	paddding: 0px 0px;
	margin: 0px 0px;
	vertical-align: top;
	padding: 0px;
}
.leftpadding{
	padding-left:13px;
}
.darkgreen {
	height: 16px;
	background-color:#21472D;
}
/*roomsandrates*/
.content {
	margin:0px;
	padding:15px 10px 10px 10px;
}
table#whiteinfo {
	background-color: #FFFFFF;
	width:100%;
	border: 1px solid #4F242A;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	margin:0px;
	padding:8px 8px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #D8B7AB;
	margin:0px;
	padding:8px 8px;
}
.maruheading {
	font-size: 1.2em;
	font-weight: bold;
	color: #4F242A;
}
.bold {
	font-weight: bold;
}
.preview {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
.floatleft {
	float: left;
	padding-right:12px;
}
a.marulink:link {
	color: #4F242A;
	text-decoration: none;
}
a.marulink:visited {
	color: #4F242A;
	text-decoration: none;
}
a.marulink:active {
	color: #4F242A;
	text-decoration: underline;
}
a.marulink:hover {
	color: #4F242A;
	text-decoration: underline;
}
.smallmaru {
	color: #4F242A;
	font-size: .9em;
}
/*guesthouse*/
h3.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #4F242A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F242A;
	margin:0px 0px 8px 0px;
	padding:11px 0px 5px 0px;
}
tr.thumbnailspace td {
	margin:0px 0px;
	padding:10px 0px 0px 0px;
	text-align: center;
}
