@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #eeeee6;
}
#container {
	width: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEE6;
	padding: 0px;
}
#header {
	background-image: url(../images/siteframework_01.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center;
	width: 920px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}
#contentwrapper {
	background-image: url(../images/siteframework_02-03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentwrappernoslideshow {
	background-image: url(../images/siteframeworkblank.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
}

#content {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#leftcolumn {
	color: #333;
	height: auto;
	width: 640px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #720F37;
}

#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto;
	width: 195px;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
}

#fullcolumn {
	color: #333;
	height: auto;
	width: 855px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}


#footer {
	background-image: url(../images/siteframework_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EEEEE6;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Header Home Link */
#header a.homelink
{
    position: absolute;
	top: 0px;
	left: 51px;
	width: 159px;
	height: 106px;
	right: 0px;
	bottom: 0px;
}

#header a.homelink h1
{
    display: none;
}

/* Top Menu */
#topmenu {
	display: block;
	height: 30px;
	width: 660px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin-left: 20px;
}
#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#topmenu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topmenu a:hover {
	background-position: 0 -30px;
}
#topmenu a:active, #topmenu a.current {
	background-position: 0 -60px;
}
#rooms a {
	width: 91px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_01.gif) top left no-repeat;
}
#rates a {
	width: 74px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_02.gif) top left no-repeat;
}
#photogallery a {
	width: 144px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_03.gif) top left no-repeat;
}
#activities a {
	width: 107px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_04.gif) top left no-repeat;
}
#aboutus a {
	width: 105px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_05.gif) top left no-repeat;
}
#reservations a {
	width: 139px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu_06.gif) top left no-repeat;
}

/* Other Styles */

h1 {
	color: #5b5b4d;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 20px;
}
#content p, #leftcolumn p {
	color: #000000;
	line-height: 25px;
	padding-bottom: 12px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #720F37;
	padding-top: 12px;
}
#footer p {
	text-align: center;
	color: #545351;
	font-size: 90%;
}
#listing {
	background-color: #e5ecf9;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	width: 630px;
}
#listing img {
	float: left;
	margin-right: 20px;
}
#container #leftcolumn #listing h1 {
	font-size: 130%;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
#container #leftcolumn #listing p {
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 140%;
	color: #333333;
}
#content #submenu {
	float: right;
	width: 200px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #86CC5A;
	height: 800px;
}
#container #header img {
	margin-top: 0px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .list li, #fullcolumn .list li {
	margin-top: 5px;
	margin-left: 10px;
	list-style-position: inside;
}

#rightcolumn .list li {
	margin-top: 5px;
	margin-left: 15px;
	list-style-position: inside;
}

#content .list2 li, #rightcolumn .list2 li {
	margin-top: 5px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: none;
}#clear {
	clear: both;
}
#container #contentwrapper #leftcolumn .list li {
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 25px;
}
#container #contentwrapper #leftcolumn .list {
	padding-top: 20px;
}
#rooms {
	background-color: #eeeee6;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #720F37;
	margin-top: 15px;
	overflow: hidden;
}
#leftcolumn p a img.gallery, #fullcolumn p a img.gallery {
	border: 10px solid #EEEEE6;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#fullcolumn p a img.gallery {
	border: 10px solid #EEEEE6;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#leftcolumn p a:hover img.gallery #fullcolumn p a:hover img.gallery {
	border-top-color: #C9C9C0;
	border-right-color: #C9C9C0;
	border-bottom-color: #C9C9C0;
	border-left-color: #C9C9C0;
}
#container #contentwrapper #leftcolumn #rooms ul li {
	padding-bottom: 5px;
}

/* Table Styling */

#table td {
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C0;
	font-size: 15px;
	color: #000;
	clear:right;
}

/* Image Styling */



#container #contentwrappernoslideshow #fullcolumn #fancybox .floatright {
	margin: 25px;
}

