﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    /*background-color: #DECAA3;*/
    background-color: #FFFFFF;
    font-size: 100%;
}

h1 {
    color: #000000;
    font-weight: bold;
    font-size: 2em;
    line-height: 2.5em;
    height: 2.5em;
}

h2 {
    color: #000000;
    font-weight: bold;
    font-size: 1.75em;
    padding-top: 5px;
    margin-bottom: 7px;
    margin-top: 5px;
}

h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 5px;
    margin-bottom: 7px;
    margin-top: 5px;
}

h4 {
    color: #000000;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 1px;
    margin-top: 3px;
}

img {
    border: none;
    /*display:block;*/
}

li {
    padding-bottom: 4px;
}

    li.more-space {
        padding-bottom: 20px;
    }

hr.page-divider {
    border: 0;
    height: 1px;
    background-color: #214a78;
    background-image: -webkit-linear-gradient(left, #C7A949, #214a78, #C7A949);
    background-image: -moz-linear-gradient(left, #C7A949, #214a78, #C7A949);
    background-image: -ms-linear-gradient(left, #C7A949, #214a78, #C7A949);
    background-image: -o-linear-gradient(left, #C7A949, #214a78, #C7A949);
}

hr.links-divider {
    border: 0;
    height: 1px;
    background-color: #C7A949;
}

p.boldface {
    font-weight: bold;
}

p.justify {
    text-align: justify;
}

ul {
    padding-top: 3px;
}

#headergraphic {
    background: url( "../images/Website/WebpageBannerDesign.jpg" );
    background-color: #000000;
    padding: 0px;
    margin: 0px;
    height: 100px;
}

#breadcrumb {
    background-color: #000;
    padding: 7px 0px 7px 5px;
    margin-bottom: 2px;
    color: #C7A949;
    min-height: 15px;
    font-size: 80%;
}

* html #breadcrumb {
    height: 25px;
}

    #breadcrumb .breadCrumbText {
        float: left;
        width: 59.5%;
    }

    #breadcrumb a {
        color: #C7A949;
        text-decoration: none;
    }

        #breadcrumb a:hover {
            color: White;
            text-decoration: underline;
        }

    #breadcrumb #siteSearch {
        float: right;
        margin: 0 .5em 0 0;
    }

        #breadcrumb #siteSearch p {
            margin: 0px 0px 0px 5px;
            padding: 0px;
        }

.boldunderline {
    font-weight: bold;
    text-decoration: underline;
}

.clear {
    float: none;
    clear: both;
    padding: 0px;
    margin: 0px;
}

.imgleft {
    float: left;
    padding-right: 5px;
}

.imgright {
    float: right;
    margin-top: 30px;
}

.inactive {
    display: none;
}

div .photo {
    text-align: center;
    width: 325px;
    float: none;
    position: relative;
}

.vetlogos {
    float: left;
    margin: 1em;
    width: 150px;
}

div .adminlinks {
    border: solid .1em #214A78;
    float: left;
    margin: 1em;
    text-align: center;
    width: 150px;
}

.adminlinks a {
    text-decoration: none;
}

.adminlinks img {
    height: 100px;
    display: block;
    width: 150px;
}

.adminlinks div {
    background-color: #214A78;
    color: White;
}

div .schoollinks {
    border: solid .1em #214A78;
    float: left;
    margin: 1em;
    text-align: center;
    width: 300px;
}

.schoollinks img {
    display: block;
}

div .faclinks {
    border: solid .1em #214A78;
    float: left;
    margin: 1em;
    text-align: center;
    width: 450px;
}

.faclinks img {
    display: block;
}

div .photoleft {
    text-align: center;
    width: 325px;
    float: left;
}

div .photoright {
    text-align: center;
    width: 325px;
    float: right;
    padding-left: 5px;
}

.personcaption {
    background-color: #C7A949;
    font-weight: bold;
    text-align: center;
    width: 150px;
}

.personcaption-smaller {
    background-color: #C7A949;
    font-weight: bold;
    text-align: center;
    width: 100px;
}

.facilitycaption {
    background-color: #C7A949;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

div .photocaption {
    text-align: center;
    width: 325px;
    margin-bottom: 5px;
    font-size: small;
}

.morelinespace {
    line-height: 30px;
}

div#sidenav {
    background-color: #C7A949;
    width: 240px;
    min-height: 985px;
    position: absolute;
    top: 0px;
    bottom: 1px;
}

#sidenavlinks {
    background-color: #214a78;
    margin: 10px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    #sidenavlinks div {
        padding: 6px 5px 3px 10px;
        font-size: 90%;
    }

        #sidenavlinks div a {
            color: #C7A949;
            text-decoration: none;
        }

            #sidenavlinks div a:hover {
                color: White;
                text-decoration: underline;
            }

#sitefooter {
    background-color: #214a78;
    color: White;
    text-align: center;
    font-size: smaller;
    margin: 20px 5px 5px 5px;
    padding: 3px;
}

    #sitefooter a {
        color: white;
    }


#topnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

    #topnav ul li {
        display: inline;
    }

        #topnav ul li a {
            text-decoration: none;
            padding: .2em 1em;
            /*color: #DECAA3;*/
            color: #FFFFFF;
            background-color: #214a78;
        }

            #topnav ul li a:hover {
                color: #fff;
                background-color: #369;
            }


#programlist dl {
    float: left;
    width: 600px;
    margin: 0;
    padding: 0;
    background-color: #C7A949;
    background: -moz-linear-gradient(left, rgba(199,169,73,1) 0%, rgba(33,74,120,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(199,169,73,1)), color-stop(100%,rgba(33,74,120,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(199,169,73,1) 0%,rgba(33,74,120,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(199,169,73,1) 0%,rgba(33,74,120,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(199,169,73,1) 0%,rgba(33,74,120,0.5) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(199,169,73,1) 0%,rgba(33,74,120,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#c7a949', endColorstr= '#80214a78',GradientType=1 ); /* IE6-9 */
}

    #programlist dl dt {
        clear: left;
        float: left;
        width: 125px;
        margin: 0;
        padding: 5px;
        font-weight: bold;
        text-align: right;
    }

    #programlist dl dd {
        float: left;
        width: 450px;
        margin: 0;
        padding: 5px;
    }

.adminpic {
    float: left;
    margin-right: 1em;
}

    .adminpic img {
        height: 244px;
        display: block;
        width: 150px;
    }

    .adminpic div {
        background-color: #C7A949;
        font-weight: bold;
        text-align: center;
        width: 150px;
    }

.csupic {
    float: left;
}

    .csupic img {
        display: block;
    }

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.title {
    font-style: italic;
    font-size: smaller;
    text-align: center;
    width: 125px;
}

/* Element IDs */
#contact {
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
}

#contentheader {
    color: #214A78;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #C7A949 url( "../images/Website/Scales.gif" ) no-repeat left center;
    padding-left: 3em;
}

#h2sidenav {
    text-align: center;
    color: #214A78;
    padding-top: 10px;
}

#introheader {
    background-color: #C7A949;
    color: #214A78;
    padding-left: 1em;
    overflow: hidden;
}

#pageheader {
    padding-top: 50px;
}

#content {
    margin-right: 20px;
    padding-left: 200px;
    padding-bottom: 0px;
    font-size: 1em;
}

#footnote {
    background-color: #E7E7E7;
    border: 1px solid #c0c0c0;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#hiddenAccess {
    position: absolute;
    left: 50px;
    top: 85px;
    width: 20px;
    height: 20px;
}

    #hiddenAccess img {
        width: 1px;
        height: 1px;
        padding: 15px;
    }

#informationList {
    padding-bottom: 40px;
    text-align: justify;
}

    #informationList li {
        padding-bottom: 10px;
    }

#navbar {
    list-style: none;
    list-style-image: none;
    float: right;
    cursor: default;
    margin: 0px;
    padding: 0px;
    font-size: .875em;
}

    #navbar li {
        float: left;
    }

    #navbar input.navbtn {
        font-size: 0px;
        background-position: center;
        background-repeat: no-repeat;
        width: 19px;
        height: 13px;
        border: none;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        background-color: Transparent;
        cursor: pointer;
    }

#map {
    width: 425px;
    height: 350px;
}

    #map iframe {
        width: 425px;
        height: 350px;
        border: none;
        padding: 0;
        margin: 0;
    }

#branchoffice {
    width: 100%;
    border-collapse: collapse;
}

    #branchoffice td, #branchoffice th {
        font-size: 1em;
        border: 1px solid #C7A949;
        padding: 3px 7px 2px 7px;
    }

    #branchoffice th {
        font-size: 1.1em;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #C7A949;
        color: #000000;
    }

    #branchoffice tr.alt td {
        color: #000000;
        background-color: #C7A949;
    }

#Judges p {
    margin-left: 2em;
}

#pressrelease-header {
    background-color: #214A78;
    min-height: 20px;
    padding-bottom: 15px;
}

    #pressrelease-header p.hdrleft {
        text-align: left;
        font-size: small;
        font-weight: bold;
        float: left;
        padding-left: 5px;
        color: White;
    }

    #pressrelease-header p.hdrright {
        text-align: right;
        font-size: small;
        font-weight: bold;
        float: right;
        padding-right: 5px;
        color: White;
    }

#pressrelease-subheader {
    min-height: 75px;
}

    #pressrelease-subheader p.subleft {
        text-align: left;
        float: left;
        padding-left: 15px;
    }

    #pressrelease-subheader p.subright {
        text-align: right;
        float: right;
        padding-right: 15px;
    }

#text-rotating-pix {
    width: 500px;
    float: left;
}

#rotating-pix {
    width: 500px;
    margin-top: 2em;
    float: left;
}

#training h4 {
    font-style: italic;
}

#training h2 {
    text-decoration: underline;
}

#VPSTC-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Board-pix {
    width: 700px;
    margin: 3em 0 0 1em;
    float: left;
}
