﻿/* main */
html
{
	background-color:#000000;
	margin:0;
	padding:0;
}	
body
{
	background-color:#68A6C7;
	width:100%;
	margin:0;
	padding:0;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
input
{
	font-size: 11px;
	color: #333333;
}
select
{
	font-size: 11px;
	color: #333333;
}
.requiredField
{
	font-size: 10px;
	color: #68A6C7;
}
a:link, a:visited
{
	color:#578BA7;
}
a:hover
{
	color:#68A6C7;
}
/*3B5D6F*/
/* tops and bottoms */
#header_container
{
	width:100%;
	height:100px;
	background-color:#000000;
}		
#header
{
	background-image: url(images/top_bg.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:100px;
	margin:0 auto;
	text-align: right;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}
#header a
{
	text-align: right;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
}
#footer_container
{
	width:100%;
	height:130px;
	background-color:#000000;
}		
#footer
{
	width:850px;
	height:130px;
	background-image: url(images/bot_bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	color: #999999;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}
/* containers */	
#container
{
	margin:0 auto;
}
#container_top
{
	width:756px;
	height: 15px;
	margin:0 auto;
	background-image: url(images/blue.gif);
	background-repeat:no-repeat;
}
#container_bottom
{
	width:756px;
	height: 20px;
	margin:0 auto;
	background-image: url(images/bottomcap.gif);
	background-repeat:no-repeat;
}
#container_content
{
	border:solid 3px white;
	width:750px;
	margin:0 auto;
	background-color:#F2F2F2;
}
/* inside noise */
#section_general_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_general.jpg);
	background-repeat:no-repeat;
}
#section_directions_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_directions.jpg);
	background-repeat:no-repeat;
}
#section_facility_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_facility.jpg);
	background-repeat:no-repeat;
}
#section_news_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_news.jpg);
	background-repeat:no-repeat;
}
#section_sponsors_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_sponsors.jpg);
	background-repeat:no-repeat;
}
#section_promotions_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_promotions.jpg);
	background-repeat:no-repeat;
}
#section_control_hdr
{
	width:750px;
	height:88px;
	margin:0 auto;
	background-image:url(images/hdr_control.jpg);
	background-repeat:no-repeat;
}

#adm_links
{
	margin: 0 20px 20px 20px;
}

#adm
{
	margin: 0px 0px 0px 0px;
}

#admtext
{
	padding: 0px 0px 25px 25px;
	width:480px;
	font-size: 11px;
	color: #333333;
	margin: 0;
	line-height:150%;
}
#admtext h3
{
	font-size: 14px;
	color: #333333;
	margin: 0;
}
#admtext p
{
	font-size: 11px;
	color: #333333;
	margin: 0;
	line-height:150%;
}

