/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, ol, form, fieldset, a, img, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: #006699;
}

h1, h2, h3, h4, h5, h6 {
    color: #000080;
}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin-top: 1em;
    font-size: 1.4em;
    font-weight: bold;
}

h2 {
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    margin: 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
}

h4 {
    margin: 0.5em 0;
    font-size: 1.0em;
    font-weight: bold;
}

h5 {
    margin: 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
}

h6 {
    margin: 0.5em 0;
    font-size: 0.8em;
    font-weight: bold;
}

p {
    margin: 1em 0;
    line-height: 1.5em;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.txtBox {
    border: 1px solid #666666;
    height: 20px;
    width: 126px;
}

.button {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: Green;
    font-size: 1em;
}

#wrapper {
    background-color: #FFFFFF;
}

#header {
    height: 100px;
    position: relative;
    background-image: url(Images/blue_header.jpg);
    background-repeat: repeat-x;
}

#search {
    position: absolute;
    top: 25px;
    left: 530px;
}

.IE8fix {
    z-index: 1;
}

#mainnav .item {
    background-color: Transparent;
    color: #00008B;
}

#mainnav .hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4682B4;
}

/*** Left and Right Content ***/

#leftcolumn {
    position: relative;
    width: 150px;
    height: 400px;
    margin-left: -3px;
    margin-top: -6px;
    background-image: url(Images/topleftcorner2.gif);
    background-repeat: no-repeat;
}

#rightcolumn {
    position: relative;
    width: 150px;
    margin-left: 4px;
    margin-top: -3px;
    /*background-image:url(Images/toprightcorner.jpg);
	background-repeat:no-repeat;*/
}

.navigationList {
    list-style: none;
    margin-left: 0px;
    padding-left: 1em;
    text-indent: -1em;
}

.navigationListItem {
    margin-bottom: 1px;
}

.sidebarcontainer {
    padding: 5px;
    margin-left: 7px;
    margin-right: 7px;
    border: 1px solid #999999;
    background-color: #EFEFEF;
    font-size: 9pt;
}

    .sidebarcontainer a {
        color: #00008B;
        text-decoration: none;
    }

        .sidebarcontainer a:hover {
            color: #FC506F;
            text-decoration: underline;
        }

/*** Center Content ***/

#centercolumn {
    width: 600px;
    margin-left: 35px;
    margin-bottom: 75px;
}

#copy a {
    color: #000080;
    text-decoration: none;
}

    #copy a:hover {
        color: #FC506F;
        text-decoration: underline;
    }

#copy .container {
    text-align: left;
    padding: 20px 20px 20px 20px;
}

.imgfloatright {
    float: right;
    margin: 5px;
    border: 1px solid #4682B4 !important;
}

.imgfloatleft {
    float: left;
    margin: 5px;
    border: 1px solid #4682B4 !important;
}

/*** Footer Content ***/

#footer {
    text-align: center;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 0.9em;
    background-color: #EFEFEF;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

    #footer a {
        margin: 1px 5px;
        color: #00008B;
        text-decoration: none;
    }

        #footer a:hover {
            color: #FC506F;
            text-decoration: underline;
        }

.linkColumn {
    width: 35%;
    border:1px solid black;
    padding:5px;
}

.infoColumn {
    font-size: small;
    border:1px solid black;
    padding:5px;
}

.panelSurvey {
    height: 125px;
    width: 600px;
    margin: 0 auto;
    display: inline-block;
    /*background: #006699;*/
    background: #e7c138;
    border: solid 1px #999999;
}


.surveyImageDiv {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.surveyTitleDiv {
    height: 35px;
    line-height: 35px;
    width: calc(100% - 55px);
    float: right;
    text-align: center;
    /*
    color: #e7c138;
        */
    padding: 5px;
    font-size: large;
    font-weight:bold;
}

    .surveyTextDiv a, .surveyTextDiv a:hover, .surveyTitleDiv a, .surveyTitleDiv a:hover {
        
        /*color: #e7c138 !important;*/
        color:#006699 !important;
    }

.surveyTextDiv {
    float: right;

    /*color: #e7c138;*/
    color:#006699;
    padding: 5px;
    visibility: visible;
}

/*** Layout for printing ***/

@media print {
    body {
        font-size: 12pt;
        line-height: 13pt;
        background: #FFFFFF !important;
    }

    #wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
        width: auto !important;
        margin: auto !important;
    }

    #wrapper, #contentwrapper {
        border: none;
    }

    #mainnav {
        padding: 0;
        text-align: center;
    }

    #leftcolumn, #rightcolumn, #search, #footer, #breadcrumbs, .button {
        display: none;
    }

    #header, #wrapper, #mainnav, #mainnav .item, #mainnav .selected, #copy .container {
        background: transparent;
    }

    #centercolumn {
        float: none;
        margin: 0 1em 0 2.5em;
    }

    #breadcrumbs {
        position: static;
    }

    #copy .container {
        margin: 0;
        padding: 0 !important;
        border-style: none !important;
        border-width: 0;
    }

    #copy fieldset {
        border: none;
    }

    #footer {
        position: static;
        border-style: none !important;
        border-top: 1px solid #000000;
    }
}
