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

/* Body & Container Divs */
/* --------------------- */

html, 
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

body img {
	border-style: none;
}

#container {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	width: 1050px;
}

/* Header Divs */
/* ----------- */

#banner {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 850px;
	height: 75px;
	background-color: #F3A445;
	background-image: url(../images/static/banner-corner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	position: absolute;
	left: 15px;
	top: 20px;
}

#blog {
	float: left;
	margin-bottom: 20px;
}

#sponsors {
	position: absolute;
	left: 870px;
	top: 40px;
}

#sponsors img {
	width: 80px;
}

/* Main Columns Divs */
/* ----------------- */

#leftColumn {
	float: left;
	width: 370px;
	height: 100%;
	color: #FFFFFF;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #303575;
}

#leftColumn h1 {
	margin: 10px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#leftColumn h2 {
	margin: 5px 0px;
	font-size: 14px;
	color: #FFFFFF;
}

#leftColumn h3 {
	margin: 5px 0px;
	font-size: 16px;
	color: #FFFFFF;
}

#leftColumn h4 {
	margin: 5px 5px;
	font-size: 14px;
	color: #F3A445;
}

#leftColumn h5 {
	margin: 5px 0px;
	font-size: 14px;
	color: #F3A445;
}

#leftColumn a {
	color: #F3A445;
	text-decoration: none;
}

#leftColumn a:hover {
	text-decoration: none;
}

#centerColumn {
	float: left;
	width: 470px;
	margin-left: 10px;
	margin-top: 175px;
	margin-bottom: -32767px;
	padding-bottom: 32817px;
}

#centerColumn h1 {
	margin: 5px 10px;
	font-size: 16px;
	color: #F3A445;
}

#centerColumn h2 {
	margin: 5px 0px;
	font-size: 12px;
	color: #999999;
}

#centerColumn h3 {
	margin: 0px 0px;
	font-size: 14px;
	color: #303575;
}

#centerColumn h4 {
	margin: 5px 0px;
	font-size: 18px;
	color: #F3A445;
}

#centerColumn h5 {
	margin: 5px 0px;
	font-size: 22px;
	color: #009245;
}

#centerColumn p {
	margin: 5px 0px;
	font-size: 12px;
	color: #303575;
}

#centerColumn a {
	color: #303575;
	text-decoration: none;
}

#centerColumn a:hover {
	text-decoration: none;
}

#centerColumnWide {
	float: left;
	width: 650px;
	margin-left: 10px;
	margin-top: 175px;
	margin-bottom: -32767px;
	padding-bottom: 32817px;
}

#centerColumnWide h1 {
	margin: 5px 0px;
	font-size: 20px;
	color: #303575;
}

#centerColumnWide h2 {
	margin: 5px 5px;
	font-size: 12px;
	color: #F3A445;
}

#centerColumnWide h3 {
	margin: 5px 5px;
	font-size: 14px;
	color: #303575;
}

#centerColumnWide p {
	margin: 5px 0px;
	font-size: 12px;
	color: #303575;
}

#centerColumnWide a {
	color: #303575;
	text-decoration: none;
}

#centerColumnWide a:hover {
	text-decoration: none;
}

#rightColumn {
	float: left;
	width: 160px;
	margin-top: 175px;
	margin-left: 15px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#rightColumn h1 {
	margin: 5px 10px;
	font-size: 16px;
	color: #F3A445;
}

#rightColumn h2 {
	margin: 5px 0px;
	font-size: 12px;
	color: #999999;
}

#rightColumn h3 {
	margin: 5px 0px;
	font-size: 14px;
	color: #F3A445;
}

#rightColumn h4 {
	margin: 5px 10px;
	magin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #FFFFFF;
}

#rightColumn h6 {
	margin: 5px 0px;
	font-size: 14px;
	color: #303575;
}

#rightColumn h5 {
	margin: 5px 10px;
	magin-top: 15px;
	font-size: 14px;
	color: #FFFFFF;
}

#rightColumn a {
	color: #303575;
	text-decoration: none;
}

