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

*{margin:0; padding:0;}
p {padding-bottom:1em;}
a {text-decoration:none;}

body {
	background: url(../images/00-layout_images/bgtexture.jpg) repeat;
	color:black;
	font-family:avenir, Arial, Helvetica, sans-serif;
	font-size:14px;
}

@font-face {
	src:url(fonts/Avenir2.otf) format ('opentype'),
	url('fonts/Avenir2.eot?') format('eot'),
    url('fonts/Avenir2.woff') format('woff'),
	url('fonts/Avenir2.woff.svg#svgavenir') format('svg'),
	src: local('avenir'), local('avenir');
	font-family:avenir;
}

@font-face {
	src: url('fonts/knockout47.eot');
	src: url(fonts/knockout47.otf);
	src: url('fonts/knockout47.eot?#iefix') format('embedded-opentype'),
    url('fonts/knockout47.woff') format('woff'), /* Modern Browsers */
	url('fonts/knockout47.ttf') format('truetype'),
	url('fonts/knockout47.svg#knockout') format('svg'), /* Legacy iOS */
	src: local('knockout'), url(fonts/knockout47.otf), format('opentype');
	font-family:knockout;
}

@font-face {
	src:url(fonts/AveniMed.otf) format ('opentype'),
    url('fonts/AveniMed.eot?') format('eot'),
    url('fonts/AveniMed.woff') format('woff'),
	url('fonts/AveniMed.svg#svgavenirmed') format('svg');
	font-family:avenirmed;
}

@font-face {
    font-family: 'CaslonTwoTwentyFourBQRegular';
    src: url('fonts/caslontwotwentyfourbq-blackitalic_2-webfont.eot');
    src: url('fonts/caslontwotwentyfourbq-blackitalic_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/caslontwotwentyfourbq-blackitalic_2-webfont.woff') format('woff'),
         url('fonts/caslontwotwentyfourbq-blackitalic_2-webfont.ttf') format('truetype'),
         url('fonts/caslontwotwentyfourbq-blackitalic_2-webfont.svg#CaslonTwoTwentyFourBQRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --- division styles --- */

#container {
	width:960px;
	margin:0 auto;
	}
	
#toplogos {
	float:right;
	padding-top:10px;
}
	
#header {
	position:relative;
	z-index:100;
	background-image:url(../images/00-layout_images/top-banner-nekoosa.png);
	height:178px;
	width:960px;
	}

#subnav {
	background-color:#eee;
	padding:10px 20px;
	font-size:12px;
	}

#content {
	background: transparent;
	min-height:400px;
	padding:0;
	}
	
#slotwinners {
	text-align:center;
	background-image:url(../images/00-layout_images/slotwinners-section.png);
	background-repeat:no-repeat;
	height:33px;
	width:100&;
	position:fixed;
	bottom:0;
	margin-left:-370px;
	left:50%;
	border:0;
	display:block;
	z-index:26;
	
}
#contentsection{
	padding-top:20px;
	position:relative;
	left:175px;
	width:650px;
	font-family:avenir, Arial, Helvetica, sans-serif;
	color:a1a1a1;
	
	
}
#contentsection ul li{
	position:relative;
	left:40px;	
}

#promocontentsection{
	padding-top:20px;
	position:relative;
	left:30px;
	width:885px;
	font-family:avenir, Arial, Helvetica, sans-serif;
	color:a1a1a1;
	
	
}
#promocontentsection ul li{
	position:relative;
	left:30px;	
}
	
#footer {
	color:#00000;
	text-align:center;
	padding:0px;
	font-family:avenir, Arial, Helvetica, sans-serif;
	width:960px;
	}
	
/* --- other styles --- */
a {
	font-family: avenir, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border:0;
}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	/*font-weight:bold;*/
	color:#000000;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#000000;
}

#header h1 {
	color:#cd1b21;
	letter-spacing:-0.05em;
		text-shadow:1px 2px 4px black;}

#card img {
	padding:20px 10px 0 20px;
	float:right;
}

#content img {
	padding:0;
	margin:0;
}

#content>h2,h3 {
	text-shadow:0px 1px 0px #FFF;
	text-shadow:0px -1px 0px #AAA;
	padding-bottom:5px;
}

#content>p {
	text-shadow:1px 1px 0px #DDD;
	padding:0;
}

#content>p>a, #footer a {
	border-bottom: 1px solid #DFDFDF;
	color:#21759B;
	text-decoration:none;
}

#content>p>a:hover, #footer a:hover {
	color:#D54E21;
	border-bottom: 1px solid #D54E21;
}

p {
	font-family:avenir, Arial, Helvetica, sans-serif;
	color:#adadad;
	font-size:14px;
}

h1 {/*--- secondary Nav ---*/
	font-size: 18px;
	color: #030000; /* grey color*/
	text-align: left;
	font-weight: bold;
}

h1 a {
	font-size:16px;
	color:#adadad; /* grey color*/
	text-align:left;
	font-weight:bold;
}

h2 { /*---Red headers---*/
	font-size: 16px;
	color: #C90307; /* red color */
	text-align: left;
	font-weight: bold;
}

