/* colors:
Red: AE0000
Dark Blue: 1144AA
Dark Gray: 666666
Light Gray: 999999
Even Lighter Gray f0f0f0
Dark Green: 4C7013
Light Green: 92BB47
*/


/* CSS Reset to make all browsers the same */
/* Copied from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/*Changes:
-4/10/09	Noah Roberts	Added "center" to main list
-6/30/10	Noah Roberts	Added Lightbox styles (see http://www.huddletogether.com/projects/lightbox2/)
*/
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, center, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------------------------  begin Zach's CSS updates for River Festival website ---------------------------------- */

body {
	min-width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#AE0000;
	}
	
#wrapper {
	width:1000px;
	text-align:left;
	background-image:url(../images/greenSwirls2.gif);
	}
	
	
/* --------------------------- header styles --------------------------- */		

#container {
	width:1000px;
	text-align:left;
	background-image:url(../images/greenBackground_test.gif);
	background-repeat:no-repeat;
	}
	.date {
		position:absolute;
		top:115px;
		left:349px;
		font-weight:bold;
		font-size:24px;
		font-size:22px;
		color:#AE0000;
		}
	.asterisk {
		position:relative;
		top:4px;
		}
	#countdown {
		position:absolute;
		top:140px;
		left:390px;
		font-size:14px;
		font-weight:bold;
		white-space:nowrap;
		}
	.eCard {
		position:absolute;
		top:170px;
		left:585px;/*
		z-index:999999;*/
		z-index:9;
		}
	.flashNavigation {
		position:absolute;
		top:125px; 
		z-index:1;
		}
		
/* --------------------------- sidebar styles --------------------------- */		

#sidebar {
	position:absolute;
	top:166px;
	z-index:2;
	}

.counterBackgroundImage {
	/* use this one when the race information is removed... */ 
	background-image:url(../images/RiverFestivalSidebar_12.gif);
	width:131px;
	height:32px;
	background-position:left top;
	background-repeat:no-repeat;
	}
.counterBackgroundImage2 {
	/* use this one when the race information is posted... */
	background-image:url(../images/2010_RFSidebar_contracts_13.gif);
	width:129px;
	height:32px;
	background-position:left top;
	background-repeat:no-repeat;
	}
.counterStyle {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	}	
	
/* --------------------------- mainContent styles --------------------------- */		

#mainContent {
	background-image:url(../images/transparentOverlay2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:18px;
	}

/* --------------------------- primaryContent styles --------------------------- */		

#primary {
	position:relative;
	top:-72px;
  zoom: 1; /* fix for odd text placement associated with floated items: http://www.positioniseverything.net/articles/haslayout.html */
  }

#primary p {
	width:190px;
	margin:2px 0 12px 12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	}
.seaMonster {
	margin-left:-16px;			
	}
	
#primary img.siteMapButton {
	position:relative;/*
	z-index:300;*/
	z-index:9;
}
#mapAndPond {
	position:relative;
	top:36px;
	left:-24px;
	}
	#cityGoBus {
		position:absolute;
		top:-38px;
		left:-6px;
	}
	#flashMap {
		margin-top:20px;
	}
	.pond {
		margin-top:10px;
		}


#news {
	float:left;
	position:relative;
	top:-280px;
	left:16px;
	z-index:3;			
	}
	.newsGraphicHeader {
		position:relative;
		left:-24px;
		}
#news p img.newsImage {
	position:relative;
	float:right;
	width:120px;
	margin-left:12px;
	}
#news img.twitter {
	float:right;
	}
#news img.facebook {
	float:right;
	}
#news p {
	width:470px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-top:6px;
	margin-left:12px;
	}
	
	
#news p .newsTitle {
	color:#AE0000;
	font-size:18px;
	font-weight:bold;
	}
#news p strong a {
	font-weight:bold;
}
#news p a {
	color:#AE0000;
	}
	

/* --------------------------- individual page content styles --------------------- */

.pageTitle {
	position:relative;
	left:-8px;
	top:0px;
	}
.image1 {
	position:relative;
	left:14px;			
	}
