body {
	background-color: #FBAE3A;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #4F0002;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: -500px 0px;
	padding: 60px 0px 0px;
	background-image: url(../image/FF_back_leaf.gif);
}
body.kids {
	color: #55002B;
}

a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #BF001B;
}
a:active {
	color: #F60;
}

body.kids a:link {
	color: #3FA9F5;
}
body.kids a:visited {
	color: #3FA9F5;
}
body.kids a:hover {
	color: #93278F;
}
body.kids a:active {
	color: #3FA9F5;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #F60;
	display: block;
}

h1 {
	color: #BF001B;
	border-bottom: 1px solid #BF001B;
	margin-bottom: 15px;
	font-size: 22px;

}
body.kids h1 {
	color: #93278F;
	border-bottom-color: #93278F;
	
}

h2 {
	color: #F60;
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 18px;

}
body.kids h2 {
	color: #3FA9F5;
	
}

h3 {
	font-size: 14px;
	color: #BF001B;
	margin-bottom: 5px;
	margin-top: 12px;
}

body.kids h3{
	color: #93278F;
	
}

h4 {

}


p {
	margin-bottom: 8px;
	line-height: 1.3em;

}

#content ul {
	margin-top: 0px;
	padding-top: 0px;

}
#content ul li {
	margin-bottom: 3px;
}


blockquote {
	background-color: #F3F3F3;
	padding: 25px;
	margin-bottom: 25px;
	display: block;

}
blockquote p {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: normal;
	line-height: 1.3em;

}

/* Utilities */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.notopmargin{
	margin-top: 0px;	
}
.floatRight {
	float: right;
}
.nobotmargin{
	margin-bottom: 0px;
}
.indentleft {
	margin-left: 25px;
}



/* COLORS */


.white{
	color: #FFF;	
}
.darkred, .blue {
	color: #BF001B;
}
.red {
	color: #E82400;
}


body.kids .darkred {
	color: #93278F;
}

.orange{
		color: #F60;
}

body.kids .orange {
	color: #3FA9F5;
}



/* BEGIN TEMPLATE */

#wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;

}


/* HEADER */

#header {
	height: 180px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../image/header_texture_back.png);
	margin: 0px;
	padding: 0px;
	position: relative;
}

#headerGraphic {
	position: absolute;
	left: 37px;
	top: -24px;
}
#headerTitle {
	position: absolute;
	left: 42px;
	top: 40px;
}
#headerTitleKids {
	position: absolute;
	left: 202px;
	top: 24px;
}
#headerLeaf {
	position: absolute;
	left: 480px;
	top: -29px;
}
#headerYear {
	position: absolute;
	left: 694px;
	top: 41px;
}



/*  NAVIGATION */

#navigation, #footernav{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;



}

#navigation{
	background-color: #BF001B;
	padding: 0px 10px 0px 40px;
	width: 850px;
	display: block;
	border-top: 2px solid #FFFF70;
	border-bottom: 2px solid #FFFF70;
	background-image: url(../image/nav_back.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;

}
body.kids #navigation{
	background-color: #93278F;
	background-image: none;
	
}


#footernav{
	display: block;
	margin-bottom: 5px;


}


#navigation li,  #footernav li  {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li  {
	margin: 0px;
	padding: 0px;

}

#prenavigation{
	position: absolute;
	top: -27px;
	left: 47px;
	width: 322px;
	height: 32px;
	display: block;

}



#prenavigation a.prenav{
	display: block;
	height: 32px;
	background-image: url(../image/prenav_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
}
#prenavigation a.prenav span{
	display: none;
}

#prenavigation a#prenavAdults {
	width: 88px;
	background-position: 0px 0px;
}
#prenavigation a#prenavKids {
	width: 76px;
	background-position: -85px 0px;
}
#prenavigation a#prenavRegister {
	width: 122px;
	background-position: -159px 0px;
}

