@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url('images/tar.jpg');
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-indent: -9999px;
	background-image: url('images/racetecLogo.gif');
	background-repeat: no-repeat;
	width: 317px;
	height: 52px;
}

/* Generic */
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -200px;
	float: left;
}

div#wrapper {
	background-color: #FFFFFF;
	height: 320px;
	width: 100%;
	top: 50%;
	margin-top: -160px;
	clear: both;
	position: absolute;
	/* IE4ever Hack: Hide from IE4 **/
	/** end hack */
}
 
/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
 
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */

#start {
	background-image: url('images/start.png');
	background-repeat: no-repeat;
	width: 525px;
	height: 106px;
	position: absolute;
	left: 50%;
	top: 94%;
	margin-left: -263px;
	margin-top: -58px;
}

#innerWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 10px;
	height: 300px;
}

#wrapperResults {
	background-color: #FFFFFF;
	width: 100%;
	top: 10%;
	margin-top: -150px;
	clear: both;
	position: relative;
}

#innerWrapperResults {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 10px;
}

/* Main */

.homeContent {
	text-align: center;
	width: 1000px;
	height: 160px;
	margin-top: 104px;
}

.content {
	background-image: url('images/contentBG.jpg');
	background-repeat: no-repeat;
	width: 650px;
	height: 270px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.contentInner {
	width: 280px;
	height: 190px;
	padding: 20px;
	margin-top: 10px;
}

.border {
	border-right: 1px solid #FFFFFF;
}

.paddingTop {
	padding-top: 70px;
}

.padding {
	padding: 20px;
}

.con {
	overflow-y: scroll;
	width: 610px;
	height: 220px;
}

.faq {
	overflow-y: scroll;
	width: 280px;
	height: 190px;
	padding: 20px;
	margin-top: 10px;
}

.resContent {
	background-image: url('images/content.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #374d36;
	width: 650px;
}

.tbone {
	background-color: #6c7c6b;
}

/* Top Menu */

.top {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 4px;
}

.top a:link, .top a:active, .top a:visited {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 4px;
}

.top a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 4px;
	background-color: #8cc63f;
}

.body_abo .top_abo a, .body_ser .top_ser a, .body_con .top_con a, .body_faq .top_faq a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #8cc63f;
	padding: 2px 4px;
}

/* Bottom Menu */

.btm {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 4px;
	margin-top: 4px;
}

.btm a:link, .btm a:active, .btm a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 4px;
}

.btm a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 4px;
	background-color: #999999;
}

.body_hom .btm_hom a, .body_cal .btm_cal a, .body_res .btm_res a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: #999999;
	padding: 2px 4px;
}

/* Side Links */

.side a:link, .side a:active, .side a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.side a:hover {
	color: #002316;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

/* Other */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

input {
	border: 1px solid #374d36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}