﻿
body
{
    background:url(../images/body_bg.jpg) repeat-x scroll 0 1px;
}

#header 
{
    background-color: #ffffff;
    height:76px;
    width:954px;
    margin:0 auto;
}

#header .H1
{
    display:block;
    width:195px;
    height:76px;
    text-indent:-999px;
    background-image:url(../images/header_logo.jpg);
    float:left;
}
#headerAd
{
    display:inline;
    float:left;
    height:60px;
    margin:5px 8px;
    margin-left:14px;
    width:400px;
    text-align:center;
}

#headerAd *
{
    margin:0 auto;
}

#header ul
{
    position:relative;
    float:right;
    top:5px;
    
    list-style-type:none;
}


#header ul li
{
    float:left;
}

#header ul li a
{
    color:Gray;
    font-size:12px;
    text-decoration:none;
}
#header ul li a:hover
{
    color:#195F93;
}
#searchBar
{
    position:relative;
    display:inline;
    float:right;
    top:43px;
    margin-right:-90px;
}

#searchBar input
{
    float:left;
    width:275px;
    height:19px;
    
    /*;*/
    border: solid 1px #173E81;
    border-right:none;
}

#searchBtn
{
    display:block;
    float:left;
    width:39px;
    height:25px;
    text-indent:-9999px;
    cursor:pointer;
    border:none;
    text-align:center;
    background:transparent url(../images/header_serachInputBtn.jpg) no-repeat top left;
}
.Hover#searchBtn
{
    background-position:0px -25px;
}
.Active#searchBtn 
{
    background-position:0px -50px;
}




#navigation 
{
    width:954px;
    margin: 0 auto;
    padding-top:3px;
    text-align:center;
    height:40px;
    background:transparent url(../images/nav_bg.jpg) repeat-x scroll;
}
#navigation ul
{
    height:26px;
    width:926px;
    margin:0 auto;
}

#navigation ul li
{
    float:left;
    list-style:none;
    border-left:solid 1px #8BDCF9;
}

#navigation ul li a
{
    display:block;
    height:26px;
    width:102px;
    padding-top:5px;
    text-align:center;
    
    color:White;
    font-weight:bold;
    font-size:14px;
    
    text-decoration:none;
}

#navigation ul li a.Here
{
    background-color:#8BDCF9;
    color:#185F95;
}

#navigation ul li a:hover
{
    background:transparent url(../images/nav_li_bg.jpg) no-repeat left top;
}

#navigation ul li .Here:hover
{
    background:#8BDCF9 none;
    color:#185F95;
}


#navigation ul .First
{
    border-left:none;
}