﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper
{
    width: 960px;
    margin: 0 auto;
}

.header
{
    background-image: url("../images/header.jpg");
    width: 960px;
    height: 116px;
}

.takeMeHome
{
    float: left;
    width: 545px;
    height: 116px;
}

.takeMeHome a
{
    display: block;
    width: 100%;
    height: 100%;
}

.social
{
    float: left;
    background-image: url("../images/social.gif");
    width: 58px;
    height: 115px;
    position: relative;
}

.social a
{
    display: block;
    width: 100%;
    height: 100%;
}

.socialTwitter
{
    position: absolute;
    left: 9px;
    top: 21px;
    width: 43px;
    height: 38px;
}

.socialFacebook
{
    position: absolute;
    left: 4px;
    top: 68px;
    width: 42px;
    height: 36px;
}

.loginButtonOuter
{
    float: left;
    position: relative;
    width: 357px;
    height: 116px;
}

.loginButtonInner
{
    position: absolute;
    left: 140px;
    top: 45px;
    width: 170px;
    height: 55px;    
}

.loginButtonInner a
{
    display: block;
    width: 100%;
    height: 100%;
}

.nav
{
    background-image: url("../images/navigation.gif");
    width: 881px;
    height: 31px;
    margin-left: 40px;
}

.nav ul
{
    list-style: none;
    font-size: 12px;
    height: 31px;
    padding-left: 40px;
}

.nav ul li
{
    float: left;
    display: inline;
    line-height: 31px;
    padding: 0 10px;
}

.nav ul li a
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

.nav ul li a:hover
{
    color: White;
}

.navDiv
{
    width: 5px;
}

.flag
{
    padding: 5px 5px 0 0 !important;
    float: right !important;
}

.flag img
{
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 0;
}

.flagselected img
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured
{
    clear:both;
    background-image: url("../images/featured_members.gif");
    width: 960px;
    height: 158px;
    position: relative;   
}

.featuredInner
{
    position: absolute;
    left: 340px;
    top: 15px;
    width: 550px;
    height: 120px;
    color: White;
}

.footer
{
    clear: both;
    background-image: url("../images/footer.gif");
    width: 881px;
    height: 32px;
    margin-left: 40px;
    padding-top: 27px;
    text-align: center;
    font-size: 10px;
    color: White;
}

.footer a
{
    color: White;
    text-decoration: none;
}

.footer ul
{
    list-style: none;
}

.footer ul li
{
    display: inline;
}

.wld_badge_item
{
    float: left;
    margin-right: 10px;
}

.wld_badge_item img
{
    border-width: 1px;
    border-color: Black;
}

.wld_badge_item_detail
{
    width: 90px;
    font-size: 12px;
    color: #ef2070;
}

.absoluteBottom
{
    width: 960px;
    color: White;
}

.absoluteBottom h1
{
    clear: both;
    color: #0099FF;
    font-size: 16px;
    padding-bottom: 1em;
    padding-top: 1em;
}

.absoluteBottom p
{
    color: #7F7F7F;
    font-size: 12px;
    padding-bottom: 1em;
}

.absoluteBottom a
{
    color: #00759A;
}

.absoluteBottom ul
{
    padding-top: 1em;
    padding: 0 3em;
    float: left;
    list-style: none;
}

.absoluteBottom ul li a
{
    font-size: 12px;
    color: #00759A;
}