@charset "UTF-8";
/* CSS Document */

/* CSS Document */

/***********************************************/
/* HTML Presets                                */
/***********************************************/ 

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*background-color: #cde1eb;*/
	background-color:#E5E5E5;
	/*background-image: url(/common/images/bg.png);*/
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}

 ol {
	margin-left: 25px;
	margin-bottom: 15px;
}
ol li {
	padding-bottom: 8px;
	line-height: 1.5em;
}
#landingContent ol li {
	padding-top:9px;
	padding-left:4px;
	padding-bottom: 0px;
	line-height: 1.5em;
	list-style-type: decimal;
	background-image: none;
}
 ol p {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a:link, a:visited {
	color: #962817;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #1c3037;
}




/***********************************************/
/* HTML Layout                                */
/***********************************************/ 

h1{
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	font-size: 1.4em;
	color: #274551;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	h1.larger-h1 { font-size: 3em; color: #f00; }

h2{
	color: #383A91;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: -.4em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	}
h3{
	color: #1C3037;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6D8;
}
h4{
	color: #1C3037;
	margin: 0px;
	padding-top: .5em;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	}
	
h5{
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
	
p {
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: 0em;
}
#pageContent ul {
	padding-left: 15px;
}

#pageContent li {
	padding-bottom: 8px;
}
.newsletter h1 {
	margin-left: -5px;
}

.newsletter h2{
	display:none;
}

.newsletter p {
	display:none;
	/*padding-top:20px;
	line-height: normal;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;*/
}
.newsletter form{
	padding-top:75px;
}
.newsletter input {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	height: 14px;
	margin-bottom: 8px;
	border: 1px solid #BAB1AB;
	padding-left: 5px;
}
.newsletter input.focus { color: #330000; }


/***********************************************/
/* Layout Styles                              */
/***********************************************/ 


#siteWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#siteHeader {
	position: relative;
	height: 136px;
	background-image: url(/common/images/navDrop.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 20px;
}
#siteLogo {
	padding-top:40px;
	padding-bottom: 20px;
	padding-left: 12px;
	height:42px;
}
/* headerNav Styles*/

#headerNav {
	position: absolute;
	height: 28px;
	width: 450px;
	right: 0px;
	top: 76px;
	background-image: url(/common/images/headerNavBg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 15px;
}
#headerNav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #1C3E63;
	font-weight: bold;
	text-decoration: none;
	margin-right: 25px;
}
#headerNav li {
	list-style-type: none;
	float: right;
	padding-left: 25px;
}
#headerNav a:link, #headerNav a:visited {
	list-style-type: none;
	color: #1C3037;
	text-decoration: none;
}
#headerNav a:hover {
	text-decoration: underline;
}

/* siteSearch Styles*/

#siteSearch {
	width: 270px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url(/common/images/searchBg.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	padding-left: 10px;
	color: #1C3037;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 800;
	display: block;
}

#siteSearch input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 5px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
}

.searchTbl{
	margin: 0px;
	padding: 0px;
	height: 35px;	
}

#siteSearch td{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.siteTable {
	margin-bottom:8px;
}
.searchButton {
	width:30px;
	height:20px;
	background-image: url(/common/images/goBtn.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* countdownBox Styles*/

/* homepage */

body.home .nextrace {
	margin:20px;
	padding:0;
	height:226px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;}
body.home .nextrace h2 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D83723;
	/*border-bottom:1px solid #BCBCBC;*/}

body.home .nextrace .countdown{
	margin:0 auto;
	padding:0;
	width:600px;
	height:200px;
	overflow:hidden;
	text-align:center;
	background:url(/common/images/countdown-bg.jpg) no-repeat top left;}
body.home .nextrace .countdown h1{
	margin:9px auto;
	padding:0;
	width:413px;
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/common/images/countdown-heading.jpg) no-repeat top left;}
body.home .nextrace .countdown #countdownDigits{
	margin:0;
	padding:0;
	text-align:center;}

/* general */

.countdownBox {
	width: 235px;
	position: absolute;
	left: 345px;
	top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 100px;
	z-index: 500;
}
.countdownBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D83723;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.countdownBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1C3037;
}

#siteContentWrapper {
	margin-top: 6px;
	background-color:#FFF;
	border:1px solid #BCBCBC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 8px;
	background-image: url(/common/images/sideBg.png);
	background-repeat: repeat-y;
	background-position: 7px;
}

#pageContent {
	float: left;
	width: 570px;
	padding-top: 35px;
	padding-left: 25px;
}

#content {
	float: left;
	background-image: url(/common/images/pageBg.png);
	background-repeat: repeat-x;
	background-position: 0px 228px;
	width: 755px;
}

