html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: white;
}

p, h1, h2, h3{
	margin: 0;
	padding: 0;
}

/* Headings */

h1{
	font-size: .875em;
	margin: 0 0 1em 0;
}

h2{
	font-size: .875em;
	margin: 0 0 1em 0;
}

/* Lists */

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

/* Paragraph */

a:link{
	color: red;
	text-decoration: none;
}

a:visited{
	color: red;
}

a:hover{
	color: #800;
}

a:active{

}

#map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.backdrop{
	background: #000;
	background: rgba(0, 0, 0, .875);
}

.backdrop_media{
	background: #000;
	background: rgba(0,0,0, .75);
}

.column{
	height: 100%;
}

.single{
	width: 180px;
}

.double{
	width: 264px;
}

#embargo{
	position: absolute;
	top: 1em;
	left: 25%;
	color: white;
	z-index: 100000;
	font-size: 2em;
}

/* Navigation */ 

#nav_container{
	position: relative;
	float: left;
	width: auto;
}

#navigation{
	float: left;
	padding: 12px 0 0 12px;
	overflow: auto;
	font-size: .875em;
}

.toc{
	width: 100%;
	margin: 0 0 1em 0;
}

#minimize{
	float: left;
	width: 24px;
	margin: 12px 0 0 12px;
}

/* Report Contents */

.backforth{
	float: right;
	margin: 0 0 0 .5em;
}

#content_container{
	position: relative;
	float: left;
}

#contents{
	padding: 0 24px 0 0px;
	overflow: hidden;
	height: 100%;
}

#breadcrumbs{
	margin: 0 0 1em 0;
}

#media li{
	font-size: .625em;
}

.media_item_display{
	margin: 0 0 0 1em;
	height: 100%;
}

.text_only_media{
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
	height: 65%;
	text-align: left;
	overflow: auto;
}

#text{
	max-height: 60%;
	margin: 0 0 24px 0;
	font-size: .875em;
	overflow-y: auto;
}

#legend_container{
	position: relative;
	float: right;
	margin: 0 12px 0 12px;
}

#logos{
	position: absolute;
	bottom: 12px;
	right: 12px;
	height: 48px;
	margin: 0 0 0 0;
	z-index: 100000;	
}

#logos a, img{
	    border:none;
}

.logo{
	float: right;
}

.right_logo{
	margin: 0 0 0 12px;
}

/* Intro */

#intro{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}

#intro_contents{
	height: 100%;
	width: 65%;
	overflow: hidden;
	margin: 48px auto;
}

.invisible{
	display: none;
}

.intro_report_title{
	position: relative;
	float: left;
}

.intro_text{
	position: relative;
	float: left;
	max-height: 50%;
	overflow: auto;
	margin: 0 0 1em 0;
	font-size: .875em;
}

.intro_enter{	
	position: relative;
	float: left;
	height: 12.5%;
}

.report_title{
	margin: 12px 0 1em 0;
}

.crumb{
	font-size: .625em;
	color: grey;
}

.crumb a{
	color: grey;
	text-decoration: underline;
}

.inactive_arrow{
	display: none;
}

/* Media Display*/

#media_display{
	position: absolute;
	height: 100%;
}

#media_display_container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#close_media_display{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1000;
}

#media_slides{
	overflow: auto;
	margin: 12.5% 0 0 0;
	padding: 0 24px 0 24px;
	height: 100%;
}

.caption{
	margin: 1em 0 0 0;
}

ul#slide_nav{
	margin: 1em 0 0 0;
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
}

ul#slide_nav li{
	position: relative;
	float: left;
	display: block;
	margin: 0 .25em 0 .25em;
	right: 50%;
}

/* Loading */

#loading{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	background: none;
	background: rgba(0, 0, 0, .625);
	z-index: 1000;
	display: none;
}

#loading img {
    display:block;
    margin:25% auto;
}

/* Legend */

#inset{
	position: absolute;
	top: 12px;
	width: inherit;
	height: auto;
}

#legend{
	position: absolute;
	bottom: 72px;
	height: auto;
	width: inherit;
	overflow-y: auto;
	overflow-x: hidden;
}

.legend_contents{
	margin: 1em;
}

.legend_item{
	font-size: .625em;
}

.legend_item img{
	vertical-align: middle;
}

#source{
	font-size: .625em;
}

/* List Style, Table of Contents */

ol{
	list-style-position: inside;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.toc li{
	padding: 0 .5em 0 0;
}

.chapter{
	list-style-type: upper-roman;
	font-size: .875em;
}

.underline{
	border-bottom: 1px solid red;
}

.section{
	margin: .5em 0 .5em .5em;
	list-style-type: upper-latin;
	border-bottom: 1px red solid;
}


.sec{
	border-top: 1px red solid;
	padding: .25em 0 .25em 0;
}

.page{
	margin-left: 1em;
	list-style-type: decimal;
}

.subpage{
	margin-left: 1em;
	list-style-type: lower-latin;
}

.currently_here:link{
	color: #8C0000;
	text-decoration: none;
}

.currently_here:visited{
	color: #8C0000;
}

.currently_here:hover{
	color: #800;
}

.currently_here:active{

}

/* Timeline */

#timeline_container{
	position: absolute;
	bottom: 72px;
	left: 25%;
	width: 350px;
	display: none;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.50);
	padding: 1em;
	text-align: center;
	color: white;
	font-size: 10px;
}

#time_slider {
	height: 2px;
}

.keyDate {
	position: absolute;
	left: 0px;
	bottom: 11px;
	width: 2px;
	height: 60px;
	opacity: .25;
}

.keyDateText {
	position: absolute;
	bottom: 58px;
	opacity: .75;
	margin-left: 3px;
	text-align: left;
}

#the_date {
	font-size: 14px;
}

/* Container for tools */

.tools{
	position: absolute;
	bottom: 12px;
	width: 100%;
	height: auto;	
	font-size: .875em;
	margin: 1em 0 0 0;
}

#credit_switch{
	float: left;
	width: auto;
}

#credit_description{
	position: relative;
	float: left;
	height: 25%;
	overflow: auto;
	font-size: .75em;
	margin: 0 0 1em 0;
	display: none;
}

