/* -----------------------------Standard Tags */
* {margin: 0; padding: 0;}

html {background-color: #F5F5F5;}

body {
	font-size: 62.5%;
	font-family:Arial,Helvetica,"Liberation Sans","Nimbus Sans L","FreeSans",sans-serif;
	text-align:center;
	line-height: 1.4;
}
p {margin: 0 0 1em;}
a {color: #981793;}
h2 {margin: 1em 0;color: #a82827;}
h3 {margin: 2em 0 0;}
#tractor {
	float: right;
	width: 250px;
	margin-top: 5em;
	border: 1px dashed #999;
	padding: 10px;
	background-color: #fff;
}

h5 {font-size: 1em;margin-top: 1em;}
.listing {
	margin-left: 1em !important;
	margin-left: 1.5em;
	
}



/* -----------------------------Structure */
#container{
	width: 800px;
	/*width: 703px;*/
	margin: 0 auto;
	text-align:left;
	font-size: 1.2em;
}
#wrap {
	background-color: #fff;
	background-image: url(/assets/img/header_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 1em;
}
#content {
	margin: 0;
	padding: 0;
}
#content p{line-height:1.4}
#header{
	height:134px;
	position: relative;
}
#header #logo {
	background-image: url(/assets/img/header_logo.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 466px;
	text-indent: -9999em;
}
#header #premium {
	position: absolute;
	top: 12px;
	right: 0;
	color: #fff;
	width: 200px;
}
#header #premium a {
	color: yellow;
}
#phrase {
	position: absolute;
	right: -10px;
	bottom: 2.5em;
	color: #fff;
	font-size: 1em;
}
#phrase em {
	font-weight: bold;
	font-size: 1.2em;
}
/* ---------------------------tab navigation */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
/*	background-color: #f1bd00;*/
	position: absolute;
	bottom: 0;
	width: 100%;
}
#nav li {
	display: block;
	float: left;
	margin-right: 1px;
	font-weight: bold;	
}
#nav a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;	
}
#nav a span {
	display: block;
	padding: 5px 10px;
}
#nav a:hover {
	color: #fff; /*#a82827;*/
}

/* highlight current page (note: 4-H page must use "p" infront of the 4h)*/

#home #nhome a,
#p4h #n4h a,
#openclass #nopenclass a,
#entertainment #nentertainment a,
#schedule #nschedule a,
#vendor #nvendor a,
#contact #ncontact a {
	background-image: url(/assets/img/right.gif);
	background-repeat: repeat-x;
	background-position: right 3px;
	background-color: transparent;
	color: #fff;
}
#home #nhome a span,
#p4h #n4h a span,
#openclass #nopenclass a span,
#entertainment #nentertainment a span,
#schedule #nschedule a span,
#vendor #nvendor a span,
#contact #ncontact a span {
	display: block;
	background-image: url(/assets/img/left.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 5px 8px;
	color: #fff;
}

/* ------------------------Introduction + Flash Photos */
#intro {
	background-image: url(/assets/img/intro_bg_800.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #00669a;
	color: #fff;	
	padding: 1px 0;
	position: relative;

	/* EDIT 06/14/2011 */
	clear:both;
}
	/* EDIT 06/14/2011 */

#intro h2 {
	margin: .5em 0;
	color: yellow;
}
* html #intro h2 {
	margin: 0;
}
#intro .inner {
	margin: 1em 1em 2em;
}
#intro p {
	/*width: 60%;*/
	width:500px;
}
#intro #flash {
	position: absolute;
	right: -20px;
	top: -38px;
}
#home #intro h2 {
	/*background-image: url(/assets/img/title_fairtime.gif);*/
	background-repeat: no-repeat;
	/*width: 170px;*/
	height: 24px;
	/*text-indent: -9999em;*/
	font-size: 14px;
}
#intro a {
	color: yellow;
}
#intro a:hover {
	color: white;
}


/* -----------------------Hide These */
#navigation{ 
	background: #B9CAFF; 
	display: none;
	float: right;
	width: 350px;
}
#extra{
	background:#FF8539;  
	display: none;
	float:left;
	width:350px;
}



