/* @group Body & Outer */

body { 
	margin: 0;
	padding: 0;
	border: 0;
	background: #242f33 url(images/bodyBkg.jpg) repeat-x left top;
	font: medium/1.1em Georgia, 'Times New Roman', Times, serif;
}

#container {
	position: relative;
	top: 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	overflow: visible;
	background: white url(images/containerBkg.jpg) repeat-y center;
	font-size: 90%;
}

#header {
	margin: 0;
	padding: 0;
	border: none;
	width: 800px;
	height: 513px;
	background: url(images/headBkg.jpg) no-repeat center top;
}

#interior #header {
	background: url(images/headBkg_interior.jpg) no-repeat center top;
}

#pets #header {
	background: url(images/headBkg_pets.jpg) no-repeat center top;
}

#reservations #header {
	background: url(images/headBkg_reserve.jpg) no-repeat center top;
}

#directions #header {
	background: url(images/headBkg_directions.jpg) no-repeat center top;
}

#activities #header {
	background: url(images/headBkg_activities.jpg) no-repeat center top;
}

/* @end */

/* @group Nav */

#nav {	
	width: 208px;
	height: 300px;
	overflow: auto;
	margin: -300px 0 0 46px;
	padding: 0;
	border: none;
}

#nav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 85%;	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.75em;
	text-align: left;
}

#nav li {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #6d7462;
	border-left: 6px solid #6d7462;
	position: relative;
	height: 2.75em;
	overflow: hidden;
}

#nav li:first-child {
	border-top-style: none;
}

#nav a, #nav a:hover, #nav a:visited, #nav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #171915;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
	height: 2.75em;
}

#nav li:hover {
	background-color: #949c88;
	border-left: 6px solid #3c5b80;
}

#nav li:hover a {
	color: #1e5598;
	width: 186px;
}

#nav li.active {
	background-color: #949c88;
	border-left: 6px solid #c9cdc3;
	border-top-style: none;
	border-bottom-style: none;
}

#nav li.active a {
	color: white;
	font-size: 133%;
}

/* @group Main */

#main {
	margin: 0;
	padding: 0;
	position: relative;
	width: 480px;
	margin: -300px 35px 0 285px;
}

#main h1 {
	color: #1e5599;
	font-size: 2.5em;
	font-weight: normal;
	font-style: normal;
	line-height: .9em;
	padding: 0;
	margin: 0 0 10px;
}

#main h2 {
	color: #1e5599;
	font-size: 133%;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;
	clear: both;
}

#main h3 {
	color: #1e5599;
	font-size: 100%;
	font-style: italic;
}

#main p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#main em {
	font-style: normal;
	font-weight: bold;
}

#main a {
	color: #1e5599;
	font-size: 90%;
	text-decoration: none;
	border-bottom: 1px dotted;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
}

#main a:hover {
	border-bottom: 1px solid;
}

/* @end */

/* @end */

/* @group Foot */

#foot {
	position: relative;
	height: 40px;
	background: #3c5b80 url(images/footBkg.gif) no-repeat 0 0;
	clear: both;
	text-align: center;
	font-size: 75%;
	color: #abb2a0;
}

#footLeft {
	position: relative;
	top: 18px;
	float: left;
	left: 20px;
}

#footRight {
	position: relative;
	top: 18px;
	float: right;
	right: 20px;
}

#foot a, #foot a:visited, #foot a:link {
	color: #abb2a0;
	font: inherit;
	text-decoration: inherit;
}

#foot a:hover {
	color: #7aabcb;
	border-bottom: 1px dotted #7aabcb;
	padding-bottom: 2px;
}

/* @end */

/* @group General */

.imgLeft {
	float: left;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 6px;
	border: 2px solid white;
}

.imgRight {
	float: right;
	margin-top: 18px;
	margin-left: 18px;
	margin-bottom: 6px;
	border: 2px solid white;
}

.imgFull{
	margin-top: 12px;
	margin-bottom: 12px;
	border: none;
}

.clearer {
	clear: both;
	border-bottom: 1px solid #1e5599;
}

.note {
	color: #7e8671;
	font-size: 150%;
	clear: both;
	padding-top: 96px;
	border-top-width: 1px;
	font-style: italic;
	line-height: 150%;
}

.padTop {
	padding-top: 12px;
}

.notes {
	font-style: italic;
	color: #7e8671;	
}

/* @end */	


