/* CSS for Civil War Exhibit */

* {
	margin: 0;
	padding: 0;
}
body {
  font: 62.5% Georgia, Times New Roman, sans-serif; /* 62.5% resets 1em to the equivalent of 10px across all browsers making font changes easier */
	background: #1d1e20 url('/exhibits/civil-war/global-images/bg.jpg') repeat-y 50% 0 ;
}


/* Global Styles */

a, a:link { color: #c5e4fe; outline: none;}
a:hover {  text-decoration: none;}

h1 {
	color: #000;
	font-size: 1.6em;
}
h2 {
	color: #fff;
	font-size: 1.4em;
	padding: 15px 0 5px 0;

}
h3 {
	color: #333;
	font-size: 1.2em;
}

table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option, textarea { padding: 2px; }
ul, ol { margin: 10px 0 18px 35px; }
li { margin: 0 0 5px 0; }
p { margin: 0 0 15px 0; line-height: 17px; padding: 0; }
hr { margin: 0 0 15px 0; padding: 0; border: 1px solid #000000; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; } /* IE has trouble recognizing intervals of .1 so we use .11 beacuse it's so different */
.large { font-size: 1.2em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

.img {
padding:5px;
border: 1px solid #ccc;
margin: 10px;
}
img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.email_confirm, .hide, .hideme { display: none; }


/* Site Colors */

.black { color: #000000; }
.gray, .grey { color: #666666; }
.white { color: #FFFFFF; }

#stripes {
background: url('/exhibits/civil-war/global-images/stripesBg.gif') repeat-x 0 0;
}
#stripesInterior {
background: url('/exhibits/civil-war/global-images/stripesInteriorBg.gif') repeat-x 0 0;
}


#containerHome, #containerInterior {
width: 968px;
margin: 0 auto;
text-align: center;
}
#textReset {
text-align: left;
}
#headerTop {
width: 986px;
height:70px;
background: url('/exhibits/civil-war/global-images/headerBg.png') no-repeat 0 0;
}
#headerBottom {
position: relative;
width: 968px;
}

	#containerHome #headerBottom .leftCol {
	background: url('/exhibits/civil-war/global-images/homeLeftColBg.png') no-repeat 0 0;
	width: 100px;
	height: 480px;
	float: left;
	}
	#containerHome #headerBottom .midCol {
	background: url('/exhibits/civil-war/global-images/homeMidColBg.png') no-repeat 0 0;
	width: 275px;
	height: 480px;
	float: left;
	overflow: hidden;
	}
		#scrollNav {
		width: 275px;
		position: relative;
		}
			#prev2 {
			display:block;
			height:64px;
			width:24px;
			position:absolute;
			top:370px;
			z-index:15;
			}
			a#prev2 {
			background:url("/exhibits/civil-war/global-images/leftArrow.png") no-repeat scroll 0 -65px transparent;
			left:100px;
			}
			a#prev2:hover {
			background:url("/exhibits/civil-war/global-images/leftArrow.png") no-repeat scroll 0 0 transparent;
			}
			#next2 {
			display:block;
			height:64px;
			width:24px;
			position:absolute;
			top:370px;
			z-index:15;
			}
			a#next2 {
			background:url("/exhibits/civil-war/global-images/rightArrow.png") no-repeat scroll 0 -65px transparent;
			left: 340px;
			}
			a#next2:hover {
			background:url("/exhibits/civil-war/global-images/rightArrow.png") no-repeat scroll 0 0 transparent;
			}
	
	#containerHome #headerBottom .rightCol {
	background: url('/exhibits/civil-war/global-images/homeRightColBg.png') no-repeat 0 0;
	width: 593px;
	height: 480px;
	float: left;
	}
		#containerHome #headerBottom .rightCol .rightColBgImg {
		background: url('/exhibits/civil-war/global-images/homeRightColImg.jpg') no-repeat 0 0;
		}
		#containerHome #headerBottom #nav {
		padding: 263px 0 107px 0;
		}
			#containerHome #headerBottom #nav ul { /* all lists */
				padding: 0;
				margin: 0 0 0 10px;
				list-style: none;
			}

			#containerHome #headerBottom #nav ul li { /* all list items */
				float: left;
				
			}

			#containerHome #headerBottom #nav ul li a {
				display: block;
				height: 32px;
				text-decoration: none;
			
			}
			#containerHome #headerBottom #nav ul li a span{
			position: relative;
			left: -99999px;
			
			}
			#containerHome #headerBottom #nav ul li a.visit{
			width: 59px;
			background: url('/exhibits/civil-war/global-images/navVisit.png') no-repeat 0 -34px;
			}
			#containerHome #headerBottom #nav ul li a.about{
			width: 67px;
