@charset "utf-8";
body {
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #f51239;
	text-decoration: none;
}
a:hover {
	color: #f51239;
	text-decoration: underline;
}
h3 {
	font-size:18px;
}
h2 {
	font-size:24px;
}
h1{
	font-size:30px;
}

.searchbar {
	padding-left: 495px;
	visibility: visible;
	position:absolute; 
	z-index: 2000;
	top: 130px;
	height: auto; 
	width: auto; 
	position: absolute;
}

table#racesched td
{
	padding: 2px 5px;
}

.breadcrumb {
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.headerBg {
	background-image: url(/images/headerbggray.png);
	background-repeat: no-repeat;
	width: 745px;
}
.headerText {
	padding-top: 5px;
	color: #000000;
	font-size: 11px;
	padding-right: 5px;
}
.headerText a {
	color: #000000;
}
.menuBg {
	height: 35px;
	background-image: url(/images/menuBg.png);
	background-repeat: repeat-x;
}
.menuCell a {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuCell a:hover {
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/menuBgROred.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.contentBg {
	background-image: url(/images/contentBg.png);
	padding: 5px;
}
.padContent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
/*	width:75%;*/
}
.contentPrint {
	float:right;
	margin:-25px 0 0 5px;
}
.printPad {
	padding: 3px; 
}
.readMore {
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
}
.newsDate {
	font-size: 11px;
	padding-bottom: 2px;
}
.newsBox {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #f9f8f8;
	padding: 3px;
	margin-bottom: 5px;
}
.newsCategories {
	width:350px;
}
.logoPad {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footerBg {
	background-image: url(/images/footerbggray.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	height: 69px;
}
.footerBg a {
	color: #FFFFFF;
}
.adPad {
	padding: 4px;
	font-size: 14px;
	border: solid 1px #c0c0c0;
	background-color: #f0f0f0;
	color: #a0a0a0;
	margin:5px auto -5px auto;
	width: 970px;
	clear: both;
}
.featurePad {

}
//Dropdown

#navmenu a:link  {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	}
#navmenu a:visited  { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	}
#navmenu a:active  { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	}
#navmenu a:hover  { 
	color: #FFF2C9; 
	text-decoration: none; 
	font-weight: bold; 
	display: block;
	background-color: #93a0c2;
	}

.navcss {
	margin-top: -4px;
	position:absolute;
	visibility: hidden;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #f2f2f2;
	font:normal 12px Arial,Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #f2f2f2;
	color: #000000;
}
 
.navcss a:link, .navcss a:visited, .navcss a:active {
	width: 198px;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-size: 8pt;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #f51239;
}

.navcss a:hover {
	background-color: #cf072a;
	color: #ffffff;
}
ol li {
	list-style: decimal;
	padding-bottom: 10px;
	margin-left: 25px;
	text-align: justify;
	margin-right: 10px;
}

/**
 * Poll CSS Settings
 */
#submit {
	color:red;
	cursor:pointer;
}
p.results {
	font-size:18px;

}
.poll_list {
	height:auto;
	width:600px;
	padding:5px;
	margin:15px 0 0 0;
	border:thin grey solid;
}
.poll_list h3 {
	color:red;
}
/**
 * News CSS Settings
 */
#news h3 {
	color:red;
}

div.poll-results
{
	float: left;
	width: 100%;
}

div.poll-results-box
{
	float: left;
	width: 100%;
	margin: 10px 0px;
}

div.poll-options-title
{
	font-weight: bold;
}

div.poll-results-wrapper
{
	width: 200px;
	height: 20px;
	margin-left: 25px;
	border: 1px solid black;
}

div.poll-option-results
{
	height: 20px;
	background: red;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

div.contest-block
{
	float: left;
	clear: left;
}

div.contest-form
{
	float: left;
	clear: both;
	padding: 10px;
	margin: 20px;
}

a.contest-rules
{
	float: left;
	clear: both;
	margin: 5px 0px;
}

div.contest-title
{
	float: left;
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

div.contest-summary
{
	float: left;
	width: 100%;
	text-indent: 15px;
	line-height: 1.3em;
}

div.input, div.submit
{
	float: left;
	clear: both;
	margin: 4px 5px;
}

div.submit input
{
	width: 150px;
	padding: 4px;
	margin: 0px 75px;
}

div.input label, div.input input, div.input span
{
	float: left;
	width: 150px;
	padding: 4px;
}

div.input label 	{ text-align: right; }
div.input select	{ height: 23px; padding: 1px 0px;}

.mugshot {
	float:left;
	margin:3px;
}
.bio {
	clear:left;
	height:255px;
}
.logos {
width:110px;
float:left;
/*background:red;*/
margin:0 20px 0 0;
}
.logos p {
	text-align:center;
	valign:middle;

}
#broadcastschedule table td{
	padding:10px;
}
#broadcastschedule table th {
	background-color:#38373C;
	color:#FCD36D;
}
.contentTable table td{
	padding:5px;
	
}

