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

@font-face {
    font-family:wrc_roman;
    src: url('font/WRCROMAN.eot');
    src: local(wrc_roman)
			,url('font/WRCROMAN.woff') format('woff')
			,url('font/WRCROMAN.svg#WRCCleanRoman') format('svg')
			,url('font/WRCROMAN.ttf') format('opentype');
}
@font-face {
    font-family:wrc_clean;
    src: url('font/WRCCLEAN.eot');
    src: local(wrc_clean)
         ,url('font/WRCCLEAN.woff') format('woff')
         ,url('font/WRCCLEAN.svg#WRCCleanBold') format('svg')
         ,url('font/WRCCLEAN.ttf') format('opentype');
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

/*
body.bg_1 {
	background: url(../img/bg_1.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
body.bg_2 {
	background: url(../img/bg_2.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
body.bg_3 {
	background: url(../img/bg_3.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
*/
body.bg_1 {
	background: url(../img/bg_fin_1.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
body.bg_2 {
	background: url(../img/bg_fin_2.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
body.bg_3 {
	background: url(../img/bg_fin_3.jpg) top center no-repeat #000;
	background-attachment: fixed;
}
body.bg_4 {
	background: url(../img/bg_fin_4.jpg) top center no-repeat #000;
	background-attachment: fixed;
}


img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	/*
	background: url(../img/bg_1.jpg) top center no-repeat #000;
	*/
	overflow: hidden;
}

#myhead {
	float: left;
	width: 100%;
	height: 401px;
}
#movecont {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#header {
	float: left;
	overflow: hidden;
	width: 100%;
	height:	102px;
}
#header #logo {
	float: left;
}
#header #wrc {
	float: right;
}

ul#menu {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	height: 29x;
}
ul#menu li {
	font-family: wrc_clean;
	font-size: 14px;
	display: inline;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
ul#menu li a {
	background: none;
	height: 29px;
	display: block;
	padding: 0px 5px 0px 0px;
	float: left;
	color: #fff;
}
ul#menu li a span {
	background: none;
	cursor: pointer;
	display: inline;
	float: left;
	height: 29px;
	padding: 5px 5px 0px 10px;
}
ul#menu li.on a {
	background: transparent url(../img/menu_bg.png) no-repeat right bottom !important;
}
ul#menu li.on a span {
	background: transparent url(../img/menu_bg.png) no-repeat left top !important;
}
ul#menu li.active a {
	background: transparent url(../img/menu_on.png) no-repeat right bottom;
	color: #000;
}
ul#menu li.active a span {
	background: transparent url(../img/menu_on.png) no-repeat left top;
}

div#main_home {
	margin-top: 20px;
	float: left;
	width: 100%;
	background: url(../img/home_bg.png) repeat-y;
	overflow: hidden;
}

div#main_interior {
	margin-top: 20px;
	float: left;
	width: 100%;
	background: url(../img/home_bg.png) repeat-y;
	overflow: hidden;
}

div.bgcol_big {
	float: left;
	width: 780px;
	padding: 10px;
}
div.bgcol_medium {
	float: left;
	width: 580px;
	padding: 10px;
}
div.bgcol_small {
	float: left;
	width: 170px;
	padding: 10px;
}
div.bgcol_small {
	float: left;
	width: 170px;
	padding: 10px;
}
div.bgcol_spacer {
	margin-right: 10px;
}

div.bgcol_small h2 {
	float: left;
	width: 100%;
	font-family: wrc_clean;
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
}

div.bgcol_medium h2 {
	background: #b4b4b4;
	float: left;
	width: 568px;
	font-family: wrc_roman;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 4px 0 4px 12px;
}

div#featured_news {
	float: left;
	width: 580px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
div#featured_news div#featured {
	float: left;
	width: 580px;
	height: 215px;
	display: block;
	position: relative;
}
div#featured_news div#featured div.featpic {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#featured_news div#featured div.feattxt {
	position: absolute;
	left: 0px;
	top: 60px;
	font-family: wrc_clean;
	font-size: 30px;
	color: #fff;
	width: 100%;
}
div#featured_news div#featured div.feattxt span {
	background: url(../img/featured/bg_txt.png);
	padding: 0px 20px 0px 20px;
	height: 60px;
}
div#featured_news ul#featured_list {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	width: 580px;
	height: 65px;
	display: block;
	overflow: hidden;
}
div#featured_news ul#featured_list li {
	float: left;
	list-style-type: none;
	width: 108px;
	height: 65px;
	padding: 0px;
	margin: 0 0 0 10px;
}
div#featured_news ul#featured_list li:first-child {
	margin: 0px !important;
}
div#featured_news ul#featured_list li img {
	filter: alpha(opacity=70); opacity: .7;
}
div#featured_news ul#featured_list li img.on {
	filter: alpha(opacity=100); opacity: 1;
}

