@charset "UTF-8";

/* BROWSER RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img,
small, strong, sub, sup,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END BROWSER RESET */


body {
	background: #6e91a2 url(images/FPFF_background.jpg) no-repeat scroll 50% -5px;
	/*font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #211B15;
	margin: 10px 0 0;
	text-align: center;
}

div#header {
	background:transparent url(images/FPFF_header.png) no-repeat scroll 0 0;
	margin: 0 auto;
	position: relative;
	width: 1012px;
	height: 199px;
	margin-top: 52px;
	z-index: 1;
}

div#header h1, div#header h2 {
	text-indent: -9999px;
}

div#header a {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 750px;
	height: 95px;
}

div#content {
	margin: 0 auto;
	width: 975px;
	height: 525px;
	position: relative;
	margin-top: -73px;
	z-index: 0;
}

div#banner {
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	color: #941300;
	position: absolute;
	left: 68px;
	top: 20px;
	z-index: 2;
}

div#col_1 {
	left: 18px;
}

div#col_2 {
	left: 340px;
}

div#col_3 {
	left: 660px;
}

div.lower_column {
	position: absolute;
	top:  98px;
	width: 300px;
	height: 415px;
	text-align: justify;
	line-height: 15px;
}

div.higher_column {
	position: absolute;
	top:  5px;
	width: 300px;
	height: 415px;
	text-align: left;
	line-height: 14px;
}

div#tabs {
	margin: 0 auto;
	position: relative;
	margin-top: -14px;
	padding-left: 30px;
	width: 978px;
}


div#tabs ul li {
	line-height: 0;
	/* fixes IE6/7 problem with the tabs */
}

div#tabs ul li a {
	float: left;
	background:transparent url(images/FPFF_tabsprites.png) no-repeat scroll -202px 0;
	font-family: 'Adobe Garamond Pro', Garamond, 'Times New Roman', serif;
	color: #000;
	font-size: 16px;
	line-height: 86px;
	text-align: center;
	width: 196px;
	height: 73px;
}

div#tabs ul li a.twolines {
	line-height: 18px;
	padding-top: 25px;
}

div#tabs ul li a:hover {
	background:transparent url(images/FPFF_tabsprites.png) no-repeat scroll -401px 0;
	color: #941300;
}

div#tabs ul li a.current, div#tabs ul li a.current:hover {
	background:transparent url(images/FPFF_tabsprites.png) no-repeat scroll 0 0;
	color: #941300;
}

form {
	position: absolute;
	top: 306px;
	left: 0px;
}

div#GreenwayButton {
	position: absolute;
	top: -3px;
	left: 825px;
	width: 192px;
	height: 106px;
	line-height: 0;
}

div#GreenwayButton a {
	background-image: url(images/FPFF_GreenwayButtonSprites.png);
	background-repeat: no-repeat;
	float: left;
	width: 192px;
	height: 106px;
	margin: 0 5px;
	text-indent: -9999px;
	z-index: 3;
}

div#GreenwayButton a:hover {
	background-position: -199px 0;
}


div#footer {
	position: relative;
	font-size:10px;
	margin:0 auto;
	padding:0 0 17px;
	text-align:center;
}

a {
	color: #941300;
	text-decoration: none;
}

a:hover {
	color: #000;
}

em {
	font-weight: bold;
	font-style: italic;
}

em.larger {
	font-size: 14px;
}

h3 {
	color: #941300;
	margin-bottom: 12px;
	text-align: left;
	font-size: 13px;
}

div#content ul {
	list-style-type: disc;
	margin-left: 12px;
	margin-bottom: 12px;
	text-align: left;
}

div#content ul.roman {
	list-style-type: disc;
	margin-left: 12px;
	font-size: 11px;
}

.donateButton {
	display: block;
	background:transparent url(images/FPFF_donateButtonSprites.png) no-repeat scroll 0 0;
	width: 300px;
	height: 63px;
	margin-top: 20px;
	text-indent: -9999px;
}

.donateButton:hover {
	background:transparent url(images/FPFF_donateButtonSprites.png) no-repeat scroll 0 -69px;
}

#fader {
	background-color:#000000;
	height:100.01%;
	left:0;
	position:absolute;
	top:0;
	width:100.01%;
	display: none;
	z-index: 100;
}

.popup {
	z-index: 101;
	background-color: #fff;
	width: 600px; 
	height: auto;
	display:none; 
	position: absolute; 
	top: 200px; 
	left: 50%; 
	margin-left: -350px;
	zoom: 1;
	padding: 50px;
	text-align: left;
}

.popup img {
	margin: 0 auto;
}

.popup .closeButton {
	position: absolute;
	top: 16px;
	left: 100%;
	margin-left: -100px;
}


/*Lightbox Stuff*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; 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; }