background: url('/exhibits/civil-war/global-images/navAbout.png') no-repeat 0 -34px;			
			}
			#containerHome #headerBottom #nav ul li a.events{
			width: 73px;
			background: url('/exhibits/civil-war/global-images/navEvents.png') no-repeat 0 -34px;			
			}
			#containerHome #headerBottom #nav ul li a.resources{
			width: 102px;	
			background: url('/exhibits/civil-war/global-images/navResources.png') no-repeat 0 -34px;
			}
			#containerHome #headerBottom #nav ul li a.education{
			width: 96px;
			background: url('/exhibits/civil-war/global-images/navEducation.png') no-repeat 0 -34px;			
			}
			#containerHome #headerBottom #nav ul li a.support{
			width: 88px;	
			background: url('/exhibits/civil-war/global-images/navSupport.png') no-repeat 0 -34px;
			}
			#containerHome #headerBottom #nav ul li a.visit:hover{
			background: url('/exhibits/civil-war/global-images/navVisit.png') no-repeat 0 0;
			}
			#containerHome #headerBottom #nav ul li a.about:hover{
background: url('/exhibits/civil-war/global-images/navAbout.png') no-repeat 0 0;			
			}
			#containerHome #headerBottom #nav ul li a.events:hover{
			background: url('/exhibits/civil-war/global-images/navEvents.png') no-repeat 0 0;			
			}
			#containerHome #headerBottom #nav ul li a.resources:hover{
			background: url('/exhibits/civil-war/global-images/navResources.png') no-repeat 0 0;
			}
			#containerHome #headerBottom #nav ul li a.education:hover{
			background: url('/exhibits/civil-war/global-images/navEducation.png') no-repeat 0 0;			
			}
			#containerHome #headerBottom #nav ul li a.support:hover{
			background: url('/exhibits/civil-war/global-images/navSupport.png') no-repeat 0 0;
			}

			#containerHome #headerBottom #nav ul li ul { /* second-level lists */
				position: absolute;
				background: orange;
				width: 10em;
				left: -999em;
			}

			#containerHome #headerBottom #nav li:hover ul ul, #containerHome #headerBottom #nav li:hover ul ul ul, #containerHome #headerBottom #nav li.sfhover ul ul, #containerHome #headerBottom #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
				left: -999em;
			}

			#containerHome #headerBottom #nav li:hover ul, #containerHome #headerBottom #nav li li:hover ul, #containerHome #headerBottom #nav li li li:hover ul, #containerHome #headerBottom #nav li.sfhover ul, #containerHome #headerBottom #nav li li.sfhover ul, #containerHome #headerBottom #nav li li li.sfhover ul {
				left: auto;
			}
			a.preview {
			display: block;
			 height: 64px;
			 width: 337px;
			 background: url('/exhibits/civil-war/global-images/previewExhibit.png') no-repeat 0 -65px;
			text-decoration: none;
			}
			a.preview:hover {
			background: url('/exhibits/civil-war/global-images/previewExhibit.png') no-repeat 0 0px;
			}
			#preview a.preview span {
			position: relative;
			left: -999999px;
			}
			.filler {
			display: block;
			height: 36px;
			}
	#containerHome #body .leftCol {
	width: 100px;
	float: left;
	height: 301px;
	background: url('/exhibits/civil-war/global-images/homeLeftColBottomBg.png') no-repeat 0 0;

	}
	#containerHome #body .midCol {
	width: 275px;
	float: left;
	height: 301px;
	overflow: hidden;
	background: url('/exhibits/civil-war/global-images/homeMidColBottomBg.png') no-repeat 0 0;
	}
			#containerHome #body .midCol .midColBgImg {
		background: url('/exhibits/civil-war/global-images/homeMidColBottomImg.jpg') no-repeat 0 0;
		}
		#containerHome #body .midCol img {
		margin: 40px 0 77px 23px;
		}
		#containerHome #body .midCol a:hover {
		text-decoration: none;
		
		zoom:1; /* hasLayout for IE6 and IE7 */

		}
		#containerHome #body .midCol img:hover{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				-khtml-opacity: 0.9;
				-moz-opacity: 0.9;
				opacity: 0.9;	

		}
	#containerHome #body .rightCol {

	width: 593px;
	float: left;
	height: 301px;
	background: url('/exhibits/civil-war/global-images/homeRightColBottomBg.png') no-repeat 0 0;
	}
	#containerHome #body .rightCol .content {
	width: 420px;
	padding: 20px 0 20px 20px;
	font-size: 12px;
		color: #fff;
	}
	#containerHome #body .rightCol  .footer {
	background: url('/exhibits/civil-war/global-images/footerBg.jpg') no-repeat 20px 0;
	color: #fff;
	font-size: 10px;
	padding: 20px;
	}
	#containerHome #body .rightCol .footer ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	#containerHome #body .rightCol .footer ul  li {
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
	}
	#containerHome #body .rightCol  .footer ul  li a{
	text-decoration: none;
	color: #fff;
	}
	#containerHome #body .rightCol  .footer ul  li a:hover{
	text-decoration: underline;
	}
	span.large{
	font-size: 14px;
	font-weight: 700;
	}
  p.large {
	font-size: 13px;
	padding:15px 0 5px 0;
	margin: 0;
	}
	
	/* interior styles */
	.logo {
		float: left;
		margin-right: 10px;
		}		
		#headerInteriorRight {
		float:left;
		height: 100px;
		width: 708px;
		background: url('/exhibits/civil-war/global-images/headerInterior.png') no-repeat 0 0;
		}
		
		#headerInteriorImage {
		background: url('/exhibits/civil-war/global-images/headerInteriorImg.jpg') no-repeat 0 0;
		}
			#containerInterior #headerInteriorRight #nav {
		padding: 48px 0 0 10px;
		}
			#containerInterior #headerInteriorRight #nav ul { /* all lists */
				padding: 0;
				margin: 0 0 0 10px;
				list-style: none;
			}

			#containerInterior #headerInteriorRight #nav ul li { /* all list items */
				float: left;
				
			}

			#containerInterior #headerInteriorRight #nav ul li a {
				display: block;
				height: 47px;
				text-decoration: none;
			
			}
			#containerInterior #headerInteriorRight #nav ul li a span{
			position: relative;
			left: -99999px;
			
			}
			#containerInterior #headerInteriorRight #nav ul li a.preview{
			width: 91px;
			background: url('/exhibits/civil-war/global-images/navInteriorPreview.png') no-repeat 0 -42px;
			}			
			#containerInterior #headerInteriorRight #nav ul li a.visit{
			width: 76px;
			background: url('/exhibits/civil-war/global-images/navInteriorVisit.png') no-repeat 0 -42px;
			}
			#containerInterior #headerInteriorRight #nav ul li a.about{
			width: 78px;
