@charset "UTF-8";

/* CSS Document */


#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; }

p.style6{
font-family:'Lucida Grande',Verdana,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
body{font:14px Tahoma, Geneva, sans-serif;}
#slideshowWrapper{position:relative;width:648px;margin:auto;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{position:absolute;top:418px;right:20px;background:url(white.png) repeat;padding:4px 0 5px 0;width:60px;text-align:center;display:block;color:#FFF;text-decoration:none;}

ul#slideshow{list-style:none;padding:2px;margin:auto;margin-top:5%;width:648px;height:418px;overflow:hidden;}
#fssList{list-style:none;width:648px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}

body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	border:none;

}

#container{
	margin: 0 auto;
	width: 890px;
	border:none;

}

#header{
	margin-top: 50px;
	border:none;

}

#content{
	margin-top: 10px;
	height: 100%;
	border: none;
}


#content_right{
	float: right;
	width: 700px;
	border:none;

}

#content_right ul{
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
}

#content_right li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#left_col{
	width: 290px;
	margin-right: 20px;
}

#right_col{
	width: 290px;
	float: right;
}

#nav{
	width: 200px;
	margin-right: 20px;
	border:none;

}

#nav ul{
	margin: 0;
	padding: 0;
	border:none;

}

#nav li{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#spacer{
	clear:both;
}

#footer{
	color: grey;
	text-align: right;
	font-size: 0.8em;
	margin-top: 15px;
	margin-bottom: 50px;
}

p{
	font-size: 0.83em;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	color: #888888;
}

h1{
	font-size: 1.15em;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	color: #000000;
}

h2{
	font-size: .95em;
	letter-spacing: 2.5px;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	color: #444444;
}

a:link, a:visited{
	text-decoration: underline;
	color:#0cd2c6;
}

a:hover{
	text-decoration: none;
}


