/* Styles for FHN global navigation menus */
#navMain {
    height: 36px;
    position: relative;
    background: url(../images/nav-bar-bkgd.jpg) repeat-x
}

#navMain IMG, #navMain DIV {
    position: absolute;
}

#breadCrumb {
    font-size: 1em;
    padding: 0.5em 0 0.9em 0;
    color: #929292;
}

#breadCrumb A, #breadCrumb:link, #breadCrumb:visited {
    color: #929292
}

#footer {
    clear: both;
    background: url(../images/bkgrnd-ftr.gif) no-repeat top #002d47;
    min-height: 163px; 
    padding: 16px 16px 8px 16px;
    color: #fff;
    overflow: auto;
}

#footer A, #footer A:link, #footer A:visited {
    color: #fff
}

#footer A:hover {
    color: #b7a86f;
    text-decoration: underline;
}

#c1FeatServ {
    float: left;
    width: 175px;
    margin-right: 16px;
}

#c2PatVis {
    float: left;
    width: 175px;
    margin-right: 16px;
}

#c3AboutUs {
    float: left;
    width: 130px;
    margin-right: 16px;
}

#c4Poison, #c4PoisonP {
    float: left;
    width: 91px;
    display: block;
    margin-right: 36px;
}

#c4PoisonP {
    display: none
}

#c5Address {
    float: left;
    width: 170px;
    margin-right: 16px;
}

#c6Fans  {
    float: left;
    width: 89px;
    display: block
}

#footerRule {
    clear: both;
    padding-top: 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #fff
}

#r2c1Smoking {
    float: left;
    width: 450px;
    margin-right: 16px
}

#r2c2CopyRight {
    float: left;
}


/********************************************************
/  3rd Party Drop-Down Menu
/*******************************************************/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #004065;
border-top-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 17em; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a, .anylinkmenu DIV {
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    text-indent: 5px;
    color: #004065
}

.anylinkmenu a:hover, .anylinkmenu DIV{ /*hover background color*/
    background: #004065;
    color: #fff;
    text-decoration: none;
}

.anylinkmenu DIV{ /* It's a DIV when it's the current submenu item */
    background: #00a49a; 
    cursor: default;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
