﻿.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
	
	
}
.white_content {
	display: none;
	position: absolute;
	top: 30px;
	left: 25%;
	width: 578px;
	height: 468px;
	background-color: white;
	z-index: 1002;
}

/* Stu Nichols Larger Image

#menu {
	position: relative;
	top: 1px;
	left: 1px;
	height: 245px;
	background-color: #ffffff;
	z-index: 1;
}
#menu a.p1, #menu a.p1:visited {
	display: block;
	width: 0px;
	height: 0px;
	text-decoration: none;
	background: #fff;
	top: 0;
	left: 0;
	border: 0;
}
#menu a img {
	border: 0;
}
#menu a.p1:hover {
	text-decoration: none;
	background-color: #8c97a3;
	color: #000;
}
#menu a .large {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}
#menu a.p1:hover .large {
	display: block;
	position: absolute;
	top: -65px;
	left: 120px;
	width: 570px;
	height: 460px;
	border: 0px solid #ccc;
}
*/
