
/* =INITIALIZE
------------------------------------------------------------------------------*/
* { margin: 0; 
    padding: 0; }

p, pre, blockquote, label, 
fieldset, address { margin: 0.7em 0; }

li, ul, ol, dl, dd, blockquote { margin: 0 1.5em; }

html {
    background: url('/images2/bkg_body_light.jpg') top center #FFF; }

body { 
    font-family: 'Times New Roman', Times, Georgia, serif;
/*    font-family:Verdana, Arial, Helvetica, sans-serif; */
    font-size: 16px; 
    position: relative;
    height: 100%;
    background: url('/images2/bkg_body.jpg') top center repeat-x;
    padding: 0;
    color: #EBE5E0; }

table { margin: 0 auto; }

/* =BASICS
------------------------------------------------------------------------------*/
h1 { font-size: 33px; color: #EBE5E0; font-style: normal; font-weight: bold; }
h2 { font-size: 28px; color: #0D1B38; font-style: italic; font-weight: bold; }
h3 { font-size: 22px; color: #CBC6C1; font-style: italic; font-weight: normal; }
h4 { font-size: 20px; color: #DCD6D1; font-style: normal; font-weight: bold; }
h5 { font-size: 18px; color: #DCD6D1; font-style: italic; font-weight: normal; }
h6 { font-size: 16px; color: #EBE5E0; font-style: italic; font-weight: normal; }
td { font-size: 18px; color: #EBE5E0; font-style: normal; font-weight: normal; }
th { font-size: 18px; color: #EBE5E0; font-style: normal; font-weight: normal; }
li { font-size: 18px; color: #EBE5E0; margin: 3px; font-style: normal; font-weight: normal; }
p { 
	font-size: 18px; 
	color: #FFF; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 1.25em; 
	margin: 1.2em 0; }

a:link,
a:visited { color: #FFF; }
a:hover   { color: #CCC; }

.hidden_row { display: none; }
.visible_row { display: table-row-group; }
.visible_row td { border-bottom: 1px solid #66F; }
.hidden_div { display: none; }
.visible_div { display: block; position: absolute; background: #EEE; border: 1px solid #F00; height: 17px; }

.article {
	margin:0 25px 25px;  
	text-align: left; }

#article_26 .article_byline {
	display: none; }
	
.asset {
	padding: 0 1.0em 0.5em; }

.caption {
	font-weight: 0.8em;
	font-style: italic; }
	
.museum a {
	display: block; 
	text-align:center;
	margin-top: 20px; }

.museum .caption {
	margin-bottom: 15px;
	text-align:center; }

.contact { 
	display:block; 
	background-color:#FFF1E3; 
	clear:both; 
	padding:9px; 
	margin:8px; 
	text-align:left; 
	font-size:9px; 
	font-weight:bold; 
	color:#544B4A; 
	border:1px solid #BAB7B1; }

.copyright {
	font-size: 11px; 
	color: #DDD;
	display: block;
	clear: both; }

.copyright a,
.copyright a:link {
	color: #DDD; 
	font-weight: bold; }

pre { border: 1px dotted red; color: #F00; }

.reply,
.system_reply { 
	background: #F00; 
	color: #FFF; 
	font-weight: bold; 
	padding: 2px 0.5em; }


/* =CONTACT US
------------------------------------------------------------------------------*/
#contact_us table {
	margin: 0 auto; }

#contact_us th {
	text-align: right; 
	padding: 3px; 
	font-weight: bold;
	white-space: nowrap; }

#contact_us td {
	text-align: left; 
	padding: 3px;  }

#contact_us div#message {
	border: 1px solid #DDD;
	height: 5.0em;
	padding: 3px;
	overflow: auto;  }



#contact_message {
	font-size: 14px; 
	text-align: left; }

#contact_schedule dt,
#contact_message dt {
	font-weight: bold; 
	margin-top: 0.7em; 
	text-decoration: underline; }

#contact_schedule dd,
#contact_message dd {
	font-weight: normal;   }


/* =STRUCTURE
------------------------------------------------------------------------------*/
#phones { 
	width: 920px;
	text-align: center;
	font-size: 14px; 
	font-weight:bold;
	color: #FFF; 
	margin: 0.4em auto; }

#bg { 
	background: url('/images2/bkg_fade_edges.png') top center repeat-y; }

#splash { 
	border: 1px solid #CCF;
	width: 920px;
	height: 225px;
	margin-top: .6em; }

#splash_L { 
	border: none; 
	background: #457;
/*-	padding: 1.0em; -*/
	vertical-align:top; 
	text-align: center; }

#splash_R { 
	border: none; 
	border-left: 1px solid #CCF; 
	background: url('/images2/bkg_body_light.jpg') center right  #CCF;
	width:200px; 
	vertical-align:center;
	line-height: 2.75em; 
	text-align: center; }

#masthead { 
	border: 1px solid #CCF;
	width: 920px;
	margin-top: .6em;
	margin-bottom: .6em; }

#mast_L { 
	border: none; 
	background: url('/images2/bkg_logopanel.gif') center right no-repeat #0D1B38;
	text-align: center;
	vertical-align: middle; }

#mast_R { 
	border: none; 
	text-align: right; 
	padding-right: 10px; }

#mast_L a,
#mast_L a:link,
#mast_L a:visited {
	display: inline-table; 
	color: #CDC9C1;
	font-size: 16px; 
	height: 36px;
	line-height: 36px;
	padding: 0 18px 0 6px;
	text-decoration: none; }

