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


body
{
	height: 99%;
	width: 100%;
	position: absolute;
	margin-left: -1px;
	min-width:1080px;
	background-color: #237714;
	background-attachment: fixed;
	background-image: url(imgs/bkgrd_grass.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#page-container
{
	width: 1080px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#ad_container {
	width:1080px;
	top:150px;
	margin-left: auto;
	margin-right: auto;
	height: 605px;
	position: absolute;
	z-index: 9;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
#ad-left
{
	float: left;
	width: 125px;
	border: medium solid #09F;
	height: 600px;
	overflow: hidden;
	left: 0px;
	z-index: 10;
}
#ad-right
{
	float: right;
	width: 125px;
	border: medium solid #09F;
	height: 600px;
	overflow: hidden;
	right: 0px;
	z-index: 11;
}
#live-container
{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#live {
	position: relative;
	height: auto;
	width: 1300px;
	top: -5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 800px;
	height: auto;
	min-height:500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 100;
}
#content_live {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	top: 0px;
	clear: both;
	overflow: visible;
}
#page-contain
{
	min-height:800px;
	width: 100%;
	margin: auto; 
	text-align:center;
}

#page-title
{
	width:740px;
	height:45px;
	text-align:left;
	margin:auto;
	padding-left:50px;
	color:#FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	line-height: 45px;
	font-weight: bold;
	font-variant: normal;
}
.press_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
`	text-decoration: none;
	float: right;
	padding-top: 40px;
}
.press_link a:hover {
	color:#6F3;
}
.press_link a:link,a:visited,a:active {
	text-decoration:none;
	color:#0FF;
}
#header
{
	margin-left:auto;
	background-image:url(images/bg_header.jpg)
	text-align:left;		
	margin-right: auto;
	clear: none;
	position: relative;
	width: 800px;
	top: 0px;
	height: 95px;
}

#header img
{
	float:left;
	border:none;
	text-decoration: none;
	position: absolute;
}
#logo {
	left: 10px;
	width: 292px;
	height: 113px;
	top: 0px;
	z-index: 2;
	position: relative;
}

.venuing_logo
{
	background:url(imgs/logo.png) center top no-repeat;
	display:block;
	height:292px;
	height:113px;
}
.venuing_logo:hover
{
	background-image: url(imgs/logo_over.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#nav {
	list-style-type: none;
	width: 800px;
	clear:both;
	float:none;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	position: relative;
	background-image: url(imgs/nav.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 200;
}
#nav ul {
	list-style-type: none;	
}

#nav li
{
	display:inline;
	padding:0px 1px 0px 0px;
	float:left;
	background-image:url(imgs/nav_bg.png);
	background-repeat:repeat-x;
	height: 50px;
}
#nav li a
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#FFF;
	width:80px;
	text-decoration:none;
	margin:0px;
	height:50px;
	line-height:50px;
	padding:11px 20px 12px 20px;
}
#nav img
{
	display:inline;
	border:none;
	margin:1px auto;
	padding:0px
}

#nav li a:hover
{
	background-image:url(images/bg_menu_ov.jpg);	
}

#nav li a.current
{
	background-image:url(images/bg_menu_sel.jpg);	
}
#login {
	position:absolute;
	top:50px;
	width:220px;
	height:30px;
	left:505px;
	z-index: 2;
	overflow: visible;
	background-image: url(imgs/login.png);
}


#login li
{
	display:inline;
	margin:0px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	list-style-type: none;
	line-height: 30px;
}
#login li a
{
	color: #006;
	text-decoration:none;
	margin:0px;
	padding:0px 42px 0px 0px;
	width: 300px;
}
#login li a:hover
{
	color:#CFF
}
#flash_wrap {
	background-image:url(imgs/loading.gif);
	clear: both;
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

#top_div_wrap {
	clear: both;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	display: block;
	text-align: center;
	min-height: 400px;
}
#content_left {
	clear: none;
	float: left;
	height: auto;
	width: 480px;
	position: relative;
	left: 10px;
	z-index: 5;
	top: 3px;
}
#content_app_store img {
	text-decoration:none;
	border:none;
}
#content_app_store {
	position: relative;
	margin: 2px;
	height: 334px;
	width: 300px;
	z-index: 10;
	text-align: right;
	right: 10px;
	float: right;
}
#content_slogan {
	width: 800px;
	z-index: 199;
	overflow: visible;
	position: relative;
	left: 0px;
	background-color: #000;
	height: 90px;
	clear: both;
	margin-top: 0px;
}
#content_slogan img{
	float: left;
	clear: none;
	position: relative;
	height: 75px;
	width: 75px;
	bottom: 0px;
	left: 15px;
}
.text_1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	height: auto;
	width: 100%;
	z-index: 400;
	left: 20px;
	clear: both;
	bottom: 5px;
	float: none;
}
.text_2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	height: auto;
	width: 700px;
	overflow: visible;
	position: relative;
	z-index: 199;
	left: 30px;
	bottom: 10px;
	float: left;
	top: 10px;
}
.h1 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:normal;
	margin-left: 75px;
	line-height: 40px;
	font-weight: bold;
}
#copy
{
	background-color:#000;
	color: #FFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	padding-left: 50px;
	position: relative;
	display: block;
	clear:both;
	top: 0px;
	padding-top: 25px;
}
.copy_list
{
	height:auto;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#bottom_div_wrap {
	clear: both;
	height: 395px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	overflow: visible;
	background-color: #000;
}
#bottom_curve {
	background-image: url(imgs/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:800px;
	clear:both;
	height:50px;
}
#bottom_left {
	float: left;
	width: 400px;
	position: relative;
	overflow: visible;
	background-color: #000;
	height: 395px;
}
#bottom_right {
	background-color: #000;
	float: right;
	width: 400px;
	position: relative;
	overflow: visible;
	height: 395px;
}

#followus
{
	width: 800px;
	margin:0px auto 0px auto;
	float:right;
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#FFF;
	clear:both;
	visibility: visible;
}
#followus .inner-container 
{
	display:block;
	width:400px;
	margin:10px auto 10px auto;
	float:right;
	text-align:left;
	list-style:none;
}
#followus .inner-container li 
{
	float:left;
	display:block;
	vertical-align: middle;
	padding:0 5px 0px 5px;
	z-index: 505;
}
#footer-container
{
	clear:both;
	margin-top:20px;
	height: 104px;
	background-image:url(images/bg_footer.jpg);
	position: relative;
	bottom: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 850px;
	width: 100%;
	z-index: 400;
}

#footer
{
	padding-top:20px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}
#footer li
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline;
	margin:0px;
	background-repeat:repeat-x;
}

#footer li a
{
	color:#6f787f;
	width:80px;
	text-decoration:none;
	margin:0px;
	padding:0px 18px 0px 18px;
	border-right: solid 1px #666;	
}

#footer li a:hover
{
	color: #6F3;
}
#stadiums {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
}

#stadiums a
{
	color:#0CF;
	text-decoration:none;
	text-align:center;
	padding:10px;
}

#stadiums a:hover
{
	color:#FFF;
	text-decoration:none;
}