.image2 {
	position:relative;
	left:14px;
	top:16px;
	}
	
/* -------------------------- individual page navigation styles --------------------- */

.subNav ul {
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.subNav ul li {
	background-image:url(../images/skewedOval.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:36px;
	margin-left:6px;
	}
.subNav ul li a {
	padding-left:20px;
	position:relative;
	top:-2px;
	color:#000000;
	}
	.subNav li a:link {
		color:#000000;
		}
	.subNav li a:visited {
		color:#4C7013;
		}
	.subNav li a:hover {
		color:#AE0000;
		}
	.subNav li a:active {
		color:#000000;
		}

.subNav li ul.performersList {
	font-size:14px;
	position:relative;
	top:-6px;
	clear:both;
	}		
.subNav li ul.performersList li {
	background-image:none;
	background-position:left;
	background-repeat:no-repeat;
	margin-left:48px;
	line-height:22px;
	}
	.subNav li ul.performersList li a {
		color:#000000;
		}
		.subNav li ul.performersList li a:link {
			padding-left:5px;
			color:#000000;
			}
		.subNav li ul.performersList li a:visited {
			padding-left:5px;
			color:#4C7013;
			}
		.subNav li ul.performersList li a:hover {
			padding-left:5px;
			color:#AE0000;
			}
		.subNav li ul.performersList li a:active {
			padding-left:5px;
			color:#000000;
			}
		.subNav li ul.performersList li a .break {
			padding-left:20px;
			}
			
			
		.navBreak {
			padding-left:28px;
			}
		
		.subNavBreak2 {
			padding-left:48px;
			position:relative;
			top:-24px;
			left:0px;
			}
		.subNavBreak3 {
			padding-left:48px;
			position:relative;
			top:-24px;
			left:0px;
			}
		.subNavBreak {
			padding-left:48px;
			position:relative;
			top:-12px;
			left:0px;
			}	
		.subSubNavBreak {
			padding-left:48px;
			position:relative;
			top:-30px;
			left:0px;
			}
		
				
		.upArrow img {
			position:relative;
			top:5px;
			left:20px;
			*margin-top:5px;
			*margin-bottom:10px;
			}
		.downArrow img {
			position:relative;
			left:20px;
			top:5px;
			*left:-15px;
			*top:10px;
			}
		.ie .subNav ul li.addSpace {
			margin-top:20px;
			}
			
/* ----------------------------- styles for informational content -----------------------------  */

#performerInfo {
	position:relative;
	}

#performerInfo #cityGoBus_innerPages {
	position:absolute;
	top:85px;
	left:235px;
}

#performerInfo a {
	color:#AE0000;
	}
	#performerInfo a:hover {
		color:#4C7013;
		}
	#performerInfo h1 img {
		position:relative;
		top:-10px;
		margin-bottom:-18px;
		margin-left:-8px;
		}

#performerInfo h2 {
	font-size:24px;
	margin-top:12px;
	font-weight:bold;
	}

#performerInfo .performerPhotos img {
	float:right;
	max-width:236px;	
	margin-right:-16px;
	padding-left:12px;
	}

#performerInfo h3 {
	font-size:16px;
	margin-top:12px;
	font-weight:bold;
	}
	#performerInfo h3 a {
		color:#000000;
		}
	#performerInfo h3 a:hover {
		color:#AE0000;
		}
		
#performerInfo h3.deadlineNotice {
	border-bottom:3px double #000;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#AE0000;
	} 

		
		
#performerInfo h4 {
	font-size:16px;
	margin:12px 0;
	line-height:20px;
	}
	#performerInfo h4 a {
		color:#4C7013;
		}
	#performerInfo h4 a:hover {
		color:#AE0000;
		}
		
#performerInfo h5 {
	font-size:14px;
	font-weight:normal;
	margin-top:22px;
	margin-top:12px; /* for sponsors page */
	margin-bottom:12px; /* for sponsors page */
	line-height:17px;
	}
	#performerInfo h5 a {
		color:#4C7013;
	}
	#performerInfo h5 a:hover {
		color:#AE0000;
		}
		
