@charset "UTF-8";
/* CSS Document */


/*BIO PAGE*/
.right_area {
width:225px;margin:8px 0 10px 4px;float:right;
}
.left_area {
width:450px;margin:8px 10px 10px 4px;float:left;	
}


/*CSS PHOTOS*/
.racing_thumb_container {
width:700px;margin-top:20px;
}

.racing_thumb {
float:left;
width:135px;
margin:0 5px 15px 0;

}

/*CSS PHOTOS/VIDEOS*/

.related_headline {
background:#004a85;height:20px;width:325px;margin:0 0 0 4px;font-size:14px;color:#ffffff;padding-left:30px;line-height:1.5em;font-weight:bold;	
}
.related_links {
background:#004a85;height:200px;width:450px;margin:0 10px 10px 4px;float:left;
}
.related_links p {
padding-left:30px;color:#ffffff;font-size:11px;padding-top:2px;
}
.related_links a {
color:#ffffff;text-decoration: underline;
}
.indy_broadcast {
background:#004a85;width:225px;margin:0 0 10px 4px;float:left;	
}

.indy_sponsors {
margin:15px 0 0 4px;	
}

.clear {
clear:both;	
}


/*TABS CSS*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	/*border-bottom: 1px solid #999;*/
	/*border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	/*border: 1px solid #999;*/
	/*border-left: none;*/
	margin-bottom: -1px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	color:#333333;
	width:200px;
}
ul.tabs li a {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 12px;
	padding: 0 0 0 8px;
	/*border: 1px solid #fff;*/
	outline: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #004a85;
	/*border-bottom: 1px solid #fff;*/
	color:#ffffff;
}
html ul.tabs li.active a  {
	color:#ffffff;
}

.tab_container {
	/*border: 1px solid #999;*/
	/*border-top: none;*/
	clear: both;
	float: left; 
	width: 100%;
	background: #004a85;
	padding: 0 0 50px 0;
	/*height:410px;*/
	/*-moz-border-radius-bottomright: 5px;*/
	/*-khtml-border-radius-bottomright: 5px;*/
	/*-webkit-border-bottom-right-radius: 5px;*/
	/*-moz-border-radius-bottomleft: 5px;*/
	/*-khtml-border-radius-bottomleft: 5px;*/
	/*-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
	padding:0 8px;
	color:#ffffff;
	font-size:12px;
}
.tab_content a {
	color:#ffffff;
	text-decoration:underline;	
}
.tab_content p {
	font-size:11px;	
}


/*PAGING CSS*/
.main_view {
	float: left;
	position: relative;
	margin:0 0 6px 3px;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	
	width:695px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	cursor: default;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 100px; height:40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	border: none;
}
.paging a {
	padding: 5px 6px;
	text-decoration: none;
	color: #fff;
	background: url(../images/racing_slider_btn.png) center bottom no-repeat;
}
.paging a.active {
	/*background: #004a85;*/
	background: url(../images/racing_slider_btn_2.png) center bottom no-repeat;
}
.paging a:hover {}





.section_topics_headline {
margin:25px 0 3px 0;
color:#004a85;
font-size:12px;
font-weight:bold;	
}
.section_topics {
background-color:#004a85;
padding-bottom:50px;
}
.section_topics a {
	color:#ffffff;
	text-decoration:underline;	
}
.section_topics p {
	font-size:11px;
	padding-left:10px;
}

