/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

html, body {
    margin: 0;
    padding: 0;
    height: 100%

}

h1 {
/*18px via YUI Fonts CSS foundation*/
    font-size: 138.5%;
}

p {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

h2 {
/*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
}

h3 {
/*14px via YUI Fonts CSS foundation*/
    font-size: 108%;
}

h1, h2, h3 {
/* top & bottom margin based on font size */
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
/*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}

abbr, acronym {
/*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
/*bringing italics back to the em element*/
    font-style: italic;
}

blockquote, ul, ol, dl {
/*giving blockquotes and lists room to breath*/
    margin: 1em;
}

ol, ul, dl {
/*bringing lists on to the page with breathing room */
    margin-left: 2em;
}

ol li {
/*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}

ul li {
/*giving UL's LIs generated disc markers*/
/*list-style: disc outside;*/
}

dl dd {
/*giving UL's LIs generated numbers*/
    margin-left: 1em;
}

th, td {
/*borders and padding to make the table readable*/
    border: 1px solid #000;
    padding: .5em;
}

th {
/*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: center;
}

caption {
/*coordinated margin to match cell's padding*/
    margin-bottom: .5em; /*centered so it doesn't blend in to other content*/
    text-align: center;
}

p, fieldset, table, pre {
/*so things don't run into each other*/
    margin-bottom: 1em;
}

/* setting a consistent width, 160px;
control of type=file still not possible */
input[type=text], input[type=password], textarea {
    width: 12.25em;
    *width: 11.9em;
}

/* stylesheet 2 */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html {

/*font-family: helvetica, sans-serif;*/
    font: 13px / 1.231 arial, helvetica, clean, sans-serif; /**font-size: small;*/
/**font: x-small;*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

body {

    background-image: url("/img/water.jpg");
    background-position: center;
    background-repeat: repeat; /*background-color:green;*/

}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

body {
    text-align: center;
}

#ft {
    clear: both;
}

#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
    margin: auto;
    text-align: left;
    background-color: white;

}

#doc2 {
    width: 73.076em;
    *width: 71.25em;
}

#doc3 {
    margin: auto 10px;
    width: auto;
}

#doc4 {
    width: 900px;
}

.yui-b {
    position: relative;
}

.yui-b {
    _position: static;
}

#yui-main .yui-b {
    position: static;
}

#yui-main {
    width: 100%;
}

.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main {
    float: right;
    margin-left: -25em;
}

.yui-t4 #yui-main, .yui-t5 #yui-main, .yui-t6 #yui-main {
    float: left;
    margin-right: -25em;
}

.yui-t1 .yui-b {
    float: left;
    width: 12.30769em;
    *width: 12.00em;
}

.yui-t1 #yui-main .yui-b {
    margin-left: 13.30769em;
    *margin-left: 13.05em;
}

.yui-t2 .yui-b {
    float: left;
    width: 13.8461em;
    *width: 13.50em;
}

.yui-t2 #yui-main .yui-b {
    margin-left: 14.8461em;
    *margin-left: 14.55em;
}

.yui-t3 .yui-b {
    float: left;
    width: 23.0769em;
    *width: 22.50em;
}

.yui-t3 #yui-main .yui-b {
    margin-left: 24.0769em;
    *margin-left: 23.62em;
}

.yui-t4 .yui-b {
    float: right;
    width: 13.8456em;
    *width: 13.50em;
}

.yui-t4 #yui-main .yui-b {
    margin-right: 14.8456em;
    *margin-right: 14.55em;
}

.yui-t5 .yui-b {
    float: right;
    width: 18.4615em;
    *width: 18.00em;
}

.yui-t5 #yui-main .yui-b {
    margin-right: 19.4615em;
    *margin-right: 19.125em;
}

.yui-t6 .yui-b {
    float: right;
    width: 23.0769em;
    *width: 22.50em;
}

.yui-t6 #yui-main .yui-b {
    margin-right: 24.0769em;
    *margin-right: 23.62em;
}

.yui-t7 #yui-main .yui-b {
    display: block;
    margin: 0 0 1em 0;
}

#yui-main .yui-b {
    float: none;
    width: auto;
}

.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {
    float: left;
}

.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf, .yui-gc .yui-u, .yui-gd .yui-g, .yui-g .yui-gc .yui-u, .yui-ge .yui-u, .yui-ge .yui-g, .yui-gf .yui-g, .yui-gf .yui-u {
    float: right;
}

.yui-g div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first, .yui-ge div.first, .yui-gf div.first, .yui-g .yui-gc div.first, .yui-g .yui-ge div.first, .yui-gc div.first div.first {
    float: left;
}

