body {
	background-color: #38362B;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 155%;
	color: #38362B;
}
img {
	border: none;	
}
#wrapper {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.backgroundPopUp {
	background-color: #ffffff;
	background-image: url(../images/background_pop_up.gif);
	background-repeat: repeat;
	padding-top: 20px;
}

/************************************************
TYPE STYLES
************************************************/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5F8710;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/logo.gif);
	width:155px;
	height:105px;
}
h1 span {
	display: none;
}
h1 a {
	width: 155px;
	height: 105px;
	display: block;
}
h2 {
	padding-top: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #5F8710;
}
h3 {
	padding-top: 20px;
	font-size: 12px;
	color: #5F8710;
	font-weight: bold;
}
.menuCategory {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.coloredSubhead {
	color: #5F8710;
	font-size: 110%;
	font-weight: bold;
}
.footer {
	color: #B4A97C;
}
.removeVerticalh2 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.removeVerticalH2 {
	padding: 0px;
	margin: 0px;
}


/************************************************
HYPERTEXT LINKS 
************************************************/

a {
	color: #D2183F;
	text-decoration: none;
}
a:link {
	color: #D2183F;
	text-decoration: none;
}
a:visited {
	color: #D2183F;
	text-decoration: none;
}
a:hover {
	color: #5F8710;
	text-decoration: none;
}
a:active {
	color: #5F8710;
	text-decoration: none;
}
a.altLink:link {
	font-weight: bold;
	color: #B4A97C;
	text-decoration: none;
}
a.altLink:visited {
	font-weight: bold;
	color: #B4A97C;
	text-decoration: none;
}
a.altLink:hover {
	font-weight: bold;
	color: #5F8710;
	text-decoration: none;
}
a.altLink:active {
	font-weight: bold;
	color: #B4A97C;
	text-decoration: none;
}

/************************************************
GLOBAL NAVIGATION 
************************************************/

#header {
	float: left;
	width: 785px;
	height: 105px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_background.gif);
}
#header span {
	display: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 315px;
	width:155px;
	height:105px;
	z-index:1;
	display:block;
}

#navLeftSide {
	position: absolute;
	top: 0px;
	left: 15px;
	float: left;
	width: 325px;
	padding: 65px 0px 0px 0px;
	z-index: 3;
}
#navLeftSide ul {
	display: block;
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0px 0px 0px 0px;
	float: left;
}
#navLeftSide li{
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width:auto;
	height: 21px;
}
#navRightSide {
	position: absolute;
	top: 0px;
	left: 457px;
	float: left;
	width: 325px;
	text-align: left;
	padding: 65px 0px 0px 0px;
	z-index: 4;
}
#navRightSide ul {
	display: block;
	list-style: none;
	width: 310px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#navRightSide li{
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width:auto;
	height: 21px;
}
.nav1, .nav2, .nav3, .nav4, .nav5, .nav6 {
	display :block;
}
.nav1 a, .nav2 a, .nav3 a, .nav4 a, .nav5 a, .nav6 a {
	height: 21px;
	display: block;
}
.nav1 a{
	background: transparent url(/images/nav_about.gif) no-repeat left center;
	width: 98px;
}
.nav2 a{
	background: transparent url(/images/nav_menus.gif) no-repeat left center;
	width: 39px;
}
.nav3 a{
	background: transparent url(/images/nav_private.gif) no-repeat left center;
	width: 114px;
}
.nav4 a{
	background: transparent url(/images/nav_photos.gif) no-repeat left center;
	width: 93px;
}
.nav5 a{
	background: transparent url(/images/nav_faqs.gif) no-repeat left center;
	width: 33px;
}
.nav6 a{
	background: transparent url(/images/nav_contact.gif) no-repeat left center;
	width: 72px;
}
.nav1 a, .nav2 a, .nav3 a, .nav4 a, .nav5 a, .nav6 a {
	background-position: 0px 0px;
}
.nav1 a:active, .nav2 a:active, .nav3 a:active, .nav4 a:active, .nav5 a:active, .nav6 a:active {
	background-position: 0px 0px;
}
.nav1 a:hover, .nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover, .nav6 a:hover {
	background-position: 0px -21px;
}
/************************************************
SECONDARY NAV
************************************************/

