﻿body
{
    background-color:White;
    background-image:url('images/bg1.jpg');
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
}

#main_outer
{
    margin:auto;
    width:940px;
    margin-top:40px;
    padding-bottom:20px;
    background-color:white;
    background-image:url('images/top_white_curve.jpg');
    background-repeat:no-repeat;
}

.header_v_line
{ 
    margin-left:16px;
    width:16px;
    height:100px; 
    border-left:solid 1px #94c9d3;
    float:left;
}

#menu div
{
    float:left;
    height:25px;
}

#menu .menu_item
{
    padding:4px 13px 0 13px;
}

#menu a, .sl a
{
    font-size:12pt;
    color:White;
    text-decoration:none;
    cursor:pointer;
}

#menu a:hover, .sl a:hover, .sl div:hover, #menu .menu_item:hover
{
    text-decoration:underline;
}

#menu .menu_spacer
{
    border-left:solid 1px white;
}

.sl
{
    background-color:#2993a7;
    visibility:hidden;
    z-index:1001;
    padding-bottom:10px;
}

.sl div
{
    white-space:nowrap;
    padding:10px;
    padding-bottom:0px;
}

.hide
{
    position:absolute;
    visibility:hidden;
    width:1px;
    height:1px;
}

#emailOuter
{
    margin-bottom:2px;
}

#emailCtrlHolder
{
    height:30px;
    margin-top:7px;
    7background:lime;
    width:219px;
    overflow:auto;
}

#emailTxt
{
    7margin-top:5px;
    border:solid 1px #b1b1b1;
    padding:3px;
    float:left;
    height:16px;
    width:171px;
}

#emailStatus
{
    display:none;
    height:20px;
    background:white;
    line-height:20px;
    padding-left:2px;
}

#emailInner
{
    overflow:auto;
}

#emailBtn
{
    float:left;
    background:url(images/emailBtn.gif) repeat-x right;
    color:White;
    font-size:8pt;
    7margin-top:5px;
    height:21px;
    padding:3px 4px 0 4px;
    cursor:pointer;
}

#emailBtn:hover
{
    text-decoration:underline;
}

#carousel1 .newLbl
{
    background:white;
    color:#2994a8;
    font-weight:bold;
    text-align:center;
    padding:2px;
    margin:auto;
    width:50px;
}