/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFC580;
}

* {margin:0; padding:0;}
h1 { font:24px Arial, Helvetica, sans-serif, bold; line-height:24px;}
h2 {font:Arial, Helvetica, sans-serif bold; font-size:18px; line-height:18px;}
h3 {line-height:40px;}
h4 {line-height:30px;}

.caption {font: 12px bold;
		line-height: 15px;
}
.style2 {font-size: 14px;
		font-style: italic;
}
.style4 {font-size: 14px; font-style: italic; color: #CC0000; }
.style6 {font-size: 14px; font-style: italic; color: #CC0033; }
.style7 {color: #CC0033}
.tableborder {
	border: 5px double #996633;
}
.tableborder2 {
	border: 5px double #8580FF;
	background: #FFF3E5;
	margin: 5px;
	padding 20px;
}

.indexcontent {
	border: 5px double #8580FF;
	background: #FFF3E5;
	margin: 5px;
	padding: 20px;
}
.style22 {
	color: #0E3309;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.style24 {
	color: #330323;
	font-weight: bold;
	font-size: 18px;
}
.style25 {font-size: 14px}
.style26 {font-size: 12px}
.style28 {font-size: 24px}
.header {
	background: #CC9452 url(images/bg_ghost2.jpg) no-repeat left bottom;
}

#menu {
	position: relative;
	margin: 10px auto;
	padding: 3px;
	width: 700px;
	height: 100px;
	visibility: visible;
}
#menu li {
	width: 130px;
	height: 51px;
	position: absolute;
	background: url(images/button_sprite2.gif) no-repeat;
	display: block;
	list-style: none;
	top: 2px;

}
#menu a {width: 126px; height: 51px; display: block; border: none;}
#menu a:hover {border: none;}
#menu #home {left: 0px; background-position: 2px 0px;}
#menu #map {left: 148px; background-position: 2px -108px;}
#menu #availability {left: 296px; background-position: 2px -425px;}
#menu #rates {left: 447px; background-position: 2px -638px;}
#menu #services {left: 595px; background-position: 2px -956px;}
#menu #reservations {top: 60px; left: 0px; background-position: 2px -850px;}
#menu #quote {top: 60px; left: 148px; background-position: 2px -213px;}
#menu #todo {top: 60px; left: 296px; background-position: 2px -320px;}
#menu #management {top: 58px; left: 447px; background-position: 2px -744px;}
#menu #specials {top: 58px; left: 595px; background-position: 2px -532px;}

#menu #home a:hover {background: url(images/button_sprite2.gif) 2px -55px no-repeat;}
#menu #map a:hover {background: url(images/button_sprite2.gif) 2px -161px no-repeat;}
#menu #availability a:hover {background: url(images/button_sprite2.gif) 2px -478px no-repeat;}
#menu #rates a:hover {background: url(images/button_sprite2.gif) 2px -691px no-repeat;}
#menu #services a:hover {background: url(images/button_sprite2.gif) 2px -1009px no-repeat;}
#menu #reservations a:hover {background: url(images/button_sprite2.gif) 2px -903px no-repeat;}
#menu #quote a:hover {background: url(images/button_sprite2.gif) 2px -266px no-repeat;}
#menu #todo a:hover {background: url(images/button_sprite2.gif) 2px -373px no-repeat;}
#menu #management a:hover {background: url(images/button_sprite2.gif) 2px -797px no-repeat;}
#menu #specials a:hover {background: url(images/button_sprite2.gif) 2px -585px no-repeat;}

#allcabins li {
	display: block;
	list-style: disk outside;
	margin: 5px;
}
#todocontent {
	margin: 10px;
	padding: 10px;
	visibility: visible;
	background-color: #F7D192;
}
#todocontent p {line-height:30px;}
#ratetable {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	display: table-cell;
	margin: 5px;
	padding: 5px;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	height: auto;
	width: auto;
}

.key { font: Arial, Helvetica, sans-serif 11px; text-align:center; padding:8px;}
.key b { font-weight:bold; text-decoration:underline;}



.red { color:#F00;}

h4 .code { margin:0; padding:0;}
.example-code{background-color:#fff4c8;border:1px dashed #fc0;padding:3px; width:430px; height:120px;}