/* Default Stylesheet */
@import url(reset.css);

body {
	background: rgb(118,138,118);
}

h2, h3, h4, h5, ul, ol, dl, form, p {
	margin: 18px 0;
}

/*-- Page --*/
#page {
	width: 800px;
	margin: 20px auto;
	background: rgb(100,120,100);
	font: 10px helvetica, arial, sans-serif;
}

h1 {
	height: 50px;
	margin-bottom: -30px;
	background: rgb(118,138,118) url(../i/h1_bg.png) no-repeat 9px top;
/*	font: 20px zapfino; */
	font-size: 5px;
	text-indent: -10000px;
	color: rgb(100,120,100);
}

/*-- Nav --*/
#nav {
	margin: 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 1.1em;
}

#nav li {
	display: inline;
	color: rgb(130,150,130);
}

#nav li a {
	display: inline-block;
	padding: 9px 3px;
	text-decoration: none;
	color: rgb(200,200,200);
}

#home #home,
#rooms #rooms,
#location #location,
#attractions #attractions,
#reservations #reservations {
	text-decoration: underline;
	color: white;
}

#nav li a:hover {
	text-decoration: underline;
	color: white;
}

/*-- Header --*/
#header {
	position: relative;
	height: 300px;
	border: 4px solid white;
	background: #333 url(../i/slideshow_loading.png) no-repeat 50% 50%; /* url(../i/headers/1.png) no-repeat top left; */
}

#header ul {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#header li {
	position: absolute;
	top: 0;
	left: 0;
	width: 792px;
	height: 300px;
	overflow: hidden;
}

#header li img {
	visibility: hidden;	
	margin: 0;
}

/*-- Main --*/
#main {
	position: relative;
	padding: 0 18px 1px 18px;
	border-top: 18px solid rgb(100,120,100);
	background: white;
	font: 1.3em 'Lucida Grande';
	color: rgb(50,50,50);
}

h2 {
	display: inline-block;
	float: left;
	height: 120px;
	margin: 0 18px 9px 0;
	padding-left: 5px;
	text-indent: -10000px;
/*	padding: 0 3px 3px 3px; */
/*	background: rgb(120,140,120); */
/*	font: 2.2em zapfino; */
	color: rgb(120,140,120);
}

h2 span {
/*	display: block;
	padding: 18px 18px 0 9px;
	border: 1px solid rgb(200,200,200);
	border-top: none;
	color: white; */
}

#home h2 {
	width: 190px;	
	background: rgb(120,140,120) url(../i/h2/welcome.png) no-repeat left top;	
}

#rooms h2 {
	width: 233px;
	background: rgb(120,140,120) url(../i/h2/rooms.png) no-repeat left top;	
}

#location h2 {
	width: 181px;
	background: rgb(120,140,120) url(../i/h2/location.png) no-repeat left top;	
}

#attractions h2 {
	width: 224px;
	background: rgb(120,140,120) url(../i/h2/attractions.png) no-repeat left top;	
}

#reservations h2 {
	width: 238px;
	background: rgb(120,140,120) url(../i/h2/reservations.png) no-repeat left top;	
}

h3 {
	font: bold 15px georgia;	
}

h4 {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	text-decoration: underline;
}

#home p#bye {
	font-weight: bold;
	font-style: italic;
}

#directions {
	display: none;
}

/*-- Images boxes --*/
.img-box.left {
	float: left;
	width: 252px;
	margin: 18px 18px 9px 0;	
}

.img-box.right {
	float: right;
	width: 252px;
	margin: 18px 0 0 9px;	
}

.img-box img {
	width: 246px;
	padding: 2px;
	border: 1px solid rgb(220,220,220);
}

.img-box p {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	color: rgb(100,100,100);
}

.img-box.right p {
	padding: 0 5px 0 0;
	text-align: right;
}

/*-- Sidebar --*/
#sidebar {
	float: right;
	width: 260px;
	margin: 20px 0 18px 18px;
}

#home #sidebar {
	margin-bottom: 0;
}

#sidebar h4 {
	margin: 0 0 9px 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: rgb(150,150,150);
}

#sidebar img {
	width: 100%;
}

#sidebar p {
	margin: -5px 5px 10px 0;
	text-align: right;
	font-size: 11px;
	color: rgb(100,100,100);
}

/*-- Tables --*/
table {
	width: 493px;
	margin: 0 0 18px 0;
	background: rgb(240,240,240);
}

caption {
	margin: 0 0 9px 0;
	font: bold 15px georgia;
}

th {
	background: rgb(100,100,100);
	text-transform: uppercase;
	font-size: 12px;
	color: white;
}

th, td {
	padding: 5px 10px;
}

td {
	border-bottom: 1px solid rgb(220,220,220);
}

td.room {
	font-weight: bold;
}

/*-- Map --*/
#map {
	height: 360px;
	margin: 20px auto 0;
	padding: 2px;
	border: 1px solid rgb(220,220,220);
	background: rgb(240,240,240);
}

.caption {
	margin: 5px 0 0;
	text-align: right;
	font-size: 11px;
	color: rgb(100,100,100);
}

/*-- Links --*/
a:link,
a:active,
a:visited,
a:hover {
	color: rgb(50,100,200);
}

a:visited {
	color: purple;
}

/*-- Footer --*/
#footer {
	clear: both;
	padding: 9px;
	background: rgb(100,120,100);
	text-align: right;
	font-size: 1.1em;
	color: rgb(200,220,200);
}

#footer a {
	color: rgb(200,220,200);	
}

#footer a:hover {
	color: white;
}