ul.feat_gallery {
	float: left;
	width: 590px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.feat_gallery li {
	float: left;
	width: 108px;
	height: 65px;
	list-style-type: none;
	margin: 0 10px 10px 0;
}

div#nextevent {
	float: left;
	width: 100%;
	overflow: hidden;
}
div#nextevent div.clock {
	float: left;
	width: 300px;
	height: 162px;
	background:url(../img/edoxclock.jpg) no-repeat;
	overflow: hidden;
}
div#nextevent div.clock div.counter {
	float: left;
	margin: 108px 0 0 175px;
	font-family: wrc_roman;
	color: #fff;
}
div#nextevent div.clock div.counter div {
	font-size: 16px;
	width: 100%;
	text-align: center;
}
div#nextevent div.info {
	width: 270px;
	float: right;
	overflow: hidden;
	margin-top: 5px;
}


div#nextevent div.data1 {
	float: left;
	width: 150px;
	padding-top: 5px;
	min-height: 70px;
	font-size: 13px;
}
div#nextevent div.data1 span.name {
	font-family: wrc_clean;
	font-size: 16px;
}
div#nextevent div.data2 {
	float: left;
	width: 100%;
	line-height: 14px;
}

ul.sponsors_vertical {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
ul.sponsors_vertical li {
	float: left;
	width: 170px;
	margin-top: 10px;
	list-style-type: none;
}
ul.sponsors_vertical li:first-child {
	margin-top: 0px !important;
}

ul.sponsors_horizontal {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
ul.sponsors_horizontal li {
	float: left;
	width: 188px;
	margin-left: 10px;
	list-style-type: none;
}
ul.sponsors_horizontal li:first-child {
	margin-left: 0px !important;
}

table.standings {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.standings tr td {
	padding: 4px 2px 4px 2px;
}
table.standings tr td:first-child {
	text-align: right;
}
table.standings tr td:last-child {
	text-align: right;
}
table.standings tr td img {
	margin: 0 5px 0 5px;
}
table.standings tr.benny td {
	font-weight: bold;
}

table.results {
	float: left;
	width: 100%;
}
table.results tr td {
	text-align: center;
}

table.results tr.gry, table.standings tr.gry {
	background: #eaeaea;
}

div#bgsponsors {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 980px;
	background: #fff;
	float: left;
}

#countdown {
	white-space: nowrap;
}
#countdown span {
	white-space: nowrap;
}

div.bgr_content {
	width: 560px;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	font-family: Trebuchet MS,helvetica,sans-serif;
	color: #333;
}
div.sharingtools {
	width: 560px;
	float: left;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
div.sharingtools div {
	float: left;
	margin-right: 10px;
}

/************** News ****************/

div.newdettop {
	float: left; width: 580px; height: 215px; margin-bottom: 10px; position: relative;
}
div.newdettop div {
	position: absolute;
	left: 0px;
	top: 60px;
	font-family: wrc_clean;
	font-size: 30px;
	color: #fff;
	width: 100%;
}
div.newdettop img {
	position: absolute;
	left: 0px;
	top: 0px;
}
div.newdettop div span {
	background: url(../img/featured/bg_txt.png);
	padding: 0px 20px 0px 20px;
	height: 60px;
}
div.bgr_shortdesc {
	width: 560px;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 400;
	font-family: wrc_roman,Trebuchet MS,helvetica,sans-serif;
	color: #bfbfbf;
}

div#newslist_main {
	float: left; width: 580px; height: 215px; position: relative; margin-bottom: 10px;
}
div#newslist_main div.newslist_img {
	position: absolute; width: 580px; height: 215px;
}
div#newslist_main div.feattxt {
	position: absolute;
	left: 0px;
	top: 60px;
	font-family: wrc_clean;
	font-size: 30px;
	color: #fff;
	width: 100%;
}
div#newslist_main div.feattxt span {
	background: url(../img/featured/bg_txt.png);
	padding: 0px 20px 0px 20px;
	height: 60px;
}

