body
{
    text-align: center;
    background: #fafafa url('../img/bg.jpg') top center no-repeat fixed;
    margin-top: 10px;
    margin-bottom: 10px;
}

a:link
{
    color: black;
    text-decoration: underline;
}

a:visited
{
    color: black;
    text-decoration: underline;
}

a:active
{
    color: black;
    text-decoration: underline;
}

a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

.page_wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: left;
    background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
}

.header
{
    background-color: #555555;
}

.header img
{
    border: 0px;
}

.header a
{
    border: 0px;
    text-decoration: none;
}

.sub_header
{
    height: 24px;
    clear: both;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #555555;
}

.sub_header h2
{
    margin: 0.1em;
    padding-left: 16px;
    font-family: "Century Gothic" , helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.sub_header a
{
    text-decoration: none;
    color: white;
    font-family: verdana, helvetica, arial, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}

.sub_header a:visited
{
    text-decoration: none;
    color: white;
}

.sub_header a:hover
{
    text-decoration: underline;
    color: #ff6600;
}

.sub_header ul
{
    text-align: right;
    padding-right: 20px;
    margin: 0;
    font-size: 11px;
    padding-top: 5px;
    padding-right: 20px;
}

.sub_header li
{
    display: inline;
    padding: 0;
}

.menu_bar
{
    height: 40px;
    width: 758px;
    clear: both;
}

.menu_bar ul
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background: transparent url('../img/menu_bg.jpg') top left repeat-x;
    float: left;
    width: 100%;
    border: 1px solid #555555;
}

.menu_bar li
{
    display: inline;
}

.menu_bar a
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #555555;
    text-decoration: none;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: transparent url('../img/MenuRule.gif') center right no-repeat;
}

.menu_bar a:visited
{
    color: #555555;
    text-decoration: none;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.menu_bar a:hover
{
    text-decoration: none;
    background: #ff6600 url('../img/menu_hover_bg.jpg') top left repeat-x;
    color: white;
}

.content_wrapper
{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 16px;
    clear: both;
}

.right_side_container
{
    margin-top: 5px;
    float: right;
    width: 230px;
    border: 0px dashed #cccccc;
}

.right_side_container h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background: goldenrod url('../img/right_side_header_bg.jpg') top left repeat-x;
    padding: 4px;
    border: 1px solid black;
}

.right_side_container p
{
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: black;
    line-height: 18px;
    padding-left: 4px;
}

.right_side_container p.center
{
    text-align: center;
}

.right_side_container ul
{
    margin: 0px 0px 10px 10px;
    padding-left: 0;
    list-style: none;
}

.right_side_container li
{
    padding-left: 10px;
    padding-bottom: 12px;
    background-image: url(../img/SquareRed.gif);
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: black;
    line-height: 18px;
}

.left_side_container
{
    float: left;
    width: 470px;
    background-color: white;
    border: 0px dashed #cccccc;
}

.left_side_container h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Century Gothic" , helvetica, arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #FF6600;
    background-color: white;
    padding: 4px;
    border-bottom: 1px solid black;
    clear: both;
}

.left_side_container h4
{
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 16px;
}

.left_side_container h5
{
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: black;
    line-height: 18px;
    padding-left: 4px;
    padding-bottom: 12px;
}

.left_side_container p
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding-left: 4px;
    padding-bottom: 8px;
    line-height: 20px;
}

.left_side_rule
{
    border-bottom: 1px solid black;
    margin-top: 8px;
    margin-bottom: 24px;
}

.left_side_container ul
{
    padding-left: 0;
    list-style: none;
}

.left_side_container .feature_box li
{
    padding-left: 10px;
    padding-bottom: 12px;
    background-image: url(../img/SquareRed.gif);
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    color: black;
    line-height: 18px;
}

.left_side_container a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

.anchor_bar
{
    clear: both;
}

.anchor_bar ul
{
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    color: #FF6600;
    float: left;
    width: 100%;
}

.anchor_bar ul li
{
    display: inline;
}

.anchor_bar ul li a
{
    float: left;
    border-right: 1px solid #FF6600;
    padding-left: 4px;
    padding-right: 4px;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.anchor_bar ul li a.lastItem
{
    border-right: 0px;
}

.anchor_bar ul li a:hover
{
    text-decoration: underline;
}

.float_left
{
    float: left;
    margin-right: 10px;
}

.float_right
{
    float: right;
    margin-left: auto;
    margin-right: auto;
}

.feature_box
{
    width: 450px;
    background-color: #faebd7;
    border: 1px solid black;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 7px;
}

.feature_box_icon
{
    float: left;
}

.feature_box_content
{
    float: left;
    width: 380px;
    padding-left: 10px;
}

.feature_box_installation_image
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.truck_image_box
{
    float: left;
    width: 450px;
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 8px;
    height: 430px;
}

.gallery_thumbnail
{
    height: 440px;
    overflow: auto;
    padding: 2px;
}

.requiredIndicator
{
    color: #FF6600;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.formLabel
{
    margin-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 5em;
    float: left;
    text-align: right;
}

.formLabel8em
{
    margin-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 8em;
    float: left;
    text-align: right;
}

.formLabelLong
{
    margin-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 20em;
    float: left;
}

.formInputText
{
    margin-top: 0.5em;
}

.formInputRadioLeft
{
    margin-top: 0.5em;
    padding-left: 2em;
    float: left;
    width: 13em;
    clear: left;
}

.formInputRadioRight
{
    margin-top: 0.5em;
    float: left;
}

.faqLabel
{
    float: left;
    width: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
}

.faqText
{
    float: right;
    width: 380px;
}

h4.faqText
{
    text-decoration: underline;
    cursor: hand;
}

.footer
{
    height: 60px;
    background-color: #555555;
    clear: both;
}

.footer p
{
    padding-top: 18px;
    text-align: center;
    font-family: sans-serif, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.spacer
{
    height: 20px;
    clear: both;
}

.affiliation_marks
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: right;
}

.affiliation_marks img
{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
}

.splitColumn
{
    float: left;
    width: 50%;
}

.clear
{
    clear: both;
}

.errorMessage
{
    color: red;
    font-weight: bold;
}

.newsTable
{
    border: solid 1px black;
}

.newsHeader
{
    font-weight: bold;
}

.redBoldText
{
    color: Red;
    font-weight: bold;
}

.actionRequiredText
{
    color: Red;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.damarOrangeText
{
    color: #FF6600;
}

.damarOrangeBoldText
{
    color: #FF6600;
    font-weight: bold;
}

.coachingText
{
    font-size: 10px;
    color: #FF6600;
}

.validationSummaryText
{
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.validationSummaryText ul
{
    list-style: disc;
    margin-top: 12px;
    margin-bottom: 24px;
}

.validationSummaryText li
{
    margin-top: 6px;
}

.dataPager
{
    margin-top: 12px;
    text-align: left;
}

.dataPagerNumber
{
    padding-right: 2px;
    padding-left: 2px;
}

.dataPagerButtons
{
    padding-right: 2px;
    padding-left: 2px;
}