@charset "UTF-8";
/* CSS Document */


  #apDiv1 {
	position: absolute;
	top: 2%;
	width: 77px;
	height: 110px;
	z-index: 1;
	background-position: center;
	left: 50%;
}
#opener {
	width: 1080px;
	height: auto;
}
nav {
	position: relative;
	top: 131px;
	width: 1000px;
	height: 40px;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 200%;
	word-spacing: 10px;
	letter-spacing: 10pt;
	background-position: center;
	text-align: center;
	margin: auto;
}
  .redBullet {
	color: #FF0000;
}
  .redBullet {
	color: #FF0000;
}
  #thmb {
	position: absolute;
	left: 9%;
	top: 287px;
	width: 115px;
	height: 507px;
	z-index: 3;
}
  #apDiv2 {
	position: absolute;
	left: 318px;
	top: 505px;
	width: 210px;
	height: 153px;
	z-index: 4;
}
  #nav2 {
	position: relative;
	top: 140px;
	width: 850px;
	height: 25px;
	z-index: 4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 5pt;
	text-align: center;
	padding-top: 1px;
	margin: auto;
	background-position: center center;
	float: none;
}
  /* CSS Document */

.page_container {
}
.galley_thumbnail {
}
.galley_preview {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery_thumbnail a {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 23px;
	margin-left: 0px;
	border: 1px solid #999;
	height: 100px;
	width: 75px;
}
.clear_both {
	clear: both;
	line-height: 1px;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	clear: both;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
/* Force top navigation to stay on one line */
nav{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  white-space:nowrap;
}

nav a, 
nav span{
  display:inline-block;
}