ul#newslist_sec {
	width: 100%; float: left; margin: 0 0 10px 0; padding: 0px;
}
ul#newslist_sec li {
	list-style-type: none; float: left; margin-left: 10px; width: 186px; background: #eee; height: 180px; cursor: pointer;
	font-family: Trebuchet MS,helvetica,sans-serif; font-size: 14px;
	margin-bottom: 10px;
}
ul#newslist_sec li.on {
	background: #9fcd28;
}
ul#newslist_sec li:first-child {
	margin: 0px !important;
}
ul#newslist_sec li.fchild {
	margin: 0px !important;
}
ul#newslist_sec li div {
	float: left;
	width: 166px;
	padding: 5px 10px 5px 10px;
}



ul#vidlist_sec {
	width: 100%; float: left; margin: 0 0 10px 0; padding: 0px;
}
ul#vidlist_sec li {
	list-style-type: none; float: left; margin-left: 10px; width: 186px; background: #eee; height: 220px; cursor: pointer;
	font-family: Trebuchet MS,helvetica,sans-serif; font-size: 14px;
}
ul#vidlist_sec li.on {
	background: #9fcd28;
}
ul#vidlist_sec li:first-child {
	margin: 0px !important;
}
ul#vidlist_sec li div {
	float: left;
	width: 166px;
	padding: 5px 10px 5px 10px;
}

div.int_title {
	margin: 10px 0 25px 0;
	padding-bottom: 5px;
	font-family: wrc_roman,Trebuchet MS,helvetica,sans-serif;
	font-size: 19px;
	font-weight: 400;
	border-bottom: 1px solid #BFBFBF;
	float: left;
	width: 100%;
}

ul.othernews {
	width: 100%; float: left; margin: 0 0 10px 0; padding: 0px;
}
ul.othernews li {
	list-style-type: none; float: left; font-family: Trebuchet MS,helvetica,sans-serif; font-size: 12px;
	margin-bottom: 15px;
}
ul.othernews li img {
	float: left;
	margin-right: 10px;
}
ul.othernews li div {
	list-style-type: none; float: left; width: 462px; font-family: Trebuchet MS,helvetica,sans-serif;
}
ul.othernews li div a {
	font-weight: bold; font-size: 14px;
}
ul.othernews li div span.date {
	font-size: 10px;
}

div#videoplay {
	float: left; width: 580px; margin-bottom: 10px; position: relative;
}


ul#wplist_sec {
	width: 100%; float: left; margin: 0 0 10px 0; padding: 0px;
}
ul#wplist_sec li {
	list-style-type: none; float: left; margin-left: 10px; width: 186px; background: #eee; height: 200px;
	font-family: Trebuchet MS,helvetica,sans-serif; font-size: 14px;
	margin-bottom: 10px;
}
ul#wplist_sec li.on {
	background: #9fcd28;
}
ul#wplist_sec li.frst {
	margin: 0px !important;
}
ul#wplist_sec li div {
	float: left;
	width: 166px;
	padding: 5px 10px 5px 10px;
}
ul#wplist_sec li div a:hover {
	text-decoration: underline;
}

form#contform {
	float: left;
	width: 450px;
	overflow: hidden;
}
form#contform label {
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: wrc_roman,Trebuchet MS,helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px;
}
form#contform input, form#contform select, form#contform textarea {
	float: left;
	width: 300px;
	font-family: Trebuchet MS,helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	border: 1px solid #AAA;
	padding: 3px;
}
form#contform textarea {
	width: 400px;
}
form#contform div#sendcontact {
	float: left;
	clear: both;
	background: transparent url(../img/menu_on.png) no-repeat right bottom;
	color: #000;
	border: none;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	height: 29px;
	cursor: pointer;
}
form#contform div#sendcontact span {
	float: left;
	display: inline;
	background: transparent url(../img/menu_on.png) no-repeat left top;
	font-family: wrc_roman,Trebuchet MS,helvetica,sans-serif;
	font-size: 14px;
	height: 29px;
	padding: 5px 5px 0px 10px;
}
form#contform div#recaptcha_widget {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.contactthanks {
	width: 560px;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 400;
	font-family: wrc_roman,Trebuchet MS,helvetica,sans-serif;
	color: #bfbfbf;
}

