﻿
@media(min-width:400px) {
    #main {
        width: 99%;
        max-width: 99%;
        text-align: center;
        overflow: hidden;
    }

    #header {
        height: 40px;
        max-height: 40px;
    }

    #docBody {
        margin: 10px 10px 10px 0;
        overflow: auto;
        top: 40px;
        bottom: 60px;
        width: 90%;
        min-width: 90%;
        position: absolute;
        scrollbar-base-color: #d7ecff;
        scrollbar-face-color: #f1f8ff;
        scrollbar-3dlight-color: #f1f8ff;
        scrollbar-highlight-color: #f1f8ff;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #003366;
        scrollbar-shadow-color: #d7ecff;
        scrollbar-dark-shadow-color: #f1f8ff;
    }

        #docBody::-webkit-scrollbar {
            width: 1em;
            height: 3px;
        }

        #docBody::-webkit-scrollbar-button {
            background-color: #d7ecff;
        }

        #docBody::-webkit-scrollbar-track {
            background-color: #f1f8ff;
        }

        #docBody::-webkit-scrollbar-track-piece {
            background-color: #f1f8ff;
            /*background-color: #003366;*/
        }

        #docBody::-webkit-scrollbar-thumb {
            height: 30px;
            /*background-color: #d7ecff;*/
            border-radius: 3px;
        }

        #docBody::-webkit-scrollbar-corner {
            background-color: #d7ecff;
        }

        #docBody::-webkit-resizer {
            background-color: #d7ecff;
        }



    .logo {
        width: 40px;
        float: left;
    }

    .social {
        float: right;
        position: relative;
        width: 8px;
        top: 17px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
        cursor: pointer;
    }

    .menu1 {
        width: 360px; /*width of poarent - witdh of logo* if padding or margin is needed subtract that also*/
        border-bottom: 1px dotted red;
        float: right;
        height: 19px;
        min-height: 19px;
        margin: 1px;
    }

        .menu1 div {
            float: right;
            position: relative;
            width: 120px; /*parent width: (1078) - (social width (24 + pad of 10 each)* social icon count 5 (11700)) 908   / 2 404    */
            top: 5px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
            font: 300 4pt tahonma;
            color: #003366;
        }

            .menu1 div span {
                font: 500 5pt tahonma;
            }

    .menu2 {
        width: 360px;
        border-top: 1px dotted red;
        float: right;
        height: 19px;
        min-height: 19px;
        margin: 1px;
    }

    .menuItem {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        position: relative;
        font: 300 5pt tahoma;
        color: #003366;
        text-decoration: underline;
        float: left;
        margin: 0 auto;
        top: 6px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .menuItem:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 10px #9fca39;
        }

    .gradient {
        width: 400px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to bottom, #FFFFFF 10%, #003366 200%);
    }

    .gradientX {
        margin: 0 auto;
        width: 400px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to top, #FFFFFF 10%, #003366 200%);
    }
    /*###################################################################################################*/
}


