﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 auto;
 width: 975px;
}
#header {
 width: 965px;
 color: #333;
 padding: 5px;
 /*border: 1px solid #ccc;*/
 height: 200px;
 margin: 10px 0px 5px 0px;
 background: #B5B8AF; /*B5B8AF*/
}
#navigation {
	width: 975px;
	color: #FFFFFF;
	padding: 5px 0 3 0;
	/*border: 1px solid #ccc;*/
	margin: 0px 0px 0 0px;
	background: #FFFFFF;
}
#content { 
 width: 975px;
 color: #333;
 border: 1px solid #ccc;
 /*float:left;*/
 background: #DFE2E1;
}

#footer {
 width: 965px;
 color: #fff;
 padding: 5px;
 margin: 15px 0px 15px 0px;
 height: 60px;
 background: #0000D6;
 font-size: small;
 text-align:left;
 	vertical-align: top;

 }
 #footerimgs{
	/*float: right;*/
	width: 200px;
	height: 60px;
	text-align:center;
}
#footerimgs img{
	border-width:0px;
	height:50px;
	width: 91px;
}
 
#footertext {
	padding: 5px 0 0 0;
	width: 700px;
	height: 60px;
	float: left;
	vertical-align: top;
}


#mygal {
	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;
	text-align:center
}


/*--------------------------------------*/
#mapnchart {
	width: 975px; 
	height: 636px;
	/*float:left;*/ 	
	background:white;	
}
#mapholder{
height: 636px;
width: 400px; 
float: left;
background:white;
	
}

#map{
height: 636px;
width: 390px; 
float: left;
}
#graph{
	background:white;
	width: 575px;
	float: left;
}
#chartheader{
	width:550px;
	text-align:center;
	font-size: large;
}
#graph img{
	padding: 0 5px 0 5px;
}
#chart{
	width: 575px;
	float:left;
}
#placeholder {
	width: 515px;
	float: left;
	height: 500px;
}
#LegendContainer{
	float:left;
	width:550px;
	margin-left: 10px;
	text-align:left;
	vertical-align:text-bottom;
	
}

#belowchart {
	width: 975px; 
	height: 735px;
	/*float:left;*/ 	
	
}


#choices {
	width: 575px;

}
#datasummary{
	float: left;
	width: 360px;
	padding: 10px 0 0 10px;
}
#dbox{
	padding: 10px 0 0 15px;
}

#key {
float:left;
}
#keyholder {
float:right;
width: 575px;
}
#keydescript{
	
	padding: 10px 10px 0 10px;
}



/*--------------------------------------*/

#puretext {
	margin: 0 10px 0 10px;
	padding: 10px 20px 10px 20px;
	text-align: left;
}

#puretext ul{
	padding: 0 0 0 15px;
}
.image1{
		width: 60%;
	height: 60%;
float: right;
}
.foulguide{
	padding-left:0px;
	margin-left: 0px;
}
#idtable{
	width: 100%;
	text-align:center;
}
#idtable td{
	width: 50%;
	text-align:center;
}

#idimage{
	width: 425px;
	height: 300px;
	text-align:center;
	border: 0px;
}
#photocredit p{
	text-align:left;
	margin-left:10px;
}
.datanote {
	text-align:center;	

}
.indexcell{
	text-align:center;
}
.indexcell p{
	text-align:left;
}
.aboutcell {
	text-align:center;
}
.aboutcell p{
	text-align:left;
	font-size: small;
}
.aboutcell ul{
	margin: 0 0 0 25px;
}
.aboutcell img{
	border-style: solid;
	border-width: 2px;
	text-align:center;
	
}
.imgtable p {
	font-size: small;
	text-align:left;
}
.imgtable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;


}
.imgtable img{
	/*margin-left:15px;*/
}
#pbuffer{
	padding: 0 5px 0 5px;
}
.indeximg {
	border-style: solid;
	border-width: 2px;
	width: 400px;
	text-align: center;
	
}
#volinfo {
	vertical-align:text-top;
	margin-left: 20px;
	margin-right: auto;

}
#volinfo ul{
	margin-left: 25px;
	
}
#ospan {
	

}

#ospan p{
	margin-left: 20px;
	font-size: 12pt;
	text-align: left;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 14px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 10px 15px; /*padding inside each tab*/
	border-right: 1px solid white;
/*right divider between tabs*/	color: white;
	background: #0000D6; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #B5B8AF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI 008000 FFFF14*/
}