div.feature{
	margin:0;
	padding:0;
	width:755px;
	height:355px;
	overflow:hidden;
	background:url(/common/images/feature-bg.jpg) no-repeat top left;}
div.feature ul.btns{
	margin:0 0 0 15px;
	padding:0;}
div.feature ul.btns li{
	float:left;
	margin:0 2px;
	padding:0;
	width:178px;
	height:68px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/common/images/feature-btn-bg.png) no-repeat top left;}
div.feature ul.btns li a{
	display:block;
	width:178px;
	height:68px;}
div.feature ul.btns li.runner a{
	background:url(/common/images/feature-btn-runner.png) no-repeat top left;}
div.feature ul.btns li.race a{
	background:url(/common/images/feature-btn-race.png) no-repeat top left;}
div.feature ul.btns li.event a{
	background:url(/common/images/feature-btn-event.png) no-repeat top left;}
div.feature ul.btns li.area a{
	background:url(/common/images/feature-btn-area.png) no-repeat top left;}
div.feature ul.btns li a:hover{
	background-position:0 -68px;}

#content h1 {
	text-transform: uppercase;
	font-weight: normal;
}

#homeContent h1{
	margin-bottom:12px;
	color:#274551;}
#homeContent p{
	margin:12px 0;}
#homeContent ul{
	margin-bottom:12px;}
#homeContent li{
	list-style-type: none;
	padding-left: 16px;
	padding-top: 6px;
	background-image: url(/common/images/red-square.png);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	line-height: 1.4em;}

#bannerBar {
	float: left;
	width: 196px;
	margin-left: 20px;
	padding-top: 25px;
	text-align: center;
}
#sideBar {
	float: left;
	width: 198px;
	margin-right: 8px;
	background-image: url(/common/images/landingSidebarBg.png);
	background-repeat: repeat-x;
	background-position: 0px 61px;
	text-align: center;
}
#sideBar .menu {
	text-align: left;
	list-style-type: none;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sideBar .menu li {
	list-style-type: none;
	padding-bottom: 8px;
	padding-right: 5px;
	line-height: 15px;
}
#sideBar .menu li ul{
	padding-top:8px;
}
#sideBar .menu li ul li a {
	padding-left:20px;
	padding-right: 5px;
	font-weight: normal;
	font-style: italic;
	background-image: none;
}

#sideBar .menu a {
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-image: url(/common/images/moreBullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#sideBar .menu a:hover {
	padding-right: 0px;
	color: #962817;
}

#sideBar h1 a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 37px;
	padding-top: 18px;
	display: block;
	text-decoration: none;
}

/* moreBtn Styles*/

.moreBtn {
	font-size: .9em;
	color: #8f1906;
	width: 80px;
	margin-bottom: 20px;
	padding-left: 8px;
	background-image: url(/common/images/moreBullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.moreBtn a:link, .moreBtn a:visited {
	text-decoration: none;
	color: #8f1906;
}
.moreBtn a:hover {
	text-decoration: underline;
}


/* newsletter box Styles*/

.newsletter {
	background-image: url(/common/images/joinNowBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 214px;
	width: 198px;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


#landingContent {
	padding-bottom: 8px;
	float: left;
	width: 500px;
	padding-top: 35px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}

#landingImage{
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	background-color: #FFFFFF;
	margin-top: -8px;
	padding-top: 8px;
	
}
.contentImg{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.contentImgRight{
	padding: 4px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contentImgLeft{
	padding: 4px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
}

.keyline{
	border-bottom: 1px solid #274551;
	margin-bottom: .8em;
}
.column{
	float:left;
	margin-right:30px;
}
#landingContent ul{
	margin-bottom:12px;
}
#landingContent li{
	list-style-type: none;
	padding-left: 16px;
	padding-top: 6px;
	background-image: url(/common/images/red-square.png);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	line-height: 1.4em;
}
#siteTabs .tabClear li{
	background-image: none;
	margin: 0px;
	padding: 1px;
}
#faq li{
	background-image: none;
	padding-left: 0px;	
	
}
.photoLeft {
	float:left;
	margin-top:5px;
	margin-right: 10px;
	margin-bottom:6px;
	}
.photoRight {
	float:right;
	margin-top:5px;
	margin-left: 10px;
	margin-bottom:6px;
	}

	
/***********************************************/
/* Footer/Footer Nav                           */
/***********************************************/


#siteFooter {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(/common/images/footBg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	color: #1c3037;
	font-size: .9em;
}
#siteFooter p{
	padding-top: 15px;
}

