/*************** Banner Image *****************/
.imgBanner
{
    width: 780px;
    height: 130px;
    border-width:0px;
    background: #00669c;
}

/*************** Main Menu *****************/

#nav /* top level ul */
{
    padding: 0;
    margin: 0;
    background: #00669C url(/images/nav_corner.gif) no-repeat right top;
    float: left;
    width: 100%;
    line-height: 1.25em;
    list-style-type: none;
    font-size: 1.1em;
}
#nav li /* top level list items */
{
    float: left;
    font-weight: bold;
    padding: 0px 20px 0px 0px; /* was 0, then 20 */
    margin: 0;
}
#nav li.leastSpace /* top level list for Donate/Shop version */
{
    float: left;
    font-weight: bold;
    padding: 0px 20px 0px 0px; /* was 0, then 14 */
    margin: 0;
}
#nav li a /* top level list item links */
{
    display: block;
    /* width: 10em; */
    /* width: 145px; */
    color: #ffffff;
    text-decoration: none;
    padding: 4px 0px 4px 20px; /* was 4px 3px, then 4-0-4-25 */
   /* padding: .25em .5em; */
    text-align: center;
}
#nav ul /* second level ul */
{
    border-bottom: 1px solid #ffffff;
    padding: 0;
    margin: 0;
    list-style: none;
   /* background: #00669C; */
   /* width: 12em; */
    position: absolute;
    left: -999em;
    height: auto;
        z-index: 5;
}
#nav ul li /* second level list items */
{
    font-weight: normal;
    padding: 0; /* NEW APR 2010 */
   /* width: 12em; */
    background: #00669C;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 1em;
        z-index: 5;
}
#nav ul li a
{
    text-align: left;
        padding: 4px 3px; /* NEW APR 2010 */
}
#nav ul.ddOne, #nav ul li.ddOne
{
    width: 14em;
        z-index: 5;
}
#nav ul li.ddOne a
{
   width: 13em;
       z-index: 5;
}
#nav ul li.ddOne ul /* - for item One / level 3 flyout menu  */
{
    margin: -1.8em 0 0 14em;
    width: 14em;
        z-index: 5;
}

#nav ul.ddTwo, #nav ul li.ddTwo
{
    width: 18.5em;
        z-index: 5;

}
#nav ul li.ddTwo a
{
   width: 17.5em;
       z-index: 5;
}
#nav ul.ddTwoNew, #nav ul li.ddTwoNew
{
    width: 16em;
        z-index: 5;

}
#nav ul li.ddTwoNew a
{
   width: 15em;
       z-index: 5;
}
#nav ul li.ddTwoNew ul /* - for item One / level 3 flyout menu  */
{
    margin: -1.8em 0 0 16em;
    width: 14em;
        z-index: 5;
}
#nav ul.ddThree, #nav ul li.ddThree
{
    width: 13em;
        z-index: 5;

}
#nav ul li.ddThree a
{
   width: 12em;
       z-index: 5;
}
#nav ul.ddFour, #nav ul li.ddFour
{
    width: 12em;
        z-index: 5;

}
#nav ul li.ddFour a
{
   width: 11em;
       z-index: 5;
}
#nav ul.ddFive, #nav ul li.ddFive
{
    width: 12em;
        z-index: 5;
}
#nav ul li.ddFive a
{
   width: 11em;
       z-index: 5;
}
#nav a.parent /* parent links with children - for flyout bullet images*/
{
    background: url(/images/bullet.gif) 95% 50% no-repeat;
}
#nav li:hover, #nav li.sfhover
{
    background: #99CC66;
}
#nav li:hover ul
{
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
}

/***************** Edition menu ***************/
.edition a
{
    font-size: 11px;
}

