@charset "UTF-8";
/* Repka main template */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000; /* text color */
	background-color: #585670;
	/*background:url(images/green-grad.jpg) top left repeat-x;*/
}
ul#mainNav {
	width: 780px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: #fff;
}
#mainNav li {
	margin-left: 10px;
	float: left;
	width: 15em;
	font-size:small;
	background: #fff;
}
#mainNav a {
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 0px 7px 5px;
	display: block;
	/*color: #8c1919;*/
	color: #585670;
	/*color: #8c1919;*/
	font-weight: bold;
}
#mainNav li a:hover {
	/*background-color: #C3FFC3;*/
	font-size: .9em;
	text-transform: uppercase;
	padding: 7px 0 7px 5px;
	color: #8c1919;
	text-decoration: underline overline;
	font-weight: bold;
}
.twocolumn #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000;*/
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	background:#fff; /* background for sidebar on right side */
}
#header {
	background-image: url(../images/front-ron4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 36px;
	padding-bottom: 150px;
}
h1 {
	text-shadow: #000 0.2em 0.2em 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:80%;
	font-size:2em;
	letter-spacing: 1px;
	margin: 0 390px 0 0;
	padding: 10px 0 0 20px;	
	background-color: #585670;
	/*background-color: #009933;*/
	color:#fff ;
	}
#bottomTitle {
	padding-left:40px;
	margin-top:0;
	padding-bottom: 10px;
	
}
#header img {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
}
#sidebar {
	float: right;
	width: 175px;
	margin: 0;
	padding: 0;
}
#sidebar img {
	display: block; /* center image and place border */
	margin-left:auto;
	margin-right: auto;
	border: 1px solid #000;
}
#sidebar * {
	color: #000;
	margin-top: 0;
}
#sidebar a {
	text-decoration: none;
	/*color: #8c1919;*/
	/*color: #585670;*/
}
#sidebar ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	padding-top:20px;
	text-align:left;
}
#sidebar li {
	text-decoration: none;
	text-align: left;
	font-size: .9em;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #8c1919;
	text-transform: uppercase;
}
#sidebar li a {
	text-decoration: none;
	font-size: .9em;
	text-align: left;
	margin-left: 0;
	margin-bottom: 20px;
	color: #585670;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar li a:hover {
	text-decoration: underline overline;
	color: #8c1919;
	}
#sidebar h4 {
	padding:3px 3px 3px 0;
	background:   #000000;
	color: #FFF;
	text-align: center;
}
#sidebar p {
	line-height: 90%;
	margin-left: 5px;
	text-align: left;
	font-size: 75%;
}
#sidebar p.title {
	text-transform: uppercase;
	color:#009933;
	font-size: x-small;
	font-weight: bold;
	line-height: 90%;
	margin-bottom: 2px;
}
#sidebar p.email {
	margin-top:50;
	line-height: 90%;
}
#sidebar p.submit {
	margin-top:5px;
	margin-left: 25px;
}
#subForm {
	font-size: .5em;
}
#main {
	margin-right: 174px;
	clear: left;
	text-align: left;
	font-size: small;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background:#FFF;
}
#main p {
	margin: 10px 20px 0 20px;
}
#main p.first {
	margin: 20px 10px 0 20px;
}
#main p.updates {
	margin-left: 10px;
}
#pageTitle {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
}
#main a {
	color: #8c1919;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
	color: #22740a;
	font-weight: normal;
	
}
#main a:active {
	color: #FF0000;
}
#main ul {
	margin-left:75px;
	padding-left:0;
	text-align:left;
	list-style-type:circle;
}

#footer {
	
	text-indent: 0;
	margin-top: 0;
	font-size: small;
	clear:both;
}
#footer {
	padding-top: 30px;
	text-indent: 0;
	margin-top: 0;
	font-size: small;
	clear:both;
}
#footer p {
	margin: 0;
	font-size: 10px;
	font-style:italic;
	margin-left: 20px;
}
#footer a {
	color: #666;
	background: url(../images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
	margin-left: 0;
}
#caption p {
	padding-top: 5px;
	font-size: 10px;
	font-style:italic;
}
#caption2 p {
	padding-top: 5px;
	font-size: 10px;
	font-style:italic;
}

#center { text-align: center}
#left { text-align: left }
#left p {text-align: left}


#subForm {
	font-size: 1em;
}
#subForm p {
	margin: 10px;
}
#subForm .label {
	float: left;
	width: 175px;
	margin-right: 10px;
	clear: left;
}
input#submit {
	margin-left: 20px;
	background-color: #CBD893;
}
input#email, input#ride, input#date, input#time, input#distance, input#city, input#state, input#start, input#web, input#rideemail, input#cname, input#cphone, textarea#comments {
	background-color: #fbef99;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}
input#email:focus, input#ride:focus, input#date:focus, input#time:focus, input#distance:focus, input#city:focus, input#state:focus, input#start:focus, input#web:focus, input#rideemail:focus, input#cname:focus, input#cphone:focus, textarea#comments:focus, select#refer:focus {
	background-color: #fdd041;
}