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

body {
	margin: 0 auto;
	background-image: url(/images/ride/main_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eb2a2e;
	font-weight: bold;
	padding-bottom: 7px;
	margin: 0 auto;
}

#header {
	width: 782px;
	height: 248px;
	margin: 0 auto;
	background: url(/images/ride/header.jpg) no-repeat;
}

#rider_container {
	width: 750px;
	height: 30px;
	background: url(/images/ride/rider_bg.jpg) repeat-x;
	margin: 0 auto;
	font-size: 9px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rider_container a {
	color: #FFCC33;
	font-weight: bold;
}

#top_nav {
	width: 750px;
	margin: 0 auto;
	height: 30px;
	padding-top: 160px;
}

#main_container {
	width: 754px;
	background-image: url(/images/ride/ride_body_bg.jpg);
	margin: 0 auto;
}

#left_nav {
	float: left;
	width: 200px;
	text-align: center;
}

#left_nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#left_nav li {
	border-top: 2px #ddcc97 solid;
	border-bottom: 2px #f5eacc solid;
	background: url(/images/ride/left_nav_red_bg.jpg) no-repeat left #fff;
	width: 166px;
	margin: 0;
	padding: 15px 0 15px 33px;
	text-align: left;
}

#left_nav li#current  {
	background: url(/images/ride/left_nav_blue_bg.jpg) no-repeat left #fff;
	width: 156px;
	padding: 15px 0 15px 43px;
}

#left_nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #005985;
	text-decoration: none;
	display: block;
}

#left_nav li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #224556;
	list-style: none;
	margin-left: 0;
}

#left_nav #active {
	padding-left: 15px;
}

#content_container {
	float: right;
	width: 450px;
	padding: 0px 56px 40px 40px;
	text-align: left;
}

#content_container {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005985;
	margin: 5px 0 5px 0;
	line-height: 18px;
}
		
#footer {
	width: 782px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/ride/footer_bg.jpg) repeat-x;
	font-size: 9px;
	color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer form {
	padding: 0;
	margin: 0;
}
