@charset "UTF-8";
/* CSS Document */


/*-----------------Base type selectors-----------------*/
body{background-color: #9b243e; font: "Times New Roman", Times, serif ; margin: 0; padding: 0; text-align: center; color: #000000; font-size: .9em;}
h1, h2, h3, h4{font-family: Arial, Helvetica, sans-serif; font-size: .9em;}
p{line-height: 1em;}
li{line-height: 1em;}

/*-----------------Base Class selectors-----------------*/
.bold{font-weight: bold;}
h1.greet {background-image: url(images/welcome.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.about {background-image: url(images/about.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.players {background-image: url(images/players.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.promotions {background-image: url(images/promotions.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.tablegames {background-image: url(images/tablegames.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.slots {background-image: url(images/slots.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.jobs {background-image: url(images/jobs.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.dining {background-image: url(images/dining.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.contactus {background-image: url(images/contactus.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.directions {background-image: url(images/directions.gif); background-repeat: no-repeat; width: 145px; height: 32px;}
h1.calendar {background-image: url(images/calendar.gif); background-repeat: no-repeat; width: 185px; height: 32px;}
h1 span{display: none;}


/*-----------------Main content well- holds it all together-----------------*/
#wrap{width: 768px; text-align:left; margin: 0 auto; text-align: left; background-color: #021e2f; }


/*-----------------Begin banner elements-----------------*/
#banner{ background-color:#ecac00; width:inherit; clear:both; height: 130px;background-image:url(images/masthead.gif); background-position: right bottom; background-repeat: no-repeat;}
#logo{ float:left; clear:left; width: 389px;  height: 127x;}
#phone{float: right; clear:right; text-align: right; height: 90px; width: 190px; margin-top: 25px; margin-right: 40px; background-image:url(images/phone.gif); background-position:right top; background-repeat:no-repeat;}
#phone p{display: none;}




/*-----------------Begin top navigation-----------------*/
#navbar{width: inherit;background-color:#cccccc; height: 30px; font-family:Arial, Helvetica, sans-serif; font-size: 10px; !important}
.navlist {margin: 0; padding: 10px 0 20px 10px;}
.navlist ul, .navlist li { margin: 0;padding: 0;display: inline;list-style-type: none;}
.navlist a:link, .navlist a:visited {float: left; line-height: 14px; font-weight: bold; margin: 0 0px 4px 10px;text-decoration: none; color: #9b243e;}
.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {padding-bottom: 2px; color: #021e2f;}
.navlist a:hover {color: #021e2f;}

.blue{background-color: #021e2f; height: 30px; float: right; clear:right; width: 250px; padding-right: 2px; !important}
.blue a:link{color:#edddcf;}
.blue a:visited{color:  #edddcf;}
.blue a:hover{color: #aab300;}

.green{float:left; clear: left; height: 30px; width: 510px; !important}



/*-----------------Begin primary content area-----------------*/
#content{ width: inherit; background-color: #021e2f;}
#content li, h2{margin: 15px;}
#content h4, h3{ margin: 15px 15px 0px 15px;}
#content p{margin: 0px 15px 15px 15px;}


#content h2{color: #9b243e;}
#content h4, h3{color: #462324}
#content h1{margin: 10px;}
#content li{line-height: .9em;}

th{text-align: left; font-weight: bold; color:#9b243e;}
td, th{padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #9b243e;}
td{padding-left: 3px;}

/*-----------------Promotions & events modules -----------------*/
.event {
	margin: 0px 15px;
	border-bottom: #9b243e solid 1px;
	width: 375px;
}
.event h4{
	color: #9b243e;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 12px;
}





/*-----------------Right and left columns-----------------*/
#collt{width: 362px;float: left; clear:left; background-color: #021e2f; height: inherit;}
#colrt{width: 406px;float: right; clear:right; background-color:#edddcf; min-height: 600px; }


/*-----------------Begin footer elements-----------------*/
#footer{ width: inherit; clear:both; background-color: #aab300; text-align: right; background-position: right; background-repeat:no-repeat; height: 2px;}
#footer p{display:none;}

#copy{background-color: #462324; width: inherit; clear:both; text-align: right; background-image:url(images/copyright.gif);background-position: right; background-repeat:no-repeat; height: 25px;}
#copy p{display:none;}

#botlogo {width: inherit; clear:both; text-align:right;background-color: #9b243e; background-image: url(images/foot_l.gif); background-position:right; background-repeat:no-repeat; height: 47px;}
#botlogo p{display: none;}
