﻿
.Wrapper {
    min-height: 100%;
    width: 100%;
    background-color: white;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 0;
}
.md {
    width: 1345px;
    height: 150px;
    margin: 0 auto;
}
.Header {
    width: 100%;
    height: 150px;
}


.rightHeader {
    width: 350px;
    height: 100px;
    float: right;
    margin-top: 30px;
}

.logoDiv {
    float: left;
    width: 490px;
    height: 100px;
    margin-left: 100px;
    margin-top: 15px;
}

    .logoDiv a:visited, .a:link {
        text-decoration: none;
    }

.logo {
    margin-top: -4px;
    float: left;
}

.txtlogo {
    height: 67px;
    width: 389px;
    float: left;
    margin-top: 15px;
}


.icon {
    margin-left: 50px;
    width: 175px;
    height: 60px;
    position: relative;
}

    .icon img {
        float: left;
        margin: 0 8px;
    }


.txtSearch {
    width: 320px;
    height: 50px;
    margin-top: 10px;
    position: relative;
}

    .txtSearch a:visited, .a:link {
        text-decoration: none;
    }

    .txtSearch .imgsr {
        left: 257px;
        position: absolute;
        top: 7px;
        width: 16px;
    }

.Search {
    color: white;
    background-clip: padding-box;
    background-color: #B5BBBC;
    height: 20px;
    margin: 0;
    padding: 4px 25px 4px 14px;
    width: 251px;
    border: 1px solid #CCCCCC;
}



.mdMenu {
    width: 1140px;
    height: 40px;
    margin: 0 auto;
}

    .mdMenu ul li {
        font: bold 13px arial;
        display: block;
        display: inline-block;
        text-align: center;
        line-height: 40px;
    }

        .mdMenu ul li a {
            padding: 0 30px;
            display: block;
            text-decoration: none;
            color: #666666;
        }

    .mdMenu li a:active {
        color: white;
        background-color: #019DDD;
        text-decoration: none;
    }

    .mdMenu li a:hover {
        color: white !important;
        background-color: #019DDD !important;
        cursor: pointer;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        text-decoration: none;
    }

    .mdMenu li a:visited, .Menu li a:link {
        text-decoration: none;
    }

.nav_menu ul.dropmenu li:hover {
    background-color: whitesmoke;
    color: white;
}

.nav_menu ul.dropmenu li ul {
    background-color: whitesmoke;
    padding: 0;
    margin-top: -2px !important;
}

    .nav_menu ul.dropmenu li ul li a {
        padding: 12px;
        margin-top: 3px;
        font: bold 12px arial;
    }

        .nav_menu ul.dropmenu li ul li a.sublevel {
            width: 150px;
        }

            .nav_menu ul.dropmenu li ul li a.sublevel.hover {
                color: #fff;
                background-color: red;
                color: white;
            }

            .nav_menu ul.dropmenu li ul li a.sublevel.selected {
                color: #f7ad0b;
            }

.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.mdFooter{
    width:100%;height:150px;
       background-color: #F4F4F4;
}
.Footer { margin:0 auto;
    position: relative;
    text-align: left !important;
    height: 150px;

    width: 1000px;

}

    .Footer img {
        margin-left: 30px;
        margin-top: 40px;
        float: left;
    }

    .Footer p {
        font: normal 11px arial;
        padding: 40px 0 0 45px;
        color: #82898A;
    }

.span {
}

    .span a:active, a:hover {
        color: #019DDD !important;
        text-decoration: none;
    }

    .span a:visited, a:link {
        color: #82898A;
        text-decoration: none;
    }
