/* CSS Document */
a:link {  color: #efa000; font-weight: bold; text-decoration: none;}
a:visited {  color: #efa000; font-weight: bold; text-decoration: none;}
a:hover {  color: #efa000; font-weight: bold; text-decoration: underline;}


a.white:link {  color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:visited {  color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:hover {  color: #ffffff; font-weight: bold; text-decoration: underline;}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00467f;
	line-height: 1.5;
}


.overall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00467f;
	line-height: 1.5;
	}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 1.5;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00467f;
	font-weight:bold;
}
.buttons{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00467f;
	font-weight:normal;
}
.smallheadline{  color: #efa000; font-weight: bold; text-decoration: none;}

.flickrimg {text-align:center !important;}
.flickrimg img {border: 4px solid #ffffff !important;}
.flickrimg img:hover {border: 4px solid #efa000 !important; }


li{
	list-style:none;
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	float:left;
}
ul#flickrlink,ul#flickrlink li{
	list-style:none;
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
}
ul#flickrlink{
	float:left;
	clear:both;
	padding:1px;
}
ul#flickrlink li{
	margin:2px;
	float:left;
	text-align:center;
	display:none;
}
ul#flickrlink a{
	color:#666;
	font-weight:bold;
	font-size:.8em;
}
ul#flickrlink li.nav{
	width:2em;
	display:block;
}
.nav a{
	padding-top:63px;
	color:#999;
}
#flickrlink img{
	width:75px;
	padding:1px;
	border: 4px solid #ffffff !important;
	display:block;
}
#flickrlink img:hover {border: 4px solid #dedede !important;
}
#flickrshot{
	font-family:arial,sans-serif;
	background:url(greengrad.gif) top left repeat-x #fff;
	font-size:.8em;
	border:1px solid #060;
	padding:5px;
	width:240px;
	margin:10px auto;
	position:absolute;
	left:50%;
	margin-left:-120px;
}
#flickrshot a.fjbcloser{
	position:absolute;
	right:10px;
	top:8px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	z-index:99;
}
#flickrshot img{
	border:none;
	margin:0 auto;
	display:block;
	background:url(ajax-loader.gif) center center no-repeat transparent;
}		
#flickrshot h4,#flickrshot p{
	margin:.2em 0;
	padding:0;
}
#flickrshot h4{
	color:#fff;
	font-size:1em;
	background:#efa000;
	padding:.2em;
	margin:0 0 .2em 0;
}
#flickrshot p{
	margin:.2em 0 0 0;
}
#flickrshot a{
	display:block;
	text-align:right;
}
#flickrshot p a{
	padding:.1em;
	margin:0 0 0 0;
	font-weight:bold;
	color:#369;
}

/* lightbox stuff */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#toFlickr{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}