#performerInfo ol {
	list-style-type:circle;
	padding-left:36px;
}
#performerInfo ol li {
	padding-bottom:6px;
	font-size:14px;
	line-height:16px;
	}
#performerInfo ol li a:link {
	font-size:14px;
	}
#performerInfo ol li a:hover {
	}
	
#performerInfo p.FFFraceMap a {
	color:#000000;
	}

	#performerInfo p.FFFraceMap a:hover {
		color:#AE0000;
		}
	
#performerInfo p.raceMapLink a {
	color:#000000;
	}

	#performerInfo p.raceMapLink a:hover {
		color:#AE0000;
		}
			


#performerInfo p {
	margin-left:0px;
	margin-top:10px;
	width:400px;
	font-size:14px;
	line-height:18px;
	}

#performerInfo .photo1 {
	float:right;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	padding-bottom:10px;
	clear:left;
	}
#performerInfo p.photo1 {
	float:right;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	padding-bottom:10px;
	clear:both;
	}
#performerInfo .photo1 object {
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	}
#performerInfo p.photo1 object {
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	}
#performerInfo .photo2 {
	float:right;
	padding-left:12px;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:6px;
	display:inline;
	margin-left:0;
	}
#performerInfo p.photo2 {
	float:right;
	padding-left:12px;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:6px;
	display:inline;
	margin-left:0;
	}
#performerInfo .photo3 {
	float:right;
	position:relative;
	top:14px;
	right:-7px;
	padding-left:6px;
	padding-bottom:10px;
	display:block;
	margin-left:0;
	}
#performerInfo p.photo3 {
	float:right;
	position:relative;
	top:7px;
	right:-7px;
	padding-left:12px;
	padding-bottom:10px;
	clear:left;
	}
#performerInfo  strong {
	font-weight:bold;
}

#performerInfo img.festFit5 { /* placed inside of div that contains float - prevents bug in IE5 and up */
	position:absolute;
	margin-left:-155px;
	margin-top:-90px;
	z-index:7;
	}
#performerInfo img.tShirt {
	margin-top:16px;
	position:relative;
	left:-6px;
	}
	
.mp3player {
	}		
.location {
	color:#AE0000;
	}
.archiveSite {
	}
	
#preFestActivites {
	position:relative;
	top:60px;
	}
	
#performerInfo #direction {
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
	margin:0;
	padding:0;
	padding:0 0 6px 0;
	}
#performerInfo #direction a {
		color:#4C7013;
		text-align:left;
		}
#performerInfo #direction a:hover {
		color:#AE0000;
		text-align:left;
		}			

ul.questInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	max-width:360px;
}
ul.questInfo li {
	font-size:12px;
	line-height:20px;
	list-style-type:square;
	margin-left:36px;
}
.medallion {
	float:left;
	padding-right:12px;
	padding-top:6px;
	margin-left:-4px;
}
.set {
	font-size:20px;
}
.go {
	font-size:24px;
	}
#homeQuote p em {
	font-style:italic;
	font-size:16px;
}

#performerInfo #festRulesPrint p {
	position:absolute;
	float:right;
	text-align:right;
}	
#performerInfo .raceMessage {
	font-size:13px;
	line-height:140%;
	border:2px solid black;
	background-color:#AE0000;
	color:#fff;
	padding:20px;
	width:350px;">
	}

/* -------------------------------------- styles for art and craft show app --------------------------------------- */

.artAndCraftApp  {
	border:1px solid black;
	padding:6px;
	font-size:12px;
	color:#000;
	margin-top:12px;
	}
.artAndCraftApp td {
	border:1px solid black;
	padding:6px;
	}
.artAndCraftApp img {
	padding:6px;
	vertical-align:top;
	}
span.acLink {
	text-align:center;
}

/* -------------------------------------------- styles for registration ------------------------------------- */

#registrationDiv {
	width:400px; 
	padding:10px;
}

#registrationDiv h1 {
	font-size:18px;
	font-weight:bold;
}

