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

/* - - - - - - - - - - - - 
	GLOBAL
- - - - - - - - - - - - */
body
{
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	color: #fff;
}
img { border: 0 none; }
h1 { font-size: 20px; font-weight: normal; color: #00aced; margin: 20; text-transform: uppercase; }
h2 { font-size: 16px; font-weight: normal; color: #00aced; margin: 20; text-transform: uppercase; }
.callout { font-style: italic; color: #00aced; }
p { margin: 10px 0 10px 0; }
ul { margin: 10px 0 10px 0; }
li {  }
a  { color: #fff; }
form table tr td { padding: 5px 0 5px 0;  }
form td.title { font-weight: bold; }

/* - - - - - - - - - - - - 
	Forms
- - - - - - - - - - - - */
.form_error { background: #00aced!Important; }

/* - - - - - - - - - - - - 
	LAYOUT
- - - - - - - - - - - - */
#content_area { width: 1023px; margin: 0 auto; display: block; background: url(/images/logo_stars.gif) 868px 93px no-repeat; }
#header_bar { display: block; width: 1023px; height: 30px; }
#page_area { width: 874px; min-height: 400px; margin: 136px 0 0 105px; display: block; }
#site_logo { position:absolute; float: left; }
#site_menu { background: #00aced url(/images/menu_background.jpg) top left no-repeat; height: 35px; text-align: left; padding-left: 208px; }
#site_menu ul { margin: 0; padding: 0; list-style: none; }
#site_menu ul li { margin: 0; padding: 0; float: left; }
#site_menu ul li a { display: block; height: 35px; width: auto; margin: 0 9px 0 9px; }
#site_menu_sub { position:absolute;  background: #fff; height: 33px; width: 540px; text-align: left; margin: 10px 0 0 334px; z-index: 99; }
#site_menu_sub ul { margin: 0; padding: 0; list-style: none; }
#site_menu_sub ul li { margin: 0; padding: 0; float: left; }
#site_menu_sub ul li a { display: block; height: 33px; width: auto; margin: 0 11px 0 11px; }
#site_banner { margin: 10px 0 0 0; width: 874px; height: 220px; }
#site_banner img { position: absolute; z-index: 1; }
#site_content { margin: 20px 0 20px 0; width: 874px; display: block; }
#site_footer { border-top: 1px solid #fff; padding-top: 10px; height: 40px; width: 874px; font-size: 10px; }
div.gallery_right { float: right; display: block; width: 150px; height: auto; margin: 0 0 0 20px; }
div.gallery_right img { border: 0 none; margin-bottom: 10px; }
div.gallery_horiz { display: block; width: 874px; height: auto; margin: 10px 0 20px 0; }
div.gallery_horiz img { border: 0 none; float: left; margin: 0 9px 10px 0; }

/* - - - - - - - - - - - - 
	HOME
- - - - - - - - - - - - */
#home_buttons { margin-top: 20px; }
#home_buttons #col_one { width: 285px; height: 175px; display: block; background: url(/images/home_btn_gold_class.jpg) no-repeat; margin-right: 10px; }
#home_buttons #col_one:Hover { background: url(/images/home_btn_gold_class_on.jpg) no-repeat; }
#home_buttons #col_two { width: 285px; height: 175px; display: block; background: url(/images/home_btn_las_vegas.jpg) no-repeat; margin-right: 9px; }
#home_buttons #col_two:Hover { background: url(/images/home_btn_las_vegas_on.jpg) no-repeat; }
#home_buttons #col_three { width: 285px; height: 175px; display: block; background: url(/images/home_btn_entertainment.jpg) no-repeat; }
#home_buttons #col_three:Hover { background: url(/images/home_btn_entertainment_on.jpg) no-repeat; }
#home_buttons #col_four { width: 874px; height: 140px; display: block; background: url(/images/home_btn_high_rollers.jpg) no-repeat; margin-top: 10px; }
#home_buttons #col_four:Hover { background: url(/images/home_btn_high_rollers_on.jpg) no-repeat; }

/* - - - - - - - - - - - - 
	CONTACT US
- - - - - - - - - - - - */
#contact_col_one { width: 250px; }
#contact_col_two { width: 870px; padding-top: 10px; }
#contact_col_two div.person_col { width: 210px; margin: 0; padding: 0; float: left; }
#contact_col_three { width: 530px; }
#form_contact input { width: 310px; border: 1px solid #ccc; background: #222; color: #fff; padding: 3px; }
#form_contact textarea { width: 310px; height: 150px; border: 1px solid #ccc; background: #222; color: #fff; padding: 3px; font-size: 11px; }
#form_contact input.submit_btn { width:318px; color:#00aced; cursor: pointer; }
#form_contact .loading { background: url(/images/ajax-loader.gif) 120px 12px no-repeat; }
#recaptcha_table { background: #222; }
#recaptcha_response_field { border: 1px solid #ccc!important; margin-top: 5px; font-size: 11px!important; }

/* - - - - - - - - - - - - - - - - - - - - - - - 
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - */
.inline_block
{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	/*margin: 5px;*/
	zoom: 1;
	*display: inline;
	float: left;
	/* _height: 250px; -- ie6 min-height hack  */
}
.clear { clear: both; height: 0; visibility: hidden; display: block; }
.small { font-size:10px; }
