﻿body, html, form
{
	width:100%;
	height:100%;
	margin:0px;
	background-image:url('../Images/Master/site_bg.gif');
	background-repeat:repeat;
	background-position: left top;
	font-family: Arial, Sans-Serif;
	font-size:90%;
	color:#57575A;
}

h3
{
    color:#158678;
}

#Header_Container
{
	width:980px;
	height:136px;
	margin: 0px auto 0px auto;
	background-image: url('../Images/Master/header_bg.gif');
	background-repeat: repeat-x;
	background-position:left bottom;
	border-bottom: solid 1px white;
}	

#Header_TopLine
{
    width: 980px;
    height: 90px;
    padding-top: 15px;
}

.Header_Logo
{
	width:411px;
	height:72px;
	background-image: url('../Images/Master/logo.gif');
	background-repeat: no-repeat;
	background-position:right bottom;
	float:left;
	padding-left:50px;
	cursor:pointer;
	display:block;
}

#Header_Right
{
	width:357px;
	height:47px;
	background: transparent url('../Images/Master/header_right.gif') no-repeat left top;
	float:right;
	padding-right:50px;
}

#Header_Right_Text
{
	padding: 10px 15px 0px 15px;
	width: 327px;
	height: 28px;
	text-align:left;
	vertical-align:middle;
	color:#65D6FE;
	font-size:200%;	
}

#Menu_Container
{
    height: 31px;
    width: 930px;
    padding-left: 50px;
    background-color:#432815;
}

.MenuNotSelected a, .MenuSelected a
{
	width:135px;
	height:31px;
	margin-right:5px;
	background-image: url('../Images/Master/menu_item_bg_not_selected.gif');
	background-repeat: no-repeat;
	background-position:left bottom;	
	float:left;
	font-size:150%;
	display:block;
	margin: auto;
	text-align:center;
	line-height:30px;
}

.MenuNotSelected a, .MenuNotSelected a:visited
{
	color:#938073;
	text-decoration:none;
}

.MenuNotSelected a:hover
{
	background-image: url('../Images/Master/menu_item_bg_selected.gif');
	color:White;
}

.MenuSelected a, .MenuSelected a:visited
{ 
	background-image: url('../Images/Master/menu_item_bg_selected.gif');	
	color:white;
	text-decoration:none;
}

#Main_Container, .CustomContent
{
    width: 980px;
    margin: 0px auto 0px auto;
    background-image: url('../Images/Master/main_bg_top.gif');
    background-repeat: repeat-x;
    background-position: left top;
    background-color:#553214;
}

.CustomContent
{
	padding: 20px 50px 20px 50px; 
	width: 880px; 
	color: White;
	height:400px;
}

.CustomContent a, .CustomContent a:visited
{
	color:White;
	text-decoration:none;
}

.CustomContent a:hover
{
	color:#158678;
}

#Main_bottom
{
    width: 980px;
    height: 214px;
    margin: 0px auto 0px auto;
    background-image: url('../Images/Master/main_bg_bottom.gif');
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
}

#Promotions_Sigup
{
	width:275px;
	height:188px;
	float:left;
	/*background-image: url('../Images/Master/promotions_bg.gif');
	background-repeat: no-repeat;
	background-position:right top;*/
	padding-left:50px;	
}

#Promotions
{
	width:574px;
	height:191px;
	float:right;
	padding-right:50px;		
}

.tblPromo_Signup
{
	margin-top:90px;
	margin-left: auto;
	margin-right:auto;
}

#Venues_Home_Text
{
	color:White;
	font-size:97%;
	margin-left:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.tblPromo_Field
{
	font-size:90%;	
}

.WhiteText
{
	color:White;
}

#BottomTextHolder
{
	width:980px;
	margin: 0px auto 0px auto;
	background-color:#603912;
}

#Footer
{
	width:860px;
	height:77px;
	margin: 0px auto 0px auto;
	background-color:#3c2515;
	padding-left:70px;
	padding-right:50px;
	color:White;
	font-size:95%;
	color:White;
}

.FF_fix
{
	display:block;
	clear:both;
}

#Footer_Left
{
	width:400px;
	height:62px;
	float:left;
	padding-top:15px;
}

#Footer_Left_TopLine
{
	width:400px;
	height:20px;
	padding-top:7px;
	color:White;	
}

#Footer_Left_BottomLine
{
	width:400px;
	height:20px;
	padding-top:7px;
	color:#b7aea7;	
}

#Footer_Left_BottomLine a, #Footer_Left_BottomLine a:hover, #Footer_Left_BottomLine a:visited
{
	color:#b7aea7;
	text-decoration:none;
}

#Footer_Left_TopLine a, #Footer_Left_TopLine a:hover, #Footer_Left_TopLine a:visited
{
	color:White;
	text-decoration:none;
}

#Footer_Right
{
	width:213px;
	height:77px;
	float:right;
	background-image: url('../Images/Master/footer_logo.gif');
	background-repeat: no-repeat;
	background-position:left top;
	cursor:pointer;
}

.lnkSubmit, .lnkSubmit:visited
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}

.lnkSubmit:hover
{
    text-decoration:underline;
}

.Highlight
{
    color:#158678;    
}

.Link, .link:visited
{
    color:#158678;  
    text-decoration:none;  
}

.Link:hover
{
    text-decoration:underline;
}

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td 
{
	border:solid 1px white; 
    color:white ; 
    background-color:#00A79D;
}

div.WorldCup
{
	float:right;
	padding-right:50px;
}