#ed /* top level ul */
{
	  float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    left: 551px;


}
#ed li /* the edition link itself */
{
    background: url(/images/home07/editionbackoff.jpg) no-repeat right top;
    float: left;
        list-style: none;
    list-style-type: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#ed ul /* second level ul */
{
     left: -999em;
    position: absolute;
    line-height: 2em;
    list-style: none;
    height: auto;
    background: #E7EEF4;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 1px solid #888888;
        text-decoration: none;
    padding: 0;
    margin: 0;

}

#ed ul li
{
    background: #E7EEF4;
}
#ed ul li a /* the drop down item links */
{
    text-decoration: none;
    display: block;
    width: 205px;
    text-align: left;
    font-size: 1em;
}
#ed ul.ddEd, #ed ul li.ddEd
{
    width: 18em;
}
#ed ul li.ddEd a
{
   width: 18em;

       border-bottom: 1px solid #888888;
        text-decoration: none;
}
#ed li:hover, #ed li.sfhover
{
    background: url(/images/home07/editionbackon.jpg) no-repeat right top;
}
#ed ul li:hover, #ed ul li.sfhover
{
    background: #FFFFFF;
}
#ed li:hover ul /* Firefox will position this correctly by itself */
{
		left: auto;
		    width: 205px;
}
#ed li.sfhover ul /* IE needs the coordinates to show up correctly */
{
    left: 549px;
    top: 38px;
        width: 205px;
}
#ed li:hover ul ul, #ed li:hover ul ul ul, #ed li.sfhover ul ul, #ed li.sfhover ul ul ul
{
    left: -999em;
}

/* #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
} */



/***************** Left Navigation ************/
#sectionTitle
{
    background: #00669C;
    font-weight: bolder;
    font-style: normal;
    font-size: 100%;
    padding: 7px 4px 7px 4px;
}
#sectionTitle a, #hiliteLinks a
{
    text-decoration: none;
    color: #ffffff;
    background: url(/images/bullet.gif) no-repeat 4px 5px;
    padding: 4px 4px 4px 14px;
    display: block;
}
#sectionTitle a:hover, #hiliteLinks a:hover
{
    color: #D1DDEB;
    background: url(/images/blue_bullet_on.gif) no-repeat 4px 5px;
}
#subNav li
{
    padding: 10px 4px 0px 0px;
}
#subNav li a
{
    list-style-type: disc;
    display: block;
}
#subNav li a:hover
{
    text-decoration: none;
}

#subNav li a.navActive
{
    text-decoration: none;
    color: Black;
        }
#subNav ul li a.navActive
{
    text-decoration: none;
    color: Black;
        }
#subNav ul/* second-level level links (level 4 in XML) */
{
    padding: 0;
    margin: 0;
    /* list-style-type: none; */
    background: none;
}
#subNav ul li
{
    font-weight: normal;
    border: none;
    background: none;
        margin-left: 14px;
}

#subNav ul ul/* third-level level links (level 5 in XML) */
{
    padding: 0;
    margin: 0;
    /* list-style-type: none; */
}
#subNav ul ul li
{
    font-weight: normal;
    border: none;
    background: none;
    margin-left: 8px;
}
#subNav ul ul li a
{
    font-weight: normal;
}

#subNav ul ul li a.navActive
{
    /* color: #99CC66; */
    color: Black;
    }
/* Orange Menu*/
.navOrange
{
    margin: 0px;
    padding: 0px;
    background: #D1DDEB url(/images/navigation/hr08.gif) no-repeat top;
}
.navOrange ul
{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}
.navOrange ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    color: #ffffff;
    background: url(/images/navigation/hr08.gif) no-repeat bottom;
}
.navOrange a, .navOrange a:link, .navOrange a:active
{
    display: block;
    padding: 8px 0px 8px 18px;
        color: #006699;
    text-decoration: underline;
    background: url(/images/navigation/hr08.gif) no-repeat bottom;
    font-weight: bold;
}
.navOrange a:visited
{
    display: block;
    padding: 8px 0px 8px 18px;
            color: #800080;
    text-decoration: underline;
    background: url(/images/navigation/hr08.gif) no-repeat bottom;
    font-weight: bold;
}
.navOrange a:hover
{
    color: #006699;
    text-decoration: none;

}

/************* Footer ***********************/
#footerText
{
    background: url(/images/horizontal_bar.gif) repeat-x 0px 0px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-family: arial, helvetica, tahoma;
    font-size: .8em;
}

#footerText p
{
    margin: 0;
    padding: 0 10px 10px 10px;
    line-height: 150%;

}
#footerLinksNav, #footerLinksSub
{
    margin: 0 0 2px 0;
    padding: 0 10px;
}

#footerLinksNav li, #footerLinksSub li
{
    margin-left: 0;
    list-style: none;
    display: inline;
    padding: 0 4px;
    border-left: solid 1px #000000;
}

#footerLinksNav li.first, #footerLinksSub li.first
{
    border-left: none;
}

#footerLinksNav li a:link, #footerLinksSub li a:link, #footerLinks2html a:link, #footerLinksNav li a:visited, #footerLinksSub li a:visited, #footerLinks2html a:visited, #footerLinksNav li a:active, #footerLinksSub li a:active, #footerLinks2html a:active
{
    color: #666666;
    text-decoration: underline;
}

#footerLinksNav li a:hover, #footerLinksSub li a:hover, #footerLinks2html a:hover
{
    text-decoration: none;
}

.copyright
{
    font-size: 80%;
}


/****** Browser Hack - http://www.positioniseverything.net/easyclearing.html ***************/
/* forces floated elements to clear previous elements in all browsers */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-table;
}
/* Hides from IE-mac */
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
