

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.deltaplex{float:right;}
.floatleft{float:left;}

iframe.map{width:425px; height:350px;}


/* z-index is set high so it's above the menu which is above the fading slideshow. position:relative is there to get the z-index to work.*/

.clear{clear:both;}

#slideshow {
    position:relative;
    height:250px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

#slideshow div.active {
    z-index:4;
}

#slideshow div.last-active {
    z-index:3;
}
.banner{
border:0;
}
#content_wrap {
	background: #dededd;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 2px 0 2px 0;
}
.sponsorship{
	background:#eee;
	border:1px solid #333;
	padding:8px;
	margin-bottom:20px;
}
.sponsorship img{
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	padding:5px;
	border:1px solid #bbb;
	background:#f8f8f8;
}

.sponsorship h1{
	color:#d74923;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
}

.fullresults{background:url(images/fullresults.png); float:left;}
.fullresults table{width:100%; border-collapse: collapse; border-spacing:0px;}
.fullresults th{background-color: #333; border: 1px #000 solid; font-family: Verdana; font-weight: bold; font-size: 12px; color: #fff; padding:5px; text-align:left;}
.fullresults td{border-bottom: 1px #6699CC dotted; text-align: left; font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: .7em; color: #404040; background-color: #fafafa; padding: 4px 0px 4px 8px;}


