﻿body {
    font-family: "Times New Roman", Times, serif;
    /*background-image: url('../images/bgGradient.png');*/
    background-repeat: repeat-x;
    background-color: #606060;
}

p {
    padding-top: 0;
    margin-top: 0;
}

hr {
    border-bottom: thin solid #000000;
    display: block;
}

#page {
    padding: 20px 5px 0 5px;
    border: 1px solid #000000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*width: 98%;*/
    max-width: 1150px;
    min-width: 25%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-size: 1.4em;
    display: block;
    height: auto;
    background-color: #EAF4FF;
    background-image: url('../images/exptextb.jpg');
}

#header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    /*border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;*/
}

    #header a:link {
        border-width: 0px;
        border-style: none;
    }

#loginbox {
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    color: #FFFFFF;
    font-size: .75em;
    background-color: #0e4b20;
    font-family: 'Trebuchet MS';
    margin-right: 8px;
    margin-left: 8px;
}

    #loginbox a {
        text-decoration: none;
        color: white;
    }

        #loginbox a:hover {
            text-decoration: none;
            color: #66FFFF;
        }

#maincontent {
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    max-width: 887px;
}

#main-navbar {
    background-color: #f1eded;
}


#footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 11px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -22px;
}



.noborder {
    display: block;
    width: 127px;
    height: 70px;
    background-color: transparent;
    background-image: url('../images/WebsbyWilson.png');
}

.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


#colLeft {
    /*padding: 12px 8px 4px 8px;*/
    width: 160px;
    float: left;
    text-align: center;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto; /*margin: 0px;*/
    font-family: Arial, Helvetica, sans-serif;
}

#navColumn {
    font-size: .8em;
    font-weight: bold;
}

    #navColumn ul {
        list-style-type: none;
        padding-left: 5px;
    }


    #navColumn li {
        text-align: center;
        /*margin-top: 11px;*/
        /*width: 175px;*/
        height: 42px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }


    #navColumn a {
        margin: 0px auto 0px auto;
        color: #000066;
        width: 150px;
        height: 40px;
        display: block;
        background-position: left top; /*background-image: url('../images/chmenu_big3.gif');
        background-repeat: no-repeat;
        background-color: transparent;*/
        text-decoration: none;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #navColumn a:hover {
            /*background: url("../images/chmenu_big5.gif");*/ /*border-style: solid;
    border-color: #930000;
    border-width: thin 0px 3px 0px;*/
            color: #930000;
            /*border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; /*background-color: #e9e3ca;*/ */ width: auto;
            text-decoration: underline;
            font-weight: bold;
        }

        #navColumn a:focus {
            border-style: none;
            outline: none;
        }


.navbar {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: linear-gradient(#676a8f,#37383e);
}

    .navbar > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 0px;
        color: white;
        font-size: 1.2em;
        text-decoration: none;
        /*background-color:black*/
    }

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-item {
    float: left;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .9em;
    padding-left: .9rem;
    text-align: left;
}

/* MODIFIED*/
.navbar-inverse {
    /*background: -webkit-linear-gradient(gray, black);*/
    /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(gray, black);*/
    /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(gary, black);*/
    /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(gray, black);*/
    /* Standard syntax */
    background: linear-gradient(#676a8f,#37383e);
}


    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-weight: 700;
        /*font-family: 'Quicksand', sans-serif;*/
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #e2e2ea;
            font-weight: 700;
        }

#colRight {
    /*height: 706px;*/
    border-left: thin solid #000000;
    min-height: 475px;
    height: auto;
    margin-left: 178px;
    /*background-color: #F4F5EB;*/
    padding: 2px 18px 4px 18px; /*width: 750px;*/
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    margin-right: 20px;
}

#fullColumn {
    min-height: 706px;
    height: auto;
    margin-left: 194px;
    background-color: #F4F5D8;
    padding: 2px 18px 4px 18px; /*width: 750px;*/
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000; /*background-image: url('../images/paper6.gif');*/
}


#contentAreaIndex {
}


.captcha {
    margin-right: auto;
    margin-left: auto;
    background-color: #CACACC;
    width: 250px;
    padding: 10px;
}