#rightColumn a:hover {
	text-decoration: none;
}

/* Navigation Divs */
/* --------------- */

#nav {
	position: absolute;
	top: 135px;
	left: 15px;
	font-size: 16px;
	font-weight: bolder;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#nav ul li {
	margin-left: 0;
	padding-left: -10px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	display: inline;
}

#navA {
	float: left;
}

#navA a {
	color: #CCCCCC;
	text-decoration: none;
}

#navA a:hover {
	color: #F3A445;
	text-decoration: none;
}

#navB {
	float: left;
	margin-left: 5px;
}

#navB a {
	color: #999999;
	text-decoration: none;
}

#navB a:hover {
	color: #303575;
	text-decoration: none;
}

		
#navA ul li.current {
	color: #F3A445;
	margin-left: 0;
	padding-left: -10px;
	padding-right: 40px;
	list-style: none;
	text-decoration: underline;
	display: inline;
}

#navB ul li.current {
	color: #303575;
	margin-left: 0;
	padding-left: -10px;
	padding-right: 40px;
	list-style: none;
	text-decoration: underline;
	display: inline;
}

/* left Columns Divs */
/* ----------------- */
#countdownTimer {
	float: left;
	width: 340px;
	margin-top: 185px;
	margin-left: 15px;
	padding-top: 5px;
	border-top: .5px solid #999999;
}

#leftBlock {
	float: left;
	width: 340px;
	margin: 5px 0px;
	margin-left: 15px;
	border-top: .5px solid #999999;
}

#leftBlock_low {
	float: left;
	width: 330px;
	margin: 5px 0px;
	margin-top: 185px;
	margin-left: 15px;
	border-top: .5px solid #999999;
}

#leftBlock img {
	margin: 0px 0px;
}

#leftBlock p {
	margin: 10px 5px;
}

#leftBlock form {
	margin: 5px;
	text-align: right;
}

#leftBlock ul {
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	list-style-image: url(/images/static/video_item.png);
}

#leftBlock li {
	margin: 10px 0px;
}

#leftBlock li  a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftBlock li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#calendarKey {
	float: right;
	margin-top: 40px;
}

#calendarKey img {
	float: left;
	margin: 2px;
}

#calendarEvent {
	float: left;
	width: 340px;
	margin-left: 10px;
}

#staticArticle_left {
	float: left;
	width: 340px;
	margin-top: 175px;
	margin-left: 15px;
}

#staticArticle_left img {
	float: left;
	width: 100px;
	margin-right: 5px;
}

#contactInfo {
	float: left;
	width: 340px;
	text-align: right;
	margin-top: 175px;
	margin-right: 15px;
}

#latestGallery {
	float: left;
	width: 340px;
	margin-left: 5px;
}

#latestGallery img {
	margin: 2px;
}

#latestVideo {
	float: left;
	width: 160px;
	margin-left: 10px;
}

#latestVideoInfo {
	float: right;
	width: 150px;
	margin-left: 5px;
}

#videoWindow {
	float: left;
	width: 325px;
	margin-left: 5px;
}

#videoInfo {
	float: left;
	width: 340px;
	margin-left: 5px;
}

#galleryItem {
	float: left;
	width: 305px;
	height: 40px;
	margin: 10px;
	background-color: #CCCCCC;
}

/* Center Columns Divs */
/* ------------------- */

#news_largeImg {
	float: left;
	width: 450px;
	margin: 0px 10px;
}

#news_largeImg h1 {
	margin: 5px 0px;
	font-size: 16px;
	color: #F3A445;
}

#news_largeImg img {
	width: 440px;
	border: 5px solid #F3A445;
}

#news_sideImg {
	float: left;
	width: 450px;
	margin: 10px 10px;
	border-top: 1px solid #CCCCCC;
}

#news_sideImg img {
	width: 150px;
	float: right;
	border: 3px solid #F3A445;
}

#news_onlyText {
	float: left;
	width: 450px;
	margin: 10px 10px;
	border-top: .5px solid #CCCCCC;
}

