@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0;
	height: 100%;
}

.container{
	min-height: 100%;
	margin-bottom: -160px;
}

.clear{
	clear: both;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

a:link, a:visited{
	color: #F90;
	text-decoration: none;
}

a:hover, a:active{
	color: #333;
}

.copy{
	color: #FFF;
	width: 400px;
	padding: 10px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.hdrGame{
	background-image: url(../images/bgHdrgame.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.ads{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align:justify;
}

.enter{
	padding: 40px;
}

.center{
	padding: 15px;
	text-align: center;
}


/*-----------------
Header
-----------------*/

#hdrContainer{
	height: 155px;
	background-image: url(../images/bgHdr.jpg);
	background-repeat: repeat-x;
}

#hdr{
	margin: 0 auto;
	width: 920px;
	height: 155px;
	background-image: url(../images/bgHdr.jpg);
	background-repeat: repeat-x;
}

#hdrMiddle{
	height: 91px;
}

#logo{
	float: left;
	height: 91px;
	width: 180px;
}

/*-----------------
Login
-----------------*/

#login{
	height: 25px;
	padding-top: 5px;
	text-align: right;
	visibility: hidden;
}

#login input{
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #CCC;	
}

#login label{
	color: #333;
}

/*-----------------
Navigation
-----------------*/

#nav{

}

#nav ul{
	margin: 0;
	padding: 0;
	height: 34px;
}

#nav ul li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
	border-left: 1px solid #999;
	text-align: center;
}

.borderRight{
	border-right: 1px solid #999;
}

#nav ul li a, #nav ul li a.visted{
	display: block;
	padding: 10px;
	height: 14px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover , #nav ul li a:active{
	display: block;
	padding: 10px;
	height: 14px;
	background-image: url(../images/btnBgOver.jpg);
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.active a	{
	display: block;
	padding: 10px;
	height: 14px;
	background-image: url(../images/btnBgOver.jpg);
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*-----------------
Main Content
-----------------*/

#mainContainer{
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;
}

#main{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;	
}

.gameContainer{
	width: 590px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}

.leftColumn{
	float: left;
	width: 600px;
	padding-right: 10px;
}

.rightColumn{
	float: right;
	width: 300px;	
}

.contentContainer{
	background-image: url(../images/bgGame.jpg);
	background-repeat: repeat-x;
}

.contentTopTb{
	height: 15px;
	width: 590px;
	padding: 0;
	margin: 0;
	background-image: url(../images/bgHdrgame.png);
	background-repeat: repeat-x;
}

.cornerLeft{
	float: left;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;

}

.cornerRight{
	float: right;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
}


.contemtMiddle{
	text-align: center;
}

/*-----------------
Ad Styles
-----------------*/

.banner300{
	width: 300px;
	height: 250px;
	padding-bottom: 10px;
}

.banner728{
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

/*-----------------
Footer
-----------------*/

.clearFooter{
	height: 145px;
	clear: both;
}

#footerContainer{
	position: relative;
	height: 160px;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

#footer{
	margin: 0 auto;
	padding: 15px;
	height: 130px;
	width: 890px;
	text-align: center;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}

.disclaimer{
	font-size: 9px;
	color: #999;
	padding-top: 5px;
}

/*-----------------
Pop Ups
-----------------*/

#popHdr{
	width: 470px;
	height: 75px;
	padding-top: 5px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/bgHdr.jpg);
	background-position: -6px;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

#popContent{
	width: 440px;
	height: 245px;
	margin: 0 auto;
	padding: 15px;
	background-color:#FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#close{
	width: 470px;
	text-align: center;
	margin: 0 auto;
	height: 20px;
	background-color:#FFF;
	background-image: url(../images/bgHdr.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.popConent{
	font-size: 11px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;
}

.popLightTxt{
	color:#666;
	font-weight: bold;
}

.close{
	font-size: 10px;
	text-align: center;
}

/*-----------------
Register
-----------------*/


#regColumn{
	width: 250px;
	text-align: right;
}

#leftColumn{
	position: absolute;
	width: 170px;
	padding-top: 80px;
}


#hero{
	padding-left: 10px;
}


#rightColumn{
	position: absolute;
	left: 200px;
	width: 600px;
}

#regForm{
	text-align: left;
	color: #FFF;
	width: 520px;
	margin: 0 auto;
}

#regForm input{
	background-color: #FFF;
	border: 1px solid #00746d;
	width: 240px;
}

#regForm select{
	background-color: #FFF;
	border: 1px solid #00746d;
}

.regFormColumn{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.regField{
	padding-top: 5px;
}

.requiredField{
	color: #F90;
}

#stateZip input{
	width: 80px;
}

#regForm #optIn{
	padding-top: 15px;
	text-align: left;
}

#regForm #optIn input{
	width: 15px;
	height: 15px;
	background-color: none;
	border: none;
	padding: 0;
	margin-right: 5px;
}
.submit{
	width: 500px;
	text-align: center;
	padding-top: 5px;
}

.floatLeft{
	float: left;	
}

#captcha input{
	width: 80px;
}

#pick{
	width: 310px;
	margin: 0 auto;
}

#pick label{
	float: left;
	width: 145px;
	padding-left: 10px;
}


.redeemLeft{
	float: left;
	height: 14px;
	width: 175px;
	text-align: right;
	padding-bottom: 2px;
}

.redeemRight{
	float: left;
	height: 14px;
	width: 175px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
}