
/*added*/
.skipNav {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*-------------------- START: Base Styles ---------------------*/

A { 
	color: #3d628f;
	}
A:Hover { 
	color: #9e0b0f; 
	}
BODY { 
	background-color: #c6c0b2; 
	margin: 0; 
	padding: 0; 
	background: url(../img/bg.jpg) 0 0 repeat; 
	text-align: center; 
	font-family: verdana; 
	}
BODY.BodyHome { 
	background-color: #c6c0b2; 
	margin: 0; 
	padding: 0; 
	background: url(../img/bg_home.jpg) 0 0 repeat; 
	text-align: center; 
	font-family: verdana; 
	}	
H1 { 
	color: #6B6A61; /*   #79766e;*/
	margin: 0 0 10px 0; 
	padding: 0; 
	}
H2 { 
	color: #6B6A61;
	margin: 0 0 10px 0; 
	padding: 0; 
	}
H3 { 
	color: #6B6A61;
	margin: 0 0 10px 0; 
	padding: 0; font-family: 
	georgia; 
	font-weight: normal; 
	}
H3.NoMargin { 
	color: #6B6A61;
	margin: 0; 
	padding: 0; 
	font-family: georgia; 
	font-weight: normal; 
	}
H4 { 
	color: #5a564e; 
	margin: 0 0 3px 0; 
	padding: 0; 
	font-family: verdana, georgia; 
	font-weight: normal; 
	font-weight: bold; 
	}
P { 
	padding: 0; margin: 0 0 10px 0; 
	} 
UL.Default { 
	background: none; 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 10px 0; 
	}
UL.Default LI { 
	background: url(../img/bullet.gif) 6px 9px no-repeat; 
	margin: 0; 
	padding: 4px 10px 4px 16px; 
	}
UL.NoBullet {
	background: none; 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 10px 0; 
	}
UL.NoBullet LI { 
	margin: 0; 
	padding: 4px 10px 4px 0px; 
	}	
HR.ClearBoth { 
	clear: both; 
	border: 0; 
	color: #f6f5ee; 
	/* color: #5a564e;  */
	height: 1px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left; 
	}
	
/*-------------------- END: Base Styles ---------------------*/
/*-------------------- START: Custom Styles ---------------------*/

#Body {
	text-align: center;
	width: 100%;
	}
#Page { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	}
#VisualHeader {  
	width: 996px;
	text-align: left;
	}
#TextHeader { 
	display: none; 
	}
	
#Footer { 
	color: #5a564e; 
	clear: both; 
	background: url(../img/bg_paper_bottom.png) 0 0 no-repeat; 
	padding: 44px 0 20px 255px; 
	text-align: left; 
	}	
#Footer .Links { 
	margin: 0 0 4px 0; 
	}
#Footer .Copyright { 
	margin: 0; 
	}
	
#TopNavOuter { 
	background: url(../img/bg_top_nav.png) 0 0 repeat-x; 
	height: 25px; 
	width: 100%;
	}
#TopNavInner { 
	width: 996px; 
	background-color: #3b5575; 
	height: 24px; 
	border-bottom: solid 1px #ddd6c3; 
	}
	
#CellNav { 
	width: 223px; 
	background-color: #eeeadc; 
	text-align: left; 
	}
#CellMain { 
	width: 773px; 
	text-align: left; 
	}

#CellNav #NavContent { 
	background-color: #eeeadc; 
	margin: 0; 
	}
	
#CellMain #MainContent { 
	width: 773px; 
	background-color: #f6f5ee; 
	margin: 0; 
	float: left; 
	}
	
#CellTopEdgeRight { 
	background: url(../img/bg_paper_top_right_2.png) 0 0 no-repeat; 
	height: 55px; /*was 57*/ 
	}
	
#PrintButton { 
	padding-left: 552px; 
	padding-top: 23px; 
	width: 220px; 
	}
#PrintButton IMG { 
	vertical-align: middle; 
	}

.MainLeft { 
	float: left; 
	text-align: left; 
	/* actual width: 504px */
	width: 484px; 
	margin: 0; 
	padding: 0 0 0 32px; 
	}

