/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ins, kbd, q, s, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: black;
}
/* Main Styles */

body {
	text-align: center;
	background-color: #928575;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #505050;
}

#container {
	background-color: #928575;
	width: 780px;
	margin: 1.5em auto auto;
}

#header {
	background: white url(../images/Layout/Header.png) no-repeat;
	height: 140px;
	position: relative;
	width: 760px;
	padding: 10px;
	margin-bottom: -10px;
}

#header #logo {
	float: left;
	clear: both;
}

#header h2 {
	text-align: center;
	width: 200px;
	color: #990000;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	float: right;
	clear: right;
	line-height: normal;
	font-size: 15px;
}

#Promo {
	float: left;
	margin-left: 4em;
	background-color: #990000;
	padding: 5px;
	display: none;
}

#Promo h2 {
	color: #ffffff;
	font-weight: bold;
}

#info a {
	font-variant: normal;
	color: #9A7B55;
}

#info a:hover {
	text-decoration: underline;
	color: #990000;
}

#nav {
	overflow: hidden;
	width: 560px;
	float: left;
	margin-top: .5em;
}

#nav li {
	font-variant: small-caps;
	font-size: 22px;
	float: left;
	margin-right: .3em;
}

#nav li a {
	color: #9A7B55;
	padding-left: 12px;
}

#nav li a:hover {
	color: #990000;
	background: url(../images/Layout/Leaf_Over.png) no-repeat 0 4px;
	text-decoration: none;
}

body.tour #nav li.nav_tour a,
body.amenities #nav li.nav_amenities a,
body.rates #nav li.nav_rates a,
body.reviews #nav li.nav_reviews a,
body.directions #nav li.nav_directions a {
	color: #9A7B55;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/Layout/Leaf_On.png) no-repeat 0 4px;
	padding-left: 12px;
}

body.tour #footer_nav li.nav_tour a,
body.amenities #footer_nav li.nav_amenities a,
body.rates #footer_nav li.nav_rates a,
body.reviews #footer_nav li.nav_reviews a,
body.directions #footer_nav li.nav_directions a {
	color: #9A7B55;
	font-weight: bold;
	text-decoration: none;
}

#main {
	position: relative;
	background: white url(../images/Layout/Footer.png) no-repeat 0 bottom;
	text-align: left;
	padding-top: 1em;
	width: 780px;
	height: auto;
}

#flashcontent {
	text-align: center;
	width: 780px;
	height: 530px;
	background: url(../images/error.jpg) no-repeat;
	font-size: small;
	color: maroon;
}

#comments {
	background: url(../images/corkboard.jpg) no-repeat;
	width: 880px;
	height: 800px;
	padding-bottom: 5em;
}

#comments img {
	position: relative;
	left: -55px;
	top: 15px;
}

#main h1 {
	width: 780px;
	margin-left: 1em;
	font-size: large;
}

#maincol1 {
	width: 350px;
	padding: 20px;
	height: 425px;
	overflow: hidden;
	float: left;
}

#maincol2 {
	width: 350px;
	padding: 20px;
	height: 425px;
	overflow: hidden;
}

#dircol1 {
	float: left;
	width: 250px;
	padding: 20px;
	height: 400px;
	overflow: hidden;
}

#dircol2 {
	overflow: hidden;
	width: 450px;
	padding: 20px;
	height: 400px;
	text-align: center;
}

#full li {
	text-indent: 1em;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 1px;
}

#sub li {
	list-style-type: circle;
	text-indent: 2em;
	list-style-position: inside;
}

p {
	text-align: left;
	padding: 20px;
	width: 740px;
}

#footer_nav {
	position: relative;
	width: 305px;
	padding-bottom: 2em;
	margin-right: auto;
	font-size: 13px;
	margin-left: 32%;
}

#footer_nav li {
	font-variant: small-caps;
	display: block;
	float: left;
	position: relative;
}

#footer_nav li a {
	color: #9A7B55;
	padding-right: .5em;
}

#footer_nav li a:hover {
	color: #990000;
}

#footer {
	font-size: 14px;
	width: 780px;
	margin-bottom: 6em;
	float: none;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #505050;
}

#footer a:hover {
	color: black;
}

#footer a:visited {
	color: #333333;
}

#inn {
	margin-bottom: 1.5em;
	color: white;
	font-size: medium;
}

#inn a {
	color: white;
	text-decoration: underline;
}

#col1 {
	float: left;
	width: 260px;
}

#col2 {
	float: left;
	width: 260px;
}

#col3 {
	float: left;
	width: 260px;
}

#copyright {
	margin-bottom: 3em;
	margin-top: .5em;
	color: black;
	font-size: xx-small;
}

#reservation {
	width: 600px;
	background-color: white;
	padding: 1em;
	height: 350px;
}

#reservation p {
	text-align: center;
}