/* -------------------------------------------- styles for site map -------------------------------------------- */
#sitemap {
	position:relative;
	top:-60px;
	}
		
.siteMapNav, .siteMapNav2, .siteMapNav3 {
	margin:0;
	padding:0;
	font-weight:bold;
	}

.siteMapPart1 {
	font-size:12px;
	}
.siteMapPart2 {
	font-size:12px;
	}

.siteMapPart3 {
	font-size:12px;
	}


.sectionHead {
	padding-top:6px;
	}
	
	
	.siteMapNav li {
		font-size:14px;
		line-height:20px;
		color:#AE0000;
		}
		.siteMapNav li a {
			color:#AE0000;
			}
		.siteMapNav li a:hover {
			color:green;
			}
	.siteMapNav2 li {
		font-size:12px;
		color:#000000;
		padding-left:20px;
		}
		.siteMapNav2 li a {
			color:#000000;
			}
		.siteMapNav2 li a:hover {
			color:#AE0000;
			}
	
	
	
/* -------------------------------------------- styles for sponsors --------------------------------------------*/
	
.sponsorsInfo {
	float:right;
	width:430px;
	margin-right:36px;
	position:relative;
	top:-634px;
	}
	* html .sponsorsInfo {
	/* target IE6 & 5.5 */ 
		top:-630px;
		} 
	*+html .sponsorsInfo { 
		/* target IE7 */
		top:-630px;
		} 
#performerInfo .sponsorsInfo h1 img {
	position:relative;
	left:-9px;
	margin-bottom:-24px;
	margin-right:6px;
	}
.sponsorsTable {
	position:relative;
	left:-4px;
	}
	.sponsorTitle {
		font-size:18px;
		font-weight:bold;
		color:#000000;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		}
	.sponsorLogo {
		padding:6px;
		background-color:white;
		margin-right:6px;
		
	}
	#performerInfo .sponsor {
		font-size:12px;
		font-weight:bold;
		padding:6px;
		padding-right:18px;
		}
		#performerInfo .sponsor a {
			color:#000000;
			text-decoration:underline;
			}
	
	#performerInfo .sponsoring {
		font-size:12px;
		font-weight:bold;
		padding:6px 0;
		}
#performerInfo hr {
	color:#4C7013;
	width:100%;
	height:2px;
	}
		
	.beasponsor img {
		margin-bottom:-36px;
		}
	.sponsorClass {
		margin:18px 0 12px 0;
	}


.cityMap {
	float:right;
	position:relative;
	}
.MapLink {
	float:right;
	clear:right;
	}
	
ul.bulletList {
	list-style-type:square;
	font-weight:bold;
	font-size:14px;
	}
.quote {
	font-style:italic;
	}
.AIAtitle {
	font-size:16px;
	color:#AE0000;
	}
	
		
#mailForm {
	position:relative;
	top:42px;
	}
	* html #mailForm {
		/* target IE6 & 5.5 */ 
		position:relative;
		top:-30px;
		}
	*+html #mailForm {
		/* target IE7 */
		position:relative;
		top:-30px;
		}
	#mailForm h3 {
		padding-left:0px;
		}

	#mailForm p {
		width:190px;
		position:relative;
		left:14px;
		top:-14px;
		text-align:left;
		}
	.mailFormInput {
		position:relative;
		left:0px;
		top:-20px;
		}
	.mailFormInput span {
		font-size:14px;
		}
	.mailActionStyles {
		position:relative;
		top:40px;
		}
		
.mailActionStyles h1, .mailActionStyles h2, .mailActionStyles h3, .mailActionStyles h4, .mailActionStyles h5, .mailActionStyles p {
	padding:0;	
	}
#ecardActionPage .mailActionStyles {
	margin:0;
	padding:0;
	text-align:left;
	}
	
#blogbody textarea {
	background-color:#E1F0C3;
	}

	
div.festQuestClue {
	margin-top:12px;
	}	
		
a img.onlineAd {
	float:right;
	}
	
.artists {
	clear:both;
}

#shutterbug {
	}
