/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/tile.jpg) #000;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.5em;
	}

a, a:visited {
	color:#8D7A5C;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

ul {
	margin-left:30px;
	}
	
h1, h2, h3 {
	margin:6px 0 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size:24px;
	color:#8d7a5c;
	}

p {
	margin:1em 8px;
}

#CompAddress {
	width:200px;
	height:60px;
	float:right;
	margin:17px 35px 0px 0px;
	padding:5px 3px 1px 3px;
	text-align:right;
	line-height:1.3em;
	}

#container {
	background:url(images/strip.jpg) repeat-y #000;
	position:relative;
	width:946px;
	margin:0 auto;
	}
	
#subContainer {
	position:relative;
	width:816px;
	padding:0 60px;
	}
	
#header {
	background:url(images/header.jpg) no-repeat;
	height:120px;
	}

#logo {
	position:absolute;
	left: 33px;
	top: 21px;
	}
	
#navcontainer {
	position:absolute;
	width:100%;
	text-align:center;
	top:89px;
	}
#navcontainer ul.navlist  {
	margin-left:0;
	}
#navcontainer .navlist li {
	display: inline;
	list-style-type: none;
	}
#navcontainer .navlist a, #navcontainer .navlist a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#8d7a5c;
	text-decoration:none;
	padding:0 25px;
	}
#navcontainer .navlist a:hover {
	text-decoration: underline;
	}
	
#homeBody {
	background:url(images/homebg.jpg) no-repeat;
	height:458px;
	}

#homeTxt {
	position:absolute;
	width:439px;
	left: 27px;
	top: 132px;
	}

#homePhoto {
	position:absolute;
	left: 473px;
	top: 129px;
	
	}

#reservation a {
	display:block;
	background:url(images/seal.jpg) no-repeat center top;
	width:196px;
	height:221px;
	position:absolute;
	left: 0px;
	top: 356px;
	}
	
#reservation a:hover {
	background-position:center bottom;
	}
	
#reservation a span { 
	margin-left:-9999px;
	}
	
ul#hotpoints {
	position:absolute;
	left: 186px;
	top: 356px;
	list-style:none;
	}

ul#hotpoints li {
	margin:4px 0;
	_margin:0 0;
	background:url(images/bullet.gif) no-repeat left center;
	padding:0 0 8px 20px;
	_padding:0 0 5px 20px;
	height:.8em;
	font-size:16px;
	font-style:italic;

	}
	
#learnButton {
	position:absolute;
	left: 251px;
	top: 546px;
	}
	
#footer {
	background:url(images/footer.jpg) no-repeat;
	height:26px;
	clear:both;
	}

#footerCenter .navlist {
	width:765px;
	margin:0 auto;
	}	
#footerCenter .navlist li {
	display: inline;
	list-style-type: none;
	}
#footerCenter .navlist a, #footerCenter .navlist a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 25px;
	}
#footerCenter .navlist a:hover {
	text-decoration: underline;
	}
	
#bcfooter {
	float:center;
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}
	
#bcfooter a, #bcfooter a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	
#bcfooter a:hover {
	text-decoration: underline;
}	

#onlineupdating {
	display:none;
	}

#footerCenter {
	width:875px;
	margin:0 auto;
	}
	

	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}
	

/* Services */
.services {
	margin:10px;
	border-bottom:#666 1px dashed;
	}

.serviceinfoLFT {
	width:620px;
	float:left;
	}
/* Services */

/* Our Fleet */
.fleet img {
	margin:10px;
	float:left;
	
}

.fleet {
	clear:both;
	border:#000 1px solid;
	}
	
.fleet ul {
	width:375px;
	float:right;
	margin:10px;
	padding-left:15px;
	}

/* Our Fleet */

/* Local Links */
.local img {
	margin:10px;
	margin-left:25px;
	}

.local {
	clear:both;
	}
	
.local ul {
	width:300px;
	float:right;
	padding-left:30px;
	list-style:none;
	}
.local ul li {
	margin-bottom:12px;
	}

.local a, .local a:visited {
	padding-top:3px;
	font-size:18px;
}

.linkBG {
	background:url(images/logoBulletH.jpg) no-repeat;
	width:30px;
	height:35px;
	float:left;
	margin-right:5px;
	margin-top:-5px;
	}
.linkMainBG {
	background:url(/images/logoBullet.jpg) no-repeat;
	width:30px;
	height:35px;
	}

/* Local Links */

/* Casino */
.casino img {
	margin:10px;
	}

.casino {
	width:820px;
	border-bottom:#666 1px dashed;
	padding-bottom:8px;
	margin-bottom:10px;
	}
	
.casino ul {
	width:520px;
	margin:10px;
	list-style:none;
	}

.casino a, .casino a:visited {
	font-size:18px;
	}
	
.imgRT {
	float:right;
	margin:10px;
	}
.imgLFT {
	float:left;
	margin:10px;
	}
/* Casino */

/* Contact */

#agreeDiv {
	width:680px; 
	text-align:center; 
	float:left; 
	margin:15px 0; 
	clear:both;
	display:none;
}

#contactcontainer {
	width:690px;
	margin:0 auto;
	margin-bottom:15px;
	}
	
#ContactTableOne {
	width:300px;
	height:315px;
	float:left;
	margin:0 auto;
	}
#ContactTableOne td {
	padding:1px;
	}
#ContactTableTwo {
	width:340px;
	float:left;
	}
#ContactTableTwo td {
	padding:1px;
	}
	
.input100 {
	width:94px;
	height:17px;
	padding:1px;
	}
.input125 {
	width:131px;
	height:17px;
	padding:1px;
	}
.input150 {
	width:144px;
	height:17px;
	padding:1px;
	}
.input200 {
	width:194px;
	height:17px;
	padding:1px;
	}
.input250 {
	width:244px;
	height:17px;
	padding:1px;
	}
.input300 {
	width:294px;
	height:17px;
	padding:1px;
	}
	
.inputcolor {
	background-color:#FFF;
	border:#8D7A5C 2px solid;
	padding:1px;
	}

.messagekey {
	display:block;
	width:50px;
	margin:5px;
	padding:5px;
	font-weight:normal;
	border:1px solid #8D7A5C;
	color:#000000;
	background-color:white;
	text-align:center;
	font-family:Verdana;
	font-size:18px;
	}
	
.conSelect {
	float:left;
	width:155px;
	height:25px;
	margin-left:5px;
	}
.conSelect2 {
	float:left;
	width:145px;
	height:42px;
	margin-right:5px;
	}
	
#dividervert {
	width:2px;
	margin-left:15px;
	margin-right:15px;
	height:365px;
	float:left;
	background-color:#FFFFFF;
	}

/* End Contact */


.NOBORDER {
	border:none !important;
	border-bottom:none !important;
	border-right:none !important;
	border-left:none !important;
	border-top:none !important;
	}