@media(min-width:600px) {

    #main {
        width: 90%;
        max-width: 90%;
        text-align: center;
        overflow: hidden;
    }

    #header {
        height: 60px;
        max-height: 60px;
    }

    #docBody {
        margin: 10px 10px 10px 0;
        overflow: auto;
        top: 60px;
        bottom: 60px;
        width: 90%;
        min-width: 90%;
        position: absolute;
        scrollbar-base-color: #d7ecff;
        scrollbar-face-color: #f1f8ff;
        scrollbar-3dlight-color: #f1f8ff;
        scrollbar-highlight-color: #f1f8ff;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #003366;
        scrollbar-shadow-color: #d7ecff;
        scrollbar-dark-shadow-color: #f1f8ff;
    }

        #docBody::-webkit-scrollbar {
            width: 1em;
            height: 3px;
        }

        #docBody::-webkit-scrollbar-button {
            background-color: #d7ecff;
        }

        #docBody::-webkit-scrollbar-track {
            background-color: #f1f8ff;
        }

        #docBody::-webkit-scrollbar-track-piece {
            background-color: #f1f8ff;
            /*background-color: #003366;*/
        }

        #docBody::-webkit-scrollbar-thumb {
            height: 30px;
            /*background-color: #d7ecff;*/
            border-radius: 3px;
        }

        #docBody::-webkit-scrollbar-corner {
            background-color: #d7ecff;
        }

        #docBody::-webkit-resizer {
            background-color: #d7ecff;
        }



    .logo {
        width: 60px;
        float: left;
    }

    .social {
        float: right;
        position: relative;
        width: 12px;
        top: 17px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
        cursor: pointer;
    }

    .menu1 {
        width: 540px; /*width of poarent - witdh of logo* if padding or margin is needed subtract that also*/
        border-bottom: 1px dotted red;
        float: right;
        height: 28px;
        min-height: 28px;
        margin: 1px;
    }

        .menu1 div {
            float: right;
            position: relative;
            width: 215px; /*parent width: (1078) - (social width (24 + pad of 10 each)* social icon count 5 (11700)) 908   / 2 404    */
            top: 8px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
            font: 300 7pt tahonma;
            color: #003366;
        }

            .menu1 div span {
                font: 500 8pt tahonma;
            }

    .menu2 {
        width: 540px;
        border-top: 1px dotted red;
        float: right;
        height: 28px;
        min-height: 28px;
        margin: 1px;
    }

    .menuItem {
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        position: relative;
        font: 300 8pt tahoma;
        color: #003366;
        text-decoration: underline;
        float: left;
        margin: 0 auto;
        top: 9px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .menuItem:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 10px #9fca39;
        }

    .gradient {
        width: 600px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to bottom, #FFFFFF 10%, #003366 200%);
    }

    .gradientX {
        margin: 0 auto;
        width: 600px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to top, #FFFFFF 10%, #003366 200%);
    }
    /*###################################################################################################*/
}

@media(min-width:960px) {
    #main {
        width: 90%;
        max-width: 90%;
        text-align: center;
        overflow: hidden;
    }

    #header {
        height: 96px;
        max-height: 96px;
    }

    #docBody {
        margin: 10px 10px 10px 0;
        overflow: auto;
        top: 96px;
        bottom: 60px;
        width: 90%;
        min-width: 90%;
        position: absolute;
        scrollbar-base-color: #d7ecff;
        scrollbar-face-color: #f1f8ff;
        scrollbar-3dlight-color: #f1f8ff;
        scrollbar-highlight-color: #f1f8ff;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #003366;
        scrollbar-shadow-color: #d7ecff;
        scrollbar-dark-shadow-color: #f1f8ff;
    }

        #docBody::-webkit-scrollbar {
            width: 1em;
            height: 3px;
        }

        #docBody::-webkit-scrollbar-button {
            background-color: #d7ecff;
        }

        #docBody::-webkit-scrollbar-track {
            background-color: #f1f8ff;
        }

        #docBody::-webkit-scrollbar-track-piece {
            background-color: #f1f8ff;
            /*background-color: #003366;*/
        }

        #docBody::-webkit-scrollbar-thumb {
            height: 40px;
            /*background-color: #d7ecff;*/
            border-radius: 3px;
        }

        #docBody::-webkit-scrollbar-corner {
            background-color: #d7ecff;
        }

        #docBody::-webkit-resizer {
            background-color: #d7ecff;
        }


    .logo {
        width: 96px;
        float: left;
    }

    .social {
        float: right;
        position: relative;
        width: 19px;
        top: 17px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
        cursor: pointer;
    }

    .menu1 {
        width: 768px; /*width of poarent - witdh of logo* if padding or margin is needed subtract that also*/
        border-bottom: 1px dotted red;
        float: right;
        height: 46px;
        min-height: 46px;
        margin: 1px;
    }

        .menu1 div {
            float: right;
            position: relative;
            width: 316px; /*parent width: (1078) - (social width (24 + pad of 10 each)* social icon count 5 (11700)) 908   / 2 404    */
            top: 14px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
            font: 500 13pt tahonma;
            color: #003366;
        }

            .menu1 div span {
                font: 700 14pt tahonma;
            }

    .menu2 {
        width: 768px;
        border-top: 1px dotted red;
        float: right;
        height: 46px;
        min-height: 46px;
        margin: 1px;
    }

    .menuItem {
        width: 126px;
        min-width: 126px;
        max-width: 126px;
        position: relative;
        font: 300 11pt tahoma;
        color: #003366;
        text-decoration: underline;
        float: left;
        margin: 0 auto;
        top: 12px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .menuItem:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 10px #9fca39;
        }

    .gradient {
        width: 960px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to bottom, #FFFFFF 10%, #003366 200%);
    }

    .gradientX {
        margin: 0 auto;
        width: 960px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to top, #FFFFFF 10%, #003366 200%);
    }
    /*###################################################################################################*/

}