background: url('/exhibits/civil-war/global-images/navInteriorAbout.png') no-repeat 0 -42px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.events{
			width: 87px;
			background: url('/exhibits/civil-war/global-images/navInteriorEvents.png') no-repeat 0 -42px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.resources{
			width: 118px;	
			background: url('/exhibits/civil-war/global-images/navInteriorResources.png') no-repeat 0 -42px;
			}
			#containerInterior #headerInteriorRight #nav ul li a.education{
			width: 112px;
			background: url('/exhibits/civil-war/global-images/navInteriorEducation.png') no-repeat 0 -42px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.support{
			width:100px;	
			background: url('/exhibits/civil-war/global-images/navInteriorSupport.png') no-repeat 0 -42px;
			}
			#containerInterior #headerInteriorRight #nav ul li a.visit:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorVisit.png') no-repeat 0 5px;
			}	
			#containerInterior #headerInteriorRight #nav ul li a.preview:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorPreview.png') no-repeat 0 5px;
			}
			#containerInterior #headerInteriorRight #nav ul li a.about:hover{
background: url('/exhibits/civil-war/global-images/navInteriorAbout.png') no-repeat 0 5px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.events:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorEvents.png') no-repeat 0 5px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.resources:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorResources.png') no-repeat 0 5px;
			}
			#containerInterior #headerInteriorRight #nav ul li a.education:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorEducation.png') no-repeat 0 5px;			
			}
			#containerInterior #headerInteriorRight #nav ul li a.support:hover{
			background: url('/exhibits/civil-war/global-images/navInteriorSupport.png') no-repeat 0 5px;
			}

			#containerInterior #headerInteriorRight #nav ul li ul { /* second-level lists */
				position: absolute;
				background: orange;
				width: 10em;
				left: -999em;
			}

			#containerInterior #headerInteriorRight #nav li:hover ul ul, #containerInterior #headerInteriorRight #nav li:hover ul ul ul, #containerInterior #headerInteriorRight #nav li.sfhover ul ul, #containerInterior #headerInteriorRight #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
				left: -999em;
			}

			#containerInterior #headerInteriorRight #nav li:hover ul, #containerInterior #headerInteriorRight #nav li li:hover ul, #containerInterior #headerInteriorRight #nav li li li:hover ul, #containerInterior #headerInteriorRight #nav li.sfhover ul, #containerInterior #headerInteriorRight #nav li li.sfhover ul, #containerInterior #headerInteriorRight #nav li li li.sfhover ul {
				left: auto;
			}
			
					/* h1 tags replacement */
			#middleInterior {
			width: 968px;
			clear:both;
			margin-bottom: 10px;
			}
			#middleInterior #h1 {
			float: left;
			width: 968px;
			}
			#middleInterior #h1 h1 span {
			position: relative;
			left: -99999px;
			}
			#middleInterior #h1 h1 {
			 margin-top: 7px;
			height:50px;
			}
			#middleInterior #h1 h1.about {
			 background: url('/exhibits/civil-war/global-images/h1About.png') no-repeat 0 0;
			 
			}		
			#middleInterior #h1 h1.events{
			 background: url('/exhibits/civil-war/global-images/h1Events.png') no-repeat 0 0;
			 
			}	
			#middleInterior #h1 h1.graphic{
			 background: url('/exhibits/civil-war/global-images/h1Graphic.png') no-repeat 0 0;
			 
			}	
			
			/* prologue styles */ 
			
			
			#middleInterior #h1 h1.prologue {
			 background: url('/exhibits/civil-war/global-images/h1Prologue.png') no-repeat 0 0;
			 margin-bottom: 10px;
			}
		  .prologueHeader {
			
			width: 968px;
			height: 210px;
			background: url('/exhibits/civil-war/global-images/prologueHeaderBg.png') no-repeat 0 0;
			}
				#middleInterior #h1 h1.remembering {
			 background: url('/exhibits/civil-war/global-images/h1remembering.png') no-repeat 0 0;
			 
			}		
			#middleInterior #h1 h1.emancipations {
			 background: url('/exhibits/civil-war/global-images/h1emancipations.png') no-repeat 0 0;
			 
			}	#middleInterior #h1 h1.endings {
			 background: url('/exhibits/civil-war/global-images/h1endings.png') no-repeat 0 0;
			 
			}	#middleInterior #h1 h1.spies {
			 background: url('/exhibits/civil-war/global-images/h1Spies.png') no-repeat 0 0;
			 
			}
				#middleInterior #h1 h1.pow {
			 background: url('/exhibits/civil-war/global-images/h1pow.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.invention {
			 background: url('/exhibits/civil-war/global-images/h1invention.png') no-repeat 0 0;
			 
			}
			
				#middleInterior #h1 h1.breaking {
			 background: url('/exhibits/civil-war/global-images/h1BreakingApart.png') no-repeat 0 0;
		
			}	
			#middleInterior #h1 h1.raising {
			 background: url('/exhibits/civil-war/global-images/h1Raising.png') no-repeat 0 0;
			 
			}
			#middleInterior #h1 h1.finding {
			 background: url('/exhibits/civil-war/global-images/h1Finding.png') no-repeat 0 0;
			 
			}
			#middleInterior #h1 h1.weWere {
			 background: url('/exhibits/civil-war/global-images/h1WeWere.png') no-repeat 0 0;
			 
			}
			#middleInterior #h1 h1.global {
			 background: url('/exhibits/civil-war/global-images/h1Global.png') no-repeat 0 0;
			 
			}	#middleInterior #h1 h1.local {
			 background: url('/exhibits/civil-war/global-images/h1Local.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.thirteen {
			 background: url('/exhibits/civil-war/global-images/h1thirteen.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.support {
			 background: url('/exhibits/civil-war/global-images/h1Support.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.education {
			 background: url('/exhibits/civil-war/global-images/h1Education.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.visit {
			 background: url('/exhibits/civil-war/global-images/h1Visit.png') no-repeat 0 0;
			 
			}#middleInterior #h1 h1.resources {
			 background: url('/exhibits/civil-war/global-images/h1Resources.png') no-repeat 0 0;
			 
			}
			a.next {
			display: block;
			background: url('/exhibits/civil-war/global-images/nextButton.jpg') no-repeat -86px 0;
			width: 81px;
			height:36px;
			float: right;
			margin-top:15px;
			margin-right:25px;
		  text-decoration: none;
			}
			a.next span {
			position: relative;
			left: -99999px;
			}
			a.next:hover {
			background: url('/exhibits/civil-war/global-images/nextButton.jpg') no-repeat  0 0;
			cursor: pointer;
			}
			a.back {
			display: block;
			background: url('/exhibits/civil-war/global-images/backButton.jpg') no-repeat -86px 0;
			width: 81px;
			height:36px;
			float: right;
			margin-top:15px;
			margin-right:10px;
		  text-decoration: none;
			}
			a.back span {
			position: relative;
			left: -99999px;
			}
			a.back:hover {
			background: url('/exhibits/civil-war/global-images/backButton.jpg') no-repeat  0 0;
			cursor: pointer;
			}
			/* breaking apart */
			
			.breakingBg {
			background: url('/exhibits/civil-war/global-images/breakingMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:545px;
			float: right;
			}
			.raisingBg {
			background: url('/exhibits/civil-war/global-images/raisingMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:500px;
			float: right;
			}		
			.findingBg {
			background: url('/exhibits/civil-war/global-images/findingMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:544px;
			float: right;
			}	
			.weWereBg {
			background: url('/exhibits/civil-war/global-images/weWereMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:504px;
			float: right;
			}
			.globalBg {
			background: url('/exhibits/civil-war/global-images/globalMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:507px;
			float: right;
			}	.localBg {
			background: url('/exhibits/civil-war/global-images/localMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:545px;
			float: right;
			}	.thirteenBg {
			background: url('/exhibits/civil-war/global-images/thirteenMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:473px;
			float: right;
			}
			.powBg {
			background: url('/exhibits/civil-war/global-images/powMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:473px;
			float: right;
			}	
			.emancipationsBg {
			background: url('/exhibits/civil-war/global-images/emancipationsMainImage.jpg') no-repeat 100% 0;
			width: 694px;
			height:431px;
			float: right;
			}
			.rememberingBg {
			background: url('/exhibits/civil-war/global-images/rememberingMainImage.jpg') no-repeat 100% 0;
	width: 624px;
			height:500px;
			float: right;
			}
			.endingsBg {
			background: url('/exhibits/civil-war/global-images/endingsMainImage.jpg') no-repeat 100% 0;
		height:545px;
	width:572px;
			float: right;
			}	
			.spiesBg {
			background: url('/exhibits/civil-war/global-images/spiesMainImage.jpg') no-repeat 100% 0;
		height:499px;
	width:644px;
			float: right;
			}	
			.inventionBg {
			background: url('/exhibits/civil-war/global-images/inventionMainImage.jpg') no-repeat 100% 0;
			width: 640px;
			height:478px;
			float: right;
			}		
			.resourcesLeft {
			padding: 30px 30px 500px 30px;
			background: url('/exhibits/civil-war/global-images/resourcesLeftImageBg.jpg') no-repeat 3px 0; 

			text-align: center;
			}
			.resourcesLeft h2 {
			 color: #000;
			 padding: 0 0 15px 0;
			}
			#containerInterior #leftSide .leftBottom  .resourcesLeft p {
			 padding: 7px;
			 margin: 0;
			 text-align: center;
			 
			}
			.resourcesLeft a {
			 color: #283665;
			 font-size: 14px;
			}
			.resourcesLeft a:hover {
			text-decoration: none;
			}
 a#breakingFeaturedDocument img{
display:block;
float:left;
left:-30px;
position:relative;
 }
 a#raisingFeaturedDocument img {
padding-top: 28px;
 }
a#powFeaturedDocument img {
padding-top: 68px;
 }
  a#inventionFeaturedDocument img {
padding-left:270px;
padding-top:138px;
 }
 a#spiesFeaturedDocument img {
padding-top: 128px;
 }
 a#emancipationsFeaturedDocument img {
padding-top: 78px;
 }
 a#rememberingFeaturedDocument img {
padding-left:20px;
padding-top:108px;
 }
 a#endingsFeaturedDocument img {
padding-left:240px;
padding-top:188px;
 }
 a#findingFeaturedDocument img {

position: relative;
left: -28px;
 } 
 a#thirteenFeaturedDocument img {

