/* drop-down menu */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
li {
  float: left;
  position: relative;
  background-color: white;
  width: 192px;
}
  
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}
  
li>ul {
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul { 
	display: block; 
}

/* page structure */


img.border { border: 1px #CCC solid; }

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	height: 530px;
	\height: 550px;
	h\eight: 530px;
	border: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background-image: url("images/pagestructure/background.gif");
	background-repeat: no-repeat;
	padding: 0px;
}

#header {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	height: 66px;
	\height: 86px;
	h\eight: 66px;
	padding: 0px;
	margin-bottom: 0px;
	position:relative;
	z-index: 9;
}

#content {
	width: 706px;
	\width: 726px;
	w\idth: 706px;
	height: 415px;
	\height: 435px;
	h\eight: 415px;
	padding: 0px;
	margin-bottom: 0px;
	position:relative;
	left: 36;
	top: 0;
	z-index: 5;
	clear: left;
}

#splash {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background-image: url("images/photos/splash_photo.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	z-index: 7;
}

#footer {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	padding: 0px;
	margin-bottom: 0px;
	position:relative;
	z-index: 6;
}

/* text styles */

a.caption:link {
	color: #000000; 
	text-decoration: underline
}
		
a.caption:visited {
	color: #000000; 
	text-decoration: underline
}
		
a.caption:hover {
	color: #364F6A;
	text-decoration: underline
}
		
.caption {
	color: #333333;
	font-family: verdana, sans-serif;
	font-size:10px;
	line-height: 12px;
}

a.enter:link {
	color: #000000; 
	text-decoration: none
}
		
a.enter:visited {
	color: #000000; 
	text-decoration: none
}
		
a.enter:hover {
	color: #959085;
	text-decoration: underline
}

.enter {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size:11px;
	line-height: 13px;
}

.copyright {
	color: #7F7B72;
	font-family: verdana, sans-serif;
	font-size:9px;
	line-height: 12px;
}