/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#070707 url(../images/repeat-x.jpg) top repeat-x;
	text-align:center;
	font:12px/18px  Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1, h2.title	{
	font-size:1.4em;
	color:#CCCCCC;
	font-weight: lighter;
	text-transform: uppercase;
}
h2	{
	font-size:1.4em;
	color:#999999;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}
h3	{ font-size:1.0em; color:#000; }
h1 span, body#index #column-mid h2.title span{
	color:#666666;
	display: inline;
	font: 1em;
}
h2 span{
	color: #CCCCCC;
	font-size:0.7em;
}


a:link,a:visited	{
	color:#E3CA94;
	text-decoration:underline;
	outline:none;
}
a:hover,a:active	{
	color:#E9CA8A;
	text-decoration:none;
	outline:none;
}

h1,h2,h3,p{ margin-bottom:10px;}
p span{
	color:#999999;
}
h2.acehigh{
	background:url(../images/h2-index-acehigh.jpg);
	height:50px;
}
h2.book{ background: url(../images/h2-index-book.jpg); height:203px;}
h2.featured{ background:url(../images/h2-index-featured.jpg); height:203px;}
h2.events{ background:url(../images/h2-index-events.jpg); height:203px;}
h2.title-special{ background:url(../images/header-special-promo.jpg) left no-repeat; height:35px;}
h2.title-special span{ display:none;}
/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	width:100%;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(print-layout.css) right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color: #FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	background:url(../images/bg-input.jpg) repeat-x;
	border:1px solid #dadada;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
input.no-tables {
	width:60px;
}
input.check-tables {
	background:none;
	background-color:none !important;
	width:20px;
	border: none;
}
input#address{
	width:370px;
}
select { width:150px; padding:0; } /* same width as form - !important */

textarea {
	height:90px;
	overflow:auto;
	background:url(../images/bg-input.jpg) bottom repeat-x;
	width: 370px;
}

input#encrypt-form, input#reply-from { display:none;}
input#check-form{
	display:none;
} /* test before you change !! will be display:none;*/
.copyright{display:none;}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
	width: 100%;
}

#contact-main label {
	width:300px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom:10px;
	font-size:1em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:100%;
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; width:300px; overflow:auto; background:url(../images/bg-input.jpg) bottom repeat-x; }

#contact-main  td{
	vertical-align:top;
	width: 151px;
	height: 30px;
}
#contact-main  td.title{

	width: 100%;

}
#contact-main  td.title h2{
	display:inline;
	margin-right:10px;
	color: #666666;
}
#contact-main  td.title p{ font-size:0.8em; font-weight:bold; display:inline; margin-right:10px;}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main {
	margin:30px 0 0 243px;
} /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	background-color: #CCCCCC !important;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#main-wrap{ background:url(../images/main-wrap.jpg) top center no-repeat;}
#wrap {
	background: url(../images/repeat-y.jpg) repeat-y;
	width:1012px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:47px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:352px;
	width:200px;
	top:13px;
	height:22px;
		}
	#masthead span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:190px;
	float:left;
	margin: 20px 42px 0 0;
	padding: 0;
	text-align: left;
	}
	
body#index #column-left {
	width:190px;
	float:left;
	margin: 20px 42px 0 0;
	padding: 0;
	}
#column-left h2 span{display:none;}
a.book-now{
	background:url(../images/button-booknow.jpg);
	width:190px;
	height:51px;
	display: block;
	margin: 0 0 10px 0;
}
a.book-now span{ display:none;}
/* ------------------------ column-left framework ------------------------ */
#column-mid {
	width:290px;
	float:left;
	margin: 20px 42px 0 0;
	}
	
body#index #column-mid h2 span{display:none;}
body#index #column-left h2 span{ display:none;}	
body#index #column-right h2 span{ display:none;}	
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:618px;
	float:left;
	margin: 20px 0 80px 0;
	padding: 0;
	}
	
	body#index #column-right {
	width:286px;
	float:left;
	padding: 0;
	}
	body#about #column-right {
	width:635px;
	float:left;
	margin: 20px 0 80px 0;
	padding: 0;
	}
	body#tables #column-right .pod {
	width:294px;
	display:block;
	float:left;
	margin: 0 15px 0 0;
	}
	#column-right ul li{
	list-style:disc;
	margin: 0 0 0 15px;
}
body#events #column-right ul li{
	list-style:none;
	margin: 0;
}
body#index #column-right ul li{
	list-style:none;
	margin: 0;
}
.thumb-tables{
	width:100%;
	height:45px;
	display:block;
	position:relative
}	
	
	
	.thumb-tables a{
	width:45px;
	height:45px;
	float: right;
	margin:0 0 0 15px;
	display: block;
	background-color: #333333;
}
	
	#event-images a {
	width:196px;
	height:100px;
	float: left;
	margin:0 10px 10px 0;
	display: block;
	background-color: #333333;
}
		
