@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size: 75%;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	margin-top: .3em;
	font-weight: bold;
	color: #5E3A1A;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	line-height: 1.25em;
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
	text-align: center;
}
.sidebox h2 {
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000;
	font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     {
	color: #000;
	text-align: center;
}
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       {
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
ul li	    { margin-bottom: .5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.sidebox {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sidebox ul {
	list-style-type: none;	
}
.float_left {
	float: left;	
}
.float_right {
	float: right;	
}
.heading_background {
	color:#FFF;
	background-color: #462611;
}
.content_item_small {
	width: 240px;
	border: 1px solid #999;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
	height: 60px;
}

/* 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 */
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    {
	padding:1.4em;
	margin: 0 0 1.5em 0;
}
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* LAYOUT
-------------------------------------------------------------- */
#dirt_top {
	width:100%;
	background-color: #FFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#container {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#nav_outer {
	height: 36px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	width:900px;
	margin-top: 10px;
}
#content {
	width:900px;
	min-height: 200px;
	padding-right: 30px;
	padding-left: 30px;
}
#imageFade {
	border: 6px solid #462611;
	width: 580px;
	height: 240px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 25px;
	float: left;
}
#flash {
	border: 6px solid #000;
	width: 890px;
	height: 300px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	float: left;
}

#header_right {
	width: 310px;
	height: 300px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	float: left;
	background-color: #462611;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #462611;
	border-right-color: #462611;
	border-bottom-color: #462611;
}
.left_640 {
	width: 600px;
	float: left;
}
.left_320 {
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
}
#footer {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
} 
#footer_inner {
	width:900px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-image: url(../images/footer_bottom_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
}
#footerTop {
	clear: both;
	width: 900px;
	padding-left: 30px;
	font-size: 0.8em;
	padding-right: 30px;
	height: 41px;
}
#footerMain {
	clear: both;
	width: 900px;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 0.8em;
	padding-right: 30px;
	text-align: center;
}
#footerBottom {
	background-image: url(../images/footer_bottom_bg.gif);
	height: 35px;
	width: 900px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	background-position: bottom;
}

/* NAVIGATION
-------------------------------------------------------------- */
#nav_container {
	width:960px;
	height:59px;
	padding-top:140px;
}
#nav_container ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	clear: none;
	height: 59px;
}
#nav_container ul li {
	display:inline;
	margin:0; padding:0;
}
#nav_container ul a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.home {
	background-image: url(../images/nav_home.jpg);
	height: 59px;
	width: 121px;
}
.events {
	background-image: url(../images/nav_events.jpg);
	height: 59px;
	width: 132px;
}
.results {
	background-image: url(../images/nav_results.jpg);
	height: 59px;
	width: 134px;
}
.about {
	background-image: url(../images/nav_about.jpg);
	height: 59px;
	width: 146px;
}
.contact {
	background-image: url(../images/nav_contact.jpg);
	height: 59px;
	width: 137px;
}
.multimedia {
	background-image: url(../images/nav_multimedia.jpg);
	height: 59px;
	width: 172px;
}
.news {
	background-image: url(../images/nav_news.jpg);
	height: 59px;
	width: 118px;
}
#nav_container ul a:hover {
	background-position: 0px -59px;
}
/* FORMS */
fieldset {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
legend {
	margin-left: 1em;
	color: #FFF;
	font-weight: bold;
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}
fieldset.submit {    
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 12em;  
}
label {
	float: left;
	width: 150px;
	margin-right: 1em;
	text-align: right;
	font-size: 14px;
	padding-top: 3px;
}