#mast_L a:hover {
	color: #F80;
	text-decoration: underline; }

#content { 
	border: 1px solid #CCF;
	width: 920px; }

#column_L { 
	border: none; 
	background: #457;
	width:150px; 
	padding: 1.0em;
	vertical-align:top; 
	text-align: center; }

#column_C { 
	border: none; 
	background: url('/images2/bg.gif') top right;
	vertical-align:top; 
	text-align: center; 
	padding-top: 5px; }

#column_R { 
	border: none; 
	background: url('/images2/bkg_homepanel.jpg') top left;
	border-left: 1px dashed #9AC;
	vertical-align: bottom; 
	width:150px; 
	padding: 1.0em;
	vertical-align:bottom; 
	text-align: center; }

#foot { 
	border: 1px solid #CCF;
	background: url('/images2/bkg_footerpanel.jpg') top center;
	text-align: center;
	width: 920px; 
	margin-top: .8em; }

#placard {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
	width: 250px;
	margin: 0 auto; }

#phoneplacard {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	padding: 0 10px;
	width: 250px;
	margin: 0 auto; }

#splashtag {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	font-style: italic; }


#phone {
	display: table;
	float: right;
	margin: 0 0.3em;
	color: #FFF;
	font-size: 21px; }

/* =COLUMNS
------------------------------------------------------------------------------*/
.twocolumns {
	display: table;
	width: 100%;
	border: 1px dotted #999; }

.twocolumns .one {
	display: inline-table;
	float: left;
	width: 47%;
	border: 1px dotted #BBB; }

.twocolumns .two {
	display: inline-table;
	float: right;
	width: 47%;
	border: 1px dotted #BBB; }

.threecolumns {
	display: table;
	width: 100%;
	border: 1px dotted #999; }

.threecolumns .one {
	display: inline-table;
	float: left;
	width: 30%;
	border: 1px dotted #BBB; }

.threecolumns .two {
	display: inline-table;
	float: left;
	width: 30%;
	border: 1px dotted #BBB; }

.threecolumns .three {
	display: inline-table;
	float: left;
	width: 30%;
	border: 1px dotted #BBB; }

.fourcolumns {
	display: table;
	width: 100%;
	border: 1px dotted #999; }

.fourcolumns .one {
	display: inline-table;
	float: left;
	width: 24%;
	border: 1px dotted #BBB; }

.fourcolumns .two {
	display: inline-table;
	float: left;
	width: 24%;
	border: 1px dotted #BBB; }

.fourcolumns .three {
	display: inline-table;
	float: left;
	width: 24%;
	border: 1px dotted #BBB; }

.fourcolumns .four {
	display: inline-table;
	float: left;
	width: 24%;
	border: 1px dotted #BBB; }


/* =PATH DOORS
------------------------------------------------------------------------------*/
.columns1,
.columns2,
.columns3,
.columns4 {
	width: 100%;
	height: 120px;
	vertical-align: middle; }

.columns1 .col1 {
	padding: 0.7em;
	text-align: center; 
	vertical-align: middle; }


.columns2 .col1,
.columns2 .col2 {
	width: 50%; 
	padding: 0.7em;
	text-align: center; 
	vertical-align: middle; }


.columns3 .col1,
.columns3 .col2,
.columns3 .col3 {
	width: 33%; 
	padding: 0.7em;
	text-align: center; 
	vertical-align: middle; }


.columns4 .col1,
.columns4 .col2,
.columns4 .col3,
.columns4 .col4 {
	width: 25%; 
	padding: 0.7em;
	text-align: center; 
	vertical-align: middle; }
	
.columns1 .col1 a,
.columns2 .col1 a,
.columns2 .col2 a,
.columns3 .col1 a,
.columns3 .col2 a,
.columns3 .col3 a,
.columns4 .col1 a,
.columns4 .col2 a,
.columns4 .col3 a,
.columns4 .col4 a {
	font-weight: bold;
	font-size: 22px; }


/* =NAVIGATION
------------------------------------------------------------------------------*/
#heading {
	background: url('/images2/bkg_logopanel.gif') left top no-repeat #0D1B38;
	color: #FFF;
	font-size: 18px; 
	margin: 0 0 1px; 
	padding: 4px 0 5px; }


.directory { 
	border: 1px solid #CCF;
	background: #457;
	width: 920px;
	margin: 0 auto 0;
	height: 1.8em; 
	font-weight: bold;
	font-size: 13px; }

.directory a,
.directory a:link,
.directory a:visited {
	display: table;
	float: left; 
	color: #FFF; 
	padding: 0 0.8em; 
	height: 1.8em; 
	line-height: 1.8em; 
	text-decoration: none;
	text-transform: uppercase; }

.directory a.selected {
	background: #5B544D; 
	text-decoration: none; }

.directory a:hover {
	background: #CDC9C1; 
	color: #544B4A;	 }


.index {
	background: url('/images2/bkg_body_light.jpg') top left;
	font-size: 13px;
	margin: 0 0 30px; }

.index ul {
	padding: 0;
	margin: 0;
	width: 100%; }

.index li {
	list-style: none; 
	width: 100%;
	padding: 0;
	margin: 0; }

.index a,
.index a:link,
.index a:visited {
	display: block;
	width: 100%;
	background: none; 
	padding: 3px 0; 
	color: #EBE5E0; 
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
	text-transform: uppercase; }

.index a:hover {
	background: #CDC9C1; 
	color: #544B4A;
	text-decoration: underline; }




.heirarchy {
	background: url('/images2/bkg_body_light.jpg') top left;
	font-size: 13px;
	margin: 0 0 10px;  }

.heirarchy ul { 
	width: 100%;
	padding: 0;
	margin: 0; }

.heirarchy li { 
	display: table; 
	width: 100%;
	padding: 0;
	margin: 0; }

.heirarchy a,
.heirarchy a:link,
.heirarchy a:visited {
	display: block;
	background: none; 
	padding: 3px 0; 
	color: #EBE5E0; 
	border-bottom: 1px dotted #FFF;
	text-decoration: none; }

.heirarchy a:hover {
	background: #CDC9C1; 
	color: #544B4A;
	text-decoration: underline; }

.heirarchy .selected a,
.heirarchy .selected a:link,
.heirarchy .selected a:visited {
	background: #5B544D; 
	font-size: 16px; }

.heirarchy .selected ul a,
.heirarchy .selected ul a:link,
.heirarchy .selected ul a:visited {
	background: #7B746D; 
	color: #FFF; 
	font-size: 12px;
	border-bottom: 1px solid #FFF; 
	text-decoration: none;}

.heirarchy .selected a:hover,
.heirarchy .selected ul a:hover {
	background: #CDC9C1; 
	color: #544B4A;
	text-decoration: underline; }

.heirarchy li ul { display: none; }
.heirarchy li.selected ul { display: block; }

/* News Archive
----------------------------------------------------------------------------*/

.archive {
	display: table;
	width: 100%; 
	text-align: left; }

.archive .year {
	display: block;
	border: 1px solid #CCF; 
	margin:0 40px 20px; }

.archive .year_title {
	display: table;
	width: 100%;
	background: #457;
	color: #FFF; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center;
	margin: 0 auto; }

.archive .document {
	display: block; 
	font-size: 12px; 
	margin: 0.3em 0 0.7em 1.5em; }

.archive .document .mark {
	display: table; 
	clear: left;
	float: left;
	font-weight: bold; 
	width: 7.0em; 
	vertical-align: top; }

.archive .document .container {
	display: block;
	width: 100%; }

.archive .document .doc_title {
	display: table;
	color: #FFF; 
	font-size: 12px; 
	font-weight: bold; }

.archive .document .doc_author {
	display: block; 
	white-space: nowrap; 
	font-style: italic;
	margin-left: 0.7em; }

