/* 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:12px 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;
	width:500px;
	}
	#cityGoBus {
		position:absolute;
		top:-38px;
		left:-6px;
	}
	
	#bandCampIcon {
		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;
	width:485px;			
	}
	.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;
			}
		li.threeLines {
			height:78px;
			}
		li.twoLines {
			height: 50px;
			}
		.subNavBreak, .subSubNavBreak {
			margin:0;
			padding:0;
			padding-left:48px;
			}
		.subNavBreak {
			position:relative;
			top:-12px;
			}	
		.subSubNavBreak {
			position:relative;
			top:-24px;
			}
		
				
		.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;
	padding-bottom:12px;
	margin-left:8px;
	max-width:236px;
	}

#performerInfo h3 {
	font-size:16px;
	margin-top:12px;
	font-weight:bold;
	line-height:130%;
	}
	#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 {
	width:440px;
	margin-left:0;
	}
#performerInfo img.photo1 {
	float:right;
	padding-bottom:12px;
	margin-left:8px;
	}

#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;
	padding-bottom:12px;
	margin-left:8px;
	}	
#performerInfo .bandCampPhotoRight {
	float:right;
	position:relative;
	left:-5px;
	width:262px;
	padding-left:12px;
	padding-bottom:10px;
	}
#performerInfo p label.labelLeft2 {
	margin-left:0px;
	margin-top:10px;
	width:400px;
	font-size:14px;
	line-height:18px;	
}
#performerInfo p.bandCampReg {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	}

#performerInfo p input {
	clear:both;	
}
#performerInfo img.photo4 {
	float:left;
	margin-right:20px;
	margin-top:4px;
	margin-left:-2px;
	}


#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 Photo Submissions styles --------------------------- */
/*Noah moved these to master_noHacks.css (for some reason IE was ignoring some styles). When trying to just comment out these styles here, Dreamweaver kept crashing (7/27/2010) so Noah just deleted them (from here).*/


/* --------------------------- 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:146px;
	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:130px;
	}
#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;
	}
	
	

	
#rfApplications {
	background-color:#000;
	width:430px;
	margin-top:16px;
	}
#fineArtApp {
	margin:0;
	padding:0;
	width:210px;
	float:left;
	border:1px solid black;
	}
#fineArtApp img {
	width:190px;
	margin:10px 0px 10px 10px;
	}
#fineArtApp .FAInfo {
	float:left;
	margin-bottom:10px;
	}
#fineArtApp .FAInfo p {
	width:190px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:140%;
	margin-left:10px;
	text-align:center;
	}
#fineArtApp .FAInfo p.event {
	font-weight:bold;
	}
#fineArtApp .FAInfo p a {
	color:#AE0000;
	text-decoration:underline;
	}
#fineArtApp .FAInfo p a:hover {
	color:#F5C032;
	}
	
#fourRiversApp {
	margin:0;
	padding:0;
	width:210px;
	float:right;
	border:1px solid black;
	}
#fourRiversApp img {
	float:right;
	width:190px;
	margin:10px 10px 10px 0px;
	}
#fourRiversApp .FRInfo {
	float:right;
	margin-bottom:10px;
	}
#fourRiversApp .FRInfo p {
	width:190px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:140%;
	margin-right:10px;
	text-align:center;
	}
#fourRiversApp .FRInfo p.event {
	font-weight:bold;
	}
#fourRiversApp .FRInfo p a {
	color:#AE0000;
	text-decoration:underline;
	}
#fourRiversApp .FRInfo p a:hover {
	color:#F5C032;
	}
	
#rfApplications div#appAvailNotice p {
	color: #fff;
	width: 385px;
	text-align: center;
	margin-left: 24px;
	}
	
#acrobatInfo {
	margin:0;
	padding:0;
	clear:both;
	margin:10px 10px 0 10px;
	background-color:#000;
	border-top:2px dotted #fff;
	}
#acrobatInfo p {
	color:#fff;
	margin-left:16px;
	font-size:12px;
	}
#acrobatInfo p a {
	color:#fff;
	}
#acrobatInfo p a {
	color:#AE0000;
	}
#acrobatInfo p a:hover {
	color:#F5C032;
	}

#acrobatInfo p img {
	float:right;
	margin-right:44px;
	padding-left:16px;
	}
	
ul.ulListPF {
	margin-left: 48px;
	font-size: 14px;
	line-height: 130%;
	}
	
	
ul.ulListPF li {
	list-style-type:square;
	padding-bottom: 6px;
	}
	
	
ul.ulListPF {
	
	}
	





/* --------------------------- 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 moved these to master_noHacks.css (for some reason IE was ignoring some styles). When trying to just comment out these styles here, Dreamweaver kept crashing (7/27/2010) so Noah just deleted them (from here).*/
	

/* 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 */
