﻿#body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6f2f2;
}

#main {
    font-size: 12px;
    font-style: normal;
}

#frmMaster {
    font-size: .75em;
    color: #000;
    min-height: 100%;
    height: auto !important;
    width: 867px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/* Header
---------------------------------------- */
#header {
    height: 113px;
    position: relative;
    z-index: 99;
}

/* Logo */
.logo {
    position: absolute;
    left: 44px;
    top: 41px;
}



/* Top search */
#top-search {
    position: absolute;
    right: 40px;
    top: 40px;
    font-family : Calibri;
}


/* content place holder*/
.divContent {
    position: relative;
    height: auto !important;
    width: 100%;
}

/* Footer
---------------------------------------- */
.footer {
    position: relative;
    z-index: 99;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fcfcfc;
    padding: 23px 0 24px 0;
    width: 100%;
    height: 40px;
    border-top: 0px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    text-indent: 25px;
}

.indent {
    width: 100%;
    padding: 5px 0;
}

.clearfix {
    display: inline-block;
}

.logoimage {
    border: 0px;
}

.spanttext {
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    font-size: 12px;
    font-style: normal;
}

.divSpace {
    width: 100%;
    height: 20px;
}



.divnavigation {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 99;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fcfcfc;
    padding: 23px 0 24px 0;
    width: 100%;
    height: 25px;
    font-size: 0.9em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0 11px;
    float: left;
}

li {
    float: left;
}

    li a, .dropbtn {
        text-decoration: none;
        color: #343434;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding: 8px 16px;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: #384265;
            color: white;
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #c24050;
            color: white;
        }

.dropdown:hover .dropdown-content {
    display: block;
}


/*w3 fading class*/

.w3-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.w3-section, .w3-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.w3-content {
    max-width: 100%;
    margin: auto;
    height:300px;

}

.w3-rest {
    overflow: hidden;
}