.footerNav{
	padding-top: 10px;
	text-align: center;
	
}
.footerNav a:link, .footerNav a:visited{
	color: #1c3037;
	text-decoration: none;
}
.footerNav a:hover{
	
	text-decoration: underline;
}

.footerNav li {
	width:auto;
	display:inline;
	/*background-image: url(/common/images/pipe.png);*/
	background-repeat: no-repeat;
	background-position: 0em 0em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 8px;
}
.footerNav li.first { 
	padding-left:0;
	background:none;
}
.footerNav li.last {
	padding-right:0;
}
/***********************************************/
/* Other                                       */
/***********************************************/

.brclear { /* Standard div clear class */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}


.trainor { /* Standard class for Trainor logo and branding */
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
.trainor a:link {
	color:#1C3037;
	text-decoration:underline;
}
.trainor a:hover {
	color:#1C3037;
	text-decoration:none;
}
.error {
	color:#990000;
}


/***********************************************/
/* Print Items                                 */
/***********************************************/

#printHeader {
	display:none;
}



/***********************************************/
/*  Nav                                        */
/***********************************************/



/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_variable4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {
	margin:0;
	list-style:none;
	font: 11px arial, sans-serif;
	position:relative;
	z-index:200;
	height:26px;
	width:978px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(/common/images/navBg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFFFFF;
}
 
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
	border-left-color: #BCBCBC;
}

#nav li {
	float:left;
	
}
#nav li li {
	float:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #666;
	border-left-color: #fff;
}
#nav li.last {border-bottom:1px solid #666;}
/* a hack for  IE6 */
* html #nav li li {float:left;}

#nav li a {
	display:block;
	float:left;
	color:#1c3037;
	height:26px;
/*	padding-right: 12px;
	padding-left: 12px;*/
	line-height:26px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5eff4;
}#nav .navBtn{
	background-position: top;
	text-align: center;
}
#nav .navBtn a:hover {
	background-image: url(/common/images/navOn.png);
	background-repeat: repeat-x;
	background-position: top;
}
#nav .navBtn ul a:hover {
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	
}
#nav .navBtn ul {
text-align: left;
}

#nav li a.down {background:url(down.gif) no-repeat right center;}

#nav li li a {
	display:block;
	height:20px;
	line-height:20px;
	float:none;
	padding:0 25px 0 5px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform: none;
}
#nav li li a.fly {background:url(fly.gif) no-repeat right center;}

#nav li:hover {position:relative; z-index:300;}
#nav li.cssplay_hover {position:relative; z-index:300;}
#nav li.cssplay_hover a {
	color:#1C3037;	
	
}

#nav li li a {
	color:#1c3037;
}
#nav li li.cssplay_hover a {
	color:#fff;
	background-color:#BCBCBC;
	background-image: none;
}

#nav li:hover ul {left:0; top:26px; z-index:500;}
#nav li.cssplay_hover ul {left:0; top:26px; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
* html #nav ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-5px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav li:hover > a {
	color:#000000;
	background-image: none;
		background-image: url(/common/images/navOn.png);
	background-repeat: repeat-x;
	}
#nav li li:hover > a {
	color:#1C3037;
	background-color:#E5E5E5;
	background-image: none;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
#nav li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a
{color:#1C3037; background-color:#E5E5E5;background-image: none;}

#nav li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li a
{
	color:#1C3037;
	background-color:#ddd;
}

/* show next level */
#nav li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul
{left:100%; margin-left:-5px; top:-1px;}

/* keep further levels hidden */
#nav li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

#navRegister{
	width: 96px;
	background-image: url(/common/images/registerNowBtnBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#registerNowBtn a:link, #registerNowBtn a:visited{
color:#330000;
}
#navStore{
	width: 135px;
}
#navRunner{
	width: 81px;
}
#navRace{
	width: 63px;
}
#navEvents{
	width: 76px;
}
#navSponsorship{
	width: 113px;
}
#navMedia{
	width: 114px;
}
#navNews{
	width: 119px;
}
#navVolunteer{
	width: 102px;
}
#navArea{
	width: 63px;
}

#resultsNav{
	height:25px;
	display:block;
}
#resultsNav li{
	background-image: url(/common/images/navBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#resultsNav li a{
	display:block;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
	color:#003300;
	text-decoration:none;
	font-weight: bold;
}
#resultsNav li a:hover{
	background-image: url(/common/images/navOn.png);
	background-repeat: repeat-x;
	background-position: left top;
	color:#003300;
}
.resultsTable {
	margin-bottom:16px;
}