.MainLeftException { 
	/* for memorials main page - site plan */
	float: left; 
	text-align: left; 
	/* actual width: 528px */
	width: 528px; 
	margin: 0; 
	padding: 0 0 0 22px; 
	}

.MainLeftException H3,
.MainLeftException P.Instructions { 
	margin-left: 10px;
	}
	
.MainRight { 
	width: 223px; 
	float: right; 
	padding: 48px 0 0 0; 
	text-align: left; 
	}
.MainRight .Content { 
	width: 208px; 
	margin: 0; 
	padding: 10px 0 0 0; 
	border-top: solid 1px #c6c0b2; 
	border-bottom: solid 1px #c6c0b2; 
	float: left; 
	line-height: 14px;
	}
.MainRight .ContentNoMargin { 
	width: 208px; 
	margin: 0; 
	padding: 0; 
	border-top: solid 1px #c6c0b2; 
	border-bottom: solid 1px #c6c0b2; 
	float: left; 
	line-height: 14px;
	}	
.MainRight .MoreContent { 
	width: 208px; 
	margin: 0; 
	padding: 10px 0 0 0; 
	border-bottom: solid 1px #c6c0b2; 
	}
.MainRight H2 { 
	text-transform: uppercase;
	color: #5a564e;
	}

.MainDouble { 
	background-color: #f6f5ee; 
	width: 727px; 
	clear: both; 
	margin: 0 0 0 32px; 
	text-align: left; 
	}
.MainDouble .Content { 
	width: 726px; 
	}

/*
UL { 
	list-style-type: none; 
	}
UL LI { 
	background: url(../img/bullet.gif) 0 0 no-repeat; 
	margin: 0; 
	padding: 4px 10px 4px 20px; 
	}
*/

#NavContent UL { 
	list-style-type: none; 
	margin: 0 0 0 15px; /*added line 259 and 260 on 6/20/08 */
	padding: 0;
	}
#NavContent UL.MainSections { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}
#NavContent UL.MainSections LI { 
	margin: 0; 
	padding: 0; 
	background-image: none; 
	}
#NavContent UL.MainSections LI .HeaderOuter { 
	background-color: #d6d1c3; 
	padding: 5px 0 5px 14px; 
	}
#NavContent UL.MainSections LI.Current .Header { 
	background: url(../img/icon_arrow_red.gif) 197px 0 no-repeat; 
	}
.expandingblock {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; MARGIN: 4px 4px 4px 20px; PADDING-TOP: 8px
}
#NavContent UL.MainSections LI .Header A { 
	display: block; 
	font-weight: bold; 
	color: #345883;
	text-transform: uppercase; 
	text-decoration: none; 
	}
#NavContent UL.MainSections LI.Current .Header A { 
	display: block; 
	font-weight: bold; 
	color: #7f0c23;
	text-transform: uppercase; 
	text-decoration: none; 
	}
#NavContent UL.MainSections LI .SubHeaderOuter {
	}
#NavContent UL.MainSections LI .SubHeaderOuterAlt {
	margin: 20px 0 0 0;
	}
#NavContent UL.MainSections LI .SubHeader A, 
#NavContent UL.MainSections LI .SubHeader DIV { 
	color: #6B6A61;
	display: block; 
	text-decoration: none; 
	padding: 5px 10px 5px 14px; 
	text-transform: uppercase;
	}
/*Online Exhibitions*/
#NavContent UL.MainSections LI.Current1 .SubHeader1 DIV { 
	display: block; 
	font-weight: bold; 
	color: #7f0c23;
	text-transform: uppercase; 
	text-decoration: none; 
	}
#NavContent UL.SubSubSection LI.Current1 A { 
	color: #7f0c23;
	display: block;
}
#NavContent UL.MainSections LI .SubHeader1 A,	
#NavContent UL.MainSections LI .SubHeader1 DIV { 
	color: #345883;
	display: block; 
	text-decoration: none; 
	padding: 5px 10px 5px 14px; 
	text-transform: uppercase;
	}
