/*-----------------------------------------------------------------------------
Main Style Sheet for Chad Hord Racing

author:   Wesley Harmon
email:    info@leantreemedia.com
website:  http://www.chadhordracing.com/
-----------------------------------------------------------------------------*/
body {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 110%;
	background-image: url(../css/img/bg_left.gif);
	background-repeat:no-repeat;
	background-color: #999999;
	z-index: 1;
}
a:link  { color: red; font-weight: bolder; text-decoration: none}
a:visited { color: red; font-weight: bold; text-decoration: none }
a:hover  { color: #0000CC; text-decoration: underline
}
p {
	margin:10px 0px;
}
#container {
	width:1072px; /* widths of columns will change proportionately as this width is changed */
	margin-left:170;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	min-height:100%;
	height: auto !important;
	height: 100%;
}
#header { 
	height:186px;
	_height:186px;
	width:1086px;
} 
#hordLogo {
	position: absolute;
	padding-top:20px;
	padding-left:20px;
	z-index:53;
}
#hordTruck {
	position: absolute;
	padding-top:20px;
	z-index:51;
}
#hordTruck_2 {
	position: absolute;
	padding-top:0px;
	padding-left:400px;
	float:right;
	z-index:30;
}
#TORCLogo {
	position: absolute;
	padding-top:6px;
	padding-left:800px;
	z-index:54;
}
#mainContent {
	background-image:url(img/trans_bg.png);
	padding: 10px 10px;
	margin-top:20px;
	margin-left:170px;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	z-index:40;
}
#mainContent h1 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size:2em;
	line-height:1.2em;
	color:  #000;
}
#mainContent h2 { 
	color: #000; 
	font-weight: bold;
	font-size: 1.5em;
	line-height:1em;
}
#mainContent h3 { 
	color: #000; 
	font-weight: bold;
	font-size: 1em;
	line-height:1em;
	margin: 0px;
}
.table-right {
	padding:10px;
	color:#fff;
	text-align:left;
	vertical-align:top;
	background-color:#000000;
}
.table-mid {
	padding:4px;
	vertical-align:top;
	text-align:left;
	background-color:#CCCCCC;
}
.table-left {
	padding:4px;
	vertical-align:top;
	text-align:left;
}
.caption {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	padding:6px;
}
/* Menu */
#topMenu {
	position:absolute;
	margin-top:100px;
	margin-left:170px;
	z-index:50;
}
#menu td {
	vertical-align:bottom;
}
#homeBanner {
	height:300px;
	background:#000810;
	color:#CCCCCC;
}
#footer {
	height:40px;
	padding-top:18px;
	margin-top:6px;
	margin-left:170px;
	font-size:10px;
	text-align:left;
	text-indent:14px;
	color: #fff;
	background-image:url(../css/img/footer.png);
	background-repeat:no-repeat;
	z-index:41;
}
.footerNav {
	text-align:right;
}
#schTable {
	font-size:9px;
	color:#fff;
	line-height:16px;
	border-bottom:1px solid #666666;
	background-color: #333333;
}
#schTable tr:hover {
	background-color: #990000;
}
#schTable .odd {
	background-color:#000033;
}
#videosTable td {
	padding: 10px 0px;
	margin:0px;
	background-color:#333;
}
#videosTable h2 {
	background-image:url(../images/Youtube_24x24.png);
	background-repeat:no-repeat;
	padding-left:30px;
	margin:1px;
}
#videosTable .odd {
	background-color:#000033;
}
#standingsTable {
	padding: 5px 5px;
	font-size:12px;
	background-color:#333;
}
#standingsTable tr:hover {
	background-color: #990000;
}
#standingsTable .odd {
	background-color:#000033;
}
#standingsTable td {
	border-bottom:1px solid #666666;
}
#headlineTable {
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	background-color: #CCCCCC;
}
#headlineTable tr:hover {
	background-color: #990000;
}
#headlineTable .odd {
	background-color: #999999;
}
#headlineTable td {
	border-bottom:1px solid #666666;
}
ul, ol {
	margin:1em 0em;
	padding-left:3em;
}
#mainContent ul {
	list-style-image:url(/images/tri.gif);
	line-height:2em;
}
#photoGallery {
	z-index:999;
}
#featuredVideo {
	z-index:90;
}
#checkflag {
	background-image:url(../images/checkflag_bg.jpg);
	background-repeat:no-repeat;
}