.resultsTable td {
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #A8C6D8;
}
.resultsTable td p{
	padding:0px;
}
.resultsTableTopBar {	
	margin-top:16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #A8C6D8;

	margin-bottom:16px;
}

.resultsTableTopBar td {
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #A8C6D8;
}
.resultsTableTopBar td p{
	padding:0px;
}


.contactTbl {
	width: 400px;
	vertical-align: middle;
	margin-top: 20px;
	line-height: 18px;
}
.contactTbl td {
	padding-bottom: 20px;
}

.contactTbl img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.imgBorder {
	padding: 4px;
	border: 1px solid #CCCCCC;
}



#faq {
	width: 500px;
	margin-top: 10px;
}
.ui-accordion-container{
	list-style-type: none;
}
.ui-accordion-container li{
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	margin: 0px;
}
.ui-accordion-container a:link, .ui-accordion-container a:visited {
	color: #962817;
	text-decoration: none;
}
.ui-accordion-container a:hover{
	color: #962817;
	text-decoration: none;
	background-color: #EAECE3;
}
.accordionHdr {
	background-color: #CDE1EB;
	padding: 5px;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
}
.accordionHdr a:link, .accordionHdr a:visited {
	color: #962817;
	text-decoration: none;
	background-image: none;
}
.accordionHdr a:hover{
	color: #962817;
	text-decoration: none;
	background-image: none;
}


.registerMenu a{
	background-color: #383995;
}
.storeMenu a{
background-color: #D83529;
}
.runner411Menu a{
	background-color: #009367;
}
.race411Menu a{
	background-color: #383995;
}
.events411Menu a{
background-color: #D83529;
}
.sponsorshipMenu a{
	background-color: #009367;
}
.mediaMenu a{
	background-color: #383995;
}
.newsMenu a{
	background-color: #D83529;
}
.volunteerMenu a{
	background-color: #009367;
}
.areaMenu a{
	background-color: #383995;
}
.headerMenu a{
	background-color: #D83529;
}

.racersMenu a{
	background-color: #383995;
}

.spectatorsMenu a{
	background-color: #990066;
}
.supportMenu a{
	background-color: #3A3997;
}

.galleryMenu a{
	background-color: #009367;
}



/* jQuery Countdown styles */

#defaultCountdown {
	width: 240px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #003333;
}


.hasCountdown {
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {
	
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	/*width: 50%;*/
}
.countdown_show3 div {
	/*width: 33%;*/
}
.countdown_show4 div {
	/*width: 25%;*/
}
.countdown_show5 div {
	/*width: 20%;*/
}
.countdown_show6 div {
	/*width: 16%;*/
}
.countdown_show7 div {
	/*width: 14%;*/
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	
}
.countdown_descr {
	width: 100%;
}

/* Map and Directions Page */

div.directions_block {
	margin-bottom: 20px;
}

ul.directions {
	list-style-type: none;
	margin: 6px 0px 0px 0px; padding: 0px;
}

ul.directions li {
	text-align: right; list-style-type: none; margin: 0px 0px; padding: 0px; clear: left;
}

ul.directions li span {
	float: left; width: 400px;
	text-align: left; margin: 0px; padding: 0px;
}

/*-- News --*/

div#homeContent ul.news-archive {
	margin-bottom: 20px;
}


/*-- Search --*/

body.search small {
	font-size: 10px;
}

body.search table tr td.sortby {
 padding-top: 10px;
}

body.search table.resultitem {
	margin: 0px; padding: 0px;
}


/* -----------------------------------------------------------------------------------------------------
   -- DYNAMO ------------------------------------------------------------------------------------------- */

/*-- content photos ---*/
div.photos{ float:right; margin:0 0 10px 10px; width: auto !important; max-width: 420px; /*width: 420px;*/ overflow: visible;}
div.photos img { margin:0 0 6px 0; display: block;}
div.photos div{ margin:0; line-height: 0; padding:0;}
div.photos div small{ display:block;  line-height:normal;}
p.caption{ font-size:.8em; margin:0; font-weight: bold; padding: 5px 0; line-height:normal; width: auto; display: inline;}

table.top10 tr td p {
	margin-top: 10px;
}


table.events-calendar {
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	font-size: 10px;
	margin: 8px 0px 15px 0px;
}

table.events-calendar tr th, table.events-calendar tr td {
	border-bottom: 1px solid #BCBCBC;
	padding: 6px; 
	margin: 0px;
	text-align: left;
}

table.events-calendar tr th {
	border-right: 1px solid #BCBCBC;
	background-color: #F0F0F0;
	font-weight: bold;
}

table.events-calendar p{
	margin: 0px 0px 4px 0px; padding: 0px;
}