#prenavigation a#prenavAdults:hover {
	background-position: 0px -32px;
}
#prenavigation a#prenavKids:hover {

	background-position: -85px -32px;
}
#prenavigation a#prenavRegister:hover {
	background-position: -159px -32px;
}


body.adults #prenavigation a#prenavAdults{
		background-position: 0px -64px;
}
body.kids #prenavigation a#prenavKids {
	background-position: -85px -64px;
}
body.register #prenavigation a#prenavRegister {
	background-position: -159px -64px;
}



#footernav li  {
	margin-right: 5px;

}

#footernav li a {
	text-decoration: none;

}



#navigation li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px;
	display: inline-block;
	margin: 0px;
	letter-spacing: 1px;
}

#navigation li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
}

body.kids #navigation li a:hover{
	background-color: #3FA9F5;
}

body#Home a#navHome, 
body#GenInfo a#navGenInfo, 
body#RaceCourse a#navRaceCourse, 
body#Registration a#navRegistration, 
body#Gallery a#navGallery, 
body#Awards a#navAwards, 
body#Testimonials a#navTestimonials, 
body#Sponsors a#navSponsors, 
body#News a#navNews, 
body#About a#navAbout, 
body#Contact a#navContact {
	color: #C40918;
	text-decoration: none;
	background-color: #FEE114;
}



body#GenInfo.kids a#navGenInfo, 
body#RaceCourse.kids  a#navRaceCourse, 
body#Registration.kids  a#navRegistration, 
body#Gallery.kids  a#navGallery, 
body#Awards.kids  a#navAwards, 
body#Testimonials.kids  a#navTestimonials, 
body#Sponsors.kids  a#navSponsors, 
body#News.kids  a#navNews, 
body#About.kids  a#navAbout, 
body#Contact.kids  a#navContact {
	color: #93278F;
	text-decoration: none;
	background-color: #FEE114;
}


/* CONTENT AREA */


#contentWrapper {
	margin: 0px;
	padding: 0px 0px 40px;
	position: relative;
	background-color: #FFF;
/*	background-image: url(../image/runner-back.gif);
	background-repeat: repeat;
	background-position: 75px 20px;*/
}


#content {
	margin-left: 300px;
	position: relative;
	padding: 0px;
	margin-top: 60px;
	background-color: #FFF;
	margin-right: 80px;
}
#newsupdateswrapper {
	width: 240px;
	float: right;
	margin-right: -80px;
	background-image: url(../image/news_back_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

body.kids #newsupdateswrapper {
	background-image: url(../image/news_back_bot_kids.png);
}

body.kids #newsupdates {
	background-image: url(../image/news_back_top_kids.png);
}

#newsupdates {
	color: #FFF;
	background-image: url(../image/news_back_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding: 20px 40px 0px 20px;
}
#newsupdates h3 {
	color: #FFF;
	border-bottom: none;
}
#newsupdates a {
	color: #FFF;
	text-decoration: none;
}
#newsupdates a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FF6701;
}

body.kids #newsupdates a:hover {
	background-color: #3FA9F5;
}



.newsitem span {
	color: #FFFF70;
}
.newsitem {
	border-top: 1px dotted #FFF;
	margin-bottom: 8px;
	padding-top: 2px;
	font-size: 12px;
}




	
.leafIcon {
	display: block;
	position: relative;
	margin-left: 525px;
	float: left;
	clear: right;
	margin-top: -100px;
}




#slideshowHolder{
	width:176px;
	height: 227px;
	position: absolute;
	top:847px;
	left: 77px;
	background-image: url(../image/slideshow-holder.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*.slideshow{
	width:125px;
	height: 187px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	top: 20px;
}
.slideshow img {
	width:125px; 
	height: 187px;
}
*/

/* SIDEBAR */
#sidebar {
	float: left;
	width: 180px;
	padding: 5px 0px 0px;
	margin-top: 60px;
	margin-left: 50px;

}
#sidebarArchive {
	color: #BF001B;
	font-style: oblique;
	font-weight: bold;
}

#sidebarArchive a{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}