#shutterbug img.pageTitle {
	margin-top:-18px;
	margin-left:-8px;
	}


div.contentLeft {
	margin-top:16px;

	width:285px;
	float:left;
	}
div.photos2big {
	margin-top:16px;
	width:440px;
	margin-bottom:20px;
	margin-left:22px;
	}
#shutterbug h1 {
	font-size:14px;
	font-weight:normal;
	line-height:135%;
	width:auto;
	}
#shutterbug h2 {
	font-size:14px;
	font-weight:bold;
	line-height:135%;
	margin-top:12px;
	width:auto;
	}
#shutterbug h3 {
	font-size:16px;
	font-weight:bold;
	line-height:135%;
	color:#AE0000;
	width:auto;
	margin:0;
	margin-top:16px;
	margin-bottom:20px;
	}
#shutterbug .photos2big h5 {
	padding:0;
	font-size:12px;
	line-height:135%;
	padding-right:36px;
	}
#shutterbug h5 strong {
	font-weight:bold;
	}
#shutterbug .contentLeft p {
	margin:16px 0 0 0;
	padding:0;
	font-size:14px;
	line-height:135%
	}
#shutterbug p strong {
	font-weight:bold;
	}

#shutterbug a {
	color:#AE0000;
	}
#shutterbug a:hover {
	color:#4C7013;
	}
	
#shutterbug p.rfButton {
	padding:10px;
	font-size:16px;
	line-height:140%;
	border:2px solid black;
	background-color:#AE0000;
	width:400px;
	text-align:center;
	}
#shutterbug p.rfButton a {
	color:#FFBF17;
	}
#shutterbug p.rfButton a:hover {
	color:#fff;
	}
#shutterbug .contentLeft h3 {
	text-align:center;
	width:440px;
	color:#000;
	}	
/*Noah Replaced:
#shutterbug .thumbnails {
	margin:0;
	padding:0;
	width:440px;
	clear:left;
	}
#shutterbug .thumbnails img {
	float:left;
	margin:0;
	padding:0;
	height:72px;
	width:72px;
	border:1px solid black;
	margin-right:17px;
	margin-top:17px;
	}
#shutterbug div.thumbnails img.last {
	margin-right:0;
	}*/
#shutterbug .thumbnails {
	margin:0;
	padding:0;
	width:440px;/*
	clear:left;*/
	clear:both;/*Noah has no idea why, but IE is ignoring this property. It is duplicated in master_IE.css*/
	}
#shutterbug .thumbnails img {
	float:left;/*Noah has no idea why, but IE is ignoring this property. It is duplicated in master_IE.css*/
	margin:0;
	padding:0;
	border:1px solid black;/*Noah has no idea why, but IE is ignoring this property. It is duplicated in master_IE.css*/
	margin-right:17px;/*Noah has no idea why, but IE is ignoring this property. It is duplicated in master_IE.css (Needed to resize anyways to fit)*/
	margin-top:17px;/*Noah has no idea why, but IE  is ignoring this property. It is duplicated in master_IE.css (Needed to resize anyways to fit)*/
	width:72px;/*Noah has no idea why, but IE  is ignoring this property. It is duplicated in master_IE.css (Needed to resize anyways to fit)*/
	height:72px;/*Noah has no idea why, but IE is ignoring this property. It is are duplicated in master_IE.css (Needed to resize anyways to fit)*/
	}
#shutterbug .thumbnails img.last {
	margin-right:0;
	}
	
#shutterbug .paged img.previous {
	float:left;
	margin-top:20px;
	}
#shutterbug .paged img.next {
	float:right;
	margin-top:20px;
	}


#shutterbug p.rfButton2 {/*Noah has no idea why, but IE is ignoring some of these properties. It is duplicated in master_IE.css*/
	float:right;
	padding:5px;
	font-size:13px;
	line-height:130%;
	border:1px solid black;
	background-color:#AE0000;
	width:120px;
	text-align:center;
	margin:0;
	margin-top:-11px;/*Changed in master_IE.css*/
	}
