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

html, body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

body {
	color: #660066;
	background: url(../images/header_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

a.blacklink {
	text-decoration: none;
	color: #888;
}

a.blacklink:hover {
	text-decoration: underline;
}

a.whitelink {
	text-decoration: none;
	color: #fff;
}

a.whitelink:hover {
	text-decoration: underline;
}

a.redlink {
	text-decoration: none;
	color: #990000;
}

a.redlink:hover {
	text-decoration: underline;
}

#Wrapper {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;;
	text-align: left;
	/*width: 72.5em;*/
	margin: 0px;
	padding: 0px;
	pa dding-bottom: 300px;
	background: url(../images/footer_bg.jpg) repeat-x bottom;

}

#MainHeader h1 {
	background: url(../images/headeronly.jpg);
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0em;
	text-indent: -10000em;
}

#ContentContainer {
	margin: 0px auto;
	padding: 5px 20px 25px 30px;
}

#ContentContainer h2 {
	color: #CA0000;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 10px;
}

#PageContainer {
	margin: 0px auto;
	color: #000;
	clear: both;
	width: 950px;
	background-color: #fff;	
	line-height: 1.5em;
}

#MainContent {
	width: 610px;
	float: left;
	height: auto;
	border: solid 0px black;
}

#RightContent {
	margin-left: 40px;
	width: 230px;
	float: right;
	height: auto;
	border: solid 0px black;
}

#EventsBox {
	padding: 0px 20px 20px 20px;
	background:url(../images/events_bg.jpg) bottom no-repeat #cc0000;
	backg round: #CC0000;
	border: 3px solid #FFCC00;
	width: 220px;
	margin: 30px 0px 0px 0px;
}
#EventsBox h2 {
	padding-bottom: 0px;
	color: #FFCC00;
	padding-top: 0px;
}

#EventsBoxFooterText {
	color: #fff;
}

.Event {
	border-bottom: dashed 1px #ffcc00;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

.Event .EventDate {
	font-weight: bold;
	color: #ccc;
}

.Event .EventLocation {
	color: #fff;
}

.Event .EventDetails {
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #FFF;
	padding-top: 5px;
}

img.floatLeft { 
    float: left; 
    margin: 0px 20px 7px 0px; 

}
img.floatRight { 
    float: right; 
    margin: 0px 3px 7px 20px; 

}

img.rideImgLeft { 
    float: left; 
    margin: 0px 25px 40px 0px; 

}

.clearBoth {
	clear: both;
}

.rideDetails p strong{
	color: #CC0000;
}

.rideDetails {
	margin-bottom: 40px;
}

#RightContent li {
	margin: 0px 0px 15px -20px;
}
#FooterBar {
    width: 950px;
	margin: 0px auto;
	padding: 0px;
	height: 380px;
	background: url(../images/footer.jpg);
	clear: both;
	font-family:   Georgia, Arial, sans-serif;
	color: #660066;
	line-height: 1.5em;
	
}


#FooterTextLeft {
	margin:100px 0px 0px 25px; 
	padding-top: 0px 0px 0px 0px;
	float: left;
	width: 250px;
	color: #fff;
}

#FooterTextLeft A.Facebook
{
    display: block;
    float: left;
    background: url(../images/facebooksml.gif) no-repeat right top;
    width: 72px;
    text-indent: -1000em;
    height: 22px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	clear: both;
	border: 0px solid red;
}

#FooterTextMiddle {
	margin:50px 0px 0px 30px; 
	padding-top: 0px 0px 0px 0px;
	float: left;
	width: 400px;
	color: #fff;
}


#FooterTextRight {
	margin:60px 0px 0px 15px; 
	padding-top: 0px 0px 0px 0px;
	float: right;
	width: 200px;
	color: #fff;
}

#Footer {
	width: 950px;
	margin: 0px auto;
	padding: 0xp;
    bottom: 0px;
    left: 0px;
    wi dth: 100%;
    he ight: 218px;
	clear: both;
}


#Footer #copyright {
    float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#888;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	width: 950px;

}


Form#contact_form {
  width:470px; 
  padding:10px; 
  margin:30px auto;

}

Form#contact_form label {
	 clear:left; 
	 display:block; 
	 float:left; 
	 width:80px; 
	 text-align:right; 
	 padding-right:10px; 
	 margin-bottom:0.5em;
	   color: #000;

}

Form#contact_form input.input_code {
  border:1px solid #CC0000; 
  background:#fff; 
  padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  font-size: 1em;
  width: 50px;
    color: #000;
}


Form input.input_date {
  border:1px solid #CC0000; 
  background:#fff; 
  padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-right: 150px;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  font-size: 1em;
  width: 170px;
  color: #000;
}

Form#contact_form div.security {
  padding-left:90px; 
  padding-top:10px;
  padding-bottom:10px;
}

Form#contact_form input.input_std {
  border:1px solid #CC0000; 
  background:#fff; 
  padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  font-size: 1em;
  width: 300px;
    color: #000;
}

Form#contact_form select {
border:1px solid #CC0000;
background:#fff; 
font-family: Verdana, Arial;
  font-size: 1em;
    padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  color: #000;
}

Form#contact_form textarea {
  width:362px; 
  height:75px; 
  border:1px solid #CC0000; 
  padding:0.5em; 
  overflow:auto; 
  background:#fff;
  font-family: Verdana, Arial;
  font-size: 1em;
  color: #000;
}

Form#contact_form #submit {
  color:#fff; 
  background:#CC0000;
  padding-right:0.5em; 
  cursor:pointer; 
  width:100px; 
  margin:1em;
  margin-left: 185px;
  font-size: 1em;
  border-color: #000;
  border-width: 1px;
}

