@charset "utf-8";
/* CSS Document */

body{
	background-color: #000;
	background-image: url(../templateFiles/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
}
#container{
	z-index: 0;
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
div.inner{
	margin: 10px;
}
#header{
	width: 800px;
	height: 150px;
	background-color: #333;
	color: #FFF;
	background-image: url(../templateFiles/header.jpg);
}
#header a{
	color: #FFF;
}

#nav{
	width: 800px;
	height: 40px;
	background-color: #000;
}
#sidebar{
	background-image:url(../templateFiles/sideBarBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
	font-size: .75em;
	color: #666;
	float: left;
	width: 225px;
	background-color: #333;
}
#sidebar div.inner{
	margin-top: 0px;
	margin-bottom: 20px;
}
#sidebar div.first_sect{
	background-image: url(../templateFiles/sectTop1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 5px 5px 5px;
	background-color: #000;
}
#sidebar div.sect{
	background-image: url(../templateFiles/sectTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 35px 5px 5px 5px;
	background-color: #000;
}

.centered{
	text-align: center;
}

#sidebar h2{
	width: 100%;
	text-align: left;
	margin: 0px;
	margin-left: 10px;
	margin-top: -18px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #3f88b3;
}

#sidebar a{
	color: #666;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}

a.mapLink{
	color: #666;
	text-decoration: none;
	font-size: 2.5em;
	margin: 5px;
}
a.mapLink:hover{
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 2.5em;
}
#content{
	float: left;
	width: 550px;
}

#sponsor_link{
	width: 100%;
	text-align: right;
}

br.clr{
	clear: both;
}

#sponsors{
	border-top: solid 1px #eee;
	background-color: #fff;/*#ffecd2;*/
	width: 100%;
	text-align: center;	
}

img.sponsorLogo{
	margin: 10px;
}

#ftrSpcr{
	width: 800px;
	height: 80px;
}
#footer{
	/*background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: center;*/
	height: 90px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}
#footerInfo{
	background-image: url(../templateFiles/footer.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 820px;
	height: 90px;
	text-align: right;
}

#footerInfo div{
	padding: 10px;
}

/*** sidebar ***/

div.raceTimes .left{
	float: left;
	width: 120px;
}
div.raceTimes .right{
	float: left;
	width: 60px;
	text-align: right;
}
div.raceTimes strong{
	margin-bottom: 5px;
}
.note{
	font-size: .9em;
	font-style: italic;
}

/*** content ***/

#content{
	font-size: .75em;
}
#content h1{
	margin-top: 0px;
	font-size: 2.5em;
	font-weight: normal;
	color: #660;
}
#content h2{
	margin-top: 0px;
	font-weight: normal;
	color: #006699;
}
#content .type1, #content .type2, #content .type3{
	margin: 10px;
	border: solid 1px #eee;
	padding: 5px;
}
#content .type2, #content .type3{
	float: left;
}

#content .type2{
	width: 232px;
}
#content .type3{
	width: 232px;
}

#content .type1Cnt{
	margin-left: 10px;

}
#content a{
	color: #006633;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
h1{
	margin-left: 15px;
	color: #CCC;
}

p{
	text-align:justify;
}

.ital{
	font-style:italic;
}

.larger{
	font-size: 1.4em;
}

.green{
	color: #060;
}

/******************** extra elements *******************/

#pseudoBack{
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -5;
	background-image: url(../templateFiles/energyevents.png);
	background-position: center center;
	background-repeat: repeat-x;
}

.left{
	float: left;
}
.right{
	float: right;
}
.gallery{
	text-align: center;
}
.gallery img{
	width: 25%;
	height: 25%;
}
hr.sponsor_break{
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #eee;
}
table.resConf{
	width: 100%;
}
table.resConf th{
	background-color: #333;
	color: #FFF;
}
table.resConf th, table.resConf td{
	text-align: left;
	border: solid 1px #eee;
}