body {
    color: #666666;
}

h1 {
    font-weight: bold;
    font-size: 18px;
}

h2 {
    font-weight: bold;
    font-size: 9pt;
}

p {
    padding: 0;
    margin: 7px;
}

#divWrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    width: 750px;
    padding: 10px;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

.section_divider {
    border-top: 1px solid #666;
    padding-top: 25px;
}

#divContentForm {
    border-style: solid;
    border-color: #003366;
    border-width: 1px;
    background-color: rgb( 240, 240, 250 );
    padding: 10px;
    height: 185px;
}

#divContentHeader h1 {
    color: #003366;
    font-size: 14px;
    font-weight: 700;
}

#divLocationInput {
    float: left;
    height: 185px;
    width: 250px;
    padding: 0 10px 0 0;
}

#divRepAndDealerSelector {
    display: block;
    padding: 0 10px;
}

#divTableHeader {
    font-size: 12px;
    font-weight: 700;
}

#divPrimaryContentTable {
    float: left;
    width: 53%;
    padding: 0 50px 0 0;
}

#divSecondaryContentTable {
    float: right;
    width: 25%;
    line-height: 15px;
    border-bottom-style: solid;
    border-bottom-color: #003366;
    border-bottom-width: 1px;
}

#divSecondaryTableHdr {
    padding: 5px;
    background: #003366;
    color: White;
    font-weight: 700;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-color: #003366;
    border-bottom-width: 1px;
}

.secondaryTableRow {
    padding: 5px;
    border-style: none solid;
    border-color: #003366;
    border-width: 1px;
}

table.content {
    border-style: solid;
    border-color: #003366;
    border-width: 1px;
    width: 100%;
    line-height: 15px;
}

tr.hdr {
    color: White;
    background: #003366;
    font-weight: 700;
}

tr.prim {
    background: #FFFFFF;
}

tr.sec {
    background: rgb( 240, 240, 250 );
}

td {
    vertical-align: top;
    padding: 5px 5px;
}

td.nowrap {
    white-space: nowrap;
}

/*  Links */

a:link {
    color: #666666;
    text-decoration: underline;
}

a:visited {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #666666;
    text-decoration: underline;
}

/* For Error Message */

#divError {
    display: none;
    color: red;
}

/* Dealer Info Page (Page # 3) */

.divAddressBlock .divAddressLine {
    padding: 0 0 0 30px;
}

/* Dealer Search Results Page - error msg */

#divNoDealerFoundError {
    margin: 15px 0;
    display: block;
    width: 400px;
    color: red;
}