#sidenav
{
	float:left;
	width:200px;
	height:350px;
	background-image:url(images/sidefade.jpg);
	background-repeat:no-repeat;
}
#sidenav ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
#sidenav ul li
{
	margin-top: 10px;
}
#sidenav .navon
{
	margin-top: 10px;
	background-image: url(images/sidenav_over.gif);
	display: block;
	width: 190px;
	padding: 0px 0px 0px 20px;
	color: #000000;
	background-repeat:no-repeat;
}
#sidenav ul li a
{
	display: block;
	width: 190px;
	padding: 0px 0px 0px 20px;
	color: #000000;
}
#sidenav ul li a:hover
{
	background-image: url(images/sidenav_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#main
{
	margin: 0px 0px 0px 200px;
}
#maintext
{
	padding: 0px 0px 25px 25px;
	width:480px;
	font-size: 11px;
	color: #333333;
	margin: 0;
	line-height:150%;
	min-height:350px;
}
#maintext h3
{
	font-size: 14px;
	color: #333333;
	margin: 0;
}
#maintext p
{
	font-size: 11px;
	color: #333333;
	margin: 0;
	line-height:150%;
}
.graydate
{
    font-family: verdana;
	font-size: 11px;
	color: #999999;
}
/* top nav rollover */
a.generaltop:link, a.generaltop:visited
{
	background-image:url(/images/topnav/gngeneral_off.jpg);
	display:block;
	height:20px;
	width:100px;
	text-decoration:none;
}
a.generaltop:hover
{
	background-image:url(/images/topnav/gngeneral_on.jpg);
	text-decoration:none;
}
a.generaltop_on:link, a.generaltop_on:visited
{
	background-image:url(/images/topnav/gngeneral_on.jpg);
	display:block;
	height:20px;
	width:100px;
	text-decoration:none;
}
a.general_on:hover
{
	background-image:url(/images/topnav/gngeneral_on.jpg);
	text-decoration:none;
}
a.facilitytop:link, a.facilitytop:visited
{
	background-image:url(/images/topnav/gnfacility_off.jpg);
	display:block;
	height:20px;
	width:67px;
	text-decoration:none;
}
a.facilitytop:hover
{
	background-image:url(/images/topnav/gnfacility_on.jpg);
	text-decoration:none;
}
a.facilitytop_on:link, a.facilitytop_on:visited
{
	background-image:url(/images/topnav/gnfacility_on.jpg);
	display:block;
	height:20px;
	width:67px;
	text-decoration:none;
}
a.facilitytop_on:hover
{
	background-image:url(/images/topnav/gnfacility_on.jpg);
	text-decoration:none;
}
a.newstop:link, a.newstop:visited
{
	background-image:url(/images/topnav/gnnews_off.jpg);
	display:block;
	height:20px;
	width:110px;
	text-decoration:none;
}
a.newstop:hover
{
	background-image:url(/images/topnav/gnnews_on.jpg);
	text-decoration:none;
}
a.newstop_on:link, a.newstop_on:visited
{
	background-image:url(/images/topnav/gnnews_on.jpg);
	display:block;
	height:20px;
	width:110px;
	text-decoration:none;
}
a.newstop_on:hover
{
	background-image:url(/images/topnav/gnnews_on.jpg);
	text-decoration:none;
}
a.sponsortop:link, a.sponsortop:visited
{
	background-image:url(/images/topnav/gnsponsors_off.jpg);
	display:block;
	height:20px;
	width:79px;
	text-decoration:none;
}
a.sponsortop:hover
{
	background-image:url(/images/topnav/gnsponsors_on.jpg);
	text-decoration:none;
}
a.sponsortop_on:link, a.sponsortop_on:visited
{
	background-image:url(/images/topnav/gnsponsors_on.jpg);
	display:block;
	height:20px;
	width:79px;
	text-decoration:none;
}
a.sponsortop_on:hover
{
	background-image:url(/images/topnav/gnsponsors_on.jpg);
	text-decoration:none;
}
a.hometop:link, a.hometop:visited
{
	background-image:url(/images/topnav/gnhome_off.jpg);
	display:block;
	height:20px;
	width:48px;
	text-decoration:none;
}
a.hometop:hover
{
	background-image:url(/images/topnav/gnhome_on.jpg);
	text-decoration:none;
}
a.hometop_on:link, a.hometop_on:visited
{
	background-image:url(/images/topnav/gnhome_on.jpg);
	display:block;
	height:20px;
	width:48px;
	text-decoration:none;
}
a.hometop_on:hover
{
	background-image:url(/images/topnav/gnhome_on.jpg);
	text-decoration:none;
}
a.promotionstop:link, a.promotionstop:visited
{
	background-image:url(/images/topnav/gnpromotions_off.jpg);
	display:block;
	height:20px;
	width:88px;
	text-decoration:none;
}
a.promotionstop:hover
{
	background-image:url(/images/topnav/gnpromotions_on.jpg);
	text-decoration:none;
}
a.promotionstop_on:link, a.promotionstop_on:visited
{
	background-image:url(/images/topnav/gnpromotions_on.jpg);
	display:block;
	height:20px;
	width:88px;
	text-decoration:none;
}
a.promotionstop_on:hover
{
	background-image:url(/images/topnav/gnpromotions_on.jpg);
	text-decoration:none;
}
div.dropdowncss
{
    position:absolute;
    visibility: hidden;
    font-family: Verdana;
    line-height: 18px;
    z-index: 500;
    text-align: left;
    background-color: #090909;/*#2a2a2a;;*/
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    width: 180px;
}

.dropdowncss a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 2px 0px 4px 2px;
    text-decoration: none;
    color: #FFFFFF;
    text-indent: 5px;
}

.dropdowncss a:hover
{ /*hover background color*/
	color: #FFFFFF;
    background-color: #484848;/*#395869;*/
}
.dropdowncss a:visited
{ /*hover background color*/
    color: #FFFFFF;
}
#album
{
	height:80px;
	width:485px;
	background-repeat: no-repeat;
}
#albumphoto
{
	float: left;
	width: 105px;
}
#albumtext
{
	float: right;
	color: #333333;
	padding: 8px 0px 0px 0px;
	width: 360px;
}
#news
{
	height:34px;
	width:485px;
	background-image:url(/images/news_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#newsdate
{
	float: left;
	width: 148px;
	color: #d2691e;
	padding: 8px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
}
#newstext
{
	float: right;
	color: #333333;
	width: 320px;
	padding: 8px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
}
#donnie
{
	height:34px;
	width:485px;
	background-image:url(/images/donnie_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#donniedate
{
	float: left;
	width: 77px;
	color: #d2691e;
	padding: 8px 0px 0px 6px;
	text-align: left;
	vertical-align: middle;
}
#donnietext
{
	float: right;
	color: #333333;
	width: 392px;
	padding: 8px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
}
a.standings:link, a.standings:visited, a.standings:hover
{
	color: red;
	font-size: 12px;
}
#sample
{
    width:750px;
    padding:0 0 0 0;
}
#sampleleft
{
    width:556px;
    padding:0 0 0 0;
    float:left;
}
#sampleright
{
    width:194px;
    padding:9px 0 0 0;
    float:right;
    background:#2c2719 url(/images/smpback.jpg) no-repeat left top;
}
.samplearticle
{
    padding: 7px 10px 0 18px;
    height: 43px;
    font-family: verdana;
	font-size: 11px;
	color: #333333;
	vertical-align:middle;
}

#samplemorenews
{
    width:194px;
    padding:2px 0 0 0px;
}





#homebig{
background-color:#2c2719;
width:750px;
height:440px;
}
#ehomeleft{
background-color:#2c2719;
width:556px;
height:340px;
float:left;
vertical-align:top;
}
#ehomeright{
background:#2c2719 url(/images/evtback.jpg) no-repeat left top;
width:194px;
height:440px;
float:right;
vertical-align:top;
}
#ehomeright_1top{
background:#2c2719 url(/images/evtback1.jpg) no-repeat left top;
width:194px;
height:440px;
float:right;
vertical-align:top;
}
#ehomeright_2top{
background:#2c2719 url(/images/evtback2.jpg) no-repeat left top;
width:194px;
height:440px;
float:right;
vertical-align:top;
}
#ehome{
padding:8px 9px 7px 9px;
vertical-align:top;
}

