/***** STYLE FOR TIMELINE *****/
*{
      margin: 0;
      padding: 0;
}

html{
      height: 100%;    
      font-family: Arial, Helvetica, "Sans Serif"; 
}

body{
     height: 100%;
     background: black;
}

.mainBlock{
	height: 100%;
    position: relative;
    width: 650px;
    display: block;
    margin: 0 0;
    background: white;
    padding-top: 5px;
}

#introBlock{
    margin-left: 15px;
    width: 590px;
    background: white;
}

#introTitle{
	font-family: Georgia, Times, serif;
    margin: 0 0 7px 15px;
	font-size: 21px;
	font-weight: bold;
	line-height: 22px;
	color: #e2941c;

}

#introByline{
    margin: 0 0 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;	
}

#introDate{
    margin: 0 0 10px 15px;
    font-size: 11px;
	font-style: italic;
	line-height: 12px;
	color: #888;
}

#introText{
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 1.3;
}

#timelineBlock{ 
    position: relative;
    clear: both;
    width: 100%;
    height: 640px;
    display: block;
    margin: 15px 0 25px 0;
    background: white;
}

#navBlock{
    width: 100%;  
    position: relative;
	height: 30px;
}

.navButtons{
    display: block;
    width: 100px;
    height: 30px;
	background-image: url('../images/button.png');
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 15px;
}

.navButtons a{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #f4f4f4;
    text-align: center;
    padding-top: 4px;
    font-size: 18px;
}

#arrowLeft{
	position: relative;
	top: -28px;
	left: 3px;
}

#arrowRight{
        position: relative;
        top: -28px;
        left: 85px;
}

.navBlockers{
	position: absolute; 
	z-index: 10;
	width: 120px;
	height: 35px;
	display: block;	
	background: white;
}

#blockerLeft{
		left: 10px;
}

#blockerRight{
		left: 245px;	
}

#mainDate{
	text-align: center;
    font-size: 28px;
    float: left;
    width: 100px;
    margin: 0 0 0 15px;
}

#swapView{
	float: right;
	text-align: center;	
    margin-right: 15px;	
}

#swapView a{
	display: block;
	width: 150px;
	height: 30px;
	font-size: 15px;
	text-decoration: none;	
	float: left;
}

#swapChart{
	background-image: url('../images/openChart.png');
}

#timelineBar{
    position: relative;
    width: 100%;
    height: 10px;
    z-index: 5;
    top: 25px;
    background: #fbb140;
    display: block;
}

.entryBlocks{
	display: block;
    position: absolute;
	width: 620px;
	border: 1px solid #999999;
    margin: 55px 0 0 0;
	background: white;
	left: 15px;
	z-index: 2;
	
	-moz-box-shadow: 3px 3px 7px #000;
	-webkit-box-shadow: 3px 3px 7px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

.entryMarks{ 
    position: absolute;
    width: 5px;
    height: 30px;
    display: block;
    background: #99b0c3;
    z-index: 100;
    top: -10px;
}

.entryMarks a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.entryMarks a:hover{
    background: #a91e22;
}

.entryMarks .triangles{
    margin-left: 1px;
    display: none;
}

.entryPic{
		overflow: hidden;
        width: 610px;
        height: 420px;
        display: block;
		margin: 5px 0 5px 5px;
		background-image: url('../images/staticmap.png');
}

.entryTitle{
	margin: 15px 5px;
	font-size: 20px;
}

.entryText{
       margin: 15px 15px; 
       line-height: 1.25em;
}

.entryCapt{
	position: absolute;
	top: 420px;
	left: 210px; 
}

span.bold{
	font-weight: bold;
}

.dateMarker{
	position: absolute;
	z-index: 0;
	height: 100%;
	border-left: 1.5px dashed #999999;
}

.dateMarker p{
	width: 36px;
	text-align: center;
	margin: 0px 0 0 -18px;
	background: white;
	font-size: 12px;
	color: #999999;
}

#lastDateMarker p{
}

.row10{
	background-image: none;
	background-repeat: repeat-x;
	height: 48px;
	width: 150px;
	display: block;
	position: relative;
}		

