﻿/********************************************/
/*                                          */
/*            Footer Style                  */
/*                                          */
/********************************************/

div.Footer
{
    clear:both;
    text-align:right;
    margin-right:5%
    }

ul.Footer
{
    list-style-type:none;
    }

li.Footer
{
    margin:5px;
    float:right;
    }

div.FooterBottomBar
{
    clear:both;
    position:relative;
    width:100%;
    background:#8CB6AD;
    height:10px;
    }

a.Footer:link, a.Footer:visited
{
    font-weight: bold;
    text-decoration: none;
    color:#FFFFFF;
    } 
a.Footer:hover, a.Footer:active
{
    text-decoration: underline;
    color:#9685BA;
    }
    

/********************************************/
/*                                          */
/*     Banner and Navigation Style          */
/*                                          */
/********************************************/


#dropmenudiv{
    position:absolute;
    border-left:3px solid #A52808;
    border-right:3px solid #A52808;
    background-color:#BD6131;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    text-align:center;
    width: 100%;
    display: block;
    border-bottom: 2px solid #A52808;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}

div.BannerNav
{
    min-width:800px;
    margin-left:5%;
    margin-right:5%;
    }

img.Banner
{
    width:100%;
    }

div.NavBorder
{
    margin-top:30px;
    background-color:#A52808;
    height:50px;
    }
    
table.Nav
{
    width:98%;
    height:30px;
    margin-top:10px;
    background-color:#BD6131;
    text-align:center;
    }
    
a.topnav:link, a.topnav:visited, a.topnav:hover, a.topnav:active
{
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    color:#FFFFFF;
    }

a.dropdown:link
{
    font-weight: bold;
    text-decoration: none;
    color:#FFFFFF;
    }

a.dropdown:visited
{   
    font-weight: bold;
    text-decoration: none;
    color:#000000;
    }

a.dropdown:hover, a.dropdown:active
{
    color:#213473;
    }