@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #16266d;
	margin: 0px auto 0px auto;
	padding: 0px;
	line-height: 17px;
}
#outer {
	width: 725px;
	margin: 0px auto 0px auto;
	border-left: solid 1px #666;
}
#banner {
	height: 124px;
	width: 724px;
}
#main {
	width: 724px;
	
}
#main #nav {
	height: 28px;
	width: 724px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #717DA1;
}
#content {
	width: 694px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content h1 {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 28px;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
#content h2 {
	padding: 15px 0px 1px 0px;
	margin: 0px 0px 1px 0px;
	font-size: 18px;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
.sponsor {
	text-align: center;
	padding: 0px 0px 40px 0px;
}
.sponsorTitle{
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #FFCC33;
	text-decoration: none;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #FFCC33;
	text-decoration: underline;
}
#highlight {
	width: 555px;
	margin: 30px 0px 0px 0px;
}
#highlight #left{
	width: 180px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#highlight #center{
	width: 170px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#highlight #right{
	width: 180px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#highlight #separate{
	width: 1px;
	padding: 0px 5px 0px 5px;
	float: left;
}
#content th {
	font-size: 12px;
}
.riderResult {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 250px;
}
.riderResultTease {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 170px;
}
#footer {
	font-size: 10px;
	text-align: center;
	width: 590px;
	padding: 10px 0px 20px 0px;
}
#footer a{
	color: #ffffff;
}
label {
	width: 200px;
	margin-right: 10px;
}

h3 {
	margin: 5px 0px 0px 0px;
}

#donations {
	float: right;
	margin-left: 560px;
}

#JoinPatriot {
	margin-bottom: 10px;
}
/* ************ lightbox styles */

.surround {
	margin: 2px;
	padding: 2px;
	border: solid 1px #666;
	width: 120px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #000000;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* *************************** end lightbox styles ********************** */

/* ***************************begin tooltip styles *********************** */
#tooltip {
	color: #fff;
	position: absolute;
	z-index: 3000;
	width: 300px;
	border: 1px solid #fff;
	background-color: #990000;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }
	
