/* 
=============================================================
General style 
=============================================================
*/
* {
	margin-top: 0;
}

html {
   overflow: scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fbeece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E1709;
	z-index: 0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #1E1709;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { 
	font-size: 115%; 
	font-weight: bold; 
}

p, ul, ol {
	font-size: 100%;
}

blockquote {
	font-weight: normal;
}

a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a {
	/*color: #0D58A6;#1E1709;*/
	color: #002bb8;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	/*color: #689CD2; #F6BE19;*/
}

/* 
=============================================================
header style
=============================================================
*/
#header{
	margin: 0 auto;
	background: #EFDEA8 url(../images/creme.jpg) repeat;
	height: 125px; /*Height of top section*/
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}
#header h1 {
	padding: 50px 0px 0px 140px;
	text-transform: capitalize;
	font-size: 229%;
}

#header p {
	position: relative;
	top: 27px;
	margin: 0px 0px 5px 140px;
	padding: 0;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #5C3718;
}

#header img {
	float: left;
	position: relative;
	z-index: 500;
}

#drc {
	top: 42px;
	position: relative;
	padding-top: 35px;
	width: 180px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	overflow: hidden;
	/* WIN IE5 hack */ 
	height: 35px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 0;
}

/*
=============================================================
menu style
=============================================================
*/
#menu{
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	top: 106px;
	left: 0px;
	width: 100%;
	height: 19px;
	line-height: 13px;
	background-color: #3f372a;
	position: absolute;
	text-transform: lowercase;
}
#menu h2 {
	display: none;
}
#menu .active, #menu .active a {
	background-color: #fbeece;
	color: #3f372a;
}
#menu .inactive, #menu .inactive a {
	color: #fbeece;
}
#menu ul{
	background-color: #3f372a;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	float: left;
	padding: 0px;
}
#menu li a{
	background-color: #3f372a;
	color: #fbeece;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover, #menu ul li:hover a{
	background-color: #fbeece;
	color: #3f372a;
	text-decoration: none;
}
#menu li ul{
	background-color: #3f372a;
	display: none;
	height: auto;
	padding: 4px;
	margin: 0px;
	position: absolute;
	width: auto;
	z-index: 200;
}
#menu li:hover ul{
	display: block;
}
#menu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 4px;
	width: auto;
}
#menu li:hover li a{
	background: none;
	color: #fbeece;
	padding: 4px;
}
#menu li ul a{
	display: inline;
	height: auto;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#menu li ul a:hover, #menu li ul li:hover a{
	background-color: #fbeece;
	border: 0px;
	color: #3f372a;
	text-decoration: none;
}
#menu p{
	clear: left;
}	

/*
=============================================================
search box style
=============================================================
*/
#search {}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

#search legend {
	display: none;
}

#search form input.text, #search form input.button {
	border: 1px solid #1E1709;
	text-transform: lowercase;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 3px;
}
#search form input.text {
	width: 170px;
}

/*
=============================================================
sidebar style
=============================================================
*/
#sidebar {
	float: left;
	width: 200px; /*Width of right column in pixels*/
	margin: 10px 10px 10px -210px;
	background-color: #fbeece;
}

.inner_sidebar{
	border-left: 1px solid #9A6834;
	border-right: 1px solid #9A6834;
	border-bottom: 1px solid #9A6834;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #EFDEA8 url(../images/creme.jpg) repeat;
	border-top: 1px solid #9A6834;
	border-bottom: 1px solid #9A6834;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #1E1709;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar li a {
	font-weight: bold;
	text-decoration: none;
}

#sidebar li li a:hover {
	color: #F6BE19;
	border-bottom: 1px solid #F6BE19;
}

/*
=============================================================
footer style
=============================================================
*/
#footer{
	clear: left;
	text-align: center;
	background-color: #3f372a;
	color: #fbeece;
	font-size: 77%;
	margin: 0 auto;
	padding: 5px;
}

