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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none outside;
}
a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #09F;
}
body img   {
	border: none;
	outline: none;
}

/* BODY */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #006699;
	background-image: url(ee-bckgrd/ee_background_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .globalWrap_content selector */
}
body#page-ee-casino {
	background-image: url(ee-bckgrd/ee_background-casino_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000;
}

.globalWrap_y-repeat  {
	display: block;
	background-image: url(ee-bckgrd/ee_background_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: -20px;
}
#page-ee-casino .globalWrap_y-repeat {
	background-image: url(ee-bckgrd/ee_background-casino_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.globalWrap_image  {
	display: block;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(ee-bckgrd/ee_background_content.jpg);
	position: relative;
}
#page-ee-casino .globalWrap_image {
	background-image: url(ee-bckgrd/ee_background-casino_content.jpg);
}

.globalWrap_spacer {
	display: block;
	background-repeat: repeat;
	background-image: url(body/background-image.gif);
	width: 100%;
	height: 100%;
}
.globalWrap_body { 
	width: 972px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.globalHeader {
	position: absolute;
	top: -118px;
	left: 0px;
} 
.globalHeader .ee_newsletter {
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 2000;
	text-align: right;
}
.globalHeader .ee_newsletter a {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	border: 1px solid transparent;
}
.globalHeader .ee_newsletter a:hover {
	color: #F90;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(header/images/ee-dropdown-bckgrnd-2.png);
}
.globalHeader .ee_home a {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	padding-left: 220px;
	padding-bottom: 70px;
}
.globalHeader .addthis {
	position: absolute;
	z-index: 98;
	left: 650px;
	bottom: 37px;
}
.eeSearchWrap{
	position: absolute;
	right: 3px;
	top: 63px;
	z-index: 2010;
}
.globalWrap_container {
	margin-top: 118px;
	background-color: #FFF;
	position: relative;
	z-index: 4;
}
.main_content {
	float: left; /* since this element is floated, a width must be given */
	width: 573px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 1.4em;
	color: #999;
	font-weight: bold;
	padding-top: 20px;
	min-height: 803px;
}
.main_content p {
	padding: 15px;
}

.sidebar1 { 
	margin: 0 0 0 573px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.globalFooter {
	display: block;
	width: 100%;
	height: 780px;
	background-image: url(ee-bckgrd/ee_background_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	z-index: 4;
	background-color: #FFF;
	text-align: center;
	font-size: 1.2em;
	padding-top: 20px;
}
#page-ee-casino .globalFooter {
	background-image: url(ee-bckgrd/ee_background-casino_footer.jpg);
}

.globalFooter a {
	text-decoration: none;
	color: #069;
}
.globalFooter a:hover {
	text-decoration: underline;
}
.globalFooter .footerAdwrap {
	display: block;
	clear: both;
	height: 100px;
	padding: 60px;
}
.globalFooter .footerAdwrap .footerAd1{
	padding: 10px;
}
.globalFooter .footerAdwrap .footerAd2{

}
.globalFooter .ee_footer-terms {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	color: #999;
}
.globalFooter .ee_footer-terms a {
	color: #FFF;
}
.globalFooter .ee_footer-terms a:hover {
	color: #F90;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#block3 {
	text-indent: -9999px;
}
