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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 20px;
	background-color:#FFFFFF;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-color:#C0C0C0;
	width: 900px;
	height:auto;
	border:4px;
	border-color:#666666;
	border-radius: 10px;
	border-style: solid;
	float: left;
	box-shadow: 0 0 8px 2px #333;
}

#banner {
	background-color:#00256A;
	color:#FFFFFF;
	font-size: xx-large;
	text-shadow: 4px 3px 6px rgba(0,0,0,.5);
	text-align: left;
      letter-spacing: .2em;
	font-variant: large-caps;
	padding-top: 4px;
	padding-left:5px;
       padding-bottom: 2px;
       border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#banner p {
        color:#FFFFFF;
	font-size: xx-large;
        letter-spacing: .2em;
	font-variant: large-caps;
        text-align:center;
}

#banner img {
	margin-left: -5px;
	margin-top: -4px;
       width: 900px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#title {
	background-color:#00256A;
	color:#FFFFFF;
	font-size: x-large;
	text-shadow: 4px 3px 5px rgba(0,0,0,.5);
       text-align: center;
	border-bottom: 2px;
	border-color: #000000;
	padding: 4px 0 4px 10px;
       padding-bottom: -30px;
       padding-top: -20px;
}

#navigation {
	background-color:#F0F0F0;
	width: auto;
	text-align: center;
	padding: 0,0,0,0;
}

.navigationul {
	float: left;
	list-style-type: none;
	text-align:center;
	width: 95%;
	text-indent: 0px;
	margin: 0;
}

.navigationli {
	float: left;
	font-weight: bolder;
	border-style: none;
	border-radius: 5px;
	padding: 8px;
	margin: 8px 8px 8px 0;
	background-color: #F0F0F0;
	text-align: center;
	text-indent: 0px;
	box-shadow: 2px 2px 4px #000000;
}

#content {
	background-color:#F0F0F0;
	color:#000000;
	float:left;
	width:100%;
}

#datablock {
	background-color: #F0F0F0;
	margin: 8px 25px 8px 8px;
	width:550px;
	float:right;
	clear:right;
}

.datalabel {
	color:#000000;
	width:125px;
	float:left;
	clear:both;
}

.datatext {
	color:#000000;
	width:425px;
	float:right;
	clear:right;
}

#imageblock {
	background-color:#CCCC99;
	color:#003366;
	margin: 4px;
	padding: 10px;
	border-radius: 5px;
	width:288px;
	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:#003366;
	width: 265px;
	background-color:#CCCC99;
	margin: 4px 4px 4px 8px;
}

.subimage {
	width:125px;
	border: none;
}

.subimages {
	color:#003366;
	background-color:#CCCC99;
	width: 125px;
	float:left;
	margin: 4px 8px 4px 8px;
	border: none;
	font-style: italics;
	font-size: 10px;
}

#footer {
	background-color:#00256A;
	color:#FFFFFF;
	float:left;
	clear:both;
	width: 100%;
	border-top-color:#666;
	border-top-style: solid;
	text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius: 5px;
}

.toc {
	background-color:#F0F0F0;
	list-style: none;
}

.toc li .image {
	margin:10px 5px 10px 0;
	border-style:solid;
	border-size:1px;
	border-radius: 5px;
	border-color: #666;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.image {
	max-width: 100px;
	float: left;
	clear:both;
	padding: 0px;
	border:none;
}

.objname {
	float: left;
	font-weight:bold;
	padding: 3px;
	width: 150px;
	margin:10px 0 0 5px;
}

.objectid {
	float: left;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;	
	margin:10px 0 0 5px;
}

.title {
	float:left;
	padding: 3px;
	font-weight:bold;
	width: 350px;
	margin:10px 0 0 5px;
}

.descrip {
	float: left;
	padding: 3px;
	width: 675px;
	margin:5px 0 10px 5px;
}

.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: #003366;
	text-decoration: none;
}

a:link	{
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover	{
	color:#CCCC99;
	text-decoration: none;
}