/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#B3B3B3;
	background-color:#000;
}

/* Force scrollbars in FireFox to prevent horizontal jumping*/
html{
	overflow:scroll;
}

img{
	border:none;
}

fieldset{
	display:none;
}

a:link, a:visited, a:hover, a:active{
	cursor:pointer;
}

a:link{
	color:#F3BE3D;
}

a:visited{
	color:#FFF;
}

/* Prevent dotted border on active links in FF */
a:active, a:focus{
	outline:none;
}


p{
	font-size:0.875em;
	line-height:150%;
	margin-bottom:1em;	
}

h2{
	color:#FFF;
	font-size:1.3em;
	margin-bottom:20px;
}


ul{
	line-height:150%;
	margin-left:15px;
}

li{
	margin-bottom:20px;
}

noscript{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	color:#FFF;
}

.clear{
	display:block;
	clear:both;
}

.centre{
	text-align:center;
}

.hidden{
	visibility:hidden;
}

.visible{
	visibility:visible;
}

#masthead ul, ul#historyNav{
	list-style-type:none;
}

#masthead ul li, ul#historyNav li{
	float:left;
}


/* Main layout
-------------------------------------------------------------------------- */

#wrapper{
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;	
	padding-bottom:100px;
}

#masthead{
	margin-bottom:40px;
}

/* Masthead
-------------------------------------------------------------------------- */
#masthead h1{
	width:960px;
	height:19px;
	position:relative;
	font-size:1em;
	margin-top:22px;
}

#masthead h1 span{
	width:100%;
	height:100%;
	background:url("/images/masthead.gif") no-repeat;
	position:absolute;
}

p.skipNav{
	position:absolute;
	height:0;
	overflow:hidden;
}

/* Navigation
---------------------------------------------------------------------------- */

#masthead ul{
	width:800px;
	margin:auto;
	height:59px;
}

#masthead a span{
	background-position:top left;
	width:100%;
	height:100%;
	position:absolute;
}

#masthead a{
	display:block;
	height:59px;
	position:relative;
	margin-right:30px;
	cursor:pointer;
}

#masthead a:hover span{
	background-position:center center;
}



/* Nav Home
-------- */

a#navHome{
	width:85px;
}

#navHome span{
	background-image:url("/images/nav_home.jpg");
}

#home #navHome span{
	background-position:bottom left;
}

/* Nav History
---------- */

a#navHistory{
	width:97px;
}

#navHistory span{
	background-image:url("/images/nav_history.jpg");
}

#history #navHistory span{
	background-position:bottom left;
}

/* Nav Gallery
---------- */

a#navGallery{
	width:99px;
}

#navGallery span{
	background-image:url("/images/nav_gallery.jpg");
}

#gallery #navGallery span{
	background-position:bottom left;
}




/* Nav Race Results
---------------*/

a#navRaceResults{
	width:147px;
}

#navRaceResults span{
	background-image:url("/images/nav_race.jpg");
}

#raceResults #navRaceResults span{
	background-position:bottom left;
}

/* Nav Contact
---------- */

a#navContact{
	width:103px;
}

#navContact span{
	background-image:url("/images/nav_contact.jpg");
}

#contact #navContact span{
	background-position:bottom left;
}

/* Nav Links
-------- */

a#navLinks{
	width:81px;
}

#navLinks span{
	background-image:url("/images/nav_links.jpg");
}

#links #navLinks span{
	background-position:bottom left;
}

#home #primaryContent img{
	margin-bottom:20px;
}

#home #primaryContent p{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom:0em;
	text-align:center;
	color:#C8C8C8;
	letter-spacing:0.1em;
}

/* History
---------------------------------------------------------------------------- */

#history #primaryContent{
	width:700px;
	float:right;
}

#history #secondaryContent{
	width:230px;
	/*border:1px solid blue;*/
}

#history p{
	line-height:180%;
	letter-spacing:0.05em;
}

#history #secondaryContent img{
	margin-bottom:20px;
}

#history #secondaryContent a{
	display:block;
}

#history #content h1{
	color:#F3BE3D;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.7em;
	letter-spacing:0.1em;
	margin-bottom:40px;
	margin-top:20px;
}

#history #content h2{
	font-weight:normal;
	margin-bottom:1em;
}

/* Pull quote formatting
-------------------------------------------- */

#history q{
	display:block;
	position:relative;
	margin:40px auto;
}

#history q span{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

q#pullQuote01{
	width:574px;
	height:89px;
}

q#pullQuote01 span{	
	background:url("/images/history_pullquote01.gif") no-repeat;
}

q#pullQuote02{
	width:557px;
	height:164px;
	margin-left:50px;
}

q#pullQuote02 span{	
	background:url("/images/history_pullquote02.gif") no-repeat;
}

q#pullQuote03{
	width:471px;
	height:135px;
}

q#pullQuote03 span{	
	background:url("/images/history_pullquote03.gif") no-repeat;
}

q#pullQuote04{
	width:211px;
	height:311px;
	margin-left:0;
}

q#pullQuote04 span{	
	background:url("/images/history_pullquote04.gif") no-repeat;
}

