@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 15px;
	background-color:#FFFFFF;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-color:#737373;
	width: 1050px;
	height:auto;
	border:5px;
	border-color:#000000;
	border-style: solid;
	border-radius: 10px;
	float: left;
	box-shadow: 0 0 8px 2px #333;
}

#banner {
	background-color:#737373;
      color:#FFFFFF;
	font-size: 175%;
	text-shadow: 4px 3px 6px rgba(0,0,0,.5);
	text-align: center;
      letter-spacing: .1em;
	font-variant: small-caps;
	padding-top: 4px;
	padding-left: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#banner img {
	margin-left: -5px;
	margin-top: -4px;
	width: 1050px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#title {
	background-color:#000000;
       font-size: 3px;
       text-shadow: 0px 0px 0px rgba(0,0,0,0);
       float: center;
	border-bottom: 0px;
	border-color: #000000;
	padding: 0px 0 0px 0px;
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
background-color: #E6E6E6;
	width: auto;
	text-align:left;
	padding: 0,0,0,0;
}

.navigationul {
    color:#FFFFFF*;
    float: left;
    list-style-type: none;
    text-align: left;
    width: 92%;
    text-indent: 0px;
    margin: 2px;
    display: flex;
    justify-content: center;
}

.navigationli {
	float: left;
	font-weight: bolder;
	border-style: none;
	border-radius: 5px;
	padding: 8px;
       margin: 8px 8px 8px 0px;
	background-color: #E6E6E6;
	text-align: left;
	text-indent: 0px;
	box-shadow: 2px 2px 4px #000000;
}

#content {
	background-color:#FFFFFF;
	color:#000000;
	float:left;
	width:100%;
}

#datablock {
	background-color: #FFFFFF;
	margin: 0px 30px 15px 15px;
	width:680px;
	float:right;
	clear:right;
}

.datalabel {
	color:#000000;
	width:200px;
	float:left;
	clear:both;
       font-weight:bold;
}

.datatext {
	color:#000000;
	width:680px;
	float:right;
	clear:right;
}

#imageblock {
	background-color:#B3B3B3;
	color:#FFFFFF;
	margin: 15px;
	padding: 5px;
	border-radius: 5px;
	width:270px;
	float:left;
	clear:left;
}

#imageblock img {
	border-style:solid;
	border-size: 1px;
	border-radius: 5px;
	border-color: #666;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	margin: 0px;
}

.mainimage {
	color:#FFFFFF;
	width: 250px;
	background-color:#B3B3B3;
	margin: 4px 4px 4px 8px;
       float: center;
}

.subimage {
	width:150px;
	border: none;
	padding-bottom:0px;
}

.subimages {
	color:#FFFFFF;
	background-color:#B3B3B3;
	width: 150px;
	float:left;
	padding: 8px 0px 0px 0px;
       margin: 4px 8px 4px 8px;
	border: none;
	font-style: italics;
	font-size: 10px;
}

#footer {
	background-color:#737373;
	color:#FFFFFF;
	float:left;
	clear:both;
	width: 100%;
	border-top-color:#000;
	border-top-style: solid;
       border-top-size: 5px;
	text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.toc {
       background-color:#FFFFFF;
	list-style: none;
}

.toc li .image {
	margin:10px 20px 20px -10px;
	border-style:solid;
	border-size:5px;
	border-radius: 5px;
	border-color: #666;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.image {
	max-width: 250px; 
	float: left;
	clear:both;
	padding-bottom: 0px;
	border:none;
}

.objname { 
	float: right;
	font-size: 0px;
	padding: 0px;
	width: 0px;
	margin: 0px 0 0 0px;
}

.objectid {
	float: right;
	font-size: 0px;
       padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 0px;	
	margin:0px 0 0 0px;
}

.title {
	float:left;
	padding: 3px;
	font-weight:bold;
	width: 600px;
	margin:5px 10px 5px 10px;
}

.descrip {
	float: left;
	padding: 3px;
	width: 700px;
	margin:5px 10px 10px 10px;
}

.reclink {
	text-style: italics;
	font-weight:bold;
}

hr {
	float:left;
	clear:both;
	width: 95%;
	height: 2px;
}

.startexhibit {
	font-weight: bold;
	font-size: x-large;
	border: 1px solid;
	margin: .2em;
	padding: .2em;
}
	
a	{
	color: #004080;
	text-decoration: none;
}

a:link	{
	color: #004080;
	text-decoration: none;
}

a:visited {
	color: #004080;
	text-decoration: none;
}

a:hover	{
	color:#000000;
	text-decoration: none;
}