@media(min-width:1200px) {
    #main {
        margin: 0 auto;
        width: 1200px;
        max-width: 1200px;
        text-align: center;
        overflow: hidden;
    }

    #header {
        height: 120px;
        max-height: 120px;
    }

    #docBody {
        margin: 10px 10px 10px 0;
        overflow: auto;
        top: 120px;
        bottom: 60px;
        width: 1200px;
        min-width: 1200px;
        position: absolute;
        scrollbar-base-color: #d7ecff;
        scrollbar-face-color: #f1f8ff;
        scrollbar-3dlight-color: #f1f8ff;
        scrollbar-highlight-color: #f1f8ff;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #003366;
        scrollbar-shadow-color: #d7ecff;
        scrollbar-dark-shadow-color: #f1f8ff;
    }

        #docBody::-webkit-scrollbar {
            width: 1em;
            height: 3px;
        }

        #docBody::-webkit-scrollbar-button {
            background-color: #d7ecff;
        }

        #docBody::-webkit-scrollbar-track {
            background-color: #f1f8ff;
        }

        #docBody::-webkit-scrollbar-track-piece {
            background-color: #f1f8ff;
            /*background-color: #003366;*/
        }

        #docBody::-webkit-scrollbar-thumb {
            height: 50px;
            /*background-color: #d7ecff;*/
            border-radius: 3px;
        }

        #docBody::-webkit-scrollbar-corner {
            background-color: #d7ecff;
        }

        #docBody::-webkit-resizer {
            background-color: #d7ecff;
        }

    .logo {
        width: 120px;
        float: left;
    }

    .social {
        float: right;
        position: relative;
        width: 24px;
        top: 17px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
        cursor: pointer;
    }

    .menu1 {
        width: 1078px; /*width of poarent - witdh of logo* if padding or margin is needed subtract that also*/
        border-bottom: 1px dotted red;
        float: right;
        height: 58px;
        min-height: 58px;
        margin: 1px;
    }

        .menu1 div {
            float: right;
            position: relative;
            width: 404px; /*parent width: (1078) - (social width (24 + pad of 10 each)* social icon count 5 (11700)) 908   / 2 404    */
            top: 17px; /*(height of parent - width) / 2  (60 -24) / 2 = 18*/
            font: 500 16pt tahonma;
            color: #003366;
        }

            .menu1 div span {
                font: 700 17pt tahonma;
            }

    .menu2 {
        width: 1078px;
        border-top: 1px dotted red;
        float: right;
        height: 58px;
        min-height: 58px;
        margin: 1px;
    }

    .menuItem {
        width: 175px;
        min-width: 175px;
        max-width: 175px;
        position: relative;
        font: 300 14pt tahoma;
        color: #003366;
        text-decoration: underline;
        float: left;
        margin: 0 auto;
        top: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .menuItem:hover {
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 10px #9fca39;
        }

    .gradient {
        width: 1200px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to bottom, #FFFFFF 10%, #003366 200%);
    }

    .gradientX {
        margin: 0 auto;
        width: 1200px;
        height: 10px;
        min-height: 10px;
        position: relative;
        background: #fff;
        z-index: -20;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #003366), color-stop(1, #FFFFFF) );
        background-image: -ms-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -o-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -moz-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: -webkit-linear-gradient(top, #FFFFFF 10%, #003366 200%);
        background-image: linear-gradient(to top, #FFFFFF 10%, #003366 200%);
    }
    /*###################################################################################################*/
    .admMenuImg {
        float: left;
        width: 28px;
    }

    .admMenuIcon {
    }

    .admMainMenu {
        position: absolute;
        top: 43px;
        width: 160px !important;
        min-width: 160px !important;
        background-color: #f1f8ff;
        display: none;
        border-right: 3px solid #d7ecff;
        padding: 10px;
        text-align: center;
        z-index: 150;
    }

    .admMenuHeader {
        text-align: center;
        width: 140px !important;
        min-width: 140px !important;
        white-space: nowrap;
        font-weight: bold;
        height: 25px;
        max-height: 25px;
        margin: 0 auto;
        border-bottom: 2px solid #d7ecff;
        font-size: 10pt;
        color: #003366;
    }

    .admMainBody {
        position: absolute;
        top: 55px;
        bottom: 60px;
        /*left: 80px;*/
        width: 1199px;
        height: auto;
        overflow: auto;
        /*background-color: snow;*/
        z-index: 10;
    }

    .admMenuItem {
        text-align: left;
        padding-left: 15px;
        font-size: 9pt;
        -webkit-transition: text-shadow 0.2s linear;
        -moz-transition: text-shadow 0.2s linear;
        -ms-transition: text-shadow 0.2s linear;
        -o-transition: text-shadow 0.2s linear;
        transition: text-shadow 0.2s linear;
        cursor: pointer;
        padding-bottom: 10px;
        width: 140px;
        min-width: 140px;
        color: #003366;
    }

        .admMenuItem:hover {
            text-shadow: 0 0 15px red;
        }

    .docFade {
        opacity: .2;
    }

    #taTitle {
        width: 90%;
    }

    #taBlog {
        width: 90%;
    }

    #ta_bioBody {
        width: 90%;
    }

    .blogWrapper {
        font: 500 12pt tahoma;
        color: #003366;
        text-align: left;
        padding: 20px 30px;
    }

    #blogPreview {
        display: none;
        position: fixed;
        top: 161px;
        background-color: #ffffff;
        z-index: 150;
        width: 1100px;
        min-width: 1100px;
        max-width: 1100px;
        border: 2px solid red;
        padding-top: 40px;
    }

    #blgTitle {
        text-align: left;
        padding: 10px 10px;
        color: #003366;
        font: 700 13pt tahoma;
    }

    #blgBody {
        text-align: left;
        padding: 10px 30px;
        color: #003366;
        font: 500 12pt tahoma;
        width: 90%;
        min-width: 90%;
        max-width: 90%;
        white-space: normal;
    }

    #blgPoster {
        text-align: Right;
        padding: 10px 10px;
        color: #003366;
        font: 500 11pt tahoma;
        height: auto;
        overflow: hidden;
        vertical-align: bottom;
    }

    .blogThumb {
        float: right;
        max-width: 60px;
    }

    .statesDDL {
        font: 500 12pt tahoma;
        position: relative;
        color: #003366;
        top: -6px;
        left: 10px;
    }

    .uapanel-heading {
        padding-bottom: 7px;
        border-bottom: 1px dotted red;
        font: 500 13pt tahoma;
        color: #003366;
        text-align: center;
        height: 30px;
        max-height: 30px;
        line-height: 20px;
        overflow: visible;
    }

    .biopanel-heading {
        padding-bottom: 7px;
        border-bottom: 1px dotted red;
        font: 500 13pt tahoma;
        color: #003366;
        text-align: left;
        height: 30px;
        max-height: 30px;
        line-height: 20px;
        overflow: visible;
        padding-left: 40px;
    }

    .biopanel-row {
        padding: 7px 20px 7px 20px;
        font: 500 12pt tahoma;
        color: #003366;
        text-align: left;
        height: 30px;
        max-height: 30px;
        line-height: 20px;
        overflow: visible;
    }

    #sp_selUser {
        position: relative;
        width: 250px;
        min-width: 250px;
        float: left;
    }

    #uaddl_users {
        position: relative;
        top: -38px;
        left: 340px;
    }

    #bioddl_users {
        position: relative;
        top: -38px;
        left: 140px;
        float: left;
    }

    #au_profilePic {
        width: 120px;
        display: none;
        position: relative;
        left: -60px;
        top: 5px;
    }

    .carouselImage {
        width: 1140px;
        height: 615px;
        max-width: 1140px;
        max-height: 615px;
        display: none;
        position: relative;
        top: -625px;
        left: 0;
        z-index: 105;
        text-align: center;
        border-radius: 12px;
        overflow:hidden;
    }

    #slideShowWrapper {
        width: 1140px;
        height: 615px;
        max-width: 1140px;
        max-height: 615px;
        overflow: hidden;
        text-align: center;
        position:relative;
        left:20px;
        top:-20px;
    }

    #slideShowBorder {
        width: 1140px;
        height: 615px;
        position: relative;
        max-width: 1140px;
        max-height: 615px;
        top: 0;
        left: 0;
        z-index: 125;
        box-shadow: 25px 25px 50px 0 white inset, -25px -25px 50px 0 white inset;
                overflow:hidden;

    }
}