/*End Online Exhibit*/
#NavContent UL.SubSections { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}
#NavContent UL.SubSections LI { 
	margin: 0; 
	padding: 0;
	border-bottom: solid 1px #d6d1c3; 
	font-weight: bold; 
	}
#NavContent UL.SubSections LI A { 
	text-decoration: none; 
	color: #345883; 
	}
#NavContent UL.SubSections LI A:Hover { 
	color: #7f0c23; 
	}
#NavContent UL.SubSubSection { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	border-top: solid 1px #d6d1c3; 
	}
#NavContent UL.SubSubSection LI { 
	margin: 0; 
	border-bottom: solid 1px #d6d1c3; 
	font-weight: bold; 
	padding: 4px 0 4px 14px; 
	}
#NavContent UL.SubSubSection LI.Current {
	background: url(../img/icon_arrow_red.gif) 211px 5px no-repeat;	
	}
	
.arrow{
background: url(../img/icon_arrow_red.gif) 211px 5px no-repeat;

}

#NavContent UL.SubSubSection LI.Current A { 
	color: #7f0c23;
	display: block;
	}

#NavContent UL.SubSubSection LI.Current A:Hover {
	}
#NavContent UL.SubSubSection LI.Last { 
	margin: 0; 
	border-bottom: none; 
	font-weight: bold; 
	}	
#NavContent UL.SubSubSection LI A { 
	text-decoration: none; 
	color: #345883;  
	display: block;
	}
#NavContent UL.SubSubSection LI A:Hover { 
	color: #7f0c23; 
	}
#NavContent UL.SubSubSection LI DIV,
#NavContent UL.SubSubSection LI.Last DIV {
	margin: 0 10px 0 0;
	}	
#NavContent UL.SubSubSection UL	{
	border-bottom: solid 1px #d6d1c3; 	
	margin: 0 0 0 0;
	}
#NavContent UL.SubSubSection UL LI { 
	margin: 0; 
	padding: 4px 0 4px 28px; 
	border-bottom: none; 
	font-weight: normal; 
	}

.FactSheetLink { 
	margin: 0 0 14px 0; 
	}
.MoreImages { 
	margin: 7px 0 14px 0; 
	}

.Caption { 
	color: #98907e; margin-top: 4px; 
	}

/* Acc: Accordion */
.Acc { 
	clear: both; 
	}
UL.AccUnit { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}
UL.AccUnit LI { 
	margin: 0; 
	padding: 0; 
	}
UL.AccUnit LI H4 { 
	border-top: solid 1px #d6d1c3; 
	font-weight: bold; 
	color: #3d628f; 
	height: 19px; 
	margin: 0; 
	padding: 6px 10px 0 20px; 
	font-family: verdana; 
	}
	
.AccContent { 
	display: none; 
	border-top: solid 1px #d6d1c3; 
	}
.AccContent P { 
	margin: 0 0 0 20px; 
	padding: 10px 0 10px 0; 
	}
.AccContentLast { 
	display: none; 
	}
.AccContentLast P { 
	margin: 0 0 0 20px; 
	padding: 10px 0 10px 0; 
	}
.AccContent .Left,
.AccContentLast .Left {
	float: left;
	width: 504px;
	}
.AccContent .Right,
.AccContentLast .Right {
	float: right;
	width: 208px;
	padding: 10px 0 0 0;
	}
.AccContent .Right IMG,
.AccContentLast .Right IMG {
	margin: 0 0 20px 0;
	}	
	
UL.AccUnitLast LI H4 { 
	border-bottom: solid 1px #d6d1c3; 
	}
UL.AccUnitClosed LI H4 { 
	cursor: pointer; 
	background: url(../img/acc_header_bg_closed.gif) 0 0 repeat-y; 
	}
UL.AccUnitOpened LI H4 { 
	cursor: pointer; 
	background: url(../img/acc_header_bg_opened.gif) 0 0 repeat-y; 
	}

UL.AccSubUnit { 
	background: none; 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 10px 0; 
	}
UL.AccSubUnit LI { 
	background: url(../img/bullet.gif) 8px 9px no-repeat; 
	margin: 0; 
	padding: 4px 10px 4px 20px; 
	}

