body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-color:#9ba2ad;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3E4B78;
}

h1 a,h2 a{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	text-align:left;
}

h1 .text,h2 .text{
	font-weight: normal;
	font-size: 11px;
	text-align:left;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #3E4B78;
}

b {
	font-weight: bold;
}

a:link,a:visited,a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E4B78;
	text-decoration: underline;
}
a img{
 	border: 0;
	}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E4B78;
	text-decoration: none;
}


.rslink{
	color: #666666;
}

a.rslink:visited, a.rslink:link, a.rslink:active {
	text-decoration: underline;
}

a.rslink:hover {
	text-decoration: none;
}

.comment {
	background-color: #EFEFEF;
	/*color: #00455B;*/
	margin:10px 0px;
	border:1px solid #666666;
}
.commentheading{
	background-color: #4A4E50;
	color: #FFFFFF;
	font-weight:bold;
	padding:4px;
}


.padimage
{
	display:block;
	float:right;
	padding-left:10px;
}

.warning{
	display:block;
	padding:10px;
	color:#FF0000;
}

/*override ul style*/

.list{
	padding:0px;
	margin:15px;
	list-style-type:disc;
}


.charities
{
	position: relative; 
/*	margin-left:150px; */
	/*border:1px solid #666666;*/
	margin-bottom:30px;
	margin-left: 150px;
	
}

.charities .charImg
{
	position: absolute; 
	left:-150px;
}

.mappdf
{
position: relative;
width: 545px;
}

.mappdf .ico
{
float:left;
width: 31px;
}

.mappdf .content
{
float: left;
width: 494px;
padding-left: 12px;
padding-top: 5px;
}

.float_right
{
float: right;
padding-left: 10px;
padding-bottom:10px;
}

/* RIDER COMMENTS */
/* --------------------------------------- */
#hdr_ridercomments {
	background-image: url(../../images/hdr_bg_ridercomments.jpg);
	background-repeat: no-repeat;
	width: 507px;
	min-height: 286px;
	padding: 20px;
	margin-top: 15px;
}
* HTML #hdr_ridercomments {
	height: 286px;
}
#hdr_ridercomments h1 {
	padding: 0;
	margin: 0 0 10px 0;
}
#hdr_ridercomments ul#event_list {
	padding: 0;
	margin: 0 0 0 280px;
	list-style-type: none;
}
#hdr_ridercomments ul#event_list li {
	padding: 0;
	margin: 0;
	display: block;
}
#hdr_ridercomments ul#event_list li a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 20px;
	text-decoration: none;
}
* HTML #hdr_ridercomments ul#event_list li a {
	height: 12px; /* appease IE6 */
}
#hdr_ridercomments ul#event_list li.active a {
	background-image: url(../../images/bullet_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
* HTML #hdr_ridercomments ul#event_list li.active a {
	background-image: url(../../images/bullet_arrow_right.gif);
}
#hdr_ridercomments ul#event_list li a:hover {
	background-image: url(../../images/bullet_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
* HTML #hdr_ridercomments ul#event_list li a:hover {
	background-image: url(../../images/bullet_arrow_right.gif);
}

#comments {
}
#comments .comment {
	border: 1px solid #4a4e50;
	margin-bottom: 10px;
}
#comments .comment .hdr {
	background-color: #4a4e50;
	color: #ffffff;
	padding: 4px 3px;
}
#comments .comment .content {
	padding: 10px;
	background-color: #efefef;
}

.pull_link .ico {
	width: 24px;
	float: left;
	padding-top: 3px;
}
.pull_link .content {
	float: left;
	margin-left: 10px;
}


/* DETAILS PAGE
***********************************/
#ride_schedule {
	margin-bottom: 20px;
}
#ride_schedule .ride {
	margin-bottom: 20px;
}
#ride_schedule .ride .ico {
	float: left;
	width: 75px;
	height: 75px;
	padding-right: 10px;
}
#ride_schedule .ride .content {
	float: left;
}
#ride_schedule .ride .content p {
	margin: 0 0 10px 0;
	padding: 0;
}

/* HOME PAGE
***********************************/
#banner_rides {
	width: 557px;
	margin: 0 -12px 20px 0;
	overflow: hidden; /* IE6 misrendering width */
}
#banner_rides .ride {
	float: left;
	margin-right: 12px;
}



.error{color: #ff0000; font-weight: bold;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */