/* SITE HEADER CSS */

.siteHeader
{
    font-size:1px;
    float:left;
    width:970px;
    display:block;
    background-color:white;
}

.headerLeft
{
    float:left;
    display:block;
    width:275px;
}

.headerLogo
{
    display:block;
    width:275px;
    height:35px;
    padding-left:20px;
    padding-top:8px;
}

.headerLogo A
{
    color:black;
    text-decoration:none;
}

.headerTitle
{
    float:left;
    padding-left:20px;
    padding-top:0px;
    width:275px;
    height:20px;
    display:block;
    text-align:left;
}

.headerTitle A
{
    font-size:17px;
    font-weight:bold;
}

.headerRight
{
    float:right;
    display:block;
    width:644px;
    padding-right:20px;
}

.headerLinkPanel
{
    float:right;
    display:block;
    width:644px;
    height:20px;
    text-align:right;
    padding-top:13px;
}

.headerLinkPanel A
{
    font-size:12px;
}

.headerLinkPanel SPAN
{
    font-size:12px;
    color:black;
}

.headerLoginForm
{    
    font-size:10px;
    float:right;
    display:block;
    width:643px;
    text-align:right;
    padding-top:5px;
    vertical-align:middle;    
}

.headerSearchForm
{
    font-size:12px;
    float:right;
    display:block;
    width:643px;
    text-align:right;
    padding-top:5px;
}

.headerBottomLine
{
    padding-top:0px;
    float:left;
    width:970px;
    height:10px;
    display:block;
}
DIV.passTitle
{
    display: none;
    z-index: 100;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 20px;
    cursor: text;
    height: 20px;
    margin-top: -20px;
    width: 90px;
}
DIV.passTitleText
{
    text-align:left;
    padding-top:4px;
    z-index:100;
    padding-left:3px;
    color: gray;
    width: 90px;
}
DIV.emailTitle
{
    display: none;
    z-index: 100;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 20px;
    cursor: text;
    height: 20px;
    margin-top: -20px;
    width: 155px;
}
DIV.emailTitleText
{
    text-align:left;
    padding-top:4px;
    z-index:100;
    padding-left:3px;
    color: gray;
    width: 155px;
}


