﻿body
{
    background-image: url(layout/background.jpg);
}

body, textarea
{
    font-family: Calibri;
    font-size: 14px;
    color: #676767;
}

textarea
{
    overflow: auto;
}

form
{
    width: 760px;
    background: white url(layout/_top-header.png) no-repeat;
    margin: auto;
    padding: 20px;
}

h1
{
    color: white;
    font-size: 8pt;
    text-align: right;
    width: 800px;
    margin: 0px auto;
}

h2
{
    color: #779E03;
    font-size: 24px;
    margin-bottom: 5px;
}

h2.none
{
    font-size: 24px;
    color: #85A013;
    background-color: Transparent;
    padding-left: 0px;
}

h3
{
    color: #3B3B3B;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
}

h3.featured
{
    background-color: #676767;
    height: 20px;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    font-weight: normal;
    margin-bottom: 0px;
    clear: both;
}

a
{
    color: #85A013;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border-width: 0px;
}

p
{
    line-height: 22px;
}

.text
{
    width: 99%;
}

.MessageBox
{
    border: 2px solid #C3B59B;
    background-color: #000;
    color: #fff;
    font-size: 12pt;
    margin: 10px 0px;
    padding: 0px 10px;
}

.breadcrumbs
{
    background-color: #D3C8B2;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}

/* search bar */
.search-bar
{
    border: solid 1px #737373;
    background-color: #E9E9E9;
    padding: 5px;
    margin-top: 10px;
}

.search-bar .text
{
    border: solid 1px #8A8A8A;
    width: 717px;
    margin-right: 2px;
    height: 17px;
    background: url(layout/searchtxt-bg.jpg) repeat-x;
    padding-top: 3px;
    padding-left: 5px;
}

.search-bar input
{
    vertical-align: middle;
}

/* find dealer panel */
.finddealer
{
    background-image: url(layout/finddealer-bg.gif);
    width: 181px;
    height: 53px;
    float: right;
    margin-bottom: 10px;
    padding: 15px;
    padding-top: 35px;
}

.finddealer strong
{
    color: black;
}

.finddealer input
{
    vertical-align: middle;
}

.finddealer select
{
    vertical-align: middle;
    width: 155px;
    margin-top: 3px;
}

/* quicklinks */
.quicklinks
{
    font-size: 9pt;
    margin-top: 10px;
    padding: 10px;
    background-image: url(layout/keywordbackground.jpg);
    background-repeat: repeat-x;
}

.quicklinks table
{
    float: left;
}

.quicklinks a
{
    color: #A6A6A6;
    text-decoration: none;
}

.quicklinks a:hover
{
    text-decoration: underline;
}

/* main nav */
.nav
{
    text-align: right;
    color: White;
    margin-bottom: 50px;
}

.nav a
{
    color: White;
    margin-left: 24px;
}

.nav a:hover
{
    text-decoration: underline;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(layout/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* form */
.form .text
{
    width: 99%;
    background: url(layout/txt-bg.jpg) repeat-x;
    border: solid 1px #B1B1B1;
}
