/* {{{ navigation sub */
div.subnav {
    background: url(../grfx/all/corner_white_br.gif) no-repeat bottom right #005A40;
    /*background: url(../grfx/all/corner_white_br.gif) no-repeat bottom right #d6d6d6;*/
    padding: 0em;
    margin: 0em 0em 1.1em 0em;
}
div.subnavheader h2 {
    background: url(../grfx/all/corner_white_tl.gif) no-repeat top left;
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    margin: 0em;
    padding: 0.5em 1em 0.5em 1em;
}
div.subnavbody {
    background: url(../grfx/all/corner_white_bl.gif) no-repeat bottom left;
    padding: 0.5em 1em 0.5em 1em;
}
div.subnav ul {
    list-style: none url(../grfx/all/none.gif);
    margin: 0em 0em 1em 0em;
    padding-left: 1.2em;
    line-height: 1.3em;
}
div.subnav a {
    font-size: 0.95em;
    color: #005A40;
    font-weight: normal;
    text-decoration: none;
}
ul.level1 li.haschildren_open a:hover {
color: #005A40;
}
ul.level1 li.haschildren a:hover {
color: #005A40;
}
ul.level1 li a:hover {
color: #005A40;
}

ul.level1 li.haschildren {
    list-style: disc url(../grfx/all/arrow_right.gif);
}
ul.level1 li.haschildren_open {
    list-style: disc url(../grfx/all/arrow_down.gif);
    margin-top: 1em;
    margin-bottom: 1em;
}
div.subnav li.haschildren_open > a {
    color: #666666;
    font-weight: bold;
}
div.subnav li.haschildren_open > a.active {
    color: #005A40;
    font-weight: bold;
}
div.subnav a.active {
    color: #005A40;
    font-weight: bold;
}
div.subnav a:hover {
    color: #005A40;
    text-decoration: underline;
}

div.subnavheader {
    background: url(../grfx/all/corner_white_tr.gif) no-repeat top right #005A40;
    /*background: url(../grfx/all/corner_white_tr.gif) no-repeat top right #CE181A;*/
}
div#homebutton {
   background: url(../grfx/all/corner_white_tr.gif) no-repeat top right #005A40;
}
div#navmain li a:hover {
color: #005A40;
}

/* }}} */

a.headtext {
  color: #FFFFFF;
  text-decoration: none;
}


@media screen, print
{
  dfn, .hidden {
    position: absolute;
    left: -1000em;
    /*width: 20em; */
  }
}