body {
	background: url('../images/pattern.jpg') top center repeat-x #829b59;
	font-family: Georgia, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	color: #2b1914;
}

/* General Definitions */

a, a:link, a:active, a:visited{ color: #d7e1b4; }

a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	color: #2b1914;
	margin: 0 0 .3em 0;
}

h1.subhead{	font-size: 1.8em; height: 80px;}

h2{ font-size: 1.8em; }

h2.subhead { font-size: 1.8em; }

h3{ font-size: 1.6em; }

h3.subhead {font-size: 2.6em;}

h4{ font-size: 1.2em;}

h5 {font-size: 1.0em; }

p{ margin: 0 0 .8em 0;
   line-height:1.2em;}

ul{
	margin: 0 0 1em 2em;
	list-style: disc;
}

/* Layout and Coloring */

#page {
	display: block;
	text-align: center;
	background: url('../images/shadows.png') top center repeat-y;
}

#layout {
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 104px;
	background: url('../images/header.jpg') top left no-repeat;
	padding: 20px 5px 0 5px;
	color: #d0d1a2;
	font-size: .85em;
}

#header a{ color: #d0d1a2; text-decoration: none; }

#header a:hover{ color: #fff; }

#header h1{
	text-indent: -999em;
	background: url('../images/logo.png') top left no-repeat;
	height: 85px;
	width: 388px;
	margin: 0 auto;
}

#header h1 a { display: block; height: 85px;} 

#header span{ font-size: 1.4em; margin: 1px 5px; }

#header .phone { 
	position: absolute;
	margin: -55px 0 0 0;
}

#header .headerNav{
	position: absolute;
	margin: -55px 0 0 740px;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li { float: left; }

.nav ul li a {
	display: block;
	padding: .85em;
	text-decoration: none;
}

.nav ul li a:hover { text-decoration: underline; }

#topNav{
	background: url('../images/navback.jpg') top left repeat-x;
	height: 42px;
	position:relative;
	z-index:500;
}

#topNav ul {
	margin: 0 auto;
	width: 750px;
	
}	

#topNav a {
	font-size: 1em;
	color: #d0d1a2;
	text-decoration: none;
	background: url('../images/navspacer.gif') right 17px no-repeat;
	padding: 12px 22px 13px 17px;
}

#topNav .lastOne a{ background: none; }

#topNav a:hover {
	text-decoration: underline;
}

ul#menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0;
	display: none;
	width: 170px;
	padding: 0 0 0px 0px;
	border-top: none;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	background:  #829b59;

	}

ul#menu li ul.subnav li{
	border-bottom: 1px solid #c6d6ad;
	clear: both;
	width: 150px;
	padding: 0px 5px 0 15px;
} 
	
html ul#menu li ul.subnav li a {
	font-size: .9em;
	color: #2b1914;
	background: none;
	padding: 8px 5px;
}

html ul#menu li ul.subnav li.lastOne {
	border: none;
}

#flash{
	background: url('../images/flashback.jpg') -43px -1px;
	height: 508px;
	padding: 13px;
}
	
#flash .pageTitle{
	margin: 15px 0 0 25px;
}

#flash .cont{
	margin: 15px 0 0 50px;
	width: 555px;
}

#flash .flashTilt {
	position: absolute;
	margin: 15px 0 0 630px;
}
#flash .slideshow { overflow:hidden;width: 944px;height:300px; }

#content {
	clear: both;
	margin: 43px 0 0 0 ;
	background: url('../images/contentback.jpg') top left repeat-x #829b59;
}

#content .cRight{
	float: right;
	font-size: .85em;
	font-style: italic;
	background: url('../images/cright.gif') top left no-repeat;
	width: 227px;
	height: 220px;
	margin: 20px 40px 20px 40px;
	padding: 15px 30px;
	line-height: 1.4em;
}

#content .cRightrooms{
	float: right;
	width: 227px;
	margin: 20px 40px 0 40px;
	padding: 15px 30px;
	line-height: 1.4em;
}


#rightimage{
	margin: 0px 0px 0px -30px;
	
}


#content .container {
	font-size: .9em;
	width: 540px;
	padding: 20px 30px 20px 50px;
	line-height: 1.2em;
}

#content .container a {
    color: #2b1914;

}

#content .container li {
    margin: 10px 0px 0px 0px;

}

.full #content .container {
	font-size: .9em;
	width: 900px;
	padding: 20px 50px;
	line-height: 1.2em;
}

