/* 
	
	Master Screen CSS
	
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}

 body {
	 background-image:url(/images/site/bg_top.gif);
	 background-position:left top;
	 background-repeat:repeat-x;
	 background-color:#e1e6ed;
	 font-size:12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#666
	}
 
 a {
 	color:#333;
	font-weight:bold;
	font-size:11px;	
 }
 	a:hover {
 	color:#333;		
	}
	
	a:visited {
 	color:#333;		
	}
	
 p {
 	margin-bottom:5px;
 	}
	
 .leftimage {
 margin-right:6px;
 }
 
 .rightimage {
 margin-left:6px;
 }
	
 
#container {
	background-image:url(/images/site/bg_main.gif);
	background-repeat:no-repeat;
	background-position: 0 172px;
	margin: 0 auto; /*centers container if there is a width */
	width:798px;
	min-height:580px;
	position: relative;
}

body.sub #container {
 width:798px;
 margin: 0 auto;
}

body.sub #content {
padding:10px 24px 20px 24px;
_height:1%;
}

body.contact #content {
padding:10px 24px 20px 24px;

}
 
 #header {
 	background-image:url(/images/site/flashrace.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width:798px; height:204px;
	display:block;
	position: relative;
	}
	
 	h1 {
		text-indent:-9999px;		
	}
	
 	h1 a{
		display:block;
		left:50%;
		margin-left:-390px;
		margin-top:4px;
		position:absolute;
		height:200px;
		width:300px;
		overflow:hidden;
	}
	
	h2 {
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
	}
	
	h2 a{
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	h2 a:hover{
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	h3 {
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	}

	h3 a{
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
	
	h3 a:hover{
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
	
	h4 {
	color:#003366;
	font-weight:bold;
	font-size:13px;
	}
 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }

 
/* ------------------------ 
		HOME CONTENT
------------------------ */
 
#welcome {
	padding-left:20px;
	padding-right:22px;
	width:518px;
	display:block;
	float: left;
	font-size:11px;
	margin-top:9px
 }
 
 #addinfo {
	float: left; display: inline;
	background:url(../images/site/addinfo.jpg) no-repeat;
	width: 197px; height:266px;
	padding: 38px 12px 10px 12px;
	font-size:11px;
	margin-top:4px;
 }
		
/* ------------------------ 
		news
------------------------ */

body.news #mainContent {
	display: block;
	float: none;
	padding: 10px 0px 0 0px;
	margin:0 auto;
	width: 750px;
	min-height: 350px;
	_height: 350px;
	background: url(/images/web/bg-content-news.gif) no-repeat top;
}

	p.backNews {
		float: right;
	}
	
	p.previous,
	p.next {
		display: inline;
		float: left;
	}
	
	p.next {
		float: right;
	}

	p.print {
		clear: both;
		text-align: center;
	}
	


ul#newslist {
	list-style: none;
}

ul#newslist p a{
	text-decoration:none;
	margin-bottom:16px;
	display:block;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted;
}

ul#newslist p a:hover{
	text-decoration:none;
	margin-bottom:16px;
	display:block;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted;
	color:#36527a;
}

body input#btnPrint {
	width: 100px;;
	height: 25px;
	border: 1px outset;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
 
 
 	/* contact */
	
	fieldset {
		border: 0;
		width: 400px;
		margin: 0 auto;
	}
	
		body.contact legend {
			display: none;
		}
		
		body.contact #ContactForm label {
			display: block;
			text-align: right;
			width: 100px;
			float: left;
			clear: both;
			padding: .5em 0;
			
		}
		
		body.contact input,
		body.contact select,
		body.contact textarea{
			float: left;
			margin: .5em 10px;
		}
		
		body.contact select {
			*margin-right: 60px;
		}
		
		body.contact textarea {
			height: 100px;
		}
		
		body.contact input.submit {
			margin-left: 110px;
		}
	
	.formsmall {
			font-size:10px;
		}
		
	.required {
			font-weight:bold;
		}
		
		
/* ------------------------ 
		NAV
------------------------ */
ul#navigation {
	 display: block;
	 width: 798px;
	 height: 51px;
	 list-style: none;
	 margin: 0 auto;
	 }
	 
	 ul#navigation li {
	 	height: 51px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 51px;
	 		display: block;
			background-image:url(/images/site/nav_race.jpg);
			background-repeat:no-repeat;
		 }
	 
			ul#navigation li#navhome a {
				width: 117px;
			}
				ul#navigation li#navhome a:hover {
					background-position: 0 -51px;
				}
			
			ul#navigation li#navregistration a {
				width: 226px;
				background-position: -117px 0;
			}
				ul#navigation li#navregistration a:hover {
					background-position: -117px -51px;
					}
			
			ul#navigation li#navracer a {
				width: 193px;
				background-position: -343px 0;
			}
				ul#navigation li#navracer a:hover {
					background-position: -343px -51px;
					}
			
			ul#navigation li#navevents a {
				width: 262px;
				background-position: -536px 0;
			}
				ul#navigation li#navevents a:hover {
					background-position: -536px -51px;
				}


		/* single drop down styles */		
ul#navigation ul { /* all lists */
	list-style: none;
	margin: 0;
	background:#fff;
	z-index: 99;
	border: 1px solid #999;
	padding: 1px 0;
	_width: 1%;
}

	ul#navigation ul li {
		font-size: 100%;
		display: block;
		text-indent: 0;
		float: none;
		height: 1%;
		padding: 1px 3px;
	}
		ul#navigation ul a {
			color:#333;
			font-size:11px;
			font-weight:bold;
			text-decoration: none;
			text-transform:none;
			display: block;
			margin: 0;
			line-height: 1;
			background:#CCC;
			text-indent: 0;
			height: auto;
			padding: .7em 5px;
		}
		
		
			ul#navigation ul a:hover
			 {
				background:#89a3c6;
				color:#fff;
				}
				
		ul#navigation li ul { /* second-level lists */
			position: absolute;
			left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			ul#navigation li.hover {
				*position: static;
			
			}
			
			/*second level drop down */
			#navigation li ul ul {
				margin: -1.9em 0 0 165px;
				font-size: 115%;
			}
			
			#navigation li:hover ul ul, #navigation li.sfhover ul ul {
				left: -999em;
			}
			
			#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
				left: auto;
			}


ul#list {
	line-height:20px;
}

ul#list h2{ 
	font-size:14px;
	color:#333;
	font-weight:bold;
}

	ul#list li {
	 font-size:12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#666;
	 list-style:inside;
	}
		ul#list a {
			color:#666;
			font-size:11px;
			font-weight:bold;
			text-decoration: none;
		}

/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	background-image:url(/images/site/footer.jpg);
	background-repeat:no-repeat;	
	margin: 0 auto;
	width:798px;
	height:100px;

}

#footer p{
	color:#fff;
	padding-top:8px;
}
	
	#footer li {
		list-style-type: none;
 		display: inline;
		font-family:Arial, Helvetica, sans-serif;
}
	#footer li a{
		text-decoration: none;
		padding: 8px;
 		color: #0078aa;
		text-transform:uppercase;
		font-weight:normal;
		line-height:26px;
		font-size:11px;
}
	#footer li a:hover{
		text-decoration: none;
 		padding: 8px;
 		color:#045678;
		font-weight:normal;
		line-height:26px;
}

	#footer a{
	color:#666;
	text-decoration:none;
}
	
	#footer a:hover{
	color:#666;
	text-decoration:underline;
}

.footertext {
	color:#474647;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