.ImageGallery { 
	float: left;
	clear: both; 
	width: 484px; 	
	margin: 0 0 10px 0;
	}
.ImageGalleryException1 { /* Statuary */
	float: left;
	width: 285px;
	margin: 0 0 8px 0;
	}
.ImageGalleryException2 { /* Thurgood Marshall */
	float: left;
	width: 185px; 
	margin: 0 0 8px 0;
	_margin: 0 0 8px -8px; /* IE 6 bug fix */
	}
.ImageGalleryUnits .UnitOn { 
	float: left; 
	margin: 0 8px 8px 0; 
	border: solid 1px #dd0000; 
	}
.ImageGalleryUnits .UnitOff { 
	float: left; 
	margin: 0 8px 8px 0; 
	border: solid 1px #c6c0b2; 
	}
.ImageGalleryUnits .UnitOn IMG,	
.ImageGalleryUnits .UnitOff IMG { 
	width: 83px; 
	height: 83px; 
	border: solid 1px #f6f5ee;
	}
	
.ImageGallerySmall { 
	float: left;
	clear: both; 
	width: 208px; 	
	margin: 0 0 10px 0;
	}	
.ImageGallerySmall .ImageGalleryUnits .UnitOn { 
	float: left; 
	margin: 0 5px 5px 0; 
	border: solid 1px #dd0000; 
	}
.ImageGallerySmall .ImageGalleryUnits .UnitOff { 
	float: left; 
	margin: 0 5px 5px 0; 
	border: solid 1px #c6c0b2; 
	}
.ImageGallerySmall .ImageGalleryUnits .UnitOn IMG.Small,	
.ImageGallerySmall .ImageGalleryUnits .UnitOff IMG.Small { 
	width: 60px; 
	height: 60px; 
	border: solid 1px #f6f5ee;
	}

UL.DownloadLinks { 
	margin: 0 0 10px 0; 
	padding: 0; 
	list-style-type: none;
	}
UL.DownloadLinks LI { 
	background: url(../img/icon_pdf.gif) 0 2px no-repeat; 
	margin: 0; 
	padding: 2px 2px 8px 16px; 
	line-height: 14px;
	}
 
/* TS */
.TSHeader {
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	}
.TSHeader H4 {
	margin: 5px 0 10px 0;
	} 
.TSImagePortrait { 
	float: left; 
	margin: 0; 
	padding: 0; 
	}
.TSImageLandscape { 
	margin: 0; 
	padding: 0; 
	}
.TSImageInfoPortrait { 
	float: left;
	padding: 0; 
	margin: 0 0 0 20px; 
	border-top: solid 1px #c6c0b2; 
	border-bottom: solid 1px #c6c0b2; 
	}
.TSImageInfoLandscape { 
	width: 100%;
	float: left;
	padding: 0; 
	margin: 0; 
	border-bottom: solid 1px #c6c0b2; 
	}
.TSImageInfoPortrait H5,
.TSImageInfoLandscape H5 {
	color: #000000;
	margin: 0 0 5px 0;
	}
.TSImageInfoDetail { 
	float: left;
	padding: 8px 8px 8px 0; 
	margin: 0; 
	line-height: 16px;
	}
.TSText {
	clear: both;
	float: left;
	width: 100%;
	}
	
#BottomNav {
	width: 100%;
	float: left;
	clear: both;
	padding: 6px 0 6px 0;
	border-top: solid 1px #c6c0b2;
	}

#BottomNav .Prev {
	text-align: left;
	float: left;
	width: 70px;
	}
#BottomNav .Prev IMG {
	margin: 0 5px 0 0;
	vertical-align: middle;
	}
#BottomNav .Back {
	text-align: center;
	float: left;
	width: 344px;
	}
#BottomNav .Next {
	text-align: right;
	float: right;
	width: 70px;
	}
#BottomNav .Next IMG {
	margin: 0 0 0 5px;
	vertical-align: middle;
	}

