@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #5A782B;
	background-image: url(../img/pgbg1.png);
	color: #006;
	border-style: none;
}
#header {
	padding: 0px;
	height: 147px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#logo {
	height: 116px;
	width: 755px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
}
#header1 {
	background-image: url(../img/Racing_horses-09a.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	width: 1280px;
	background-color: #ffffbe;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #331800;
}
#navigation {
	height: 26px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/nav-background.png) no-repeat center top;
}

#navigation ul {
	list-style-type: none;
	height: 26px;
	width: 870px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: center;
}
#navigation li  {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation a   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 145px;
	margin: 0px;
	float: left;
	text-align: center;
	height: 23px;
	padding: 3px 0px 0px;
	display: block;
}
#navigation a:hover {
	color: #003;
	text-decoration: none;
	width: 145px;
	height: 23px;
	margin-top: 0px;
	float: left;
	text-align: center;
	background: url(../img/nav-mouseover.png) repeat-x;
	padding: 3px 0px 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#home   #nav-home   a, 
#events   #nav-events   a, 
#rules   #nav-rules   a, 
#history   #nav-history   a,
#sponsors   #nav-sponsors   a,
#sale   #nav-sale   a,
#contact   #nav-contact   a {
	list-style-type: none;
	font-style: italic;
	background: url(../img/nav-active.png) repeat-x;
	text-decoration: none;
	color: #000;
} 


#home #nav-home a:hover, 
#events   #nav-events a:hover, 
#rules   #nav-rules a:hover, 
#history   #nav-history a:hover, 
#sponsors   #nav-sponsors   a:hover,
#sale   #nav-sale a:hover,
#contact #nav-contact a:hover {
	font-style: italic;
	text-decoration: none;
	background: url(../img/nav-active.png) repeat-x;
	color: #000;
}

#page {
	width: 865px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 5px 15px 5px 20px;
}

#page p {
	padding-right: 15px;
	text-align: justify;
	font: 16px Arial, Helvetica, sans-serif;
	color: #006;
	padding-left: 20px;
}
#page h3 {
	color: #482200;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#img1 {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 288px;
	width: 512px;
	margin: 0px;
	padding-left: 20px;
}
#page h2 {
	color: #482200;
	padding-left: 20px;
}
#page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #482200;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.news {
	text-align: left;
	list-style-position: inside;
	margin: 5px 0px 5px 20px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #003;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.news h2 {
	color: #003;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.news img {
	padding: 0px;
	
	margin: 5px auto 0px;
}
.news ol li {
	color: #006;
}
.news .dates {
	width: 600px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	border-style: none;
}
.news .dates tr {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.news .dates tr td {
	padding: 10px 0px 0px;
	border-bottom: 2px solid #006;
	margin: 0px;
	text-align: left;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.news .dates tr td p {
	font-size: 18px;
	color: #006;
	font-weight: 700;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#footer  p  {
	color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#footer  p  a  {
	color: #CCC;
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#footer  p  a:hover  {
	color: #FF0;
	text-decoration: underline;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#sponsorimages {
	margin: 0px auto;
	padding: 0px;
	width: 860px;
}
#sponsorimages img {
	margin: 0px;
	padding: 10px 35px 10px 30px;
	float: left;
}
.sponsorbanner {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #003;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}
.sponsorbanner img {
	margin: 0px auto;
	padding: 0px;
	height: 72px;
	width: 850px;
}
#sponsorimages h1 {
	text-decoration: underline;
	color: #006;
}
#sponsorimages p img {
	margin-right: 15px;
}
#generalenq {
	font-size: 18px;
	width: 400px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#generalenq tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#generalenq tr td h3 {
	font-size: 20px;
	font-weight: 700;
	color: #482200;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contactpagelogo {
	width: 282px;
}
#contact #page img {
	float: left;
	padding-left: 50px;
}
.racemeetprog {
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
	text-align: left;
	width: 300px;
}

.racemeetprog tr td {
	width: 300px;
	margin: 0px;
	padding: 2px 0px 0px;
}
.racemeetprog tr td p {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #003;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #006;
}


.news1 {
	text-align: left;
	list-style-position: inside;
	margin: 5px 0px 5px 20px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #003;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: right;
}

.formtable {
	width: 850px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.formdescription {
	height: 20px;
	width: 75%;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.formdownload {
	margin: 0px;
	padding: 5px 5px 5px 15px;
	width: 25%;
	text-align: right;
	height: 20px;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}



#footer {
	height: 26px;
	background-position: center;
	background-image: url(../img/footer.png);
	width: 900px;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px auto 10px;
}
.inc {
	font-size: 14px;
	color: #482200;
	margin: 0px;
	padding: 0px;
}
.reports {
	border: 1px solid #009;
}
.reportdiv {
	float: left;
	width: 200px;
	padding-left: 20px;
}
.flyer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
.forsale {
	margin: 0px 0px 20px;
	padding: 5px 50px;
	width: 160px;
	text-align: center;
	float: left;
}
.salefull {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 400px;
}
.forsale img {
	margin: 0px auto;
	padding: 0px;
	width: 150px;
}
