﻿
#navigation
{
    border: none;
    padding: 1px 0px 4px 4px;
    width: 800px;
}
#nav
{
    width: 794px;
    height: 20px;
    text-align: center;
    background-color: #fedea2;
    margin: 0px 0 4px 5px;
    padding: 2px 0 0 5px;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    border: 1px solid #ffffff;
}
#nav
{
    background-color: #FEBD46;
    border: 3px solid #fedea2;
}
#nav a
{
    display: block;
}

#nav li
{
    /* all list items */
    float: left;
}
#nav li.last
{
    float: right;
}
#nav li ul
{
    /* second-level lists */
    position: absolute;
    border: 0;
    background-color: #a3b5d3;
    width: 6.7em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    padding: 2px 1px 1px 2px;
}
#nav li ul.tworows
{
    /* second-level lists */
    position: absolute;
    background-color: #a3b5d3;
    width: 8.95em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    padding: 2px 1px 1px 2px;
}
#nav li ul li
{
    /* second-level lists */
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ffffff;
    width: 8.7em;
    padding: 0px 0px 0px 0px;
    margin-bottom: 2px;
    text-decoration: none;
}
#nav li ul li.tworows
{
    /* second-level lists */
    height: 20px;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ffffff;
    width: 11.7em;
    padding: 0px 0px 0px 0px;
    margin-bottom: 2px;
    text-decoration: none;
}
#nav li ul li.tworows a:hover
{
    /* second-level lists */
    color: #0f336f;
    background-color: #febd46;
    width: 11.7em;
    height: 16px;
}


#nav li ul li:hover
{
    /* second-level lists */
    font-family: arial;
    font-size: 12px;
    color: #0f336f;
    text-decoration: none;
    background-color: #febd46;
}
#nav li ul li a:hover
{
    /* second-level lists */
    color: #0f336f;
    background-color: #febd46;
    width: 8.7em;
}

#nav li ul li .selected
{
    /* second-level lists */
    font-family: arial;
    font-size: 12px;
    color: #0f336f;
    text-decoration: none;
    background-color: #febd46;
}
#nav li ul li a
{
    /* second-level lists */
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 0;
}
#nav li ul li a .selected
{
    /* second-level lists */
    font-family: arial;
    font-size: 12px;
    color: #0f336f;
    text-decoration: none;
    background-color: #febd46;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}

#topNav
{
    position: relative;
    height: 60px;
    z-index: 1000;
}

#topNav.home {
	height: 30px;
}

#extraNav { 
	position:absolute;
	right:15px;
	bottom:5px;
}

#homeBanner #extraNav
{
    top: 10px;
}

#extraNav a {
	color:#262f70;
	text-decoration:none;
	line-height:130%;
}

#homeBanner #extraNav a
{
    color: #fff;
}

#extraNav .printLink
{
    display: none;
    margin-right: 10px;
    padding-left: 15px;
    background: url(../images/printIco.png) center left no-repeat transparent;
}
#extraNav .addthis_button
{
    padding-left: 15px;
    background: url(../images/share.png) center left no-repeat transparent;
}

#footerNav
{
    color: #4c558b;
    text-align: left;
}
#footerNav ul.main
{
    margin: 0 auto;
    width: 730px;
}

#footerNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footerNav a
{
    color: #4c558b;
    text-decoration: none;
}
#footerNav a:hover
{
    text-decoration: underline;
}

#footerNav ul li
{
    float: left;
    margin: 0 40px 0 0;
    font-weight: bold;
}
#footerNav ul li.last
{
    margin: 0;
}
#footerNav ul li ul
{
    margin: 5px 0 0;
}

#footerNav ul li li
{
    float: none;
    margin: 0;
    font-weight: normal;
    background: url(../images/liChevron.png) 0 5px no-repeat transparent;
    padding-left: 10px;
}

#footerNav #footerMainNav
{
    text-align: center;
    padding: 20px 0 8px;
}

#breadcrumb
{
    margin: 0 10px;
}