#footer p {
	margin: 0;
	padding: 0px;
	color: #fbeece;
}

#footer a {
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	padding: 4px;
	color: #fbeece;
}
#footer a:hover, #footer .active a {
	background-color: #fbeece;
	color: #3f372a;
}

/*
=============================================================
alert box style
=============================================================
*/
#alert {
	background: #fef1ec url(../images/alert.png) no-repeat;
	background-position: 10px 10px;
	text-align: left;
	padding: 10px 20px 5px 60px;
	border-top: 2px solid #cd0a0a;
	border-bottom: 2px solid #cd0a0a;
	display: table-cell;	
	color: #cd0a0a;
	font-weight: bold;
}

/*
=============================================================
paper mimic style and lined blockquote
=============================================================
*/
.paper {
	padding:20px;
	background:#FFFFFF;
	border: 1px solid #9a6834;
}

.lined_blockquote {
 border-left: 1px solid #9a6834;
 padding-left: 20px;
}
/*
=============================================================
progress report or featured article style
also duplicated to a general table style
=============================================================
*/
#progress {
	border-bottom: 1px dotted #9A6834;
}
.report_row {
	border-bottom: 1px dotted #9A6834;
	padding: 10px 0px 0px 0px;
}
.report_date, .whos_who, .timeline_date, .glossary_item, .exhibit_item {
	text-align: left;
	float: left;
	clear: left;
	display: inline;
}
.whos_who {
	width: 200px;
}
.report_date {
	width: 200px;
}
.timeline_date, .exhibit_item {
	width: 75px;
}
.glossary_item {
	width: 175px;
}
.timeline_details p {
	padding-left: 80px;
}
.glossary_details p {
	padding-left: 180px;
}
.exhibit_details p {
	padding-left: 120px;
}
.report_details {

}
.report_details a {
	/*color: #0D58A6; #1E1709;*/
	color: #002bb8;
	text-decoration: none;
	/*border-bottom:1px dotted #1E1709;*/
}
.report_details a:hover {
	text-decoration: none;
	/*color: #689CD2; #F6BE19;*/
	/*border-bottom:1px solid #F6BE19;*/
}

/*
=============================================================
main content style
=============================================================
*/
#contentwrapper{
float: left;
width: 96%;
/*background-color: #fbeece;*/
padding: 20px;
	background: #fbeece url(../images/sketch.png) no-repeat bottom right;
	min-height:450px;
}
#contentcolumn{
margin-right: 210px; /*Set right margin to RightColumnWidth*/
margin-bottom: 50px;
}
#contentcolumn a:visited {
	color: #5a3696;
}
#contentcolumn a:active {
	color: #faa700;
}
#contentcolumn p a, #contentcolumn li a {
	font-weight: bold;
	color: #002bb8;
	/*border-bottom:1px dotted #F6BE19;*/
}
#contentcolumn p a:hover, #contentcolumn li a:hover {
	text-decoration: underline;
	/*border-bottom:none;*/
}
#contentcolumn h5 a {
	color: #1E1709;
}
#contentcolumn h5 a:hover {
	color: #F6BE19;
}
/*
=============================================================
style of a title
=============================================================
*/
.title {
	margin: 0;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid #9A6834;
}

/*
=============================================================
style of the images on the sidebar
=============================================================
*/
div.sidebar_image {
  width: 167px;
  border: 1px solid #9A6834;
  background-color: #FFFFFF;
  padding: 0.5em;
}
div.sidebar_image {
  float: left;
  clear: left;
  margin: 0.5em;
}
div.sidebar_image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin-bottom: 0px;
}
div.sidebar_image img {
	width: 165px;
	border: 1px solid #000000;
}
.sidebar_image a, .sidebar_image a:hover { 
	text-decoration: underline;
	border-bottom: none;
}

