﻿.divSectionHeader
{
    font-size: 19px;
    color: #AAAAAA;
    width: 98%;
    display: block;
    float: left;
}
.divSectionCopy
{
    width: 60%;
    display: inline-table;
    float: left;
    margin-top: 14px;
    margin-left: 4px;
    line-height: 14px;
    padding-bottom: 20px;
    font-size: 120%;
    color: #777777;
}
.divSectionImage
{
    width: 36%;
    display: inline-table;
    float: right;
    text-align: left;
    margin-top: 14px;
}
.divSectionImage img
{
    max-width: 250px;
    text-align: right;
}

.divContent_Inner_Body
{
    width: 987px;
    background-color: #Fefefe;
    padding: 10px;
}

.divCompany_Membership
{
    color:#444444;
    float: right;
    margin-top: -14px;
    margin-right: 20px;
    
}
.divCompany_Membership img
{
    margin-top: -8px;
    margin-left: -4px;
}


.divContactForm
{
    width: 100%;
    display: block;
    float: left;
}

.divContactForm_Left
{
    display: inline;
    width: 15%;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    text-align: right;
}
.divContactForm_Right
{
    display: inline;
    width: 75%;
    float: right;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
}
.divContactForm_Right input, .divContactForm_Right textarea
{
    width: 400px;
    border: solid 1px #DDDDDD;
    height: 16px;
    padding-top: 2px;
    vertical-align: middle;
    line-height: 14px;
    float: left;
}
.divContactForm_Right textarea
{
    height: 150px;
}
.buttonContactSubmit
{
    margin-top: 150px;
    margin-left: 83%;
}
.divSectionDirections
{
    width: 100%;
    border-top: dashed 1px #CCCCCC;
    float: left;
}
.divSectionDirections_Left,
.divSectionDirections_Middle,
.divSectionDirections_Right
{
    width: 27%;
    display: inline-table;
    float: left;
    margin-top: 10px;
    margin-left: 3%;
    margin-right: 3%;
}

.labelMessage
{
    font-weight: bold;
    color: #ff0000;
}
.divErrorMessage
{
    position: absolute;
    left: 40%;
    right: 40%;
    top: 40%;
    background: #ffffff none top left;
    border: solid 3px #AAAAAA;
    width: 300px;
    padding-bottom: 10px;
    display: none;
    visibility: hidden;
}
.divCMS_X
{
    float: right;
    margin-top: 4px;
    margin-right: 0px;
}
.btnCloseErrorMessage
{
    border: solid 1px #DDDDDD;
    margin-left: 45%;
}