#pages {
	float: left;
	width: 450px;
	margin: 20px 10px;
}

#pageButton {
	float: left;
	width: 30px;
	height: 20px;
	margin: 10px 0px;
	margin-right: 7px;
	padding-top: 3px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #303575;
}

#pageButtonActive {
	float: left;
	width: 30px;
	height: 20px;
	margin: 10px 0px;
	margin-right: 7px;
	padding-top: 3px;
	text-align: center;
	color: #303575;
	font-weight: bolder;
	background-color: #F3A445;
}

#staticArticle_center {
	float: left;
	width: 440px;
	margin: 0px 10px;
	margin-bottom: 20px;
}

#staticArticle_center img {
	width: 200px;
	float: right;
	margin-left: 10px;
	border: 1px solid #F3A445;
}

#staticArticle_center ul {
	margin: -10px -20px;
}

#teamDetails {
	float: left;
	width: 450px;
	margin: 5px 0px;
	border-top: .5px solid #CCCCCC;
}

#driverDetails {
	float: left;
	margin: 10px 0px;
	width: 450px;
}

#driverDetails img.noborder {
	float: left;
	margin: 0px 0px;
	margin-right: 5px;
	border: 0px;
}

#driverTotalPoints {
	float: right;
	top: 0px;
	width: 65px;
	border-top: solid 1px #F3A445;
}

#pointsDetails {
	float: left;
	margin-bottom: 20px;
	padding: 2px;
	background-color: #CCCCCC;
}

#racePoints_grey {
	float: left;
	margin-right: 1px;
	padding: 5px;
	text-align: center;
	background-color: #CCC;
}

#racePoints_white {
	float: left;
	margin-right: 1px;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

#seasonInfo_center {
	float: left;
	width: 450px;
	margin: 0px 10px;
	margin-bottom: 20px;
}

#seasonInfo_center2{
	float: left;
	width: 450px;
	margin: 0px 10px;
	margin-bottom: 20px;
	border-top: 3px solid #F3A445;
}

#driverDetails img {
	float: left;
	margin-right: 5px;
	border: 2px solid #F3A445;
}

#contactForm {
	float: left;
	width: 440px;
	margin: 0px 10px;
	margin-bottom: 20px;
}

#links_list {
	float: left;
	width: 440px;
	margin: 0px 10px;
	margin-bottom: 20px;
}

#links_list p {
	clear: both;
	margin: 10px 0px;
}

#links_list img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#links_list td {
	text-align: left;
	vertical-align: top;
}
	

/* right Columns Divs */
/* ------------------ */

#sponsors_full {
	float: left;
	width: 160px;
	margin: 0px 5px;
	margin-bottom: 20px;
	border-top: 1px solid #F3A445;
}

#sponsors_full img {
	float: left;
	margin: 15px;
}

#staticArticle_right {
	float: left;
	width: 160px;
	margin: 0px 5px;
	margin-bottom: 20px;
	border-top: 1px solid #F3A445;
}

#staticArticle_right img {
	float: left;
	margin-right: 5px;
}

#shortPoints {
	float: left;
	width: 160px;
	margin: 5px 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 20px;
	color: #FFFFFF;
	background-color: #009245;
}

#shortPoints_team {
	float: left;
	width: 160px;
	margin: 5px 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 20px;
	color: #FFFFFF;
	background-color: #F3A445;
}

/* Misc. Divs */
/* ---------- */

#open {
	float: right;
	margin-top: 5px;
	font-size: 11px;
}

#open a {
	color: #F3A445;
	text-decoration: none;
}

#open a:hover {
	color: #F3A445;
	text-decoration: none;
}

#table {
	float: right;
	margin-top: -15px;
	margin-right: -5px;
	font-size: 11px;
}

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

#table a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#expand {
	float: right;
	margin-top: 5px;
	font-size: 11px;
}

#expand a {
	color: #009245;
	text-decoration: none;
}

#expand a:hover {
	color: #009245;
	text-decoration: none;
}
	

