@charset "utf-8";
/* CSS Document */

/*main page formatting*/
#body{
    background-color:#074d81 ;
	max-width:980px;
	margin: 0 auto;
	padding: 0;	
	
}  

/*All the header info*/  
#header {
	
	width:980px;
	height:200px;
	text-align:center;
	
}

#header_left {
	width:auto;
	height:300px;
	float: left;
	text-align:left;
	background-color:#074D81;
}

#header_center {
	background: url('http://www.tristatespeedreview.com/points/headerlogo2.jpg') no-repeat;
	width:980px;
	height:300px;
	float:left;
	text-align:center;
	background-color:#074D81;
}

#header_right {
	width:auto;
	height:300px;
	float: left;
	text-align:center;
	background-color:#074D81;
}
/* End header info*/
                   
/*Navigation Bar*/ 
#navbar {
	height: 40px;
	width: 980px;
	float:left;
	background-color: #074D81;
	text-align:center;
}

#navbar_left {
	height: 30px;
	width: 275px;
	float:left;
	margin: 3px 0px 0px 5px;
	border-top: solid red 3px;
	border-bottom: solid red 3px;
	background-color:#074D81;
	text-align:center;
}

#navbar_center {
	height: 30px;
	width: 420px;
	float:left;
	margin: 3px 0px 0px 0px;
	border-top: solid red 3px;
	border-bottom: solid red 3px;
	background-color: #074D81;
	text-align:center;    
}                     

#navbar_right {
	height: 30px;
	width: 275px;
	float:left;    
	margin: 3px 0px 0px 0px;
	border-top: solid red 3px;
	border-bottom: solid red 3px;
	background-color: #074D81;    
	text-align:center;    
}
#navbar_date {
    padding: 7px 10px;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;    
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #ffffff;
	line-height: 30px;
	white-space: nowrap;
}

#navbar li {
	list-style-type: none;
	display: inline;
}

#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #EBEBEB;
}
#navbar li a:link {
	color: #ffffff;
}

#navbar li a:visited {
	color: #ffffff;
}

#navbar li a:hover {
	font-weight: normal;
	color: #000000;
	background-color: red;
}
/*End of Navagation Bar*/

h1{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
}
.races {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: white;    
}
.search_form{
    background-color:#074D81;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: none;
}
/*Searchform End*/     

 /* brought in for homepage*/
.container{
    height:100%;
    width: 980px;    
    text-align: center;
    padding-left: 100px;
    display: none;      
}
#point_container{
    height:100%;
    width: 900px;
    padding-left: 100px;           
}
#column_header{
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
} 
.column{
    float: left;    
    width: 200px;
    padding: 10px 0;
    margin: 1px 0;                 
}
ul.column li{       
    width: 170px;
    padding:  0;
    margin: 5px 0;    
    list-style: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;        
}   

.points{
    text-align: right;
}
.hr1{
    border:solid 1px red;
    color: red;
    background-color: red;
    height: 1px;
    width: 970px;

}
table{
    text-align: center;
}

table, th {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
}

table, td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
} 
.table_headers{
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
}
.table_rows{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
}
/*footer*/ 

#footer {
    height:100%;
    width: 980px;
    text-align: center;
    color:white;
    float: left;
}

