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

* { padding: 0;
margin: 0;

}


h1,h2,h3,h4,h5,h6 {

color:#eb6e0e;

}

.orangesmall { 
 font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#eb6e0e;
}


a:link,a:visited {
color:#eb6e0e;
}

a:hover {
color:#333;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-width: 882px;
	background-color: black;
	color: #FFFFFF;
}



#wrapper { 
width: 882px;
margin: auto;
margin-top: 20px;
background-color: #eb6e0e;

}

#wrapper2 { 
width: 882px;
margin: auto;
margin-top: 20px;
background-color: #000;

}

#entire_content { 
width: 882px;
height:auto;


}

#header { 
width: 882px;
height:79px;
float:left;
background: url(images/header.jpg) no-repeat;

}

#header_section { 
width: 882px;
height:71px;
float:left;
background: url(images/header_section.jpg) no-repeat;

}

.homebutton { 
width: 882px;
height:10px;
float:left;
padding: 50px 0 0 0;

}

#header_section2 { 
width: 882px;
height:71px;
float:left;
background: url(images/header_section2.jpg) no-repeat;

}

#main_nav { 
width: 164px;
height:auto;
float:left;
background: url(images/main_nav.jpg) no-repeat;

}



#sponsor { 
width: 164px;
height:86px;
float:left;
background-color:#eb6e0e;

}

#offers { 
width: 164px;
height:auto;
float:left;
background-color:#eb6e0e;

}

#nav_text { 
width: 164px;
height:110px;

}

#main_content { 
width: 718px;
height:auto;
float:right;
background-color: #000000;

}

#text_content { 
width: 718px;
height:auto;
padding: 60px 0 20px 0;
background-color:#000000;

}

#signage_content { 
width: 598px;
height:auto;
padding: 60px 60px 20px 60px;
background-color:#000000;

}

#contact_content { 
width: 718px;
height:150px;
padding: 60px 0 20px 0;
background-color:#000000;

}

#flash_content {
	width: 718px;
	height:252px;
	background-color: #000000;

}

#flash_nav { 
width: 718px;
height:106px;

}

.larger { 
width: 718px;
padding: 10px 0 10px 0;

}



#footer { 
width: 882px;
height:108px;
clear:both;
background: url(images/footer.jpg) bottom no-repeat;

}

.disclaimer { 
 width: 882px;
 padding: 10px 0px 20px 0px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#FFFFFF;
background-color:#000000;
}


.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #eb6e0e;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a7a9ab;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.maintextorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb6e0e;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb6e0e;
	font-style: normal;
	line-height: 14px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #ccc;
}


	
.link a:link a:visited {

color: #666;

}

.link a:hover {

color: #ccc;

}

	
	
	
#navcontainer { width: 150px; }

#navcontainer ul
{
margin: 0 0 10px 5px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

#navcontainer a
{
display: block;
padding: 1px;
width: 150px;
background:#eb6e0e;
/*filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;*/
border: 1px solid #eee;
color: #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
list-style-type: none;
}

#navcontainer a:hover
{
background-color: #000000;
color: #ffffff;
}