/*
=============================================================
style of the images on the bottom bar
=============================================================
*/
#bottom_bar img {
	height: 200px;
	border: 1px solid #9A6834;
	background-color: #FFFFFF;
	padding: 0.5em;
	max-width: 200px;
}
#bottom_bar td {
	width: 300px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
#bottom_bar p {
	width: 250px;
	font-size: smaller;
}
#bottom_bar td a {
	text-decoration: none;
	border-bottom: none;
}


/*
=============================================================
style of a "back to" link
=============================================================
*/
.backtolist {
	font-size: smaller;
	font-style: normal;
	text-align: right;
}

/*
=============================================================
map and legend
=============================================================
*/
#map_1902 {
	border: 0;
	width: 740px;
	height: 827px;
}
.red_box, .blue_box, .green_box, .brown_box, .beige_box, .purple_box {
	border: 1px solid black;
	line-height: 2em;
}
.red_box {
	background-color: #fa807f;
}
.blue_box {
	background-color: #9fbeed;
}
.green_box {
	background-color: #a0cda4;
}
.brown_box {
	background-color: #dd9d6d;
}
.beige_box {
	background-color: #ebcf9d;
}
.purple_box {
	background-color: #8a48db;
}

/*
=============================================================
gallery styling
=============================================================
*/
.galleria {
	list-style: none;
	width: 200px
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
.galleria li a {
	display: none;
}
.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}
.galleria li div img {
	cursor: pointer;
}
.galleria li.active div img, .galleria li.active div {
	display: block;
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}
.galleria li .caption {
	display: block;
	padding-top: .5em;
}
* html .galleria li div span {
	width: 400px;
} 
/* MSIE bug */
#main_image img {
	margin-bottom: 10px;
	width: auto;
	max-height: 575px;
	max-width: 740px;
}
#gallery_holder {
	text-align: center;
}
.caption {
	font-style: italic;
	color: #1E1709;
}
.gallery_style {
	width: 90%;
	margin: 0 auto;
}
.gallery_style li {
	width: 100px;
	height: 100px;
	border: 1px solid #9A6834;
	margin: 2px;
	background: #FFF;
}
	
#main_image {
	margin: 0 auto 20px auto;
	background: #FFF;
	padding: 10px;
	border: 1px solid #9A6834;
}
#main_image img {
	margin-bottom: 10px;
}
	
.nav {
	clear: both;
	font-size: 80%;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: none;
}

/*
=============================================================
lytebox styling
=============================================================
*/
#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}
#lbOverlay.grey {
	background-color: #000000;
}
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}
#lbMain a img {
	border: none;
}
#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lbOuterContainer.grey {
	border: 3px solid #888888;
}
#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;	overflow: auto;
	margin: 0 auto;
}
#lbDetailsContainer.grey {
	border: 3px solid #888888;
	border-top: none;
}
#lbImageContainer, #lbIframeContainer {
	padding: 10px;
}
#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/loading.gif) center no-repeat;
}
#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer>#lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}
#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
	background: url(../images/prev_grey.gif) left 15% no-repeat;
}
	#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
#lbNext.grey:hover, #lbNext.grey:visited:hover {
	background: url(../images/next_grey.gif) right 15% no-repeat;
}
#lbPrev2, #lbNext2 {
	text-decoration: none;
	font-weight: bold;
}
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
	color: #333333;
}
	#lbPrev2_Off, #lbNext2_Off {
	font-weight: bold;
}
#lbPrev2_Off.grey, #lbNext2_Off.grey {
	color: #CCCCCC;
}
	#lbDetailsData {
	padding: 0 10px;
}
#lbDetailsData.grey {
	color: #333333;
}
#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}
#lbCaption {
	display: block;
	font-weight: bold;
}
#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbClose {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbClose.grey {
	background: url(../images/close_grey.png) no-repeat;
}
#lbPlay {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPlay.grey {
	background: url(../images/play_grey.png) no-repeat;
}
	#lbPause {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPause.grey {
	background: url(../images/pause_grey.png) no-repeat;
}
