@charset "UTF-8";
/* global styles */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{ 
	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse: separate; 
	border-spacing:0px
} 
input,select{ 
	margin:0; 
	padding:0
}


/* bodybox id styles */

#bodybox, #textbox{
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#888;
	width:970px;
	font-family: Helvetica;
	font-size: 16pt;
}

#constructionbox{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #666;
	width: 100%;
}

#mainimage{
	text-align:center;
}

/* for the fancybox text */

.paragraph{
	text-indent: 15px
}

.splitparagraph{
	text-indent:20px;
	text-align:justify;
	line-height:15px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

/* map page top bar */

#top_bar td {
	color: #bbb;
	font-size: 23px;
	padding-left: 15px;
	height: 25px;
}

/* map page map div */

#map_canvas {
	width: 770px; 
	height: 580px;/* must be the same as #side_bar plus padding*/
	}

/* map page side bar */

#side_bar{
	height: 570px;/* plus padding-top must be the same as #map_canvas*/
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	overflow: scroll;
	
}

#side_bar div.name-inprogress{
	font-size: 18px;
	line-height: .9em;
	font-family: "Optima";
	font-style: italic;
}

#side_bar div.name-completed{
	font-size: 18px;
	line-height: .9em;
	font-family: "Optima";
	font-style: italic;
	font-weight: bold;
}


/*for the html in side_bar generated by maps*/

#side_bar div.year{
	color: #bbb;
	padding-right: 10px;
	font-size: 12px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}



