body 
{
    text-align:center;
    /*background:#000000;*/
    background:#336699;
}

#container 
{
    width:1007px;
    margin:0 auto;
    text-align:center;
    background:#ffffff 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
{
    float:left;
    height:60px;
    margin:5px 8px;
    margin-left:20px;
    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:21px;
    
    /*;*/
    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;
}
#footer 
{
    width:100%;
    margin:0 auto;
    margin-top:50px;
    font-size:12px;
    padding:10px 0px;
    color:#ffffff;
    text-align:center;
    background-color:#C2C2C2;
    border-bottom:solid 5px #000000;
}
#footer a
{
    letter-spacing:1px;
    margin:2px 5px;
    text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
   color:White;
}

#footer a:hover
{
   color:Black;
}

#footer p
{
    text-align:center;
    padding-top:10px;
    height:15px;
}

.LContent
{
    float:left;
    width:219px;
    margin:0px 3px;
    margin-top:10px;
    margin-bottom:10px;
}

.RContent
{
    float:right;
    width:720px;
    border:solid 1px #759EBF;
    margin-top:10px;
    margin-right:3px;
    margin-bottom:10px;
}


.LContentItem 
{
    margin-bottom:25px;
    width:217px;
    border:solid 1px #759EBF;
    overflow:hidden;
    background:transparent url(../images/item_bg.jpg) repeat-x bottom left;
}


.LContentItem .Title
{
    width:100%;
    height:34px;
    color:#ffffff;
    background:transparent url(../images/item_h4bg.jpg) no-repeat;
}

.LContentItem .Title h4
{
    height:20px;
    padding-left:26px;
    font-size:11pt;
    font-weight:bold;
    float:left;
    margin-top:3px;
    margin-left:4px;
    padding-top:2px;
    background:transparent url(../images/yingxiao_icon.jpg) no-repeat 1px 2px;
}

.LContentItem ul
{
    padding-left:3px;
    overflow:hidden;
}

.LContentItem ul li
{
    list-style-image:url(../images/li_img.gif);
    font-family:ËÎÌå;
    font-size:15px;
    margin:3px 0px;
    margin-left:20px;
}

.More
{
    display:inline;
    float:right;
    text-indent:-9999px;
    border:none;
    width:46px;
    height:16px;
    background:transparent url(../images/more_btn.jpg) no-repeat;
    
    margin-top:16px;
    margin-right:5px;
    margin-bottom:3px;
}

.Clear 
{
    clear:both;   
}

.RContentItem, .FRContentItem , .LRContentItem 
{
    float:left;
    width:720px;
}   

.RContentItem h3, .FRContentItem h3 , .LRContentItem h3 
{
    background:transparent url(../images/rcontent_item_h4bg.jpg) repeat-x;
    height:24px;   
    float:left;
    padding:0 5px;
    color:#ffffff;
    font-size:11pt;
    margin-top:30px;
}

.RContentItem ul, .FRContentItem ul , .LRContentItem ul 
{
    clear:both;
    margin-top:-5px;
}

.RContentItem ul li, .FRContentItem ul li, .LRContentItem ul li
{
    list-style:none;
    float:left;
    width:720px;
    display:inline;
}

.RContentItem ul li h4, .FRContentItem ul li h4, .LRContentItem ul li h4
{
    height:16px;
	line-height:16px;
    font-size:16px;
    display:block;
    color:#165F96;
    margin:20px 0px 8px 80px;
    padding-left:20px;
    background:transparent url(../images/rcontent_item_list_image.jpg) no-repeat bottom left;
}

.RContentItem ul li p, .FRContentItem ul li p, .LRContentItem ul li p
{
    line-height:24px;
    padding-left:100px;
    padding-right:20px;
    background-color:#FAFAFA;
    font-family:ËÎÌå;
    font-size:10pt;
}

.LRContentItem ul li p
{
    background-color:transparent;
}

.FRContentItem 
{
    background:transparent url(../images/rcontent_fItem_bg.jpg) no-repeat;
} 
  
.LRContentItem 
{
    margin-top:20px;
    background:#ffffff url(../images/LRContentItem_bg.jpg) no-repeat scroll top right;
}
.LRContentItem ul
{
}

.LRContentItem img
{
    position:relative;
    float:right;
    margin-right:60px;
    margin-left:20px;
}

.Logo 
{
    display:inline;
    width:94px;
    height:176px;
    background:transparent url(../images/80findLogo.png) no-repeat;
    float:right;
    margin-top:-120px;
    margin-right:80px;
    margin-left:30px;
    
    behavior:url("css/iepngfix.htc");
}

.Map 
{
    margin-left:10px;
    margin-bottom:5px;
    font-size:12px;   
}

.Map a
{
    margin-right:10px;
    text-decoration:none;
    color:#1B5E93;
    font-family:ËÎÌå;
}

.Map a:hover
{
    color:#8ADEFA;
}

.BRCorner 
{
    position:absolute;
    margin-left:686px;
    margin-top:-34px;
    width:35px;
    height:35px;
    background-image:url(../images/rcontent_rgCorner.jpg);
}

.HR 
{
    height:1px;
    margin-left:10px;
    background:url(../images/hr_bg.jpg) repeat-x;   
}

#ad .HR 
{
    position:absolute;
    margin-top:284px;
    
    width:200px;
}




.NeedMoney 
{
    position:absolute;
    margin-top:294px;
}

.Phone 
{
    position:absolute;
    margin-top:475px;
    margin-left:25px;
    color:#1C5F94;
}

.LLOGO 
{
    margin-right:200px;   
}

.TRCorner
{
    background:transparent url(../images/trCorner.jpg);
    height:34px;
    width:34px;
}

.Inside
{
    clear:both;
    margin:0 auto;
    width:900px;
}