@charset "UTF-8";
/* CSS Document */

#header {
	width:950px;
	height:33px;
	background-color:#900;
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: .5; /* mozilla */
	opacity:0.5;
	position:relative;
	top:-201px;
	margin:5px 5px 5px 0;
	padding-left:10px;
}
h3 {
	filter: alpha(opacity=100); /* ie */
	-moz-opacity: 1.0; /* mozilla */
	opacity:1.0;	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	z-index:2;
}
.headText {
	font-size:36px;
	color:#333;
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: .5; /* mozilla */
	opacity:0.5;
	position:relative;
	top:20px;
	z-index:1;
	left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
#nav {
	position:relative;
	color:#FFF;
	top:-234px;
	left:26px;
	font-variant:small-caps;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:5000;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:auto;
	text-decoration:none;
	z-index:1000;
	}
	
ul li {
	position: relative;
	float:left;
	width:140px;
	text-decoration:none;
	}
	
li ul {
	position: absolute;
	top: 30px;
	display: none;
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */
	opacity:0.8;
	}
	
ul li a {
	text-align:center;
	display: block;
	text-decoration: none;
	padding: 5px;
	color:#000;
	margin:0 5px 5px 5px;
	}
	
li:hover ul, li.over ul { 
	display: block;
	color:#000;
	text-decoration:none;
	margin-bottom:10px;
	}
.opaque {
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */
	}
ul li ul li a:hover {
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */
	opacity: 0.8;
	color:#900;
	font-weight:bolder;
	font-size:14px;
}
#arrowL {
	position:relative;
	float:left;
	clear:both;
	left:200px;
	text-decoration:none;
	color:#666;
}
#arrowR {
	position:relative;
	clear:both;
	float:right;
	left:660px;
	top:-18px;
	text-decoration:none;
	color:#666;
}
#arrows {
	position:absolute;
	top:320px;
}
#imageSpot {
	position:relative;
	top:-160px;
	left:240px;
}
a {
	text-decoration:none;
	color:#333;
}
#homeText {
	position:relative;
	top:-110px;
	text-align:center;
}
#expText {
	position:absolute;
	top:350px;
	margin:20px;
	
}
.rightSideText {
	position:relative;
	top:-180px;
	left:-450px;
	text-align:right;
	color:#999999;
	width:300px;
	
}
#expText li {
	float:left;
	font-size:12px;
	
}
.rightSideText ul li {
	font-size:20px;
	width:300px;
	text-align:left;
	list-style-type:square;
	
}
a:hover {color:#990000;}