body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f0f0f0;
    margin: 0px;
    padding: 0px;   
}

a { color: #000000; 
    text-decoration: underline;}

a:link, a:visited {
    color: #000000;
    text-decoration: underline;
    }
    
a:hover, a:active {
    color: #000000;
    text-decoration: none;
    }


#container {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 940px;
background-color: #fff;
height: 590px;
border:1px solid #c8c8c8;
background-image:url(images/img_home.jpg); 
background-repeat:no-repeat;
margin-bottom: 25px;
padding-bottom: 10px;
}

#containerDealers {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 940px;
background-color: #fff;
height: auto;
border:1px solid #c8c8c8;
margin-bottom: 25px;
padding-bottom: 10px;
}

#containerRiders {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 940px;
background-color: #fff;
height: auto;
border:1px solid #c8c8c8;
margin-bottom: 25px;
padding-bottom: 10px;
}

#containerAboutUs {
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 940px;
background-color: #fff;
height: auto;
border:1px solid #c8c8c8;
margin-bottom: 25px;
padding-bottom: 10px;
}

.columnOneHome {
float: left;
position:relative;
left:223px;
top: 415px;
width: 400px;
}

.columnTwoHome {
float: left;
position:relative;
left:319px;
top: 415px;
width: 150px;
text-align: center;
}


.homeTextIntro {
font-size: 16px;
line-height: 25px;
margin-bottom: 14px;
}

.homeText {
font-size: 12px;
line-height: 17px;
margin-bottom: 14px;
}

.homeFooter {
font-size: 10px;
margin-top: 50px;
margin-bottom: 7px;
}

.homeFooter2 {
font-size: 10px;
}


.buttonText {
font-size: 10px;
margin-bottom: 18px;
margin-top: 2px;
}



.dealersText {
margin-left: 220px;
margin-right: 100px;
font-size: 12px;
line-height: 17px;
margin-bottom: 14px;
margin-top: 10px;
}


.dealerFooter {
font-size: 10px;
margin-left: 220px;
margin-right: 100px;
margin-top: 10px;
margin-bottom: 7px;
}

.dealerFooter2 {
font-size: 10px;
margin-left: 220px;
margin-right: 100px;
}


.columnOneDealers {
float: left;
position:relative;
left:220px;
width: 500px;
margin-bottom: 5px;

}


.footer {
font-size: 10px;
margin-top: 10px;
margin-bottom: 7px;
}

.footer2 {
font-size: 10px;
}

.columnOneRiders {
float: left;
position:relative;
left:220px;
width: 400px;
margin-bottom: 5px;

}

.ridersText {
margin-left: 220px;
margin-right: 300px;
font-size: 12px;
line-height: 17px;
margin-bottom: 14px;
margin-top: 10px;
}

.riderFooter {
font-size: 10px;
margin-left: 220px;
margin-right: 300px;
margin-top: 10px;
margin-bottom: 7px;
}

.riderFooter2 {
font-size: 10px;
margin-left: 220px;
margin-right: 300px;
}


.aboutUsFooter {
font-size: 10px;
margin-left: 220px;
margin-right: 300px;
margin-top: 100px;
margin-bottom: 7px;
}

.errorText
{
    color: #f65600;
    font-weight: bold;
}


.formText
{ 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    
    
.formRequired {
font-weight: bold;
    }
    
    
    
    .formThankYouText
{ 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#0330a3;
    }
    
.input, textarea
{ 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e7e7e7;
    letter-spacing:1px;
    padding: 2px;
    
    }




html {
min-height: 101%;
}




