/* CSS Document */

/* Color Palette

#DDB74B yellow
#669900 green
#52760A dark green
#4C1711 brown
#990000 red
*/

/***************************
remove defaults
****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

}

:focus {
	outline: 0;
}

ol, ul {
	list-style: disc;
}

ul.bullets li {
	margin-left:20px;
	padding-bottom: .5em;
	line-height:18px;
	color:#4C1711;
	font-weight:bold;
}

table {
	border-collapse: separate;
	}
	
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***************************
html/body
****************************/

html, body {
	background-color: #690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/faf09_background.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/***************************
general
****************************/
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italics {
	font-style: italic;
}

/***************************
headings
****************************/

h1 {
	margin-top:8px;
	margin-bottom:12px;
	font-size: 36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4C1711;
	text-align:center;
}

h2 {
	margin-top:14px;
	font-size: 20px;
	color:#990000;
}

h3 {
	margin-top:8px;
	font-size: 16px;
	color:#990000;
}

h4 {
	font-size: 14px;
}

/***************************
links & text
****************************/

a:link, a:visited, a:active {
	color: #690;
	text-decoration: none;
	word-spacing:normal;
}

a:hover {
	color: #405c08;
	text-decoration: none;
	word-spacing:normal;
}

p{
	padding-top: .5em;
	padding-bottom: .5em;
	line-height:18px;
	color:#4C1711;
}

/***************************
layout
****************************/

#wrapper {
}

#header {
	background-image:url(../images/faf09_headerslice.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#headerbase {
	height:42px;
	width:950px;
	background-image:url(../images/faf09_header_3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-bottom:10px;
}

#footer {
	margin-top:20px;
	margin-bottom:20px;
	color:#DDB74B;
	word-spacing:8px;
	text-transform:uppercase;
	font-size:10px;
}

/***************************
top nav
****************************/

#topnavwrapper {
	background-color: #4C1711;
	width:100%;
}
#topnav {
	height:38px;
	width:950px;
}
#topnav a {
	display:block;
	float:left;
}
#topnav a span {
	display: none;
}

#topnav a#topnavleft {
	height: 37px;
	width: 102px;
	background-image: url(../images/faf09_topnav_left.jpg);
}

#topnav a#frenzy {
	height: 38px;
	width: 92px;
	background-image: url(../images/faf09_nav_frenzy.jpg);
}
#topnav  a#frenzy:hover {
	background-image: url(../images/faf09_nav_frenzy_ov.jpg);
	height: 38px;
	width: 92px;
}
#current_topnav a#frenzy {
    background-image: url(../images/faf09_nav_frenzy_ov.jpg);
	height: 38px;
	width: 92px;
}

#topnav a#barnyard {
	height: 38px;
	width: 124px;
	background-image: url(../images/faf09_nav_barnyard.jpg);
}
#topnav a#barnyard:hover {
	background-image: url(../images/faf09_nav_barnyard_ov.jpg);
	height: 38px;
	width: 124px;
}
#current_topnav a#barnyard {
	background-image: url(../images/faf09_nav_barnyard_ov.jpg);
	height: 38px;
	width: 124px;
}

#topnav a#header2 {
	height: 38px;
	width: 317px;
	background-image: url(../images/faf09_header_2.jpg);
}

#topnav a#sponsors {
	height: 38px;
	width: 119px;
	background-image: url(../images/faf09_nav_sponsors.jpg);
}
#topnav a#sponsors:hover {
	background-image: url(../images/faf09_nav_sponsors_ov.jpg);
	height: 38px;
	width: 119px;
}
#current_topnav a#sponsors {
	background-image: url(../images/faf09_nav_sponsors_ov.jpg);
	height: 38px;
	width: 119px;
}

#topnav a#holler {
	height: 38px;
	width: 99px;
	background-image: url(../images/faf09_nav_holler.jpg);
}
#topnav a#holler:hover {
	background-image: url(../images/faf09_nav_holler_ov.jpg);
	height: 38px;
	width: 99px;
}
#current_topnav a#holler {
	background-image: url(../images/faf09_nav_holler_ov.jpg);
	height: 38px;
	width: 99px;
}

#topnav a#topnavright {
	height: 37px;
	width: 97px;
	background-image: url(../images/faf09_topnav_right.jpg);
}
/***************************
content
****************************/

#contentarea {
	width: 600px;
	padding-bottom:20px;
	border-bottom:1px solid #DDB74B;
	text-align:left;
}
label {
	float:left;
	width:60px;
	text-align:right;
	margin-right:5px;
}

#contentarea ul {
	margin-left:25px;
}
#contentarea li {
	padding-top:8px;
}
#contentarea ul ul {
}
.thumbnails td {
	width:20%;
	text-align:center;
	font-size:11px;
	vertical-align:top;
}