.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf {
    width: 49.1%;
}

.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {
    width: 32%;
    margin-left: 1.99%;
}

.yui-gb .yui-u {
    *margin-left: 1.9%;
    *width: 31.9%;
}

.yui-gc div.first, .yui-gd .yui-u {
    width: 66%;
}

.yui-gd div.first {
    width: 32%;
}

.yui-ge div.first, .yui-gf .yui-u {
    width: 74.2%;
}

.yui-ge .yui-u, .yui-gf div.first {
    width: 24%;
}

.yui-g .yui-gb div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first {
    margin-left: 0;
}

.yui-g .yui-g .yui-u, .yui-gb .yui-g .yui-u, .yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u, .yui-ge .yui-g .yui-u, .yui-gf .yui-g .yui-u {
    width: 49%;
    *width: 48.1%;
    *margin-left: 0;
}

.yui-g .yui-gb div.first, .yui-gb .yui-gb div.first {
    *margin-right: 0;
    *width: 32%;
    _width: 31.7%;
}

.yui-g .yui-gc div.first, .yui-gd .yui-g {
    width: 66%;
}

.yui-gb .yui-g div.first {
    *margin-right: 4%;
    _margin-right: 1.3%;
}

.yui-gb .yui-gc div.first, .yui-gb .yui-gd div.first {
    *margin-right: 0;
}

.yui-gb .yui-gb .yui-u, .yui-gb .yui-gc .yui-u {
    *margin-left: 1.8%;
    _margin-left: 4%;
}

.yui-g .yui-gb .yui-u {
    _margin-left: 1.0%;
}

.yui-gb .yui-gd .yui-u {
    *width: 66%;
    _width: 61.2%;
}

.yui-gb .yui-gd div.first {
    *width: 31%;
    _width: 29.5%;
}

.yui-g .yui-gc .yui-u, .yui-gb .yui-gc .yui-u {
    width: 32%;
    _float: right;
    margin-right: 0;
    _margin-left: 0;
}

.yui-gb .yui-gc div.first {
    width: 66%;
    *float: left;
    *margin-left: 0;
}

.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf .yui-u {
    margin: 0;
}

.yui-gb .yui-gb .yui-u {
    _margin-left: .7%;
}

.yui-gb .yui-g div.first, .yui-gb .yui-gb div.first {
    *margin-left: 0;
}

.yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u {
    *width: 48.1%;
    *margin-left: 0;
}

s .yui-gb .yui-gd div.first {
    width: 32%;
}

.yui-g .yui-gd div.first {
    _width: 29.9%;
}

.yui-ge .yui-g {
    width: 24%;
}

.yui-gf .yui-g {
    width: 74.2%;
}

.yui-gb .yui-ge div.yui-u, .yui-gb .yui-gf div.yui-u {
    float: right;
}

.yui-gb .yui-ge div.first, .yui-gb .yui-gf div.first {
    float: left;
}

.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf div.first {
    *width: 24%;
    _width: 20%;
}

.yui-gb .yui-ge div.first, .yui-gb .yui-gf .yui-u {
    *width: 73.5%;
    _width: 65.5%;
}

.yui-ge div.first .yui-gd .yui-u {
    width: 65%;
}

.yui-ge div.first .yui-gd div.first {
    width: 32%;
}

#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-ge:after, .yui-gf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
    zoom: 1;
}

.adminNav ul {
    text-decoration: none;
    list-style-type: none;
}

.adminNav a:link {
    color: black;
    text-decoration: none;
}

.adminNav a:visited {
    color: black;
    text-decoration: none;
}

.adminNav a:hover {
    color: blue;
    text-decoration: none;
}

.adminNav a:active {
    color: blue;
    text-decoration: none;
}

.topNavItem {
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: white; /*padding-left:10px;*/
/*padding-right:10px;*/
    width: 175px;
    text-align: center;
}

.topNavItemHover {
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: white; /*padding-left:10px;*/
/*padding-right:10px;*/
    width: 175px;
    text-align: center;
    background-color: lightblue;
}

.topNavBar {
    background-color: royalblue;

    height: 30px;
    line-height: 30px; /*display: table-cell;*/
    vertical-align: middle;

}

.bottomNavItem {
    float: left;
    font-size: .75em;
    color: gray;
    vertical-align: middle; /*padding-left:10px;*/
/*padding-right:10px;*/
    width: 112px;
    text-align: center;

}

.footer {
    width: 900px;
    height: 20px;
}

.bottomNavBar {

}

.menu {

    margin: 2px auto;
    display: table;
    padding: 2px;
    white-space: nowrap;

}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    white-space: nowrap;
}