a:link, a:visited, a:active {
    color: #0000FF;
}

a:hover {
    color: #FF0000;
}

a.footerLink {
    color: #233D7D;
    text-decoration: underline;
}

    a.footerLink:visited {
        color: #233D7D;
        text-decoration: underline;
    }

    a.footerLink:hover {
        color: #233D7D;
        text-decoration: underline;
    }

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7em;
    color: #003366;
    font-style: italic;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
}

h2 {
    font-family: "Times New Roman", Serif;
    margin: .7em;
    font-size: 1.0em;
    color: #000000;
    font-weight: lighter;
    text-align: center;
    font-style: italic;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    color: #993333;
    font-size: 16pt;
    text-align: center;
    font-style: italic;
}

#maincontent h5 {
    width: 100%;
    margin-top: .4em;
    margin-bottom: .4em;
    color: #930000;
    font-size: 1.2em;
    text-align: center; /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#gallery1 {
    font-size: .8em;
}

    #gallery1 .row {
        height: 100%;
        /*display: table-row;*/
        vertical-align: top;
        /*border-top-style: solid;
        border-top-width: 2px;
        border-top-color: #010152;*/
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #gallery1 p {
        font-weight: bold;
        text-align: center;
        /*border-top-style: solid;
        border-top-width: 1px;
        vertical-align: top;*/
    }

    #gallery1 table {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        border: 0px solid #000000;
        border-collapse: separate;
    }

    #gallery1 td {
        padding: 30px 15px 15px 15px;
        width: 20%;
        font-weight: bold;
        text-align: center;
        border-top-style: solid;
        border-top-width: 1px;
        vertical-align: top;
    }

        #gallery1 td p {
            text-align: left;
            font-size: 10pt;
            font-weight: normal;
        }

    #gallery1 img {
        border-color: black;
        border-width: 1px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        /*width: 55%;*/
    }

    #gallery1 .col-md-4 {
        margin-bottom: 20px;
    }



#navColumn a span {
    display: none;
}



#navprev a:link, #navprev a:active, #navprev a:visited {
    display: block;
    width: 60px;
    height: 25px;
    border: 0px solid;
    background: url("../images/chprev.gif") no-repeat 0 0;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
}

#navprev a:hover {
    color: #930000;
    text-decoration: underline;
}


#navnext a:link, #navnext a:active, #navnext a:visited {
    border: 0px dotted #000000;
    display: block;
    width: 60px;
    height: 25px;
    background: url("../images/chnext.gif") no-repeat 0 0;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
}

#navnext a:hover {
    color: #930000;
    text-decoration: underline;
}


#navhome a:link, #navhome a:active, #navhome a:visited {
    display: block;
    width: 125px;
    height: 25px;
    background: url("../images/chhome_big.gif") no-repeat 0px 0px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#navhome a:hover {
    background: url("../images/chhome_big.gif") no-repeat -125px 0px;
    color: #FFFFFF;
}

#navup a:link, #navup a:active, #navup a:visited {
    display: block;
    width: 60px;
    height: 25px;
    border: 0px dotted #000000;
    background: url("../images/chup.gif") no-repeat 0 0;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
}

#navup a:hover {
    color: #930000;
    text-decoration: underline;
}

.inputbox {
    border: thin solid #8484FF;
}

.style1 {
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    width: 80%;
}

.style2 {
    border-right: solid;
    border-width: 1px;
    margin-right: 10px;
    padding-right: 20px;
}

.style3 {
    /*border: 1px solid #000000;*/
    text-align: left;
    /*color: #daa520;*/
}

.style4 {
    font-size: .75em;
    font-weight: bold;
}

.style5 {
    border-collapse: collapse;
}

.style6 {
    font-weight: normal;
    font-size: smaller;
}

.style7 {
    border-style: solid;
    border-width: 0;
}

.linestyle {
    display: block;
    width: 100%;
    color: #003366;
    height: 3px;
    background-color: #0f168b;
}

body.popOpen {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    margin: auto;
    vertical-align: top;
    width: 90%;
    display: block;
}
