body {
	background-color: #FFFFFF;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	background-attachment:fixed;
}

h1 {
	color: #000;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 24px;
	width: 430px;
	background-image: url(../images/h1_bg.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
	clear: both;
}

h2 {
	color: #000;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing:-1px;
	line-height: normal;
}

h3 {
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

p {
	margin: 5px 5px 10px 0;
	line-height: 18px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #cd0000;
	text-decoration: underline;
}

a:hover {
	color: #d50005;
	text-decoration: underline;
}

input, select {
	border: 1px solid #63513d;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.border {
	border:1px solid #a18a69;
}

.border_right {
	margin: 0pt 0pt 10px 10px;
	float: right;
	padding:0;
	border:1px solid #a18a69;
}

.noborder {
	border: 0;
}

hr {
	color: #63513d;
	background-color: #63513d;
	height: 1px;
	width: 90%;
	text-align: left;
	margin:0;
	padding:0;
}
	
/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:760px;
	position: relative;
	top:20px;
}
	
#top {
	width: 760px;
	position:relative;
	z-index:1000;
}

#banner {
	width: 760px;
	height: 185px;
	background: url(../images/banner.jpg) no-repeat;
}

.top_links {
	height: 16px;
	width:120px;
	position: absolute;
	top:15px;
	left: 605px;
}

.top_nav {
	height: 21px;
	width: 760px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	padding: 0;
	position:relative;
	z-index:10000;
}

#content_home {
	width: 760px;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-y;
	background-position:top;
}

.home_top_bg {
	background-image: url(../images/home_bg_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:730px;
	margin:auto;
}

.home_col_1 {
	width:455px;
	margin: 25px 0 10px 0;
	padding:0;
	float: left;
	position: relative;
	left: 25px;
}

.home_col_1 p {
	width:430px;
	margin: 0 0 30px 0;
}

.home_col_2 {
	width:210px;
	margin: 25px 0 10px 55px;
	padding:0;
	float:left;
}

.home_col_2 h2 {
	width: 200px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position:0 4px;
}

ul.gen {
	margin:0 0 20px 0;
	padding:0;
	width:200px;
	list-style:none;
}

ul.gen li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin:0 0 10px 0;
	padding-left: 20px;
}

ul.gen a {
	text-decoration:none;
	color:#1b4864;
}

ul.gen a:hover {
	text-decoration:underline;
	color:#990000;
}

.home_container {
	margin: 10px;
}

#content {
	width: 760px;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-y;
	background-position:top;
}

.cont_top_bg {
	background-image: url(../images/home_bg_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:730px;
	margin:auto;
}

.content_col_1 {
	width:455px;
	margin: 25px 0 10px 0;
	padding:0;
	float: left;
	position: relative;
	left: 25px;
}

.content_col_1 h2 {
	width:170px;
	background-image: url(../images/h2_bg_sm.gif);
	background-repeat: no-repeat;
	background-position:0 4px;
	letter-spacing:-2px;
}

.content_col_2 {
	width:210px;
	margin: 25px 0 10px 55px;
	padding:0;
	float:left;
}

.content_col_2 h1 {
	width:670px;
	background-image: url(../images/h1_bg_cont.gif);
	background-repeat: no-repeat;
	background-position:0 4px;
}

.content_container {
	margin: 0 0 0 18px;
}

.breadcrumbs {
	margin: 0 0 10px 0;
	width: 450px;
}

.cal_top_bg {
	background-repeat: no-repeat;
	background-position:top;
	width:730px;
	margin:auto;
}

#content_calendar {
	width: 760px;
	background-image: url(../images/cal_bg.gif);
	background-repeat: repeat-y;
	background-position:top;
}

.cal_col_1 {
	width:680px;
	margin: 25px 0 10px 0;
	padding:0;
	float: left;
	position:relative;
	left:25px;
}

.cal_col_1 h1 {
	width:670px;
	background-image: url(../images/h1_bg_cal.gif);
	background-repeat: no-repeat;
	background-position:0 4px;
}

#calendar {
	border: 1px solid #555555;
	width:100%;
}

#calendar th {
	background-color:#555555;
	color:#ffffff;
	font-weight:bold;
}

#calendar td {
	border: 1px solid #555555;
	background-color:#ffffff;
}

.events {
	border: 1px solid #a9a9ac;
	background-color: #fff;
	padding: 4px;
	margin:10px 0 10px 0;
	width: auto;
}

.event_table {
	border: 1px solid #a9a9ac;
	width: 100%;
}

