﻿@import url(global_styles.css);

.borderbottom
{
    border-bottom: solid 1px #808b95;
}



/* single link plain */
.navContainer
{
    width: 100%;
    float: left;
}

.navContainer .navLink
{
    display: block;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.navLink:visited
{
    color: inherit;
}

/* use this for sections with sub links */
.subNavLink
{
    display: block;
    padding: 3px 3px 3px 3px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}


.subContainer
{
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.subContainer a
{
    text-decoration: none;
}

.subContainer a.underline
{
    text-decoration: underline;
}

.subContainer a:visited
{
    color: inherit;
}

/* nav style options */
.whiteNav, .whiteNav a, .whiteNav a:visited
{
    background: #ffffff;
    color: #808b95;
}

.whiteNav:hover, .whiteNav:hover a
{
    background: #808b95;
    color: #ffffff;
}

.orangeNav, .orangeNav a, orangeNav a:visited
{
    background: #f2a529;
    color: #ffffff;    
}

.subContainer .orangeNav, .subContainer .orangeNav a, .subContainer .orangeNav a:visited
{
    background: #f2a529;
    color: #ffffff;    
}
.orangeNav:hover, .orangeNav:hover a
{
    background: #d76524;
    color: #ffffff;
}

.whiteNavSelected, .whiteNavSelected a, .whiteNavSelected a:visited
{
    background: #808b95;
    color: #ffffff;
}

.orangeNavSelected, .orangeNavSelected a:link, .orangeNavSelected a:visited, orangeNavSelected a.underline:hover
{
    background: #d76524;
    color: #ffffff;
}


.pad5pxBlock
{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    display: block;
    text-align: center;
}