/* FP: Floating Panel */
.FloatingPanel {
	position: absolute;
	display: none;
	text-align: left;
	margin: auto;
	}
.FPContents {
	background-color: #ffffff;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	padding: 1px;	
	}	
.FPContentsInner {
	float: left;
	border-left: solid 1px #3b5575;
	border-right: solid 1px #3b5575;
	border-bottom: solid 1px #3b5575;
	}	
.FP_Title {
	float: left;
	color: #eeeadc;
	margin: 0 0 5px 0;
	padding: 3px 2px 0px 21px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	}	
.FP_TitleBar {
	float: left;
	background-color: #3b5575;
	border-left: solid 1px #3b5575;
	border-right: solid 1px #3b5575;	
	}
.FP_CloseButton {
	float: right;	
	padding: 4px;
	}
.FP_Image {
	float: left;
	padding: 18px 18px 18px 18px;	
	}
.FP_Text {	
	float: left;
	padding: 18px 10px 18px 0;
	}
.FP_DownloadLink {
	float: left;
	}

.Site_Plan_Header {
	float: left;
	margin: 0 0 30px 0;
	}

.List_Column_1 {
	float: left;
	width: 202px;
	}
.List_Column_2 {
	float: left;
	width: 262px;
	}
.List_Column_3 {
	float: left;
	width: 262px;
	}
	
div#qTip {
	padding: 2px 13px 2px 13px;
	border: 1px solid #f6f5ee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	display: none;
	background: #3b5575;
	color: #f6f5ee;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	}

#HomeContent {
	float: left;
	width: 996px;
	height: 617px;
	background: url(../img/home_bg_content.gif) 0 0 no-repeat;
	} 
#HomeFooter { 
	color: #5a564e; 
	clear: both; 
	/* background: url(../img/home_bg_bottom.png) 0 0 no-repeat; */
	padding: 35px 0 20px 0; 
	text-align: left; 
	width: 996px;
	}
#HomeFooter .Links { 
	margin: 0 0 4px 223px; 
	}
#HomeFooter .Copyright { 
	margin: 0 0 0 223px; 
	}

#HomeFeaturedImage {
	float: left;
	width: 404px;	
	}
#HomeDivPrimary {
	float: left;
	width: 383px;
	text-align: left; 
	font-family: georgia, arial, helvetica;
	font-size: 14px;
	/*_font-size: 13px;*/
	padding: 80px 0 0 0;
	}
*+html #HomeDivPrimary {
	font-size: 12px;
	}	
#HomeDivPrimary .TextSegment {
	width: 335px;
	margin: 0 0 0 25px;
	line-height: 21px;
	}
#HomeDivPrimary .TextSegment .Emphasis {
	text-transform: uppercase;
	}	
#HomeDivSecondary {
	float: left;
	width: 209px;
	text-align: left; 
	/* background-color: #d6d1c3; */
	padding: 85px 0 0 0;
	font-family: verdana;
	font-size: 10px;
	}	
#HomeDivSecondary .Image {
	margin: 0 0 18px 21px;
	}
#HomeDivSecondary .TextSegment {
	margin: 0 0 0 21px;
	width: 176px;
	line-height: 14px;
	}		
#HomeDivSecondary .EndLink {
	border-top: solid 1px #b1aa99;
	padding: 8px 0 0 0;
	margin: 10px 0 0 21px;
	line-height: 14px;
	width: 176px;
	}	
#HomeDivSecondary .EndLink .EndLinkText A {
	color: #3d628f;
	}	
#HomeDivSecondary .EndLink .EndLinkText A:Hover {
	color: #3d628f;
	}	
#HomeDivSecondary .EndLink IMG {
	vertical-align: middle;
	margin: 0 0 0 4px;
	_margin: 2px 0 0 4px; /* IE6 BUG FIX */
	}	
*+html #HomeDivSecondary .EndLink IMG  { /* IE7 BUG FIX */
	margin: 2px 0 0 4px;
	}
	
.altVirtualTourImage {
	display: none;
	}
#ScreenVirtualTourImage {
	display: block;
	}
	
/*-------------------- END: Custom Styles ---------------------*/