h3 {
	text-align:center;
	color:#951320;/*#951320; #7E0007; dark red*/
	font-size:21px;
	font-weight:bold;
}

h4 {
	text-align:left;
	color:#951320;/*#951320; #7E0007; dark red*/
	font-size:21px;
	font-weight:bold;
}


.menu {
	padding:10px 0 10px 12px;
}

table {
	padding-left:20px;
}

table h3,p {
	text-align:center;
	padding-left:20px;
}

.contact {
	padding-left:40px;
}

.contact iframe {
	border:solid 2px #ecc8ca;
}

.contact p {
	text-align:left;
}

.contact h5 {
	padding-left:20px;
}

.menu img {
	padding:2px;
}

.locations {
	font-family: avenir, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align:center;
	float: left !important;
	left: 10px;
	width:960px;
	padding-top:10px;
}

#casino-ticket-link {
	position: absolute;
	top: 76px;
	left: 1px;
	width: 624px;
	height: 80px;
	background-color: transparent;
	border: none;
		}

.header-spacer{
	height:87px;
}
.header-spacer2{
	height:5px;
}
#footer-spacer{
	height:130px;
}

.contact-section {
	font-family: avenir, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #770D11;
	text-align:right;
	float: right !important;
	left: 10px;
	width:960px;
	border:none;
	margin-top: -10px;
}


.slotwinners-info {
	font-family: avenir, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	width:720px;
	padding:15px 0 0 255px;
	left:70%;
	
}
.winnerspace{
	width:10px;

}


/* ----------------IMAGE SLIDER 1------------- */
#SlideItMoo_outer_1 {  
	width:960px;
	height:375px; 
	margin:0px auto 0px; 
	background:transparent; 
	display:block; 
	position:relative; 
	padding:0px;
	overflow:hidden;
	top:0px;
	left:0px;
	
}
/* create custom forward-backward buttons for this container */
.SlideItMoo_forward,
.SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:30px; 
	height:30px; 
	right:5px; 
	background:url(../scripts/bxslider/bx_styles/hcg-next.png) no-repeat center;  
	left:20px;
	top:57%;
	z-index:15;
	text-indent:-9999px;
	border:0;
}
.SlideItMoo_back { 
	left:20px; 
	top:65%;
	background:url(../scripts/bxslider/bx_styles/hcg-prev.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner_1{ 
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
	width:960px; /* Change this to your images width */
    height:375px; /* Change this to your images height */
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items_1 { 
	display:block; 
	position:relative;
	height:6000px;
	 
}
/* single element design */
#SlideItMoo_items_1 div.SlideItMoo_element_1 {
	display: block;
	position: relative;
	float: top;
	margin: 0pxx;
	width: 960px;
	text-align: center;
	color: transparent;
	background-image: url(../images/00-layout_images/applique.png);
}
#SlideItMoo_items_1 a { padding:0px; margin:0px; clear:both; display:block; background:transparent; padding:0px; border:none; }
#SlideItMoo_items a_1 img{ border:none; }






/* ----------------IMAGE SLIDER 2 - promo pod------------- */
#promo-pod{ 
	width:960px ;
	height:150px;
	position:absolute;
	z-index:25;
	top:540px;
	alignment-adjust:middle;
}


#SlideItMoo_outer_2 {  
	width:960px;
	height:140px; 
	margin:15px 40px 15px; 
	background:transparent; 
	display:block; 
	position:relative; 
	padding:0px 5px 0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer_2 .SlideItMoo_forward{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:41px; 
	height:140px; 
	top:0px; 
	left:830px; 
	background:url(../images/00-layout_images/promo-pod-right-nav.png) no-repeat center;  
}
#SlideItMoo_outer_2 .SlideItMoo_back { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:41px; 
	height:140px; 
	top:0px; 
	left:5px; 
	background:url(../images/00-layout_images/promo-pod-left-nav.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner_2{ 
	position:relative ; 
	overflow:hidden ; 
	width:815px ; /* set a display width to make the slider look good in case js is disabled */
	height:140px;
	margin:5px auto 5px;
	padding:0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items_2 { 
	display:block; 
	position:relative;
	
	 
}
/* single element design */
#SlideItMoo_items_2 div.SlideItMoo_element_2 { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 5px 0px; 
	width:250px; 
	text-align:center; 
	color:transparent;
}
#SlideItMoo_items_2 a { padding:0px; margin:0px 0px 0px; clear:both; display:block; background:transparent; padding:2px; border:none;}
#SlideItMoo_items_2 a img{ border:none; }

/* ---------------- winners ticker bottom ------------- */

#SlideItMoo_outer_3 {  
	width:471px;
	height:70px; 
	background:transparent; 
	display:block; 
	position:relative; 
	
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner_3{ 
	position:relative ; 
	overflow:hidden ; 
	width:471px ; /* set a display width to make the slider look good in case js is disabled */
	height:70px;

}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items_3 { 
	display:block; 
	position:relative;
	}
/* single element design */
#SlideItMoo_items_3 div.SlideItMoo_element_3 { 
	display:block; 
	position:relative; 
	width:471px; 
	float:left;
	text-align:center; 
}