/* -----------------------Footer */
#footer{
	clear:both;
	width:100%;
	bottom: 0;
	font-size: 1.2em;
	background-image: url(/assets/img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 1px;
}
#footer p{margin:0;padding:5px 0}	
#footer .innerwrap {
	width: 703px;
	margin: 0 auto;
	text-align: left;
	color: #666;
	position: relative;
	margin-top: 1em;
}
#footer #back2top {
	position: absolute;
	right: 0;
	top: 0;
}


/* -----------------------Basic Definition List styles */
.basic dt {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-top: 2em;
}
.basic dt, .basic dd {margin-bottom: .5em;}

/* 3 Boxes */
div#boxes {background: #fff;}
div.box {
	float: left; 
	width: 205px; 
	margin: 10px 0;
	padding: 10px; 
	margin-left: 30px;
	background-color: #666; 
	color:#fff;
	height: auto;
	position: relative;


	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
div.box a {color: yellow;}
div.box a:hover {color: #fff;}
div.box span {
	display: block;
	text-align: center;
	margin: .2em 0;
	font-size: .9em;
}
div.box h4 {
	color: yellow;
	font-size: 1.4em;
	margin: 0 0 .2em;
	text-align: center;
}
div#box1, div#box3 {
	background: #A62929;
}
div#box2 {
	background: #006699;
}
div.first {/*margin-left: 0;*/}

#box1 h4 {
	background-image: url(/assets/img/title_fees.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	text-indent: -9999em;
}
#box2 h4 {
	background-image: url(/assets/img/title_directions.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	text-indent: -9999em;
}
#box3 h4 {
	background-image: url(/assets/img/title_reg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	text-indent: -9999em;
}
	
	
/
dl.listview {border-bottom: 1px solid #C16969;}
.listview dt {
	float: left;
	clear: both;
	font-weight: bold;
}
.listview dd {float: right;}

#map {
	background: #999;
	border: 4px solid yellow;
	padding: 1px;
	margin: 0 auto;
	display: block;
}
a#gomap:hover #map {
	border-color: white;
}

/* -----------------------What 2 Expect Box */
#what2expect {
	background-image: url(/assets/img/what2expect_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1.7em;
	padding-left:48px;
	margin-top: 1em;
}
#what2expect .inner {
	background-image: url(/assets/img/what2expect_bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 1.4em;
}
#what2expect img {
	border: 4px solid #C8C6C3;
	padding: 1px;
	background-color: #fff;
	
}
#what2expect a {
	color: #483f36;
	text-decoration: none;
}
#what2expect a:hover {color: #00669a;}
#what2expect a:hover img {border-color: #B3D1E1;}
#what2expect a:hover span {text-decoration: underline;}
#what2expect h5 {
	background-image: url(/assets/img/what2expect_title.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	font-size: 1em;
	margin-bottom: .4em;
	text-indent: -9999em;
}
#what2expect .expect {
	float: left;
	margin-left: .9em;
	font-weight: bold;
	color: #483f36;
}
#what2expect .first {margin-left: 3px;}


.basic .left {
	width: 33%;
	margin-left: .5% important;
	float: left;
	margin: 0 0 1em;
}
.basic .left dt {
	border: none;
	margin: 0;
	font-weight: bold;
}













.outbound_link, .outbound_link:active, .outbound_link:focus, .outbound_link:link, .outbound_link:visited  {
	color:#A62929;
	text-decoration:none;
}
.outbound_link:hover {
	color:#EFBD10;
	text-decoration:underline;
}
.nobreak {
	white-space:nowrap;
}
.outbound_link, .outbound_link:active, .outbound_link:focus, .outbound_link:link, .outbound_link:visited  {
	color:#A62929;
	text-decoration:none;
}
.outbound_link:hover {
	color:#EFBD10;
	text-decoration:underline;
}






/* -------------------------Centered Class */
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







.clearfix:before {
	content: "\0020"; display: block; height: 0; visibility: hidden;
	clear: both;
}
.clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;
	clear: both;
}




.clearfix:before {
	content: "\0020"; display: block; height: 0; visibility: hidden;
	clear: both;
}
.clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;
	clear: both;
}
#intro{
	margin-bottom:40px;
}
h3{
/*	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration:underline;*/
}






.grandstand-event{
	background-color:#F0EFE0;
	padding:4px;
	border:1px dashed #CCCCCC;
	margin: 0.5em 0;
}

