@charset "utf-8";

/* Leightbox positioning and tint */

.leightbox {
	display: none;
	position: absolute;
	z-index:1001;
}
.gallery {
	top: 100px;
	left: 50%;
	margin-top: 0px;
	margin-left: -321px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 642px;
}
.mappopup {
	top: 20px;
	left: 50%;
	margin-top: 0px;
	margin-left: -449px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 898px;
}
#overlay {
	background-color: #ffffff;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0px;
	-moz-opacity: 0.75;
	opacity:.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	margin: 0px;
}
.lightbox[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}
#overlay[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}
.imagedetail {
	border: solid 1px #FFFFFF;
}
.windowlink{
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.windowlink a:visited {
	color: #022D64;
	text-decoration: none;
}
.windowlink a:link {
	color: #022D64;
	text-decoration: none;
}
.windowlink a:hover {
	color: #0079C1;
	text-decoration: none;
}
.windowlink a {
	color: #022D64;
	text-decoration: none;
}
