/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*    Copyright (c) 2005 Berm Benders Raceway.  All rights reserved.     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	background-image: url(images/bgimage1.jpg);
}

.main-bg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 900;
	color: #CC2128;
	padding-top: 8px;
	padding-bottom: 0px;
	text-align: center;
}

.main-news {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.photos {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 95%;
}

.main-news A:link {text-decoration: none; color: #000000; font-weight: 500}
.main-news A:visited {text-decoration: none; color: #000000; font-weight: 500;}
.main-news A:active {text-decoration: none; color: #000000; font-weight: 500;}
.main-news A:hover {text-decoration: underline; color: #000000; font-weight: 500;}

.main-schedule {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 60%;
}

.main-directions {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 95%;
}

.main-news-bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #000000;
	text-align: left;
	width: 99%;
}

.main-news-sm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.main-news-bold-center {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}

.copyfooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact-background {
        background: url(/images/jasondoyle-bg.gif);
        background-repeat: no-repeat;
        background-position: right top;
}

#navcontainer {
	padding: 0;
	background: #FB9B29;
	height: 20px;
}

#navlist {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#navlist li {
	list-style: none;
	float: left;
}

#navcontainer a, #navlist li.extend {
	margin: 0px;
	display: block;
	border-top: 1px solid #CCCCCC;
	padding: 1px 16px;
	text-decoration: none;
	background: #FFE7CA;
	font: normal 15px arial, verdana, helvetica, sans-serif;
	color: #000000;
}

#navcontainer a:hover, #navcontainer a#current {
	padding: 1px 15px;
	background: #FAFAFA;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333333;
	color: #000000;
}

#navcontainer a#current {
	background: #F6F5F6;
	border-top: 1px solid #F6F6F6;
	font-weight: bold;
}

#navcontainer li#active {
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}

.echodate {
	float: right;
	font: normal 15px arial, verdana, helvetica, sans-serif;
}

.photomenu A:link {text-decoration: none; color: #000000; font-weight: 900;}
.photomenu A:visited {text-decoration: none; color: #000000; font-weight: 900;}
.photomenu A:active {text-decoration: none; color: #000000; font-weight: 900;}
.photomenu A:hover {text-decoration: underline; color: #000000; font-weight: 900;}

.weatherlink A:link {text-decoration: none; color: #000000;}
.weatherlink A:visited {text-decoration: none; color: #000000;}
.weatherlink A:active {text-decoration: none; color: #000000;}
.weatherlink A:hover {text-decoration: underline; color: #000000;}
.weatherlink {text-align: center;}
.weatherlink {font-family: Arial, Verdana, Helvetica, sans-serif;}
.weatherlink {font-size: 11px;}

.links A:link {text-decoration: none; color: #000000;}
.links A:visited {text-decoration: none; color: #000000;}
.links A:active {text-decoration: none; color: #000000;}
.links A:hover {text-decoration: underline; color: #000000;}
.links {text-align: center;}
.links {font-family: Arial, Verdana, Helvetica, sans-serif;}
.links {font-size: 11px;}

hr {
	border: 0;
	width: 80%;
	color: #ACA899;
	background-color: #ACA899;
	height: 3px;
}

.floatimgleft {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
}

.floatimgright {
        float: right;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
}

