body
{
    font-family:"Chaparral pro","Palatino Linotype",Georgia,serif
}

@font-face {
     font-family: 'StateFaceRegular';
     src: url('../webfont/stateface-regular-webfont.eot');
     src: url('../webfont/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
          url('../webfont/stateface-regular-webfont.woff') format('woff'),
          url('../webfont/stateface-regular-webfont.ttf') format('truetype'),
          url('../webfont/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
h1,h2,h3,h4,h5,h6
{
    font-family:"Rokkitt",Rockwell,"Courier New",serif;
}

h2 {margin:0px;padding:0px;}
p {margin:0px 0px 10px 0px;padding:0px;}

.wrapper
{
	/*border:1px solid red;*/
	width:940px;
	margin:10px auto;

}

.header
{
	overflow:hidden;
}

.header h2
{
    color:black;
}

#introduction
{
	float:left;
	
}

#search
{
	float:left;
	width:940px;
	background-color:#264B71;
	padding:10px;
	padding-left:40px;
	
}

#search h3
{
    color:white;
    margin:0px 0px 10px 0px;
}




.state_top
{
    display: none;

}

.statify
{
    font-family: StateFaceRegular;
    float: left;
    font-size: 52pt;
    margin-right: 10px;
    margin-bottom: 10px;
}

#introduction p 
{
	margin:0px 0px 10px 0px;
}

hr.large
{
	background-color:#AAA;
	height:2px;
	clear: both;
	
}

hr.small
{

	clear: both;

}

#table-introduction
{
   
	float:left;
	width:600px;
}



img.table-map
{
	margin-right:10px;
	float:left;
}

#table-dc
{
    padding:10px;
	float:right;
	width:18em;
	background-color:#D8D8C0;
	margin-left:10px;
	margin-bottom:10px;
}

#table-dc h3
{

    margin:0px 0px 10px 0px;
}

#table-categories
{
    font-size:.8em;
    border-right:1px solid #AAA;
	float:left;
	margin-right:10px;
	width:130px;
}

#table-categories h4,ul
{
	margin:0px;
	padding:0px;
}

#table-categories li, ul
{
    margin:5px 0px;
}

#table-categories p
{
	margin:5px 0px;
	padding:0px;
}

#table-category ul,li
{
	list-style-type:none;
}

div#table-categories p
{
    font-weight:bold;
    font-size:0.9em;
    text-transform:uppercase;
    color:#264B71;
    /*color:#002B6D;*/
} 

#table-categories h4
{
    margin:5px 0px;
}

#table-categories a
{
    text-decoration:none;
    color:gray;
}

span.selected
{
 
    color:red;
    text-decoration:none;
    font-weight: bold;
}

/*Tables*/

#table-table
{
   
    font-size:0.95em;
	float:left;
	width:530px;
	margin-right:10px;

}

#table-table td
{
    border-bottom:1px dotted #AAA;
    text-align:left;
    vertical-align:top;
    padding:8px;
    
   
}

#table-table th
{
    text-align:left;
    text-transform:uppercase;
    font-size:.7em;
    border-bottom:2px solid black;
    padding:8px;
    vertical-align:top;
}

table
{
   
   
    border-collapse:separate;
    border-spacing:0px;
}



#table-charts
{
    color:white;
    padding:5px 10px;
    background-color:#264B71;
	float:right;
	width:230px;
	padding-bottom:20px;
}



#table-charts h3
{
    font-size:0.8em;
    text-transform:uppercase;
}

#table-charts p
{
    font-size:0.8em;
}

#table-charts td
{
    font-size:0.8em;
    padding:5px 0px;
    border-bottom:1px solid white;
}


#sb-player.html
{
    margin: 20px;
}

.chart-value
{
    position:relative;
    margin-left:5px;
    float:left;
}

.chart-bar
{
    height: 20px; 
    background-color: #600000; 
    float:left;
}

.p3
{
    color:red;
    font-size:0.7em;
}

.charts
{
    height:20px;
    border:1px solid white;
    background-color:none;
}

.chart-bar
{
    background-color:#600000;
}

#search-head
{
    color:white;
}




