/* ----------- LAYOUT ----------- */
html, body {
	margin: 0;
	padding: 0;
	border: none;
	background-image:url(images/bg_3.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #a3a2a2;
}	
#wrap {
	width: 830px;
	margin-left: auto;
 	margin-right: auto;
	padding-top:25px;
	text-align: center;
}
#container {
 	width: 830px;
	margin-left: auto;
 	margin-right: auto;
 	height: auto !important;
 	height: 100%;
 	text-align: center;
 	padding: 0px;
}
/* ----------- MAIN CONTENT ----------- */
#main {
 	margin: 0px;
 	width: 830px;
	margin-left: auto;
 	margin-right: auto;
 	height: 100%;
 	clear: both;
 	text-align: left;
	background-image:url(images/tb_mid.png);
	background-repeat: repeat-y;
}
#main_content {
 	padding-left: 50px;
 	padding-right: 50px;
}
/* ----------- TOP AND BOTTOM ----------- */
#top {
	width:830px;
	height:191px; !important
	margin-left: auto;
 	margin-right: auto;
	background-image:url(images/tb_top.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align: left;
	padding: 0px;
}
#bot{
	clear: both;
	width: 830px;
	height: 38px;
	margin-left: auto;
 	margin-right: auto;
	background-image:url(images/tb_bot.png);
	background-repeat:no-repeat;
	background-position: center top;
}
#top_Home {
	width:830px;
	height:191px; !important
	margin-left: auto;
 	margin-right: auto;
	background-image:url(images/tb_top_home.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align: left;
	padding: 0px;
}
#bot_Home {
	clear: both;
	width: 830px;
	height: 350px; !important
	margin-left: auto;
 	margin-right: auto;
	background-image:url(images/tb_bot_home.png);
	background-repeat:no-repeat;
	background-position: center top;
}
#bot_About {
	clear: both;
	width: 830px;
	height: 186px; !important
	margin-left: auto;
 	margin-right: auto;
	background-image:url(images/tb_bot_about.png);
	background-repeat:no-repeat;
	background-position: center top;
}
/* ----------- LEFT AND RIGHT ----------- */
#Left {
 	float: left;
 	text-align: left;
 	width: 350px;
	margin-bottom: 10px;
}
#Left_content {
 	padding-right: 20px;
}
#Right {
 	float: right;
 	text-align: left;
 	width: 350px;
	margin-bottom: 20px;
}
#Right_content {
 	padding-left: 20px;
}
#Left_home {
 	float: left;
 	text-align: left;
 	width: 300px;
	padding-left: 50px;
}
#Left_home_content {
 	padding: 10px;
	border: 1px solid #ffffff;
	background-image:url(images/bg_menu.png);
	background-repeat: repeat;
}
#AboutRight {
	width: 600px;
	float:right;
	clear:right;
	text-align: left;
	padding-right: 25px;
}
#Loc_Left {
 	float: left;
 	text-align: left;
 	width: 250px;
}
#Loc_Right {
	width: 450px;
	float:right;
	clear:right;
	text-align: center;
	border: 1px solid #cccccc;
}
#Rides_Left {
 	float: left;
 	text-align: left;
 	width: 300px;
}
#Rides_Right {
	width: 300px;
	float:right;
	clear:right;
	text-align: center;
}
/* ----------- FOOTER ----------- */
#footer {
	margin:0px;
	height:60px;
	clear:both;
	padding-left: 35px;
	padding-right:35px;
}
#footerRight {
	width: 250px;
	float:right;
	clear:right;
	text-align: right;
}
/* ----------- MENU ----------- */
#menu {
	background-image:url(images/bg_menu.png);
	width: 560px;
	padding: 8px;
	float: right;
	margin-top: 75px;
	margin-right: 40px;
}
ul#nav  {
    list-style: none;
	margin: 0px;
    padding: 0px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
	font-size:12px;
	text-transform:uppercase;
    white-space: nowrap;
	
}
ul#nav li  {
    display: inline;
    margin: 0 8px;
}
ul#nav a {
    text-decoration: none;
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
    color: #000000;
}
ul#nav a#current  {
    color: #ff6633;
	border-top: 5px solid #ff6633;
}
ul#nav a:hover {
    color: #ff6633;
}
/* ----------- TEXT AND HEADERS ----------- */
.body {
	color: #000000;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: normal;
}
.menu {	
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size:12px;
	text-transform:uppercase;
}
.footer {
	font-family: Arial;
	font-size: 8pt
}
h1, h2, h3, h4, h5 {
	color: #f15e22;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: -.05em;
	margin-bottom: 5px;
}
h1 {font-size:170%;}
h2 {font-size:150%;}
h3 {font-size:120%; color: #000000; margin-top:0px;}
h4 {font-size:100%; margin-top: 0px;}
h5 {font-size:100%; color: #000000; margin-top: 0px;}
h6 {font-size:100%; color: #000000; margin:0px;}

h3 span {
 color: #FF6600;
 font: 8pt Arial, Helvetica, sans-serif;
 letter-spacing: 2px;
 text-transform: uppercase;
}
/* -----------LINKS ----------- */
a:link {color: blue;text-decoration: none;}
a:visited {text-decoration: none;color: #ff6600;}
a:hover {text-decoration: none;color: #ff6633;}
a:active {text-decoration: none;color: #ff6600;}

/* -----------BLOG FEED---------- */
ul.rss_items {
	list-style-image: url('images/bullet2.png');
}
div#creditfooter {
display: none;
}
.rss_title {
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
.rss_item {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.rss_title a:link {
	color: #ff6633;
	font-family: Arial;
	font-weight: bold;
}
.rss_title a:hover {
	color: #ff6633;
	font-family: Arial;
	font-weight: bold;
}
rss-item a:link {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.rss_item a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.rss_item a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.rss_item a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6633;
}
#rss-box {	
	width:300px;
}	
/* -----------LISTS AND FLOAT---------- */
UL {
	list-style-image: url('images/bullet2.png');
	margin-right: 12px;
	padding-left:3em;
	list-style-position: outside;
	
}
img.floatLeft { 
    float: left; 
    margin: 2px; 
}
img.floatRight { 
    float: right; 
    margin: 2px; 
}
