/* CSS Document */
body {
  background-image: url(images/background/bgLayer.png);
  background-repeat: repeat-y;
  background-position: top;
  background-color: #2a2a2a;
}

.body {
	background-color: #ffffff;
	width: 1000px;
}

.endbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.midbox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
}

p {
  text-align: justify; 
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

h1 { /*Used as headings for each page*/
  text-align: left;
  font-family: arial;
  font-size: 20pt;
  padding-left: 10px;
  color: #0000ff;
}

h2 { /*Used as subheading on whySubscribeRacer*/
  text-align: center;
  font-family: arial;
  font-size: 12pt;
  color: #0000ff;
}

h3 { /*Used as sub-subheading on whySubscribeRacer*/
  text-align: center;
  font-family: arial;
  font-size: 11pt;
  color: #000000;
}

h4 {
	text-align: left;
  	font-family: arial;
  	font-size: 14pt;
  	color: #0000ff;		/*	#909090;	hbf 2012-11-13 used for track list page, */
}

h5 {
	text-align: left;
  	font-family: arial;
  	font-size: 14pt;
  	color: #909090;
}

.pHome {
  text-align: center; 
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

.terms {
	text-align: left;
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
}

.image {
   padding-left: 20px;
   padding-right: 20px;
}

.list {
	text-align: justify;
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
}

.list_center {
	text-align: center;
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
}

.info {
	background: url(images/info.png);
	background-repeat: no-repeat;
	background-position: top;
}

th {
 font-family: arial;
 font-size: 10pt;
 color: #ffffff;
 background-color: #0000fa;
}

td {
 font-family: arial;
 font-size: 10pt;
}

td.navigation {
 font-size: 12pt;
}

h1 {
	text-align: left; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	text-align: center; 
	font-family: arial;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
  text-align: center;
  font-family: arial;
	font-size: 8pt;
  padding-left: 10px;
	padding-right: 20px;
}

h4 {
	text-align: center; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h5{
	text-align: right; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h6{
  text-align: right;
  font-family: arial;
  font-size: 14pt;
  padding-left: 10px;
  padding-right: 10px;
}
.mainTitle
{
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
	background-color: #0000e0;
}

.dayTitle
{
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	background-color: #0000e0;
}

.dayDetail
{
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	background-color: #eeeeee;
}

.dayNumber
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background-color: #eeeeee;
}

.statsTitle{
	text-align: left; 
	font-family: arial;
	font-size: 14pt;
	color: #0eaf0e;
}

a.tracklink_running {
  color: white;
  text-decoration: none;
}
a.tracklink_not_running {
  color: black;
  text-decoration: none;
}

.promo {
	/*background: url(images/promo.png);
	background-repeat: no-repeat;
	background-position: top;*/
}

.promoTEST {
	background: url(images/promo.png);
	background-repeat: no-repeat;
	background-position: top;
}

.promo1 {
	color:#f97127;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
}

.promo1Small {
	color:#f97127;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}

.promo2 {
	color: #fab53e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
}

.promo2Small {
	color: #fab53e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}

.promo3 {
	color:#3e680a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}


	
/* ================================================================ 
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.stunicholls.com/menu/pro_drop_2.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 {
	padding: 0;
	margin: 0;
	width: 1000px;
	list-style: none;
	height: 33px;
	background: #000000;
	position: relative;
	z-index: 400;
	font-family: arial, verdana, sans-serif;
}

#nav li.top {
	display: block;
	float: left; 
	height: 33px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 1px;
	cursor: pointer;
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 33px;
}

#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 23px 0 12px;
	height: 33px;
}

#nav li:hover a.top_link {
	color: #FFFFFF;
}

/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 100;
}

#nav li:hover ul.sub {
	left: 1px;
	top: 30px;
	background: #cccccc;
	opacity: .9;
	/*filter: alpha(opacity=80);*/
	padding: 3px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	width: 150px;
	height: auto;
	z-index: 200;
}

#nav li:hover ul.sub li {
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 150px;
	font-weight: normal;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	height: 18px;
	width: 150px;
	line-height: 18px;
	text-indent: 0px;
	color: #000000;
	text-decoration: none;
}

#nav li ul.sub li a.fly {
	background: #cccccc;
}

#nav li:hover ul.sub li a:hover {
	background: #333333;
	color: #FFFFFF;
	border-color: #FFFFFF;
	width: 150px;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #333333;
	color: #ffffff;
}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 140px;
	top: -4px;
	background: #cccccc;
	padding: 3px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	width: 150px;
	z-index: 300;
	height: auto;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding :0;
	list-style: none;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #333333;
	width: 150px;
	color: #fff;
	border-color: #fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly {
	background: #333333;
	width: 150px;
	color: #000;
	border-color: #FFFFFF;
} 