﻿#master
{
    background-color: white;
}




    #master .backgroundImagePanel
    {
        background-image: url(/images/template/backgroundBanner.jpg);
                background-repeat: no-repeat;
        width: 100%;
        background-size: 100% auto;
        background-position: top center;
    }

        #master .backgroundImagePanel .body
        {
            background-image: url(/images/template/shadowBg.png);
            background-repeat: no-repeat;
            background-position: top center;
            min-height: 650px;
            width: 1127px;
            margin: auto;
            clear: both;
        }

            #master .backgroundImagePanel .body .content
            {
                padding: 30px 50px 50px 50px;
                clear: both;
            }

    /*Conetent Page*/

    #master .body .content .leftColumn
    {
        float: left;
        width: 200px;
        margin-top: 35px;
    }

    #master .body .content .middleColumn
    {
        float: left;
        width: 615px;
    }


    #master .body .content .middleColumnWide
    {
        float: left;
        width: 810px;
    }

    #master .body .content .rightColumn
    {
        float: right;
        width: 200px;
        margin-top: 35px;
    }

    #master .footerTabWrapper
    {
        margin: auto;
        width: 1100px;
    }

        #master .footerTabWrapper .getAdvantage
        {
            background-image: url(/images/template/getAdvantage.png);
            background-repeat: no-repeat;
            width: 601px;
            height: 38px;
            float: right;
            margin-top: -38px;
        }

            #master .footerTabWrapper .getAdvantage a .clickhere
            {
                background-image: url(/images/template/getAdvantage_click.png);
                background-repeat: no-repeat;
                width: 234px;
                height: 13px;
                margin-top: 15px;
                margin-left: 340px;
            }

            #master .footerTabWrapper .getAdvantage a:hover .clickhere
            {
                background-position: center bottom;
            }





    #master .standardForm
    {
    }

        #master .standardForm ul
        {
            list-style-type: none;
        }


        #master .standardForm li label
        {
            float: left;
            width: 100px;
        }

        #master .standardForm li
        {
            clear: both;
        }

            #master .standardForm li input[type="text"]
            {
                width: 400px;
                padding: 5px;
            }

            #master .standardForm li input[type="select"]
            {
                float: left;
            }

        #master .standardForm select
        {
            float: left;
        }

        #master .standardForm .error
        {
            color: red;
            margin-left: 100px;
        }


        .headerDemo
{
  float: left;
  background-color: rgb(8, 191, 224);
  width: 100px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 7px;
  /* border: 1px solid white; */
  box-shadow: 1px 1px 2px #2B3235
}

                .headerDemo:hover
{

  background-color: rgb(113, 214, 232);
cursor:pointer;
  box-shadow: 3px 3px 3px #186E9B;
}

        .headerSearch{
            float:right;
        }
.subNav .searchTextBox
{
    display: inline !important;
    float: right;
    height: 19px;
}

.subNav .searchSubmitBtn
{
    float: left;
    margin-left: 3px;
}

.subNav .searchNavArea
{
    width: 500px;
    float: right;
    text-align: right;
    padding-bottom: 5px;
}

.subNav .headerTwitter
{
    width: 30px;
    height: 30px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
}

.subNav .headerFacebook
{
    width: 30px;
    height: 30px;
    float: right;

}