#shutterbug p.rfButton2 a {/*Noah has no idea why, but IE is ignoring some of these properties. It is duplicated in master_IE.css*/
	color:#FFBF17;
	}
#shutterbug p.rfButton2 a:hover {
	color:#fff;
	}
	
#shutterbug h1.share {
	font-size:18px;
	clear:both;
	margin-top:16px;
	font-weight:bold;
	width:300px;
	}
#shutterbug p.required {
	font-size:12px;
	color:#AE0000;
	}
	
#shutterbug.deletePhotos, #shutterbug.managePhotos {
	margin:0;
	padding:0;
	}
#shutterbug.deletePhotos h1, #shutterbug.managePhotos h1 {
	clear:left;
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:16px;
	}
#shutterbug.deletePhotos ul.errormsg, #shutterbug.managePhotos ul.errormsg {
	color:#AE0000;
	margin-bottom:16px;
	}
#shutterbug.deletePhotos p.statusmsg, #shutterbug.managePhotos p.statusmsg {
	color:#AE0000;
	margin-bottom:16px;
	}
#shutterbug.deletePhotos p, #shutterbug.managePhotos p {
	width:440px;
	color:#000;
	margin-left:0;
	}
#shutterbug .thumbnailImages {

	}
	#shutterbug .thumbnailImages tr.topLine td {
		padding-bottom:12px;
		}
	#shutterbug .thumbnailImages tr.topLine .ipAddress {
		font-size:12px;
		position:relative;
		top:6px;
		}

	
#photoForm {
	margin-top:16px;
	margin-left:-16px;
	}
#photoForm p {
	width:440px;
	}
	
#photoForm span.req {
	color:#AE0000;
	}
#photoForm .labelLeft {
	float:left;
	font-weight:bold;
	width:160px;
	}
#photoForm .labelLeft2 {
	float:left;
	font-weight:bold;
	width:149px;
	margin-left:11px;
	}
#photoForm input#imageupload {
	background-color:#fff;
	}
#photoForm h6.submitPhotoBtn {
	float:right;
	position:relative;
	left:2px;
	}


#shutterbug p.terms {
	width:400px;
	color:#000;
	border:2px solid black;
	padding:20px;
	font-size:12px;
	line-height:normal;
	background-color:#fff;
	}
#shutterbug p.terms strong {
	font-size:14px;
	}
#shutterbug p.terms span.termAgree {
	font-size:14px;
	background-color:#AE0B0A;
	padding:6px 24px;
	color:#fff;
	}
#shutterbug h6.submitBtn {
	float:right;
	position:relative;
	left:176px;
	top:-3px;
	}
#shutterbug h6.submitBtn2 {
	padding-left:20px;
	}
img.regOnline {
	float:right;
	margin-right:24px;
	}
	
#disclaimer {
	clear:both;
	font-size:12px;
	border:1px solid black;
	background-color:#fff;
	padding:0;
	padding:10px 16px 10px 0;
	}
#disclaimer p {
	width:auto;
	font-size:12px;
	line-height:125%
	}
#disclaimer p strong {
	font-size:14px;
	font-weight:bold;
	line-height:120%
	}
#disclaimer form {
	margin:0;
	padding:0;
	padding:0 12px;
	}


/* --------------------------- Race Registration styles --------------------------- */

#raceRegistration .statusmsg{
	color:#990000;
	font-size:16px;
	border:2px solid #003300;
	background:url(../images/greenSwirls2.gif);
	padding:6px 9px;
	font-weight:bold;
	width:422px;
}
	#raceRegistration .statusmsg a{
		color:#cccccc;
		text-decoration:underline;
	}
	#raceRegistration .statusmsg a:hover{
		text-decoration:none;
	}
#raceRegistration .errormsg {
	color:#ffffff;
	background-color:#990000;
	border:2px solid #000;
	width:275px;
	margin-bottom:12px;
}
	#raceRegistration .errormsg a {
		color:#cccccc;
		text-decoration:underline;
	}
	#raceRegistration .errormsg a:hover{
		text-decoration:none;
	}
