@charset "utf-8";
/* CSS Document */

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; background-color:#000; color: #FFF;}
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
img { behavior: url('iepngfix.htc') }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap { width: 900px; margin: 0 auto; background:#000 url('images/bg.jpg') no-repeat; background-position: 0% 10%; }
#page-wrap2 { width: 900px; margin: 0 auto; background:#000 url('images/bg2.jpg') no-repeat; background-position: 0% 10%; }
#nav { background-color: #000000; width: 800px; height: 22px; margin: 0px auto 40px auto; padding-top: 8px; }
#flash { width: 900px; height: 200px; margin: 0 auto; }
#footer{ width: 900px; margin: 180px 0 120px 0; }
/* END STRUCTURE */

/* ------------------------------------------ */
/* CLASSES/FANCY LOOKS */
/* ------------------------------------------ */
h1{ font: 20px Helvetica, sans-serif; text-transform: uppercase; font-weight:bold;}
h2{ font: 14px Helvetica, sans-serif; font-weight:bold; color: #999; line-height: 22px;}

.nav ul{ list-style:none; height: 32px; margin: 0 auto; }
.nav li{ display: inline; margin: 0 12px; }
.nav a{ color: #ffa800; text-decoration: underline; text-transform:uppercase; font: 1.5em;}
.nav a:hover{ color: #ffd583; }

.footer{ text-align: center; }
.footer ul{ list-style:none; margin: 10px 0; }
.footer li{ display: inline; margin: 0 10px; }
.footer a{ color: #555555; text-decoration: none; text-transform: uppercase; }
.footer a:hover{ color: #666666; text-decoration: underline; }

.homeContent{ width: 900px;  margin: 0 auto 10px 0; }
.homeContent a{ color: #ffa800; text-decoration: underline; text-transform:none; font: 1.5em;}
.homeContent a:hover{ color: #ffd583; }

.promoContent{ width: 900px; height: 430px; margin : -35px auto 20px auto; }
.promoflash{ z-index: 5; /*margin-left: -120px; margin-top: -70px;*/ position: relative; outline:none;}
.promo{ width: 780px; height: 290px; margin : 0 auto; border-right: dashed thin #ffa800; border-left: dashed thin #ffa800; position: relative; top: -315px;}
.promo2{ width: 565px; margin : 0 auto 0px auto; border-right: dashed thin #ffa800; border-left: dashed thin #ffa800; position: relative; top: 0px; padding: 0 10px;}
	.promo2 .headimg{ margin-bottom: 10px;}
	.promo2 p{ margin: 10px 0; font-size: 1.6em;}
	.promo2 ul{list-style: inside disc;}
	.promo2 li{ font-size: 14px; color:#ccc; margin-left:10px; line-height:20px;}

.properties{ width: 650px; margin: 0 auto;}
.properties h2 a{text-transform: lowercase;}

.extras{ width: 520px; margin: 10px auto;}

.parlay13 ol{
	margin-left: 30px;
}
.parlay13 li{
	font-size: 1.2em;
}
