﻿body
{
    background-color: #fff;
    text-align: center;
}

#wrapper
{
    text-align: left;
    width: 974px;
    margin: 20px auto;
}

#main-menu
{
    padding: 5px;
    background-color: #36A9F9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 0;
    behavior: url(/PIE.htc);
    margin-bottom: 20px;
}

    #main-menu ul
    {
        float: left;
        margin: 0;
        padding: 0;
    }

        #main-menu ul li
        {
            background-color: #444;
            display: inline;
            padding: 6px 0;
            float: left;
            margin: 0 10px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            position: relative;
            z-index: 0;
            behavior: url(/PIE.htc);
        }

            #main-menu ul li a, #main-menu ul li a:link, #main-menu ul li a:focus, #main-menu ul li a:visited, #main-menu ul li a:active
            {
                color: #36a9f9;
                font-weight: bold;
                text-decoration: none;
                padding: 0 75px;
            }

                #main-menu ul li a:hover
                {
                    text-decoration: underline;
                }

#site-header
{
    margin-bottom: 20px;

}

#content
{
     margin-bottom: 20px;
     background-color: #fff;
    -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            border: 3px solid #36A9F9;
            position: relative;
            z-index: 0;
            behavior: url(/PIE.htc);
            padding: 20px;
   
}

    #content h1
    {
        font-size: 24px;
        margin: 18px 0;
        color:  #444;
        text-align: center;
    }

    #content h2
    {
        color: #444;
        font-size: 18px;
        color: #444;
        margin: 12px 0;
    }

    #content p
    {
        margin: 7px 0;
    }

    #content a, #content a:link, #content a:focus, #content a:visited, #content a:active
    {
        color: #36A9F9;
        font-weight: bold;
        text-decoration: none;
    }

        #content a:hover
        {
            text-decoration: underline;
        }

#links
{
    margin-bottom: 20px;
    text-align: center;
}

 #links a, #links a:link, #links a:focus, #links a:visited, #links a:active
    {
        color: #36A9F9;
        font-weight: bold;
        text-decoration: none;
    }

        #links a:hover
        {
            text-decoration: underline;
        }



#site-footer
{
    padding: 6px 0;
    background-color: #36A9F9;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            position: relative;
            z-index: 0;
            behavior: url(/PIE.htc);
   
}

/* begin mailform */

#mail-form
{
    margin: 20px 264px;
    width: 400px;
    border: 1px dashed #36a9f9;
    background: #444;
}

#mail-form h1
{
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
}

#mail-form .fields
{
    padding: 10px 20px;
}

#mail-form .fields label
{
    float: left;
    color: #36a9f9;
    font-weight: bold;
    width: 100px;
    margin-right: 5px;
    padding-top: 3px;
}

#mail-form .fields .itt
{
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 2px;
    color: #000;
    font-family: Arial, helvetica, Sans-Serif;
    width: 245px;
}

#mail-form .fields .result
{
    color: #36a9f9;
    font-weight: bold;
}

/* end mailform */

.cb
{
    clear: both;
    font-size: 0;
}

.tac
{
    text-align: center;
}

.adp-summary
{
    color: #a00;
    font-size: 24px;
    text-align: center;
}
