﻿body
{
    font-family: Arial,Helvetica,Sans-Serif;
}

form
{
    position: relative;
    min-height: 100%;
    z-index: 5;
}

#keywords
{
    font-size: 11px;
}
#header{
    width: 100%;
    background: transparent url("../../images/globalnav/globnav_vert_bkgd.jpg") repeat-x 0 0;
    margin: 0 0 12px 0;
}

#header ul{
    background: transparent url("../../images/globalnav/globnav_grey_bkgd.jpg") repeat-x 0 0;
    list-style: none;
    height: 30px;
    width: 100%;
    min-width:1000px;
	width: expression(document.body.clientWidth < 1010 ? "1000px" : "100%" );

}
#header ul li{
    float: left;
}
#header ul li a{
    background: transparent url("../../images/globalnav/globnav_all_shimmer.gif") no-repeat 0 0;
    display: block;
    height: 29px;
}

#header ul li a span{
    text-indent: -9000px;
    display: block;
}

/*
#header ul li.home a{
    background: transparent url("../../images/globalnav/globalnav_home_brdr.jpg") no-repeat 0 0;
    width: 67px;
}
*/
#header ul li.login a{
    background: transparent url("../../images/globalnav/globalnav_login_nocurve.jpg") no-repeat 0 0;
    width: 170px;
}

#header ul li.myhome a {
    background-position: -800px 0;
    width:66px;
}

#header ul li.myhome a:hover {
    background-position: -800px -29px;
    width:66px;
}

#header ul li.profile a{
    background-position: 0 0;
    width: 82px;
}
#header ul li.profile a:hover{
    background-position: 0 -29px;
}

#header ul li.sex a {width: 83px; background-position: -866px 0px;}
#header ul li.sex a:hover {width: 83px; background-position: -866px -29px;}

#header ul li.inbox a{
    background-position: -82px 0;
    width: 89px;
}
#header ul li.inbox a:hover{
    background-position: -82px -29px;
}

#header ul li.search a{
    background-position: -170px 0;
    width: 68px;
}
#header ul li.search a:hover{
    background-position: -170px -29px;
}
#header ul li.chat a{
    background-position: -708px 0;
    width: 92px;
}
#header ul li.chat a:hover{
    background-position: -708px -29px;
}
#header ul li.coach a{
    background-position: -237px 0;
    width: 123px;
}
#header ul li.coach a:hover{
    background-position: -237px -29px;
}
#header ul li.cc a{
    background-position: -454px 0;
    width: 111px;
}
#header ul li.cc a:hover{
    background-position: -454px -29px;
}
#header ul li.safe a{
    background-position: -565px 0;
    width: 144px;
}
#header ul li.safe a:hover{
    background-position: -565px -29px;
}
.wrapper a{
    font-size: 11px;
    color: #0066cb;
}

#footer{
    padding: 5px 0 0 0;
    margin-top: 40px;
    width: 100%;
    position: relative;
    bottom: 0;
    background: #ffffff;
}
#footer ul{
    border-top: 4px solid #d4d0c8;
    list-style: none;
    clear: right;
    height: 25px;
    padding-top: 5px;
}
#footer ul li{
    text-align: center;
    float: left;
    height: 20px;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    border-right: 1px solid #DDDDDD;
    width: 85px;
    vertical-align: middle;
}
#footer a{
    padding: 3px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #0066cb;
}
#footer p{
    color: #666666;
    font-size: 10px;
    margin: 0;
    padding: 0 0 0 10px;
}

#footer ul li a:hover {
    color: #cb407f;
}

#content{
    padding: 5px 0 0 0;
}
.disclaimer{
    width: 205px;
    color: #bfbfbf;
    font-size: 10px;
}
    
.overlay
{
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 130px;
    width: 100%;
    z-index: 6;
}
.translucent
{
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #000000;
}
.clear
{
    clear: both;
}