#sidebarArchive a:hover{
	color: #FFF;
	background-color: #F60;
	
}



#sidebar h3 {
	border-bottom: 1px solid #BF001B;
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 0px;
}

body.kids #sidebar h3 {
	border-bottom-color: #93278F;
	
}

#sidebarSponsor a {
	text-align: center;
	display: block;
	margin-bottom: 8px;
}

.sidebarblock{
	display: block;
	margin-bottom: 30px;
}

#sidebarKidsPics img {
	width: 115px;
	margin-bottom: 10px;
	margin-left: 35px;
	
}


a#registerOnline {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	background-color: #BF001B;
	color: #FFF;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;

	
}
body.kids a#registerOnline {
	background-color: #93278F;
	
}

a#registerOnline:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FE7109;


}
body.kids a#registerOnline:hover {
	background-color: #3FA9F5;
	
}

a#kidsTriLink {
	margin-left: 0px;
	display: block;
}


/* FOOTER */
#footer {
	padding: 20px 40px;
	margin: 0px;
	clear: both;
	float: none;
	background-image: url(../image/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 2px solid #FFFF70;
	color: #FFF;
	background-color: #BE001A;
	font-size: 12px;
}

#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FE9E0F;

}


#footerCopy {
	margin-bottom: 5px;

}

#footerCredits {
	font-size: 10px;
	display: inline;
	margin-left: 40px;

}
#footerCredits a {
	text-decoration: none;

}
#footerCredits a:hover {

}

/* TEMPLATE OVERRIDES */

#Sponsors #content a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 250px;
	text-align: center;
}
ul.ul_age_groups {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 85px;
	width: 520px;
	float: left;
}
ul.ul_age_groups li {
	display: block;
	float: left;
	height: 25px;
	width: 95px;
	list-style-image: none;
	list-style-type: none;
}

/* HOME */
#Home #sidebar {
	display:none;
}
#Home  #content h1 {
	display: block;
	position: absolute;
	border-style: none;
	width: 900px;
	left: 0px;
	top: 28px;
	text-align: center;
	font-size: 16px;
	color: #F60;
}


#Home #content {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 900px;
	
}

img#mainLogoHome {
	position: absolute;
	left: 49px;
	top: 13px;
}
img#adultsLogoHome {
	position: absolute;
	left: 83px;
	top: 85px;
}
img#kidsLogoHome {
	position: absolute;
	left: 539px;
	top: 108px;
}
#homeDivider {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 1px;
	border-left: 1px dotted #BF001B;
	position: absolute;
	left: 452px;
	top: 83px;
}


.homeHeaderBlock{
	width: 350px;
	position: absolute;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	
}
.homeHeaderBlock h2{
	display: none;
	
}


.homeHeaderBlock a{
	display: block;
	margin-top: 15px;
	color: #BF001B;
	
}

.homeHeaderBlock a:hover{
	color: #F60;

	
}




.homeHeaderBlock span {
	display: block;	
}
.homeHeaderBlock .raceDate {
	color: #F60;
}
.homeHeaderBlock .raceLocation {
	font-size: 16px;
	color: #FF6606;
}
.homeHeaderBlock .raceCity {
	font-size: 18px;
	color: #F60;
}


.homeContentBlock{
	width: 210px;
	position: absolute;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 20px;
	background-color: #3BA9F6;
	color: #FFF;
	height: 230px;
	
}
.homeContentBlock h3 {
	color: #FFF;
}


.homeContentBlock ul{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	
}

.homeContentBlock ul li{
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #FFF;
	
}

.homeContentBlock ul li a{
	color: #FFF;
	text-decoration: none;

}

.homeContentBlock ul li a:hover{
	color: #FFF;
	background-color: #FF6300;

}

#headerAdults {
	left: 51px;
	top: 288px;
}

#homeAdults {
	left: 102px;
	top: 345px;
}

#headerKids {
	left: 501px;
	top: 288px;
}

#homeKids {
	left: 553px;
	top: 341px;
}