#raceRegistration ul.errormsg{/*
	list-style:disc outside none;
	margin-left:16px;
	width:250px;*/
	}
	#raceRegistration ul.errormsg li{/*
		list-style:disc outside none;*/
		padding:6px 3px;
		font-size:12px;
		border-top:2px solid #990000;
	}
	#raceRegistration ul.errormsg li:first-child{
		border-top:none;
	}

#raceRegistration {
	position:relative;
	}
	#raceRegistration p {
		width:280px;
		}
#racers {
	background-color:#FFBF17;
	border:2px solid black;
	padding:16px;
	}
	#racers h1 {
		color:#fff;
		background-color:#000;
		display:block;
		padding:4px 6px;
		margin-top:0;
		}
	#racers h2 {
		font-size:13px;
		font-weight:bold;
		padding-bottom:6px;
		border-bottom: 2px dotted #000;
		}
	#racers h3 {
		font-size:14px;
		font-weight:bold;
		color:#ff0000;
		line-height:1.2;
		padding-bottom:6px;
		}
	#racers p {
		width:350px;
		font-size:14px;
		}

	#racers .selectRace {
		position:relative;
		}
	#racers .selectRace .notesBox{
		position:absolute;
		top:3px;
		right:0;
		width:110px;
		padding:0 12px 6px;
		border:1px solid #000;
		background:url(../images/greenSwirls2.gif);
		}
	#ie6 #racers .selectRace .notesBox{
		position:absolute;
		top:3px;
		right:24px;
		}
	#ie6 #racers .selectRace .notesBox p {
		width:110px;
		}

#raceDetails {
	float:right;
	width:140px;
	border:1px solid black;
	background:url(../images/greenSwirls2.gif);
	}
#raceDetails p,
#raceDetails li{
	width:120px;
	font-size:14px;
	margin-left:10px;
	}
#raceDetails p.day {
	font-size:18px;
	font-weight:bold;
	color:#990000;
	}
#raceDetails p.note {
	font-size:12px;
	line-height:100%;
	}

		

#raceRegistration fieldset.total {
	background-color:#990000;
	padding:16px;
	margin-bottom:16px;
	border:2px solid black;
	}
#raceRegistration fieldset.total p {
	margin:0;
	padding:0;
	color:#fff;
	width:350px;
	}
#raceRegistration span.req {
	color:#AE0B0A;
	}
#raceRegistration .labelLeft {
	float:left;
	font-weight:bold;
	width:120px;
	}
#raceRegistration #racers .labelLeft {
	float:left;
	font-weight:bold;
	width:140px;
	}
#raceRegistration p.terms {
	width:400px;
	color:#000;
	border:2px solid black;
	padding:20px;
	font-size:12px;
	background-color:#fff;
	}
#raceRegistration p.terms strong {
	font-size:14px;
	}
#raceRegistration p.terms span.termAgree {
	font-size:14px;
	background-color:#AE0B0A;
	padding:6px 12px;
	color:#fff;
	}
#raceRegistration h6.submitBtn {
	float:right;
	position:relative;
	left:176px;
	top:-3px;
	}
#raceRegistration h6.submitBtn2 {
	padding-left:20px;
	}
img.regOnline {
	float:right;
	margin-right:24px;
	}



/* --------------------------- copyright styles --------------------------- */		

/* colors:
Red: AE0000
Dark Blue: 1144AA
Dark Gray: 666666
Light Gray: 999999
Even Lighter Gray f0f0f0
Dark Green: 4C7013
Light Green: 92BB47
Orange: FFBF17
*/		


.redText {
	color:#AE0000;
	}

#copyright {
	text-align:left;
	position:relative;
	margin-left:22px;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
	color:#17592A;
	color:#000000;
	width:1000px;
	white-space:nowrap;
	line-height:16px;
	}
	
	#copyright a {
		color:#AE0000;
		}
		#copyright a:hover {
		color:#000000;
		}


/* ----------------------------- LightBox styles --------------------------- */
/*Noah has no idea why, but IE is ignoring some of these properties. It is duplicated in master_IE.css*/
#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/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/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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