#bottomrow{
width:556px;
height:100px;
float:left;
clear:left;
vertical-align:top;
}
.bottomad{
padding:8px 0 7px 9px;
float:left;
vertical-align:top;
}
.ehomeeventmore{
font-family: verdana;
font-size: 11px;
padding: 0 0 0 18px;
}
.ehomeeventmore a{
text-decoration:underline;
color: #2c2719;
}
.ehomeeventmore a.hover{
text-decoration:underline;
color: #2c2719;
}
.ehomeeventback{
padding: 12px 11px 10px 18px;
}
.ehomeevent{
padding: 0 3px 0 70px;
height: 43px;
font-family: verdana;
font-size: 12px;
color: #2c2719;
vertical-align:middle;
}
.ehomeevent a{
color: #2c2719;
text-decoration:underline;
}
.ehomeevent a.hover{
color: #2c2719;
text-decoration:underline;
}
.ehomeevent a.visited{
color: #2c2719;
text-decoration:underline;
}
.ehomearticle{
padding: 0 10px 0px 18px;
height: 40px;
font-family: verdana;
font-size: 11px;
color: #2c2719;
vertical-align:middle;
}
.ehomearticle a{
text-decoration:underline;
color: #2c2719;
}
.ehomearticle a.visited{
text-decoration:underline;
color: #2c2719;
}
.ehomearticle a.hover{
text-decoration:underline;
color: #2c2719;
}
#eventshome{
padding:34px 0 0 0;
}
#latesthomearticles{
padding:49px 0 0 0;
}
