*{
	margin:0px;
	padding:0px;
}

a{
	color: #fff;
	text-decoration: underline;
}

body {
	background-color: #22626e;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin: 10px;	
}

#banner {
	width: 100%;
	height: 142px;
	background-image: url(images/2010/header_bg2.png);
	background-repeat: repeat-x;
	margin-bottom: -142px;
}

#banner-inner {
	width: 1024px;
	height: 142px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#banner-button {
	top: 0;
	left: 0;
	width: 232px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	z-index: 5;
}

#header {
	width: 100%;
	height: 570px;
	border-bottom: 1px #FFF solid;
	background-image:url(images/2010/header_large_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#header-inner {
	width: 1024px;
	height: 570px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#banner-content {
	float: left;
	width: 512px;
	margin-top: 100px;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

#home-image {
	background-image: url(images/2010/header_image.png);
	height: 570px;
	width: 426px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
	margin-left:10px;
}

#content {
	width: 100%;
	background-color: #204656;
	overflow: hidden;
}

#content-inner {
	width: 1024px;
	margin: 0 auto;
}

#content-links {
	width:930px;
	margin: 0 auto -3px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

div.divider {
	width: 0px;
	height: 120px;
	margin: 5px 0;
	border-left: solid 1px #1A3946;
	border-right: solid 1px #325564;
	float: left;
}

#content-links a {
	float:left;
	height:100px;
	padding:30px 0 0;
	text-align:center;
	text-decoration:none;
	width:228px;
}

#content-links a.active {
	background-image: url(images/2010/tab_fade.png);
	background-position: 0 72px;
	background-repeat: repeat-x;
}

#content-links p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
}

#content-links h2 {
	font-size: 15px;
	color: #FFFFFF;
}

#content-links h3 {
	font-size: 15px;
	color: #9cadb4;
}

#content-box {
	background-image:url(images/2010/content_bg.png);
	background-repeat:no-repeat;
	clear:both;
	height:467px;
	margin:-6px auto;
	padding-bottom:20px;
	position:relative;
	width:934px;
	z-index:20;
}

#tab-previous {
	top: 230px;
	left: -20px;
	position: absolute;
	z-index: 25;
}

#tab-next {
	top: 230px;
	right: -20px;
	position: absolute;
	z-index: 25;
}

#footer {
	width: 100%;
	background-color: #193644;
	overflow: hidden;
}

#footer-inner {
	width: 1024px;
	margin: 0 auto;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:italic;
	position: relative;
}

#footer-connect {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 35;
	line-height: 28px;
}

#footer-connect img {
	margin-top: 5px;
	display: inline;
}

#imls {
	position: relative;
	top: 0;
	left: 0;
	z-index: 30;
}


.event-date {
	font-size: 30px;
	color: #FFFFFF;
	font-weight:bold;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 30px;
	padding: 5px 10px 5px 25px;
	left: -5px;
	background-color: #204656;
}

.event-tile {
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold;
}

.event-data {
	font-size: 14px;
	color: #CCCCCC;
}

.event-description {
	font-size:13px;
	line-height:18px;
	color: #ccc;
}

#event-content {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 550px;
	height: 300px;
}

#event-content-left {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 430px;
	height: 350px;
}

#event-content-left p, #event-content-right p {
	font-size: 13px;
	color: #cccccc;
	
}

#event-content-right p {
	margin: 10px 5px;	
}

#event-content-right {
	position: absolute;
	top: 90px;
	left: 470px;
	width: 430px;
	height: 350px;
}


/* Event content placement */

#race-logo {
	position: absolute;
	top: 372px;
	left: 679px;
}

#race-image {
	position: absolute;
	top: 15px;
	left: 575px;
}

div#event-february, div#event-march, div#event-april {
	display: none;
	position: relative;
}

div#event-joinus {
	position: relative;
}

div.video {
background-color:#CCCCCC;
float:left;
margin-right:10px;
padding:10px;
text-align:center;
width:180px;
}

div.video img {
border:3px solid #FFFFFF;
float:left;
padding:3px;
}