#column-right #about-mission{
	background-color:#212121;
	padding:10px;
	;
	margin: 10px 0;
}	
ul#index-events {
	width: 286px;
	display: block;

}

#index-events li{
	display:block;
	width:143px;
	float:left;
}

#event-table li{
	display:block;
	width:309px;
	float:left;
}

.partners-pod{ width:196px; margin-right:10px; float:left; display:block;}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */
#header-image { height:228px; background: url(../images/header-image.jpg) ;} /* sets height for all non-flash headers */

body#blackjack #header-image { height:228px; background: url(../images/header-black.jpg) ;} 
body#crap #header-image { height:228px; background: url(../images/header-craps.jpg) ;} 
body#poker #header-image { height:228px; background: url(../images/header-poker.jpg) ;} 
body#roulette #header-image { height:228px; background: url(../images/header-roul.jpg);} 
body#dealer #header-image { height:228px; background:url(../images/header-deal.jpg);} 

#header-flash { height:228px; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash  .content{
	width:665px;
	margin: 0 0 0 293px;
	padding: 3px 0 0 0;
}
#top-wrap{
	background:url(../images/top-wrap.jpg) top no-repeat;
	width: 1012px;
}

#content-wrap{
	widows:850px;
	display:block;
	margin:0 auto;
	background:url(../images/content-sub-repeat.jpg) repeat-y;
	width: 850px;
}

body#about #content-wrap{
	widows:850px;
	display:block;
	margin:0 0 0 81px;
	background:url(../images/content-sub-repeat.jpg) left repeat-y;
	width: 870px;
}
#content-wrap .top{ background:url(../images/content-sub-top.jpg) top left no-repeat;}
#content-wrap .bottom{ background: url(../images/content-sub-bottom.jpg) bottom left  no-repeat;}

body#index #content-wrap{
	widows:850px;
	display:block;
	margin:0 auto;
	background:url(../images/content-index-repeat.jpg) repeat-y;
	width: 850px;
}
body#index #content-wrap .top{ background:url(../images/content-index-top.jpg) top  no-repeat;}
body#index #content-wrap .bottom{ background: url(../images/content-index-bottom.jpg) bottom  no-repeat;}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
#subhead h1, #subhead span{display:none;}
	body#index #subhead { background:url(layout.css); }
	body#about #subhead { background:url(layout.css); }
	body#contact #subhead { background:url(layout.css); }
	body#thankyou #subhead { background:url(layout.css); }
	body#sitemap #subhead { background:url(layout.css); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url(layout.css) ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url(layout.css) ;
	}

#title-our-procedures {
	height:35px;
	background:url(layout.css) ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url(layout.css) no-repeat;	
		}
		#btn-special-offer:hover {
				background:url(layout.css) -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(layout.css);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:1012px;
	margin:0 auto;
	text-align:center;
	background:url(../images/bottom.jpg) top no-repeat;
	padding: 50px 0 0 0;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#footer ul {
	margin:10px;
	color: #FFFFFF;
}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:1012px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:31px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 104px; margin-left: 54px;}
#nav-02 { width: 177px;}
#nav-03 { width: 103px;}
#nav-04 { width: 164px;}
#nav-05 { width: 152px;}
#nav-06 { width: 204px;}


/*-------------- (-79px) X position of button / (-31px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg)  -54px -31px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -158px -31px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -335px -31px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -438px -31px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -602px -31px no-repeat; }
#nav-06 a:hover { background:url(../images/nav.jpg) -754px -31px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url(../images/nav.jpg)  -54px -31px no-repeat; }
body#about #nav-02 { background:url(../images/nav.jpg) -158px -31px no-repeat; }
body#tables #nav-03 { background:url(../images/nav.jpg) -335px -31px no-repeat; }
body#events #nav-04 { background:url(../images/nav.jpg) -438px -31px no-repeat; }
body#employ #nav-05 { background:url(../images/nav.jpg) -602px -31px no-repeat; }
body#contact #nav-06 { background:url(../images/nav.jpg) -754px -31px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#040404;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #242424;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#202020;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:150px; }		


#check-form{ display:none;}

