body
{
    background: #000000;
    font: 62.5% Verdana, Arial, Sans-Serif;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
h1
{
    color: #000000;
    font-size: 2.5em;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: normal;
}
h2
{
    color: #ffffff;
    font-size: 1.2em;
    padding: 5px 0 5px 10px;
    margin: 0;
    background-color: #000000;
    font-weight: bold;
}
p
{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 1.1em;
}
.fhm #container
{
    width: 760px;
    background: #FFFFFF;
    margin: auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left;
}
/* -------------------------------------------------- HEADER -----------------------------------> */
.fhm #header
{
    background-image: url(../Images/zoo_background.jpg);
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    background-color: #000000;
}
.fhm #header #logo img
{
    padding-top: 28px;
    padding-bottom: 19px;
    padding-left: 21px;
}
/* -------------------------------------------------- TOP NAV -----------------------------------> */
.fhm #nav
{
    background-image: url(../Images/zoo_nav.jpg);
    background-repeat: no-repeat;
    color: #D00000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 23px;
    font-size: 1.0em;
    font-weight: bold;
}
.fhm #nav ul
{
    margin: 0;
    padding: 0;
    list-style: none; 
}
.fhm #nav li
{
    display: inline;
    padding: 0 7px 0 0;
    margin: 0 0 0 2px;
    font-size: 1.2em;
}
.fhm #nav A:link
{
    text-decoration: underline;
    color: #ffffff;
}
.fhm #nav A:visited
{
    text-decoration: underline;
    color: #ffffff;
}
.fhm #nav A:active
{
    text-decoration: underline;
    color: #ffffff;
}
.fhm #nav A:hover
{
    text-decoration: none;
    color: #ffffff;
}
/* -------------------------------------------------- CONTENT -----------------------------------> */
.fhm #leftContent_Splash
{
    float: left; /* since this element is floated, a width must be given */
    width: 330px; /* actual width of div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding + border + width */ /*background: #ffffff;  the background color will be displayed for the length of the content in the column, but no further */
    background-image: url(../Images/leftbg.gif);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px; 
}
.fhm #rightContent_Splash
{
    float: left; /* since this element is floated, a width must be given */
    width: 390px; /* actual width of div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding + border + width */ /*background: #ffffff;  the background color will be displayed for the length of the content in the column, but no further */ /*margin: 0 0 0 20px;*/ /* padding: 0px 10px 15px 10px;   border: solid 1px #666666;          */
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.fhm ul
{
    margin: 0 0 0 10px;
    padding: 0; /*  list-style: none;width: 336px;*/
}
.fhm li
{
    /*border-right: 1px solid #ffffff;     display: inline;*/
    padding: 0 7px 7px 0;
    margin: 0 0 0 7px;
    font-size: 1.1em;
}
/* -------------------------------------------------- FOOTER NAV -----------------------------------> */
.fhm #footernav
{
    padding-top: 5px;
    padding-left: 0px;

}
.fhm #footernav ul
{
    margin: 0;
    padding: 10px;
    list-style: none;
}
.fhm #footernav li
{
    display: inline;
    padding: 0 0 0 0;
    margin: 0 0 0 7px;
}
.fhm #footernav A:link
{
    text-decoration: none;
    color: #ffffff;
}
.fhm #footernav A:visited
{
    text-decoration: none;
    color: #ffffff;
}
.fhm #footernav A:active
{
    text-decoration: none;
    color: #ffffff;
}
.fhm #footernav A:hover
{
    text-decoration: underline;
    color: #ffffff;
}
/* -------------------------------------------------- FLOATS -----------------------------------> */
.fhm .clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.fhm #bluebox
{
    /*position: absolute;     top: 100px;     right: 20px;     text-align: right;     height: 141px;     */
    float: left; 
    margin: 0 10px 0 5px;
    width: 185px;
    background-color: #FAF6F6;
}
.fhm #login
{
    float: left; /* padding: 10px 10px 10px 15px;*/
    margin: 0;
    width: 170px;
    background-color: #FAF6F6; /*FAF6F6;*/
}
.fhm .boxtext
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
}
.fhm .inline
{
    margin: 0;
    display: inline;
}
/* -------------------------------------------------- FEATURED PROFILES -----------------------------------> */
.fhm #recentheader
{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FAF6F6;
}

.fhm #wld_badge_wrapper
{
    border: 0px solid black;
    width: 740px;
    overflow: hidden;
}
.fhm #wld_badge_inner
{
    padding: 10px 0 10px 20px;
    margin: 0;
    background-color: #FAF6F6;
}
.fhm .wld_badge_item
{
    float: left;
    margin: 0 20px 0 25px;
    padding: 0;
}
.fhm .wld_badge_item img
{
    border: 1px solid black;
}
.fhm .wld_badge_item_detail
{
    text-align: center;
    color: #D00000;
    margin-top: 5px;
    font-size: 1.2em;
    width: 90px;
    overflow: hidden;
}
.fhm .wld_badge_clear
{
    clear: both;
}
.fhm .wld_badge_item_region
{
    /*display: none;*/
}

#wld_badge_item_2, #wld_badge_item_4, #wld_badge_item_6,
#wld_badge_item_8, #wld_badge_item_10 { display: none; }