body {
    width: 100%;
    text-align: center;
 
}
#divFull {
    background-image: url('/images/american-flag-620fade.7.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0 auto;
}

.selUser {
    display: none;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.controlsPTP {
    text-align: center;
}

    .controlsPTP div {
        margin: 0,auto;
    }

.redPTP {
    color: darkred;
}

.adminHeader {
    height: 22px;
    font: 500 14pt tahoma;
    color: #003366;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px dotted red;
}

.btn {
    /*width: 0.1px;
    height: 0.1px
    opacity: 0;
    overflow: hidden;*/
    /*position: absolute;*/
    z-index: -1;
}

    .btn:hover {
        box-shadow: 0 0 8px brown;
    }

.btn-primary {
    width: 200px !important;
    overflow: hidden;
    text-align: center;
    border-radius: 9px;
    padding: 5px 35px 5px 35px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    margin: 0 auto;
    cursor: pointer;
    background: #61b71b;
    background: -moz-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #61b71b), color-stop(0%, #4f9516), color-stop(51%, rgba(254,253,254,1)), color-stop(100%, #4f9516), color-stop(100%, #61b71b));
    background: -webkit-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
    background: -o-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
    background: -ms-linear-gradient(top, #61b71b 0%,#4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
    background: linear-gradient(to bottom, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        width: 300px;
        overflow: hidden;
        text-align: center;
        border-radius: 6px;
        padding: 5px 35px 5px 35px;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 8pt;
        margin: 0 auto;
        cursor: pointer;
        background: #61b71b;
        background: -moz-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #61b71b), color-stop(0%, #4f9516), color-stop(51%, rgba(254,253,254,1)), color-stop(100%, #4f9516), color-stop(100%, #61b71b));
        background: -webkit-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
        background: -o-linear-gradient(top, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
        background: -ms-linear-gradient(top, #61b71b 0%,#4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
        background: linear-gradient(to bottom, #61b71b 0%, #4f9516 0%, rgba(254,253,254,1) 51%, #4f9516 100%, #61b71b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
    }

        .inputfile + label:hover {
            box-shadow: 0 0 8px brown;
        }

.teamHeader {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-bottom: 1px dotted red;
    height: 24px;
    color: #003366;
    font: 500 14pt tahoma;
}

.teamMemberBody {
    width: 100%;
    font: 500 13pt tahoma;
    color: #003366;
    padding: 15px 20px 10px 40px;
    text-align: left;
    line-height: 25px;
    min-height: 300px;
}

    .teamMemberBody img {
        width: 250px;
        padding: 15px;
        margin: 15px;
    }

.teamMemberHeader {
    width: 100%;
    font: 700 14pt tahoma;
    color: #003366;
    padding: 15px 20px;
    text-align: left;
}

.teamMemberPic {
    float: right;
    width: 250px;
    position: relative;
    top: -15px;
    right: 30px;
}

.teamBody {
    width: 90%;
}

.prodMemberHeader {
     width: 100%;
    font: 700 14pt tahoma;
    color: #003366;
    padding: 15px 20px;
    text-align: left;
}
    .prodMemberHeader span {
        font: 500 12pt tahoma;
    }
.prodMemberBody {
    width: 100%;
    font: 500 13pt tahoma;
    color: #003366;
    padding: 15px 20px 10px 40px;
    text-align: left;
    line-height: 25px;
    display:none;
}
.prodMemberBodyExt {
     width: 100%;
    font: 500 12pt tahoma;
    color: #003366;
    padding: 15px 20px 10px 40px;
    text-align: left;
    line-height: 25px;
    display:none;
}
.aboutSectionBody {
    width: 100%;
    font: 500 13pt tahoma;
    color: #003366;
    padding: 15px 20px 10px 40px;
    text-align: left;
    line-height: 25px;
}