q#pullQuote06{
	width:205px;
	height:384px;
	margin-left:0;
	margin-top:100px;
}

q#pullQuote06 span{	
	background:url("/images/history_pullquote06.gif") no-repeat;
}

/* History navigation
----------------------------------------- */

ul#historyNav{
	width:25em;
	position:relative;
	left:50%;
	margin-left:-6em;
	margin-top:20px;
}

ul#historyNav a{
	color:#B3B3B3;
	margin-right:15px;
}

li.currentPage{
	color:#F3BE3D;
	font-weight:bold;
	text-decoration:none;
	margin-right:15px;
}


/* Gallery
----------------------------------------------------------- */

#gallery h2{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:1.1em;
	letter-spacing:0.2em;
	text-align:center;
}

#gallery ul{
	list-style-type:none;
}

#gallery ul li{
	float:left;
}

ul#gallerySectionsNav{
	margin-top:30px;
	margin-left:0px;
}

ul#gallerySectionsNav a span{
	background-position:top left;
	position:absolute;
	width:100%;
	height:100%;
}

ul#gallerySectionsNav a:hover span{
	background-position:bottom left;
}

a#galleryNavRacing{
	display:block;
	position:relative;
	width:202px;
	height:187px;
	margin-right:20px;
}

a#galleryNavRacing span{	
	background:url("/images/navgallery_racing.jpg") no-repeat;
}

a#galleryNavRestoration{
	display:block;
	position:relative;
	width:201px;
	height:183px;
}

a#galleryNavRestoration span{	
	background:url("/images/navgallery_restoration.jpg") no-repeat;
}

a#galleryNavRestored{
	display:block;
	position:relative;
	width:193px;
	height:183px;
	margin-left:20px;
}

a#galleryNavRestored span{	
	background:url("/images/navgallery_restored.jpg") no-repeat;
}

a#galleryNavDrawings{
	display:block;
	position:relative;
	width:232px;
	height:189px;
	margin-left:20px;
}

a#galleryNavDrawings span{	
	background:url("/images/navgallery_drawings.jpg") no-repeat;
}

.drawings{
	display:block;
	margin:20px auto;
}

#gallery #primaryContent{
	padding-left:33px;
}

ul#breadcrumbs{
	color:#F3BE3D;
	height:2em;
	margin-left:0;
}

ul#breadcrumbs li{
	font-size:1em;
	width:auto;
	margin-bottom:0;
}

ul#breadcrumbs a:link, ul#breadcrumbs a:visited{
	color:#F3BE3D;
}



/* Thumbnails
----------------- */

div.thumbnails div{
	width:150px;
	height:180px;
	float:left;
	margin-right:33px;
	margin-bottom:30px;
	border:1px solid #333;
}

div.thumbnails ul{
	line-height:0.8em;
	margin:0 5px;
	height:3em;
}

div.thumbnails li{
	margin-bottom:2px;
	width:100%;
	text-align:center;
	font-size:0.875em;
	line-height:120%;
}

img.noCaptionThumb{
	margin:0 32px 30px 0;
}

div.thumbnails a{
	color:#000;
}




/* Expanded images
--------------------- */

div#imageCaptionContainer{
	width:100%;
	height:420px;
}

div#imageCaptionContainer img{
	display:block;
	margin:0 auto;
}

div#imageCaptionNavContainer{
	width:710px;
	margin:0 auto;
}

div.expandedImage h3{
	text-align:center;
	font-size:1em;
	color:#FFF;
	margin-top:5px;
}

div#expandedImageNav{
	text-align:right;
}

div#expandedImageNav a{
	color:#F3BE3D;
}

a.startLink{
	padding-right:20px;
}

div#imageCaptionContainer.shortImage{
	height:350px;
	padding-top:70px;
}
	
/* Race Results
----------------------------------------------------------- */

#raceResults #masthead{
	margin-bottom:20px;
}

table{
	width:940px;
	border-collapse:collapse;
	margin:20px auto;
	font-size:0.9em;
}

th{
	color:#F3BE3D;
	border-bottom:1px solid #F3BE3D;
	text-align:left;
	padding:0 5px 10px 5px;
}

td{
	padding:5px;
	line-height:150%;
	vertical-align:top;
}

tr.shade{
	background-color:#222;
}

td.firstRow{
	padding-top:10px;
}

.asterisk{
	color:#F3BE3D;
}

#footnotes{
	margin-top:30px;
	padding-left:20px;
}

#footnotes .asterisk{
	display:block;
	float:left;
	width:3em;
	height:1em;
}

.suspect{
	font-size:0.8em;
	color:#F3BE3D;
	vertical-align:super;
}

/* Links
------------------------------------------- */

dl{
	margin-top:30px;
}

dl img{
	margin-bottom:1em;
}

dt{
	float:left;
	margin-right:20px;
}

dd{
	height:90px;
	margin-bottom:60px;
}

dd a:link, dd a:visited{
	text-decoration:none;
	color:#F3BE3D;
}

dd a:hover{
	text-decoration:underline;
}


.temp{
color:red}
