﻿@charset"utf-8";

/* ------ CSS Reset ------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    text-shadow: 0 0 0 none;
}

html, body {
    height: 100%;
    font-size: 12px;
    font-family: 'pt_sansregular', Arial, Helvetica !important;
    /*font-family: Arial, Helvetica, sans-serif;*/
    background: #f8f8f8;
}

#stylefour {
    position: relative;
    display: block;
    height: 39px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(../Images/bgOFF.gif) repeat-x top left;
    font-family: Arial,Verdana,Helvitica,sans-serif;
}

    #stylefour ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: auto;
    }

        #stylefour ul li {
            display: block;
            float: left;
            margin: 0;
        }

            #stylefour ul li a {
                display: block;
                float: left;
                color: #666;
                text-decoration: none;
                padding: 11px 20px 0 20px;
                height: 23px;
                background: transparent url(../Images/bgDIVIDER.gif) no-repeat top right;
            }

                #stylefour ul li a:hover, #stylefour ul li a.current {
                    color: #B30000;
                    background: #fff url(../Images/bgON.gif) no-repeat top right;
                }

#MainMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

    #MainMenu li {
        float: left;
        display: block;
        position: relative;
        z-index: 500;
        margin: 0 1px;
        color: #b3b3b3;
        line-height: 13px;
        cursor: pointer;
        text-align: center;
    }

        #MainMenu li a {
            display: block;
            font-size: 15px;
            height: 23px;
            text-decoration: none;
            color: #b3b3b3;
            text-align: left;
            padding: 0px 6px 0px 6px;
            line-height: 13px;
            cursor: pointer;
        }

            #MainMenu li a:hover {
                color: #07204E;
                font-size: 15px;
                text-decoration: none;
                background-position: left;
                line-height: 13px;
                cursor: pointer;
            }

    #MainMenu a.selected {
        color: #ED1C24;
        font-size: 15px;
        line-height: 13px;
    }

    #MainMenu ul {
        position: absolute;
        left: 1px;
        display: none;
        margin: 0 0 0 -1px;
        list-style: none;
        font-size: 15px;
        line-height: 13px;
        z-index: 1006;
        background-color: #1C8FB8;
        padding: 0px;
        text-align: center;
    }

        #MainMenu ul li {
            width: 160px;
            float: left;
            font-size: 12px;
            border-top: 0px solid #fff;
            line-height: 11px;
            background-color: #1C8FB8;
        }

        #MainMenu ul a {
            display: block;
            overflow: hidden;
            color: #FFF;
            font-size: 11px;
            line-height: 11px;
            background-color: #1C8FB8;
            padding: 8px 4px 4px 14px;
            text-align: left;
        }

            #MainMenu ul a:hover {
                text-decoration: none;
                font-size: 11px;
                line-height: 11px;
                background-color: #FFF;
                color: #1C8FB8;
            }

.menu {
    width: 729px;
    height: 144px;
    margin: 10px 10px 10px 10px;
    padding-top: 25px;
}

.content {
    width: 784px;
    min-height: 700px;
    overflow: auto;
}

.homePage {
    width: 750px;
    height: 100%;
    float: right;
    -webkit-border-radius: 40px 10px;
    -moz-border-radius: 40px/10px;
    border-radius: 40px/10px;
}

.homepageimg {
    width: 750px;
    min-height: 1000px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px/20px;
    border-radius: 20px/20px;
    background: url(../Images/43.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aboutimg {
    width: 750px;
    min-height: 1000px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px/20px;
    border-radius: 20px/20px;
    background: url(../Images/42.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contactimg {
    width: 750px;
    min-height: 1000px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px/20px;
    border-radius: 20px/20px;
    background: url(../Images/40.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Textbox {
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px/5px;
    border-radius: 5px/5px;
    border-style: groove;
    border-width: 1px;
    border-color: white;
    background-color: transparent;
    color: #C9C8CE;
    margin-bottom: 5px;
    padding: 2px 2px 2px 8px;
    font-family: threadregular;
    font-size: 15px;
}

    .Textbox::-webkit-input-placeholder {
        color: #C9C8CE;
        font-family: threadregular;
        font-size: 15px;
    }

.button {
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px/5px;
    border-radius: 5px/5px;
    width: 170px;
    height: 30px;
    float:right;
}