#rooms #content .container{
	padding: 35px 0 20px 30px;
}

#footer {
	background: url('../images/footerback.jpg') top left repeat-x #220f0a;
	text-align: left;
}

#footerShadow{
	background: url('../images/shadows.png') top center repeat-y;
}

#footerContainer{
	margin: 0 auto;
	width: 970px;
}	

#footerContainer .cont{
	padding: 20px 53px; 
}

#bottomNav{ clear: both; margin: 0 0 45px 0; }

#bottomNav a{ 
	font-size: .8em; 
	color: #d0d1a2; 
	background: url('../images/navspacer.gif') right 7px no-repeat; 
	padding: 5px 18px 0 0;
	margin: 0 0 0 12px;
}

#bottomNav .lastOne a{ 
	background: none;
}

#bottomNav .firstOne a{
	margin: 0;
}

#footer .fLeft{
	color: #d7e1b4;
	width: 550px;
	font-size: .9em;
	line-height: 1.2em;
}

#footer ul{
	margin: 0;
	list-style: none;
}

#footer ul li{
	margin: 0 0 15px 0;
}

#footer .fLeft a{
	color: #afbf74;
}

#footer .fLeft h5{
	font-size: 1.5em;
	margin: 0 0 20px 0;
	color: #d7e1b4;
	font-weight: normal;
}

#footer .fRight{
	float: right;
	width: 220px;
	color: #d0d1a2;
	font-size: .8em;
	margin: 0 0 0 75px;
	line-height: 1.5em;
}

#footer .fRight a{
	text-decoration: none;
}

#footer .fRight a:hover{
	text-decoration: underline;
}

#footer .fRight strong{
	font-weight: normal;
	font-size: 1.3em;
}

.copyright{
	font-size: .9em;
}

#pullquote {left:500px; top:305px; position: absolute;
z-index: 10; font-size: 2em;}

/* General Class Definitions */

.clear{ clear: both; }

.image { border: 10px solid #555; }

.right { float: right; }

.left { float: left; }

.image.right{ margin: 0 0 10px 10px; }

.image.left{ margin: 0 10px 10px 0; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* Photo Gallery */

#gallery ul { list-style: none; margin: 0; padding: 0; }

#gallery ul li { float: left; margin: 0 10px 0 0; }

#gallery ul a {
	padding: 10px;
	background: #555;
	display: block;
	text-decoration: none;
}

#gallery ul a:hover {
	background: #999;
}

#gallery ul a:hover { color: #fff; }

/* Guest Rooms Links */

#guestRooms ul { list-style: none; margin: 0; padding: 0; }

#guestRooms ul li { float: left; margin: 0 14px 14px 0; text-align: right; }

#guestRooms ul li a{
	text-decoration: none;
	color: #4d2511;
	font-size: 1.2em;
	text-align: right;
}

#guestRooms ul li a span{
	color: #fbf6e8;
	font-size: .8em;
}

#guestRooms ul li a:hover{
	color: #000;
}


#guestRooms ul a {
	padding: 7px;
	background: #FBF6E8;
	display: block;
	color: #4d2511;
	text-decoration: none;
}

#guestRooms ul a:hover {
	background: #e0dcce;
}

#guestRooms ul li a img{ margin: 0 0 5px 0; }

#guestRooms ul li a span{ color: #829B59; margin: 0 0 0 5px;}


/* More */

.quote{
	font-style: italic;
}

.quote span{
	font-style: normal;
	font-size: .8em;
}	

#recipes #flash .cont a {color:#2B1914;}

#photos #flash {height:auto;}
#photos #flash .cont a {color:#2B1914;}

#activities #flash {height:auto;}
#activities #flash .imgs{
	float:right;
	width:300px;
}
#activities #flash .imgs img{
	border:#ffffff solid 12px;
	margin:10px;
}
#activities #flash a{color:#2B1914;}

#activities #flash p, ul{font-size: .9em; line-height: 1.2em;}

#recipes #flash {height:auto;}

.recipeTable {width:850px;}

td.recipeImg {vertical-align:top;}

#creditfooter {display:none;}
.feedburnerFeedBlock {width: 520px;}
.feedburnerFeedBlock li {font-size: 1.2em;}
.feedburnerFeedBlock .headline {font-size: 1.1em;}
.feedburnerFeedBlock .feedTitle {font-size: 1.3em;}

#pgTable {padding-left:175px;}

#photoGalDisplayTable {padding-left:100px;}

#photoGalTable {padding-left:150px;}