@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	padding:0;
	color: #ECE6D0;
	background: #ece5ce url(images/background.gif) repeat-x;
}
.wrapper {
	width: 767px;
	background: #FFFFFF;
	margin: 0 auto;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.header {
	background: url(images/topheader.jpg) no-repeat;
	width: 768px;
	height: 125px;
}
.showboat {
	float: left;
	height: 184px;
	width: 760px;
	padding-left: 4px;
	margin-top: 2px;
}
.room {
	background: url(images/bedroom.jpg);
	float: left;
	height: 180px;
	width: 525px;
	margin-left: 6px;
	margin-top: 4px;
}
.bluebar {
	background: url(images/bar.jpg);
	width: 750px;
	height: 42px;
	clear: both;
	float: left;
	margin: 10px 2px 10px 5px !important;
	margin: 10px 1px 10px 2px;
	padding-left: 10px;
}
h1 {
	font-size: 1.2em;
}
.clear {
	clear: both;
}
.container {
	background: url(images/container.gif) repeat-y;
	width: 765px;
	clear: both;
	margin-bottom: 5px;
	float: left;
}
.sidebar {
	float: left;
	width: 229px;
	color: #000;
}
.container .sidebar p {
	text-align: center;
	font-size: .9em;
}
.text  img {
	padding: 0px 8px 8px 0px;
	border-style: none;
}

.container .sidebar h3 {
	font-size: 1.3em;
	text-align: center;
	margin-top: 15px;
	padding-top: 28px;
}


.menu {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 15px;
	list-style-image: none;
	list-style: none;
}
.menu li {
	float: left;
	width: 100%;
}
.menu a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 5px 0px;
	color: #000;
	float: left;
}
.menu a:hover {
	color: #F00;
	background: #FFF;
}


.text {
	width: 500px;
	height: auto;
	float: left;
	color: #000;
	padding: 0 0 0 15px;

}
.list {
	margin: 0;
	padding: 0;
	list-style:none;
}
.list li {
	margin-left: 20px;
	width:200px;
	float:left;
	display:inline-block;
	background:url('images/bullet.gif') 0 5px no-repeat;
	padding:0 0 5px 8px;
}
.room img {
	float: right;
	margin-top: 110px;
	margin-right: 15px;
	border-style: none;
}

.footer {
	clear: both;
	width: 770px;
	background: #ECE6D0;
	color: #000;
	text-align: center;
	height: 80px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
.footermenu {
	list-style: none;
	list-style-position:outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.footermenu li {
float: left;
}
.footermenu a {
	display: block;
	border-right: 1px solid #000;
	list-style: none;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	padding: 0 21px;
	background: #ECE6D0;
	color: #000;
}
.footermenu li.last a{
	border-style: none;	
}
.footermenu a:hover {
	color: #00F;
	background: #FFF;
}

/* "Calender" */
.sidebar #step1 {
	width:200px;
	margin-left:13px;
}
.sidebar form {
	padding:3px;
	margin:0;
}

.sidebar form p {
        margin:0;
}
.sidebar label {
        font-size:7pt;
        color:#000;
        font-weight:bold;
        padding-right:5px;
        margin-top:5px;
        width:95px;
		display:block;
		float:left;
		text-align:left;
}
.sidebar table label {
		padding:0;
        margin-top:5px;
        width:auto;
}
.sidebar input {
        width:85px;
        float:left;
        font-size:8pt;
        margin-right:5px;
}
.sidebar select {
        font-size:8pt;
        margin-right:5%;
}
.sidebar #rooms-label {
        padding-left:20px;
}

.headbar {
	color: #FFF;
	background: #3D4F65;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
.form {
	border-bottom: 3px solid #FFF;
	background-color: #69F;
}
.container img {
	margin-top: 4px;
	margin-left: 5px;
}
.reserve {
	background: url(images/resreve.jpg);
	height: 65px;
	width: 286px;
	margin-bottom: 10px;
	display:block;
	float:right;
}
.amenities { clear: left; }

.wrapper .clear .container .text .reserve p strong {
	text-align: left;
	margin-left: -50px;
}
