/*	Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5{
	font-family: verdana, arial, helvetica, sans-serif;
	}
/* 	Page body style */
body{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	}
/*	Standard paragraph style*/
p{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
	}
p.imgbottom {
	padding: 0px 0 30px 0;
	border-bottom: 1px solid #999999;
	}
li{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
	}
/*	Links*/
a:link, a:visited, a:active{ 
	color:#FF9933; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}
/*
a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 
a:active{ 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

*/a:hover { 
	color:#E6361F; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 
/*	Front Page Table Links*/
a.menu:link, a.menu:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}
a.menu:active, a.menu:hover { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 
/*	Headings*/
h1{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .2em;
	color: #B73440;
  	margin-top: 20px;
	}
h1.left-header{
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: .2em;
	color: #B73440;
	margin-left: 15px;
	}
h1.left-header1{
	font-weight: normal;
	font-size: 0.8em;
	letter-spacing: .2em;
	color: #E6361F;
	margin-left: 15px;
	}
h2{
	font-size: 0.8em;
	color: #ffffff;
	}
h2.left-header{
	font-size: 0.8em;
	color: #ffffff;
	margin-left: 15px;
	}
h3{ font-weight: normal;
	font-size: 1.1em;
	color: #B73440;
	margin-left: 20px;	
	}
h4{
	font-size: 0.7em;
	padding:0 0 0 25px;
	font-weight: bold;
	color:#CCCCCC;
	}
/*	Main Table - just gives the content a background colour*/
.maintable {
	background-color: #222222;
	}
/*	Menu Table and Cell - controls how the menu looks & sits*/
.menutable {
	height: 20px;	
	width: 750px;
	font-size: 0.7em;
	background-color: #222222;
	border-bottom: 1px solid #999999;
	text-align:right;
	}
.menucell{
  	padding-left: 10px;
	}
/*	Left hand column on homepage - the big image*/
td.home-left {
	}
/*	Left hand column on sub-page*/
td.page-left {
	width: 200px;
/*	background-image:url(images/logo-small-200.gif);
	background-repeat:no-repeat;
	background-position:top left;
 	background-image: url("images/page_left2.jpg");
 */	
	}
/*	Left hand column on sub-page different style */
td.page-left1 {
	width: 150px;
	background-image: url("images/page_left2.jpg");
	background-repeat: no-repeat;
	}
p.left-text{
	font-size: 0.8em;
	margin-left: 18px;
	margin-right: 0px;
	color: #999999;
	text-align:left;
	}
p.left-text1{
	font-size: 0.8em;
	margin-left: 35px;
	margin-right: 20px;
	color: #999999;
	}
p.left-text a{
	color: #EA922B;
	font-size: 1em;
	}
/*	Right hand column on homepage*/
td.home-right {
	width: 600px;
	padding: 20px 25px 0 25px;
	/*
background-image: url("images/race_logo4b.gif");
	background-repeat:no-repeat;
	background-position: top center;
*/
	}
td.home-right a {
	padding: 0 0 0 10px;
	text-decoration: underline;
	}
/*	Right hand column on sub-page*/
td.page-right {
	padding-left: 20px;
	padding-right: 15px;
/* 	background-image: url("images/page_left3.jpg");
 */	background-repeat: no-repeat;
	background-position:right center;
	}
td.page-right1 {
	width: 600px;
	padding: 0 75px 0 0;
	margin: 0 0 0 0;
	background-image: url("images/page_left3.jpg");
	background-repeat: no-repeat;
	background-position:right center;
	}
/*	Single column on sub-page*/
td.page-single {
	padding: 20px 20px 0 50px;
/* 	background-image: url("images/page_left2.jpg");
 */	background-repeat: no-repeat;
	}
/*	styling for Links table*/
#links {
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 0 2px 0
	}
#links a:link { 
	display: block;
	width: 100%;
	background-color: #222222;	
	text-decoration: none;
	}
#links a:hover{
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	}
/*	Page footer area*/
p.footer, p.home_footer{
  	text-align: center;
	margin: 0px 0 0 0;
	padding: 10px 0 20px 0;
	color: #666666;
	font-size: 0.6em;
	}
p.footer a{
	color: #EA922B;
	font-size: 1em;
	}
.footer {
	height: 50px;
	border-top: 1px solid #999999;
	}
.home_footer {
	height: 50px;
	border-top: 1px solid #999999;
	}
/*	Standard images*/
img{
	border: none;
	}
/*	Frontpage layout elements - Text*/
.text{
	padding-right: 20px;
	text-align: left;
	}
.searchfield {
	border: 1px solid #c9c9c9;
	background-color:#ffffff;
	font-family:Arial;
	font-style:normal;
	color: #000000;
	font-size:11px;
	font-weight:normal; 
	text-align:center;
	width: 146px;
	}
.searchbtn {
	border: 1px solid #999999;
	background-color:#c9c9c9;
	font-family:Arial;
	font-style:normal;
	color: #000000;
	font-size:12px;
	font-weight:normal;
	width: 150px;
	}
	
/* The top navigation */	
#nav, #nav ul {
	float: left;
	width: 700px;
	list-style: none;
	line-height: 1;
	background-color:#222222;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 108px;
	w\idth: 108px;
	color: #EA922B;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	font-size:12px;
}
#nav a:hover{
	text-decoration:underline;
	background-color:#666666;
}

#nav li {
	float: left;
	padding: 0;
	width: 116px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	w\idth: 175px;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 10px;
	width: 155px;
}

#nav li ul a {
	padding-left:20px;
	width: 145px;
	w\idth: 145px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: ;
}