.menu ul li {
    display: table-cell;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    color: gray;
    padding: 5px 5px;
    font-weight: bold;
    font-size: .75em;
}

.menu ul li a:visited {
    color: #7d7b7c;
}

.menu ul li a:hover, .menu ul li .current {
    color: #7d7b7c;

}

.headerContainer {

    margin-bottom: 20px;
}

/*.topNavItemFish{*/
/*width:171px;*/
/*height:27px;*/
/*}*/

.topNavFish {
    font-weight: bold;
    padding-left: 22.5px;
    padding-right: 22.5px;
    padding-top: 12px;
    clear: both;

}

.myMainContent {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.myMainContentAfterNav {
/*margin-left:193.5px;*/
    padding-top: 20px;
    padding-left: 20px;

    float: left;
    clear: none;
    width: 630px;
    height: 100%;
}

.myMainContentAfterNav p {
    padding-bottom: 10px;
}

.myMainContentAfterNav h1 {
    font-size: 1.5em;
    color: #64a0c8;
    margin-bottom: 20px;

}

.myMainContentAfterNav h2 {
    font-size: 1.1em;
    color: #004165;
    font-weight: bold;
}

.myMainContentAfterNav a {

    color: #64a0c8;

}

.myMainContentNav {
    padding-top: 20px;
}

.leftNav {
    float: left;
    padding-top: 12px;
}

.myMainContentNoNav {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.myMainContentNoNav p {

    padding-bottom: 10px;
}

.myMainContentNoNav h1 {
    font-size: 1.5em;
    color: #64a0c8;
    margin-bottom: 20px;

}

.myMainContentNoNav a {

    color: #64a0c8;

}

.selectedTopNavItem {

}

.selectedLeftNavItem {
    border-style: solid;
    border-width: 1px;
    border-color: #004165;

    text-decoration: none;
    background-color: #E4E5E3;
}

.selectedLeftNavItem a {
    text-decoration: none;
}

.selectedLeftNavItem a:link {
    text-decoration: none;
}

.selectedLeftNavItem a:hover {
    text-decoration: none;
}

.selectedLeftNavItem a:visited {
    text-decoration: none;
}

.selectedLeftNavItem a:active {
    text-decoration: none;
}

.selectedLeftNavItem a:focus {
    text-decoration: none;
}

.symptomCalc {
    width: 450px; /*padding:15px;*/
    border: solid black 1px;
}

.symptomHeader {
    background-color: #64a0c8;
    color: white;
    padding: 15px;
    border: solid black 1px;
    font-size: 1.2em;
    font-weight: bold;

}

.symptomCalc #bodyContent {

}

.symptomCalc .question {

}

.symptomCalc .question .questionText {
    width: 360px;
    float: left;
    padding-right: 10px;

}

.symptomCalc .question .questionScore {
    width: 15px;

    margin: auto;
    display: inline;
}

.symptomCalc .question .questionScore input {
    width: 15px;
    text-align: center;

}

.surveyTable {
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    table-layout: auto;
}

.surveyTable tr {
    border: none;

}

.surveyTable td {
    border: none;
    padding: 5px;
}

.surveryTableScoreField {
    width: 5px;
    text-align: center;
}

.rightColumn {
    background-color: #E4E5E3;
}

.header2darkBlue {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 1.1em;
    color: #004165;
    font-weight: bold;
}

.header2darkBlue2 {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 1em;
    color: #004165;
    font-weight: bold;
}

.floatRightLogo {
    float: right;
    padding: 10px 60px 10px 10px;
    margin-top: -50px;

}

.floatRightLogo2 {
    float: right;
    padding: 10px 60px 10px 10px;

}

.floatRightLogo3 {
    float: right;
    padding: 10px;
0 px;
10 px;
10 px;
}

.glossaryEntry {
    padding-bottom: 20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

.requiredError {
    color: red;
}

.mediaRoomSubHeader {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 13px;
    font-family: arial, helvetica, clean, sans-serif;
    font-weight: bold;
}

.mediaRoomSubHeader .mediaRoomSubHeaderNotSelected :hover {
    color: #64A0C8;
}

.mediaRoomSubHeader a {
    text-decoration: none;
    color: #004165;
}

.mediaRoomSubHeaderSelected {
    float: left;
    padding: 4px 20px 4px 20px;
    margin-right: 35px;
    background-color: #E4E5E3;
    color: #004165;
    border: #004165 solid 1px;

    text-decoration: none;
}

.mediaRoomSubHeaderNotSelected {
    float: left;
    padding: 4px 20px 4px 20px;
    margin-right: 35px;
    color: #004165;
    font-weight: bold;

    text-decoration: none;
}

