/* THIS CSS SHEET THE MAIN AUGUST SWF FILE */
a{ -moz-outline-style: none;outline-style: none;}
a:link {
	color: #740D04;
	text-decoration: none;
}
a:visited {
	color: #740D04;
	text-decoration: none;
}

a:hover {
	color: #740D04;
	text-decoration: none;
}
/* privacy link */
.privacycontainer a:link {
	color: #740D04;
	text-decoration: none;
}
.privacycontainer a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
.privacycontainer a:hover {
	color: #740D04;
	text-decoration: none;	
}


/* this is the body style */
body {
	color: #FFFFFF;
	font-family: Helvetica, Verdana, sans-serif, Arial;
	font-size: 1em;
	margin:0px;
	text-align:left;
	line-height: normal;
	background: #F1BB1A url(gradient1.jpg) repeat-x;
	height: 100%;
}
/* this is the body style */
h1 {
	font-family: Helvetica, Verdana, sans-serif, Arial;
	color: #ED3916;
	font-size: 2em;
}

.bodysmallfont {
	font-size: 80%;
}
.bodysmallfont_hilite {
	font-size: 80%;
	color: #ED3916;
}
html>body .bodysmallfont { 
 	font-size: 80%;
}
.bodyxtraspce {
	line-height: 1.5em;
}
/*  */

.hilitebody {
	color: #FF3300;
}


/* this is the main wrapper for the page holds everything - allows for the site to maintain border */
#wrapper {
	position: absolute;
	top: 292px;
	width: 100%;
	height: 1px;
	overflow: visible
}



#newcontainer { 
	position: absolute; 
	left: 50%; 
	width: 750px; 
	margin-left: -375px; 
	height: 519px; 
	top: -260px;
	border: 10px solid #FFFFFF;
}

#newcontainer img { border: none; }
	
/* this is theold container div */
#newcontainerOLD {
	height: 519px;
	width:750px;
	padding: 0px;
	margin: 0px;
	border: 10px solid #FFFFFF;
}

/* Home Page */
.homecontainer { 
	position: absolute; 
	left: 50%; 
	width: 750px; 
	margin-left: -375px; 
	height: 519px; 
	top: -190px;
	border: 10px solid #FFFFFF;
	background: url(../images/home_background.gif);
}
/* privacy container on home page */
.privacycontainer {
	position: absolute;
	left: 50%; 
	width: 770px;
	margin-left: -375px;
	height: 25px;	/*top: -190px;
	border: 10px solid #FFFFFF;
	background: url(../images/home_background3.gif);*/
	top: 289px;
}
.ticketscontainer {
	width: 397px;
	height: 489px;
	padding-left: 325px;
	padding-right: 28px;
	padding-top: 30px;
	background: url('images/tickets_bg.gif') top left no-repeat;
}
.ticketscontent {
	font-size: 80%;
	line-height: 110%;
	padding-right: 5px;
	width: 392px;
	height: 452px;
	overflow: auto;
}
.ticketscontent .header {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
}
.ticketscontent .ticketbutton {
	display: block;
	height: 20px;
	width: 200px;
	border: 1px solid red;
}
.ticketscontent a {
	color: #f1bb1a;
	font-weight: bold;
}
.ticketscontent a:hover {
	color: #ffffff;
}
/* privacy page CSS */
#pwrapper {
	height: 90%;
	width: 710px;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0px;
}


#pcontainer {
	background: #740D04;
	width: 700px;
	
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.ptxthldr {
	height: 100%;
	width: 684px;
	text-align: left;
	margin: 5px;
	padding: 3px;
}
/* -------------------------------- */

.strikealert {
	text-align: center;
	position: absolute; 
	left: 50%; 
	width: 744px;
	margin-left: -375px; 
	top: -280px;
	border: 10px solid #FFFFFF;
	background-color: #000000;
	padding: 3px;
}

.home_nav { width: 412px; margin: 0px auto; }
.home_nav li { list-style: none; float: left; }
.buytickets { margin-top: 386px; }
	.buytickets a { display: block; width: 163px; height: 81px; background: url(../images/home_buytickets.gif); }
	.buytickets a:hover { background: url(../images/home_buytickets_on.gif); }
	.buytickets span { display: none; }
.entersite { margin-top: 376px; margin-right: 86px; }
	.entersite a { display: block; width: 163px; height: 89px; background: url(../images/home_enter.gif); }
	.entersite a:hover { background: url(../images/home_enter_on.gif); }
	.entersite span { display: none; }
.news { background: url(../images/home_news.gif) no-repeat; height: 18px; margin-top: 25px; text-align: center; padding: 6px 0px 0px 76px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
	.news span { display: none; }
	.newstext { width: 565px; height: 1.2em; overflow: hidden; float: left; }
	.readmore { display: block; width: 95px; height: 14px; float: left; }
	.callouts { margin-top: -10px; }
	.callouts img { display: block; float: left; border: 0px; }
	
	script { height: 0px; }