#column1 {
	width: 140px;
	float: left;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
#column1 ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 5px 0px 0px;
	text-align: center;
}
#column1 li {
	display: block;
	color: #5F8710;
	font-size: 10px;
	margin-top: 3px;
}
#column1 ul a {
	font-weight: bold;
}

/************************************************
HOME
************************************************/

#columnFlashHome {
	float: left;
	width: 785px;
	height: 320px;
	background-color: #f9f5db;
}

/************************************************
MAIN CONTENT
************************************************/

#columnFlashGallery {
	float: left;
	width: 785px;
	height: 360px;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	background-color: #F8F5DB;
}
#column2 {
	width: 390px;
	float: left;
	padding: 10px 15px;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #dcd2aa;
}
#column2 {
	width: 390px;
	float: left;
	padding: 10px 15px;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #dcd2aa;
}
#column2Contact {
	width: 392px;
	float: left;
	padding: 10px 15px;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #dcd2aa;
}
#column2PhotoGallery {
	width: 596px;
	float: left;
	padding: 10px 15px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #dcd2aa;
}
#column3 {
	font-size: 95%;
	width: 190px;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
#column3Contact {
	font-size: 95%;
	width: 185px;
	float: left;
	padding: 10px;
	margin-top: 0px;
}
#column3 p, #column3Contact p {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #dcd2aa;
}

/************************************************
PHOTO GALLERY
************************************************/

.galleryPhoto {
	width: 120px;
	height: 120px;
	padding: 14px;
	float: left;
}

.galleryPhoto img  {
	border-color:#cac5b7;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px; 
	border-top: none;
	border-left: none;
}
.galleryPhoto a:hover img {
	border-color:#5F8710;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px; 
	border-top-width: 1px;
	border-left-width: 1px;
}

/************************************************
BACKGROUND
************************************************/

#backgroundMain {
	float: left;
	width: 785px;
	height: auto;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	background-color: #F8F5DB;
}
#backgroundMainTop {
	float: left;
	width: 785px;
	height: auto;
	background-image: url(../images/background_main_top.jpg);
	background-repeat: no-repeat;
}
#backgroundMainBottom {
	height: 65px;
	width: 785px;
	clear: both;
	background-image: url(../images/background_main_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #F8F5DB;
}

/************************************************
FOOTER
************************************************/

#footerContent {
	clear: both;
	background-color: #F8F5DB;
	height: 102px;
	width: 785px;
}
#featuredLink1 {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	height: auto;
	margin: 20px 0px 0px;
	text-align: center;
}
#featuredQuote {
	display: block;
	float: left;
	width: 380px;
	height: 102px;
	margin: 0px 0px 0px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #d5c890;
}
#featuredLink2 {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	height: auto;
	margin: 20px 0px 0px;
	text-align: center;
}
#footerInfo {
	height: 100px;
	width: 785px;
	clear: both;
	background-image: url(../images/background_footer2.gif);
	background-repeat: no-repeat;
	color: #B4A97C;
	text-align: center;
}
#footerLeft {
	display: block;
	float: left;
	text-align: center;
	width: 270px;
	height: 30px;
	margin: 35px 120px 0px 0px;
}
#footerMiddle {
	display: block;
	float: left;
	width: 260px;
	height: 30px;
	margin: 10px 0px 0px;
}
#footerRight {
	display: block;
	float: left;
	text-align: center;
	width: 270px;
	height: 30px;
	margin: 35px 0px 0px 120px;
}
#copyrightCredit {
	clear: both;
	text-align: center;
	width: 785px;
	height: 30px;
	font-size: 9px;
	color: #595746;
	padding-bottom: 30px;
}
#reservations {
	width: 392px;
	height: auto;
	float: left;
	padding: 0px 0px 20px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #d5c890;
}