.event_table td {
	padding: 5px;
}

#cal_preview {
	border: 1px solid #555555;
	width:200px;
}

#cal_preview th {
	background-color:#555555;
	color:#ffffff;
	font-weight:bold;
	width:27px;
}

#cal_preview td {
	border: 1px solid #555555;
	background-color:#ffffff;
}

ul.nav {
	margin:0 0 20px 0;
	padding:0;
	width:170px;
	list-style:none;
}

ul.nav li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin:0 0 5px 0;
	padding-left: 20px;
}

ul.nav a {
	color:#000000;
	text-decoration:none;
}

ul.nav a:hover {
	color:#990000;
	text-decoration:underline;
}

.viewlet {
	width: 215px;
	margin:10px 0 10px 0;
}

.children {
	background-color: #ffffff;
	border: 1px solid #72604c;
	padding: 10px;
	margin: 20px 10px 10px 0;
}

.children h2 {
	font-size: 18px;
}

.children ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.children ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0 0 5px 0;
	padding-left: 15px;
}

.children ul li a {
	text-decoration: none;
	color: #000000;
}

.children ul li a:hover {
	text-decoration: underline;
	color: #990000;
}

#footer {
	width: 760px;
	height: 150px;
	background: url(../images/footer_bg.png) no-repeat;
	margin: auto;
	color: #000000;
	text-align: center;
	position:relative;
	top:50px;
}

.footer_info {
	float:left;
	width: 230px;
	height: 80px;
	text-align: left;
	margin:20px 0 0 15px;
}

#footer p {
	margin:10px 0 0 20px;
	font-size: 10px;
	line-height: normal;
}

#footer a {
	color: #978877;text-decoration:none;
}


#footer_2 {
	width: 760px;
	margin: auto;
	padding: 0 0 20px 0;
	color: #555555;
	text-align: center;
	position:relative;
	top:60px;
	font-size: 10px;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:auto;
	width:730px;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}


/* *************** CUSTOM NAV STYLES **************** */

#btn_why a { background: url(../images/newnav/why.gif) no-repeat; width: 127px; height: 21px; }
#btn_products a { background: url(../images/newnav/products.gif) no-repeat; width: 73px; height: 21px; }
#btn_service a { background: url(../images/newnav/service.gif) no-repeat; width: 58px; height: 21px; }
#btn_events a { background: url(../images/newnav/events.gif) no-repeat; width: 60px; height: 21px; }
#btn_stores a { background: url(../images/newnav/stores.gif) no-repeat; width: 58px; height: 21px; }
#btn_multi a { background: url(../images/newnav/multi.gif) no-repeat; width: 82px; height: 21px; }
#btn_trails a { background: url(../images/newnav/trails.gif) no-repeat; width: 98px; height: 21px; }
#btn_tips a { background: url(../images/newnav/tips.gif) no-repeat; width: 92px; height: 21px; }
#btn_race a { background: url(../images/newnav/race.gif) no-repeat; width: 81px; height: 21px; }

#btn_why a:hover {background-position: 0 -21px;}
#btn_products a:hover {background-position: 0 -21px;}
#btn_service a:hover {background-position: 0 -21px;}
#btn_events a:hover {background-position: 0 -21px;}
#btn_stores a:hover {background-position: 0 -21px;}
#btn_multi a:hover {background-position: 0 -21px;}
#btn_trails a:hover {background-position: 0 -21px;}
#btn_tips a:hover {background-position: 0 -21px;}
#btn_race a:hover {background-position: 0 -21px;}

.btn_text { visibility: hidden; }

#nav li ul {
	top: 21px;
}

#nav li ul li {
	clear: both;
	width:160px;
	text-indent: 0; 
	font-size: 10px;
	padding: 0 1px 0 1px; 
	background-color: #dadada; 
	border: 1px solid #ffffff;
	border-top: 0; 
	vertical-align: middle;
	/*overflow: hidden;*/
	position: relative;
	z-index: 10000;
}

#nav li ul li a {
	padding: 3px 5px 3px 13px;
	height: auto;
	width:auto;
	background: none;
	color: #000000;
}

#nav li ul li a:hover {
	background-color: #dadada;
	background-image: none;
	height: auto;
	width:auto;
	color:#cd0000;
}

#nav #btn_why ul {
	top:21px;
	margin: 0 0 0 20px;
}

#nav #btn_race ul {
	top:21px;
	margin: 0 0 0 -88px;
	text-align:right;
}


/* *************** DONUT HOLE STYLES **************** */