position: relative;
top: 45px;
 }
			#detailedRaising {

	width:683px; height: 658px; 
	background: url('/exhibits/civil-war/global-images/detailViewBg.png') no-repeat 0 0; 
	overflow:auto
	}
			#detailed{

	width:683px; height: 658px; 
	background: url('/exhibits/civil-war/global-images/detailViewBg.png') no-repeat 0 0; 
	overflow:auto
	}
	
	#detailed img.detailedImage,	#detailedRaising img.detailedImage {
	margin-left: 50px;

	}

	.detailedViewRight{
	float: right;
	width: 180px;
	color: #fff;
	padding:70px 20px 0 0;
	}
	
	.detailedViewRight h2 {
	 font-size: 18px;
	 font-family: Georgia, Times New Roman, Serif;
	 font-weight: 700;
	 color: #fff;
	 padding-bottom:20px;
	}
	.detailedViewRight p {
	font-size: 11px;
	line-height: 17px;
	}
	#containerInterior #leftSide {
	float: left;
	width: 260px;
	}	

	#containerInterior #leftSide .leftBottom {

	width: 260px;
  color: #fff;
	font-size: 12px;
	position: relative;
	text-align: center;
	}
	#containerInterior #leftSide .leftBottom img {
	margin-top: 10px;
	}
		#containerInterior #leftSide .leftBottom p {
			padding: 25px 35px 25px 25px;
			text-align: left;
			line-height: 15px;
			color: #0e0f0e;
	}	
	#containerInterior #leftSide .leftBottom p.caption {
			padding: 10px 35px 0px 25px;
			text-align: left;
			color: #fff;
	}
	#containerInterior #leftSide .leftBottom p.white {
			padding: 10px 35px 0px 25px;
			
			text-align: left;
			line-height: 15px;
			color: #fff;
	}

	#containerInterior #rightSide {
	float: left;
	width: 708px;
	}
	div.current {
	 position: absolute;
	 width: 13px;
	 height: 125px;
	 left: 30px;
	 top: -110px;
	 background: url('/exhibits/civil-war/global-images/prologueCurrent.png') no-repeat 0 0;
	}
	
	 #containerInterior #contentInteriorExhibit {
	   margin-top: 10px;
		  padding: 30px 8px 0 30px;
		  color: #fff;
			font-size: 12px;
	 
	 }
	   #containerInterior #contentInterior {
		  margin-top: 10px;
		  padding: 30px 40px 0 40px;
		  color: #fff;
			font-size: 12px;
			}
			 #containerInterior #leftSide .leftBottom ul  {
			 padding: 0 35px 0 25px;
			 padding-left: 5px;
			}
			#containerInterior #contentInterior ul, #containerInterior #leftSide .leftBottom ul,  #containerInterior #contentInteriorExhibit ul {
			list-style-type: square;
			color: #852731;
			}
			
			#containerInterior #leftSide .leftBottom ul li {
			 padding-left: 10px;
			 maring: 0;
			}
			#containerInterior #contentInterior ul li p, #containerInterior #leftSide .leftBottom ul li p, #containerInterior #contentInteriorExhibit p{
			 padding: 0;
			 margin: 0;
			 color: #fff;
			 line-height: 16px;
			}
			#containerInterior #bodyInterior {
			
			background: url('/exhibits/civil-war/global-images/bodyInteriorBg.gif') repeat-y 0 0;
			}		
			#containerInterior #bodyInteriorPrologue{
			width: 968px;
			background: url('/exhibits/civil-war/global-images/bodyInteriorPrologueBg.gif') repeat-y 0 0;
			}
			#containerInterior #bodyInteriorBreaking{
			width: 968px;
			background: url('/exhibits/civil-war/global-images/bodyInteriorBreakingBg.gif') repeat-y 0 0;
			}
			
	#footerInteriorContainer {
	 border-top: 10px solid #151618;
	}
			#footerInterior {
			width: 968px;
			margin: 0 auto;
			}
			#footerInterior #footerLeft {
			width: 258px;
			float: left;
			background: url('/exhibits/civil-war/global-images/footerInteriorLeft.png') no-repeat 0 0;
			height: 76px;
		
			}
			#footerInterior #footerRight {
			background: url('/exhibits/civil-war/global-images/footerInteriorRight.png') no-repeat 0 0;
			width: 708px;
			float: left;
			
			}
			#footerRight p {
			 font-size: 14px;
			 color: #fff;
			 padding:20px 0 0 80px;
			 margin: 0;
			}
			#footerRight p a, .footer p a {
				color: #fff;
				text-decoration: none;
			}
			#footerRight p a:hover, .footer p a:hover {
				text-decoration: underline;
			}
			#footerRight ul {
			list-style-type: none;
			margin: 0;
			padding:0 0 50px 80px;
			
			}
			#footerRight ul  li {
			padding: 0 10px 0 0;
			margin: 0;
			float: left;
			color: #fff;
			}
			#footerRight ul  li a:hover{
 text-decoration: underline;
}			#footerRight ul  li a{
			text-decoration: none;
			color: #fff;
			font-size: 11px;
			}

			a#feature img:hover {
			 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				-khtml-opacity: 0.9;
				-moz-opacity: 0.9;
				opacity: 0.9;
			}
			
	 #rightSide a img:hover {
			 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				-khtml-opacity: 0.9;
				-moz-opacity: 0.9;
				opacity: 0.9;
			}
			
	 