/* Image replacement technique documented here:
 * http://waydechristie.com/2006/11/21/css-image-replacement-class/
 */   

@import url(http://fonts.googleapis.com/css?family=Anton);

body {
	min-width:750px;
	margin:0;
	padding:0;
	background: #fff url(/images/fireworks.png) repeat;  /* url(/images/HawaiianFlowers.png) repeat;  */
	color:#000;
	font-family: Verdana, Helvetica, sans-serif;
}

#container {
  position: relative;
  top: 20px;
	background: #ffffff; /*  url(/images/american_flag.jpg) no-repeat 0px 0px; */
	margin:0 auto;
	padding: 0px;
	width:750px;
	border: 2px solid #CC9;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

#shootout_header {
  background: url(/images/summershootout.png) no-repeat 0px 0px;
  height:225px;
  width:539px;
  position: relative;
  top:0px;
  left: 0px;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#header {
  background:transparent url(/images/okcfairgrounds.png) no-repeat scroll 0px;
  height:28px;
  width:480px;
  position:relative;
  top:10px;    
  left:13px;
  margin:0px;
  padding:0px;
  text-indent:-999em;
	behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#header h1 {
    font-family: "Anton" ;
  	padding:0px;
    margin:0px;
}

#show_flier {
  width:184px;
  height:85px;
  position:absolute;
  top:5px;    
  right:10px;
  margin:0px;
  padding:0px;
}

#show_flier a {
  z-index:1;
  position:absolute; 
  top:0;
  left:0;
  width:184px;
  height:110px;
  background:transparent url(/images/bbrlogo.png) no-repeat;
  font-size:1em;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#entry_form {
  width:184px;
  height:85px;
  position:absolute;
  top:115px;    
  right:10px;
  margin:0px;
  padding:0px;
}

#entry_form a {
  z-index:1;
  position:absolute; 
  top:0;
  left:0;
  width:184px;
  height:110px;
  background:transparent url(/images/hawaiian_day_button.png) no-repeat;
  font-size:1em;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#nav {
  position: relative;
  top: 25px;
	background:#ff4ccb url(/images/nav_background.png) repeat-x top left;   /* #8eab7c  */
	/* border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000; */
	padding:5px;
	margin-bottom: 30px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#nav li{
	display:inline;
	margin:0;
	padding:0px 10px 0px 10px;
	font-size: 12px;
}

#nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#nav li a:hover {
  text-decoration: underline;
}

#main {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 10px;
	background:transparent;
	float:left;
	width:510px;
}

#header h1 {
    font-family: "Anton" ;
  	padding:0px;
    margin:0px;
}



#main h2, #main h3, #main p {
	/* padding:0 10px; */
  }

#sidebar {
  position: relative;
  margin: 0px;
  padding: 0px;
	background:transparent;
	float:right;
	width:220px;
}

#sidebar_column1 {
  position: relative;
  margin: 0px;
  padding: 0px;
	background:transparent;
	float:left;
	width:109px;
}

#sidebar_column2 {
  position: relative;
  margin: 0px;
  padding: 0px;
	background:transparent;
	float:left;
	width:109px;
}

#footer {
	clear:both;
  position: relative;
	background:#8eab7c url(/images/nav_background.png) repeat-x top left;
	/* border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000; */
	padding:5px;
	margin-bottom: 30px;
	text-align: center ;
}

#footer p {
	padding:0;
	margin:0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
	font-size: 12px;
}

#bbr {
  position: relative;
  left:15px;
  top: 2px;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
	opacity: 1.0;
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
  
}

/* sponsors */

#bbr { 
  padding: 140px 0 0 0; 
  display: block;
  overflow: hidden; 
  background-image: url(/images/bbrlogo.png); 
  background-repeat: no-repeat; 
  height: 0px !important; 
  height /**/:140px;
  behavior: url(/images/iepngfix.htc);
}


/*div.sponsor p {
  width:160px;
  position: relative;
  margin: 40px 0px 40px 40px;
}*/

div.sponsor p {
  width:105px;
  position: relative;
  margin: 20px 0px 20px 10px;
}

div.sponsor p a {
  display: block; 
  overflow: hidden;
  background-repeat: no-repeat;
  height: 0px !important;
}

table.results_table td
{
  font-size: 10px ;  
}

table.results_table th
{
  font-size: 10px ;  
  font-weight: bold ;
  text-align: left ;
}

.division_header
{
  font-size: 14px ;
  color: #fff ;
  background-color: #fa743c;
}

#clarion {
  background-image: url(/images/clarion_logo.png) ;
  padding: 100px 0 0 ;
}

#teners {
  background-image: url(/images/teners_logo.png) ;
  padding: 100px 0 0 ;
}

#rein {
  background-image: url(/images/rein_logo.png) ;
  padding: 100px 0 0 ;
}

#llp {
  background-image: url(/images/llp_logo.png) ;
  padding: 100px 0 0 ;
}

#okc {
  background-image: url(/images/okc_logo.png) ;
  padding: 100px 0 0 ;
}

#centralstates {
  background-image: url(/images/central_states_logo.png) ;
  padding: 50px 0 0 ;
}

#reveal {
  background-image: url(/images/reveal_logo.png) ;
  padding: 100px 0 0 ;
}

#judlittle {
  background-image: url(/images/jud_little_logo.png) ;
  padding: 100px 0 0 ;
}

#mastersaddles {
  background-image: url(/images/mastersaddles_logo.png) ;
  padding: 100px 0 0 ;
}

#drjill {
  background-image: url(/images/drjill_logo.png) ;
  padding: 100px 0 0 ;
}

#jb_qh {
  background-image: url(/images/jb_qh_logo.png) ;
  padding: 100px 0 0 ;
}

#stierwalt {
  background-image: url(/images/stierwalt_logo.png) ;
  padding: 100px 0 0 ;
}

#stanatural {
  background-image: url(/images/stanatural_logo.png) ;
  padding: 100px 0 0 ;
}

#saddleback {
  background-image: url(/images/saddleback_logo.png) ;
  padding: 100px 0 0 ;
}

#winningruns {
  background-image: url(/images/winningruns_logo.png) ;
  padding: 100px 0 0 ;
}

#wbrc {
  background-image: url(/images/WBRCLogo.png) ;
  padding: 100px 0 0 ;
}

#schiller {
  background-image: url(/images/SchillerRanchLogo.png) ;
  padding: 100px 0 0 ;
}

#justalittlewestern {
  background-image: url(/images/just_a_little_western.png) ;
  padding: 100px 0 0 ;
}

#stallmat {
  background-image: url(/images/RentAStallMat.png) ;
  padding: 100px 0 0 ;
}

#magnuson {
  background-image: url(/images/MagnusonHotelLogo.png) ;
  padding: 100px 0 0 ;
}

#comfortinn {
  background-image: url(/images/comfort_inn.png) ;
  padding: 100px 0 0 ;
}
/* founders */

.founder {
	text-align: center;
	width: 100%;
}

.founder tr td {
	width: 16.66%;
}

.founder tr td img {
	border: 0;
  behavior: url(/images/iepngfix.htc);
}

