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

/************ Scootergate 5 styles *************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-image: url(../images/bg_page_grad.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #542C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5C3614;
}



/************* link styles **************/

a {
	font-weight: bold;
	color: #E6B539;
	text-decoration: underline;
	text-align: left;
	text-transform: none;
	border: none;
	}
a:hover {
	text-decoration: none;
	}



/************* text styles **************/

h1 {
	font-size: 175%;
	text-transform: uppercase;
	color: #56300A;
	padding: 0;
	margin: 15px 0 0 0;
	}
h2 {
	font-size: 115%;
	text-transform: none;
	color: #E6B539;
	margin: 0 0 3px 0;
	padding: 20px 0 2px 0;
	border-bottom: 1px dotted #E6B539;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #56300A;
	margin: 0;
	padding: 5px 0 0 0;
	}
p {
	font-size: 13px;
	line-height: 120%;
	margin: 0;
	padding: 0 0 15px 0;
	}
ul {
	margin: 0 0 15px 0;
	}
li {
	font-size: 13px;
	line-height: 115%;
	color: #542C00;
	list-style-type: square;
	}



/************* form styles **************/

form {
	padding: 15px 0;
	margin: 0
	}
p.form {
	text-transform: uppercase;
	padding: 8px 8px 8px 0;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 

#container {
	width: 650px;  
	background: none;
	margin: 0 auto; 
	border: 0 none;
	text-align: left; 
	}
#header {
	background: none; 
	padding: 0;
	}
#content {
	padding: 5px 53px;
	margin: 0; 
	background-image: url(../images/bg_content.gif);
	}
#nav {
	padding: 0;
	margin: 0;
	border-bottom: 1px #fff solid;
	}
#mainContent {
	clear: both;
	}
#footer {
	padding: 0 48px;
	background-image: url(../images/bg_footer.gif);
	height: 43px;
	margin: 0 0 20px 0;
	}



/************* #nav styles **************/

#nav p {
	text-align: left;
	}
#nav a {
	padding: 0 12px 0 0;
	text-transform: uppercase;
	}

/************* #mainContent styles **************/
#mainContent img {
	border: 0;
	padding: 10px 30px 10px 0;
	}	


/*************** #h1 styles ****************/

#mainContent h1 {
	height: 51px;
	width: 375px;
	text-indent: -1000em;
	margin: 25px 0 5px 0;
	}
#mainContent h1.prereg {
	background-image: url(../images/h1_prereg.gif);
	}
#mainContent h1.rallyinfo {
	background-image: url(../images/h1_rallyinfo.gif);
	}
#mainContent h1.itinerary {
	background-image: url(../images/h1_itinerary.gif);
	}
#mainContent h1.contact {
	background-image: url(../images/h1_contact.gif);
	}



/************* #footer styles **************/

#footer p {
	margin: 0;
	padding: 30px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #FFF6CC;
	}
	


/***********************************************/
/* Class Styles                                */
/***********************************************/ 

.bold_lg {
	font-size: 115%;
	font-weight: bold;
	line-height: 120%;
	color: #E6B539;
	padding: 1px 0;
	}
.bold {
	font-weight: bold;
	color: #E6B539;
	text-transform: uppercase;
	}
.lowercase {
	text-transform: lowercase;
	}