.row5{
	background-image: none;
	background-repeat: repeat-x;
	height: 48px;
	width: 75px;
	display: block;
	position: relative;
}

.statePA{
	position: absolute;
	left: 425px;
	top: 215px;
	height: 150px;
	width: 188px;
	overflow: hidden;
}		

.stateMI{
	position: absolute;
	left: 165px;
	top: 65px;
	height: 150px;
	width: 200px;
	overflow: hidden;
}	

.stateOH{
	position: absolute;
	left: 240px;
	top: 230px;
	height: 150px;
	width: 200px;
	overflow: hidden;
}	

.stateIN{
	position: absolute;
	left: 125px;
	top: 260px;
	height: 150px;
	width: 120px;
	overflow: hidden;
}	

.stateWI{
	position: absolute;
	left: 15px;
	top: 50px;
	height: 150px;
	width: 120px;
	overflow: hidden;	
}

.stateIL{
	position: absolute;
	left: 15px;
	top: 190px;
	height: 200px;
	width: 105px;
	overflow: hidden;
}

.chartBlock{
	display: block;
    position: absolute;
    top: 10px;
	width: 620px;
	height: 550px;
	border: 1px solid #999999;
    margin: 55px 0 0 0;
	background: white;
	left: 15px;
	z-index: 3;
	display: none;
	
	-moz-box-shadow: 3px 3px 7px #000;
	-webkit-box-shadow: 3px 3px 7px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
}

.chartObj{	
	margin: 5px 0 5px 5px;
	width: 610px;
	height: 465px;
	background-image: url('../images/line_graph.png');
	display: block;
	position: relative;
	z-index: 2;
}

.chartBack{	
	height: 465px;
	width: 610px;
	background-image: url('../images/graph_back.png');
	background-position: 0px 5px;
	display: block;
	margin 0 0;
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 1;
}

.dots{
	position: absolute;
}

img#x-axis{
	margin-left: 5px;	
}

.chartObj a img{
	border: none;	
}


ul#chartLegend{
	margin: 10px 0 0 15px;	
	list-style: none;
	font-size: 14px;
	float: left;
}

ul#chartLegend li{	
	margin: 0 30px 0 0;
	float: left;	
}

ul#chartLegend li img{
	margin: 0 5px 0 0;
}

.chartBlinder{
	display: none;
	position: absolute;
	top: 10px;
	width: 52px;
	height: 410px;
	background: white;
}

.entryLegend{
	height: 128px;
	width: 155px;
	background: white;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;	
	opacity: .65;
}

.entryLegend img{
	float: left;
	margin-left: 5px;
}
.entryLegend p.legendText{
	float: left;
	margin: 15px 0 20px 5px;
}

.entryLegend p.redGreenLegend{
	margin: 5px 3px 0 8px;
}

.arrow-out{
	background:url('../images/arrow.png');
	width: 61px; 
	height: 32px;
	display: block;
	position: absolute;
}

.arrow-out p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 8px 0 0 3px;
	color: white;
}

.arrow-out a{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

.call-out{
	background:url('../images/block.png');
	width: 63px; 
	height: 33px;
	display: block;
	position: absolute;
}

.call-out p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 8px 0 0 0;
	color: white;
}

.call-out a{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

.call-outText p{
    font-size: 14px;
    line-height: 1.3em;
    margin: 5px 0;
}

.arrow-outR{
	background:url('../images/arrowR.png');
	width: 61px; 
	height: 32px;
	display: block;
	position: absolute;
}

.arrow-outR p.date{
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 8px 0 0 0;
	color: white;
}

.arrow-outR a{
	text-decoration: none;
	color: white;
	font-size: 13px;
}

.eraLegend{
	margin: 15px 5px;
	width: 610px;
}

.eraLegend p{
	padding: 3px;
	font-size: 16px;
}

.directions{
	display: block;
	margin-top: 10px;
	color: #777;
	height: 80px;
}

.directions ul{
	margin: 5px 0 0 25px;
}

.directions li{
	margin-bottom: 5px;	
	font-size: 13px;
}

a#sourceLink{
	position: absolute;
	bottom: 0;
	left: 23px;
	color: #777;	
}

.ie6Warn{
	display: none;
}

.ie6Glass{
	display: none;
}
