﻿body
{
    background-color: #FFFFFF;
    background-image: url("/Content/Images/Background.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #333333;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1
{
    color: #FF9900;
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: left;
}

legend
{
    color: #99cc00;
    font-weight: bold;
    line-height: 25px;
    padding-top: 10px;
    text-transform: uppercase;
}
.container
{
    background-color: #FFFFFF;
    border-left: 8px double #99CC00;
    border-right: 8px double #99CC00;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
}

#mainContent
{
    margin: 0;
    min-height: 700px;
    padding: 0 25px;
}

.openZipper
{
    background-image: url("/content/images/request-form-bkgrnd-open-new-full.gif");
    background-repeat: no-repeat;
    margin: 10px 0 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-top: 60px;
}


.closedZipper
{
    background-image: url("/content/images/request-form-bkgrnd-closed-new.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: 20px;
    min-height: 222px;
}

.closedZipper #postal-code-row
{
    margin-left: -34px;
    margin-top: 39px;
}

.openZipper #postal-code-row
{
    margin-left: inherit;
    margin-top: inherit;
}

form#RequestForm .alert
{
    background-image: url("/content/images/warning-icon.png");
    background-repeat: no-repeat;
    display: none;
    float: left;
    font-weight: bold;
    margin-left: 120px;
    margin-top: 65px;
    min-height: 34px;
    padding-left: 45px;
    padding-top: 6px;
}
.openZipper .alert
{
    margin-top: -7px;
}

form#RequestForm .postalCodeError
{
    max-width: 450px;
}

.submitButton
{
    background: url("/graphics/get-info-button-default.png") no-repeat scroll 0 0 transparent;
    border: 0 none !important;
    color: transparent !important;
    cursor: pointer;
    display: block;
    height: 60px;
    margin-top: 20px;
    padding: 0 0 0 167px !important;
    width: 167px !important;
}

.submitButtonHover
{
     background: url("/graphics/get-info-button-rollover.png") no-repeat scroll 0 0 transparent !important; 
}

.form-horizontal .control-label
{
    text-align: left;
    float: none;
    font-weight: bold;
}

.form-horizontal .controls
{
    margin-left: 80px;
}

#footer 
{
    background-color: #FFFFFF;
    border-top: 2px solid #99CC00;    
    text-align: center;
}

#footer p 
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

@media (min-width: 980px)
{
    form#RequestForm legend
    {
        display: none !important;
    }
}

@media (max-width: 979px)
{
    #mainContent
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    form#RequestForm legend
    {
        display: inherit !important;
    }

    .openZipper
    {
        background-image: none;
        background-repeat: no-repeat;
        margin: inherit;
        padding: 0px;
    }

    .closedZipper
    {
        background-image: none;
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-top: inherit;
        min-height: inherit;
    }

    .closedZipper #postal-code-row
    {
        margin-left: inherit;
        margin-top: inherit;
    }

    .openZipper #postal-code-row
    {
        margin-left: inherit;
        margin-top: inherit;
    }

    form#RequestForm .alert
    {
        /*background-image: none;                 background-repeat: no-repeat;*/
        display: none;
        font-weight: inherit;
        margin-left: 0;
        margin-top: 20px;
    }
    .openZipper .alert
    {
        margin-top: inherit;
    }

    form#RequestForm .postalCodeError
    {
        max-width: inherit;
    }
}

@media (max-width: 525px)
{
    .headerImage
    {
        display: none !important;
    }

    .container
    {
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 480px)
{
    .form-horizontal .controls
    {
        margin-left: 0;
    }
    .container
    {
        border-left: none;
        border-right: none;
    }

    #mainContent
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}
