﻿/* CSS Document */
html, body {
	background: #483b35 url('/images/bg.jpg') top left repeat-x;
	margin: 0px;
	padding: 0px;
	color: #483b35;
	font-size: 14px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #9B2911;
}
a:hover {
	text-decoration: underline;
	color: #9B2911;
	font-weight: bold;
}
.images {
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#wrapper {
	background: transparent url('/images/wrapper_bg.gif') top right repeat-y;
	width: 787px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 150%;
	position: relative;
	height: auto;
	margin: auto;
	align: center;
}
#right_shad {
	position: absolute;
	height: 381px;
	width: 10px;
	background: transparent url('/images/right_shad.jpg') top left no-repeat;
	right: 0;
	top: 0;
}
#top_logo {
	height: 115px;
	width: 777px;
	background: transparent url('/images/top_logo.gif') top left no-repeat;
}
h1 span {
	display: none;
}
#middle_pic {
	width: 777px;
	height: 198px;
	background: transparent url('/images/middle_pic.jpg') top left no-repeat;
	margin-top: 12px;
	margin-bottom: 10px;
}
/* navigation styles */
#binder-nav {
	/* holds the navigation bar together */
	position: relative;
	width: 777px;
	height: 35px;
	margin: 0;
}
ul#nav {
	margin: 0;
	padding: 0;
	width: 777px;
	height: 35px;
	background: url('/images/nav_bg.jpg') left top no-repeat;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	background: transparent;
	position: absolute;
}
#nav li, #nav a {
	/* turns links into blocks */
	display: block;
	height: 35px;
}
#nav li a {
	/* pushes link text off the page */
	text-indent: -9999px;
	text-decoration: none;
	height: 35px;
}
/* setting width & position of main nav links... */
#home {
	left: 0;
	width: 120px;
}
#gallery {
	left: 120px;
	width: 115px;
}
#amenities {
	left: 235px;
	width: 125px;
}
#about {
	left: 360px;
	width: 125px;
}
#reservation {
	left: 485px;
	width: 155px;
}
#contact {
	left: 640px;
	width: 137px;
}
/* setting background image positions of main nav buttons... */
#home a:hover {
	background: transparent url('/images/nav_bg.jpg') 0 -35px no-repeat;
}
#gallery a:hover {
	background: transparent url('/images/nav_bg.jpg') -120px -35px no-repeat;
}
#amenities a:hover {
	background: transparent url('/images/nav_bg.jpg') -235px -35px no-repeat;
}
#about a:hover {
	background: transparent url('/images/nav_bg.jpg') -360px -35px no-repeat;
}
#reservation a:hover {
	background: transparent url('/images/nav_bg.jpg') -485px -35px no-repeat;
}
#contact a:hover {
	background: transparent url('/images/nav_bg.jpg') -640px -35px no-repeat;
}
#content {
	width: 747px;
	padding: 15px 15px 25px 15px;
	background: transparent url('/images/content_bg.jpg') top left repeat;
}
#footer {
	padding-right: 15px;
	padding-top: 2px;
	width: 772px;
	height: 43px;
	background: url('/images/footer_bg.jpg') no-repeat top left;
	color: #93796C;
	font-size: 12px;
	text-align: right;
	line-height: 125%;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #93796C;
}
#footer a:hover {
	text-decoration: underline;
	color: #93796C;
}
h2 span {
	display: none;
}
h2#h2_home {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_home.gif') top left no-repeat;
}
h2#h2_about {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_about.gif') top left no-repeat;
}
h2#h2_amenities {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_amenities.gif') top left no-repeat;
}
h2#h2_contact {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_contact.gif') top left no-repeat;
}
h2#h2_gallery {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_gallery.gif') top left no-repeat;
}
h2#h2_reservation {
	height: 45px;
	width: 200px;
	background: transparent url('/images/heading_reservations.gif') top left no-repeat;
}
