@charset "UTF-8";
/* CSS Document */

body {
	z-index:0;
  	position:relative;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	background-image: url(../images/radial_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #990000;
}

h3 {
	margin: 0 0 10px 0;
	text-align: justify;
}

ul {
	margin-top:5px;
}

#wrapper {
	width: 1200px;
	margin: 0 auto 0 auto;
}

#left-side-outer {
	position: relative;
	width: 50%;
	float: left;
	margin-right: 0;
	margin-left: -308px;
	height: 650px;
	z-index: -1;
}

#left-side {
	position: relative;
	margin-top: -50px;
	margin-right: 0;
	background-image: url(../images/left_side2.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 650px;
	z-index: -2;
}

#center-column {
	float: left;
	background-color: #E1B35A;
	/*background-image: url(images/table_bg.jpg);*/
	position: relative;
	overflow: visible;
}


#right-side-outer {
	position: relative;
	width: 50%;
	float: right;
	margin-left: -309px;
	height: 650px;
	z-index: -1;
}

#right-side {
	position: relative;
	margin-top: -50px;
	margin-left: 309px;
	background-image: url(../images/right_side2.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 650px;
	z-index: -2;
}

#header {
	clear: both;
	height: 26px;
	padding-top: 140px;
	text-align: center;
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 100;
}

#header a:link {
	color: #FFFFFF;
}

#header a:visited {
	color: #FFFFFF;
}

#header a:hover {
	color: #E6BD60;
	text-decoration: none;
}

#header a:active {
	color: #FFFFFF;
}

#footer {
	width: 510px;
	height: 45px;
	clear: both;
	margin: 0 auto 50px auto;
	padding: 11px 0 0 105px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	background-image: url(../images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.footer-header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer a:link {
	color: #E6BD60;
}

#footer a:visited {
	color: #E6BD60;
}

#footer a:hover {
	color: #E6BD60;
}

#footer a:active {
	color: #E6BD60;
}

#before-next-ride {
	width: 149px;
	padding: 10px;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
}

#before-next-ride ol {
	margin: 0 0 0 -20px;
}

#before-next-ride ol li {
	margin-bottom: 5px;
}

#before-next-ride .more {
	font-size: 12px;
	text-align: center;
	margin: 10px 0 10px 0;
}

#before-next-ride .more a:link {
	color: #990000;
}

#before-next-ride .more a:visited {
	color: #990000;
}

#before-next-ride .more a:hover {
	color: #990000;
}

#before-next-ride .more a:active {
	color: #990000;
}

#other-articles {
	width: 149px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	font-size: 11px;
	background-color: #FFFFFF;
}

#other-articles p {
	margin: 10px 0 15px 0;
}

#other-articles a:link {
	color: #000000;
}

#other-articles a:visited {
	color: #000000;
}

#other-articles a:hover {
	color: #666666;
}

#other-articles a:active {
	color: #000000;
}

#other-articles .more {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 10px 0;
}

#other-articles .more a:link {
	color: #990000;
}

#other-articles .more a:visited {
	color: #990000;
}

#other-articles .more a:hover {
	color: #990000;
}

#other-articles .more a:active {
	color: #990000;
}

#other-articles blockquote {
	margin: 0 0 0 10px;
}

#map {
	width: 595px;
	height: 350px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#map-lrg {
	width: 595px;
	height: 355px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#clear {
	clear: both;
}

#ride-header {
	width: 100%;
	background-color: #990000;
	height: 32px;
	font-size: 22px;
	padding-top: 5px;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
}

#ride-header .left-align {
	float: left;
	text-align: left;
	margin-left: 10px;
}

#ride-header .right-align {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#center-left {
	width: 400px;
	float: left;
	margin: 10px 5px 10px 20px;
}

#center-left table {
	margin: 0;
}

#center-left p {
	margin: 10px 0 10px 0;
}

#center-left a:link {
	color: #990000;
	font-weight: bold;
}

#center-left a:visited {
	color: #990000;
	font-weight: bold;
}

#center-left a:hover {
	color: #990000;
	font-weight: bold;
}

#center-left a:active {
	color: #990000;
	font-weight: bold;
}

#center-left .ride-list {
	margin: 0;
}

#center-left .ride-list a:link {
	display: block;
	width: 97%;
	padding: 1% 0 1% 3%;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}

#center-left .ride-list a:visited {
	display: block;
	width: 97%;
	padding: 1% 0 1% 3%;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}

#center-left .ride-list a:hover {
	display: block;
	width: 97%;
	padding: 1% 0 1% 3%;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
	text-decoration: none;
}

#center-left .ride-list a:active {
	display: block;
	width: 97%;
	padding: 1% 0 1% 3%;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}

#center-right {
	width: 169px;
	float: right;
	margin: 10px 10px 10px 0;
}

#center-right .promos {
	padding-bottom: 10px;
}

#center-photos {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

#center-photos img {
	padding: 10px 5px 10px 5px;
	border: 0;
}

#top-rides {
	width: 149px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 20px;
	background-color: #FFFFFF;
	line-height: 16px;
}

#top-rides ol {
	margin: 0 0 0 -20px;
}

#top-rides ol a:link {
	color: #000000;
}

#top-rides ol a:visited {
	color: #000000;
}

#top-rides ol a:hover {
	color: #666666;
}

#top-rides ol a:active {
	color: #000000;
}

#send-to-friend {
	width: 164px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#send-to-friend form {
	margin: 0;
}

.tip-graphic {
	width: 55px;
	margin: 0px;
	vertical-align: top;
}
.tip-text {
	padding-left: 10px;
}

.posted-by {
	font-weight: bold;
	color: #8F1D1F;
}

#indent {
	left-margin: 20px;
}
