body {
	background: #b1c0e1 url(../images/bg.jpg) repeat-x scroll left top;
	color: #767881;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin :0;
	padding: 0;
}
p {
	color: #767881;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 15px 0;
}
a {
	color:#2e3cbe;
	text-decoration: underline;
}
a:visited {
	color:#2e3cbe;
	text-decoration: underline;
}
a:hover {
	color:#2e3cbe;
	text-decoration: underline;
}
a:active {
	color:#2e3cbe;
	text-decoration: underline;
}
h1 {
	font: bold 26px Helvetica, Arial, sans-serif;
	margin: 0;
	padding:5px 15px;
}
h2 {
	/* --- original ----
	background: #dadde0 url(../images/bg-h2.jpg) repeat-y scroll right top; */

	/* --- subtle ----
	background: #f3cd99 url(../images/bg-h2-gradient.jpg) repeat-y scroll right top;
	border: 1px solid #debf96; */

	/* --- blood orange ---- */	
	background: #f5844d url(../images/bg-h2-gradient2.jpg) repeat-y scroll right top;
	border: 1px solid #d07d56;

	color: #1f3652;
	font: normal 24px Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 0px;
	padding: 5px 10px;
}
h3 {
	color: #E76F50;
	font: bold 18px Helvetica, Arial, sans-serif;
	margin: 10px 0;
	padding: 0;
}
h4 {
	color: #4a637f;
	font: bold 14px Helvetica, Arial, sans-serif;
	margin: 10px 0;
	padding: 0;
}
h5 {
	color: #4a637f;
	font: normal 13px Helvetica, Arial, sans-serif;
	margin: 10px 0;
	padding: 0;
}
h6 {
	color: #767881;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
}

li {
	list-style: url(../images/bullet.gif);
}

#emailblast  {
	
	font-size:14px;
	font-family:Arial, Sans-Serif
	color: #000;
	padding:0;
	margin:auto;
	width:816px;

	}
	
#emailblast p {

padding: 5px 10px;
margin:0;
color: #000;
font-family: Arial;
font-size: 14px;
}


#emailblast h1 {
clear:both;
padding: 5px 10px;
margin:0;
color: #000;
font-family: Arial;
font-size: 18px;
font-weight:normal;
}

#emailblast h2 {
clear:both;
	padding: 5px 10px;
	margin: 0;
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	background-color:transparent;
	border:none;
	background:none;
}

#emailblast h3 {
clear:both;
padding: 5px 10px;
margin:0;
color: #000;
font-family: Arial;
font-size: 14px;
font-weight:normal;
}

/* ----------container - middle section-------------- */
#container {
	margin:0 auto;
	padding: 0 0 0 108px;
	position:relative;
	width: 850px;
}
#container-home {
	background-color: #dde5fa;
	border-left: 3px solid #abb9d9;
	border-right: 3px solid #abb9d9;
	border-bottom: 3px solid #abb9d9;
	margin:0 auto;
	padding: 0 1px;
	position:relative;
	width: 821px;
}
/* ----------banner for logo-------------- */
#header {
	background: url(../images/header.jpg) no-repeat top left;
	height: 131px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width:821px;
}
#header img {
	padding:0px 0px;
}
/* -----------------main content--------------------- */
.content-container {
	background-color: #dbe4f8;
	clear: both;
	float: left;
	margin: 25px 0px 20px 13px;
	padding: 5px;
	position:relative;
	width: 797px;
	_display: inline; /* ie6 double margin fix */
}
.sidebar {
	width: 600px;
}
.content {
	background-color: #ffffff;
	padding: 15px;
}
#container-home .content {
	clear: both;
	float:left;
	margin: 0;
	padding: 300px 0px 15px 25px;
	position:relative;
	width:796px;
	background: url(../images/watermark.jpg) repeat-y scroll left top;
}
#container-home .contentalt {
	clear: both;
	float:left;
	margin: 0;
	padding: 30px 0px 15px 25px;
	position:relative;
	width:796px;
	background: url(../images/watermark.jpg) repeat-y scroll left top;
}
#menuprimary {
	background: #6d7174 url(../images/bg-primary.jpg) repeat-y scroll right top;
	border-bottom: 3px solid #808797;
	margin: 0px;
	padding: 0px;
	position: relative;
	width:821px;
	height:41px;
}
#menuprimary ul {
	color: #FFF;
	font: normal 18px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 14px;
	top: 10px;
}
#menuprimary li {
	display: inline;
}
#menuprimary li a {
	color: #d8ebf3;
	display: block;
	float: left;
	padding: 3px 12px;
	text-decoration: none;
}
#menuprimary li a:hover {
	color: #FFF;
}
#menuprimary li a#current {
	color: #FFF;
}
#menusecondary {
	background-color: #8a92a4;
	height: 24px;
	margin: 0px;
	padding-left:20px;
	position: relative;
	width: 801px;
	color:#355473;
}
#menusecondary ul {
	color: #355473;
	font: bold 16px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 18px;
	top: 0px;
}
#menusecondary li {
	display: inline;
}
#menusecondary li a {
	color: #355473;
	display: block;
	float: left;
	padding: 3px 10px;
	text-decoration: none;
}
#menusecondary li a:hover {
	color: #FFF;
}
#menusecondary li a#current {
	color: #FFF;
}
#menusecondary a {
	color: #355473;
	text-decoration: none;
	font-weight:bold;
}
#menusecondary a:hover {
	color: #FFF;
}
#menusecondary a#current {
	color: #355473;
	text-decoration:underline;
}
#about {
	background-color:#FAD04E;
	border: 1px solid #f5844d;
	color: #767881;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin :8px;
	padding: 4px;
	position:static;
	z-index:0;
}

/* -------------- race logo ------------- */
.race-logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
.race-logo img {
	border: none;
}
.race-logo a {
	border: none;
	text-decoration: none;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
}
#right {
	float: left;
	margin: 25px 0 0 5px;
	padding: 0;
	width: 100px;
}
/* -----------footer--------------------------- */
#footer {
	border-top: 5px solid #dadce0;
	clear: both;
}
#footer p {
	font-size: 12px;
}
#footer .col {
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
	width: 57%;
}
#footer .col2 {
	float: right;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: right;
	width: 37%;
}
#footerhome {
	clear: both;
}
#footerhome p {
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}
#footerhome .col {
	float: left;
	text-align: left;
	width: 57%;
}
#footerhome .col2 {
	float: right;
	text-align: right;
	width: 30%;
	line-height:2px;
}


#footer2 {
	border-top: 4px solid #dadce0;
	clear: both;
	font-size:12px;


}
#footer2 p {
	font-size: 10px;
		margin: 3px 0;

}
#footer2 .col {
	float: left;
	padding: 0 0 0 0px;
	text-align:left;
	width: 100%;
	

}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: left; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ----------- Safari 3 Windows fix, helvetica (type 1 font) problems --------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 h1, h2, h3, h4, h5, h6 {
 font-family: Arial, sans-serif;
}
