
   div#content-wrapper {
         }

         div#content-wrapper #navigation {
               float       : left;
               padding     : 20px;
               width       : 180px;
               /*background  : #f7ffe7;*/
               }

         div#content-wrapper #content {
               float       : left;
               padding     : 20px 20px 20px 0;
               width       : 600px;
               /*background  : #B9CAFF;*/
               }
               
         div#content-wrapper #container-closer {
               clear : both;
               }





   div#navigation ul#menu  {
         border-top  : 5px solid #FFB400;
         margin      : 0;
         padding     : 0;
         list-style  : none;
         font-family : "宋体";
         font-size   : 14px;    
         font-weight : bold;
         margin-bottom : 30px;
         }
         
         div#navigation ul#menu li {
               border      : 1px solid #B8B8B8;
               margin      : 2px auto;
               padding     : 0;
               line-height : 16px;
               }  

               div#navigation ul#menu li a   {
                     color             : #515151;
                     display           : block;
                     padding           : 5px;
                     background-image  : url(../../img/common/bg_menu_button.jpg);
                     background-repeat : repeat-x;
                     text-decoration   : none;
                     }
                     
               div#navigation ul#menu li.selected {
                     border      : 1px solid #372D50;
                     }                      
                     
                     div#navigation ul#menu li.selected a   {
                           color             : #FFFFFF;
                           display           : block;
                           padding           : 5px;
                           background-image  : url(../../img/common/bg_menu_button_selected.jpg);
                           background-repeat : repeat-x;
                           text-decoration   : none;
                           }   
                           
               div#navigation ul#menu li.subitem {         
                     border   : 0;
                     margin   : 0;
                     border-bottom  : 1px dotted #6E6853;
                     }  
                     
                     div#navigation ul#menu li.subitem a {         
                           color          : #635196;
                           display        : block;
                           padding        : 5px 5px 5px 25px;
                           background     : #F2EACC;
                           }       
                           
               div#navigation ul#menu li.selectedsubitem {         
                     border   : 0;
                     margin   : 0;
                     border-bottom  : 1px dotted #6E6853;
                     background     : #F2EACC; 
                     }  
                                                
                     div#navigation ul#menu li.selectedsubitem a {         
                           background-image  : url(../../img/common/red_arrow.gif);
                           color          : #635196;
                           display        : block;
                           padding        : 5px 5px 5px 25px;      
                           background-repeat : no-repeat;
                           background-position  : 10px 8px;
                           }                            

                           
                           
   div#navigation #widget p.title {
         font-family       : "宋体";
         font-size         : 14px;    
         font-weight       : bold;   
         color             : #FFFFFF;
         border            : 1px solid #395A7D;
         margin-top        : 0;
         margin-bottom     : 1px;
         padding           : 5px;
         background-image  : url(../../img/common/bg_widget.jpg);
         background-repeat : repeat-x; 
         }
     
   div#navigation #widget p.demo {
         font-family       : "宋体";
         font-size         : 14px;
         border-top        : 1px dotted #6B6855;
         border-bottom     : 1px dotted #6B6855;
         margin-top        : 0;
         margin-bottom     : 30px;
         padding           : 5px;
         /*padding           : 55px 5px 5px 5px;*/
         background        : #EEF0E2;
         /*background-image  : url(../../img/common/widget_demo.jpg);*/
         /*background-repeat : no-repeat;*/
         line-height       : 16px;         
         }   
   
   div#navigation #widget p.contact {
         font-family       : "宋体";
         font-size         : 14px;
         border-top        : 1px dotted #6B6855;
         border-bottom     : 1px dotted #6B6855;
         margin-top        : 0;
         margin-bottom     : 30px;         
         padding           : 5px;
         background        : #EEF0E2;
         line-height       : 16px;         
         }          
   
   
   div#navigation #widget a {
         color : #0578B7;
         font-weight : bold;
         text-decoration   : underline;
         }

         div#navigation #widget a:hover {
               text-decoration   : none;
               }     
               
               
               
                     
   
   
   div#content #bread-crumb   {

         margin-bottom : 10px;
         margin-top     : 0;
         border-bottom  : 1px solid #CCCCCC;
         }
         
         div#content #bread-crumb  a {
               font-weight     : normal;
               text-decoration : none;
               }  
               
               div#content #bread-crumb  a:hover {
                     text-decoration : underline;
                     }                 
         
         
         
   
         
   div#content p  {
         font-family       : "宋体";
         font-size         : 14px;   
         line-height       : 19px;   
         }
         
   div#content li  {
         font-family       : "宋体";
         font-size         : 14px; 
         }       
         
   div#content h3  {
         font-family       : "宋体";
         font-size         : 14px;    
         line-height       : 20px;
         font-weight       : bold;
         } 
         
   div#content h4  {
         font-family       : "宋体";
         font-size         : 14px; 
         line-height       : 20px;
         font-weight       : bold;
         }          
         
   div#content td  {
         font-family       : "宋体";
         font-size         : 14px;   
         line-height       : 19px;   
         }
                  
         
   div#content a {
         color : #0578B7;
         font-weight : bold;
         text-decoration   : underline;
         }

         div#content a:hover {
               text-decoration   : none;
               }     
                       
         
         
   div#content ul.bullet-blue {
         margin-left : 0;
         padding-left: 0;
         list-style  : none;
         }

         div#content ul.bullet-blue li {
               margin   :0;
               padding  :2px 0 6px 12px;
               line-height : 20px;
               background-image     : url(../../img/common/bullet_blue.gif);
               background-repeat    : no-repeat;
               background-position  : 0 10px;
               }     
             
   div#content ul.bullet-green {
         margin-left : 0;
         padding-left: 0;
         list-style  : none;
         }

         div#content ul.bullet-green li {
               margin   :0;
               padding  :2px 0 6px 12px;
               line-height : 20px;
               background-image     : url(../../img/common/bullet_green.gif);
               background-repeat    : no-repeat;
               background-position  : 0 10px;
               }   
               
               
   div#content ul.bullet-pdf {
         margin-left : 0;
         padding-left: 0;
         list-style  : none;
         }

         div#content ul.bullet-pdf li {
               margin   :0;
               padding  :7px 0 6px 20px;
               line-height : 20px;
               background-image     : url(../../img/common/icon_pdf.jpg);
               background-repeat    : no-repeat;
               background-position  : 0 10px;
               }                 
               
               
               




               
   div#content #banner-1 {
         margin            : 0;
         padding           : 0;
         height            : 145px;
         width             : 600px;
         background-image  : url(../../img/banner/banner_1.jpg);
         background-repeat : no-repeat;         
         }
         
         div#content #banner-1 p {
               line-height : 1.5em;  
               padding     : 50px 10px 0 10px;
               margin      : 0;
               font-family : "宋体";
               font-size   : 14px;    
               font-weight : bold;
               color       : #60FF00;
               }       
               
               div#content #banner-1 p a {
                     color           : #60FF00;
                     text-decoration : none;
                     }     
                     
                     
                     
   div#content #banner-2 {
         margin            : 0;
         padding           : 0;
         height            : 270px;
         width             : 600px;
         background-image  : url(../../img/banner/banner_2.jpg);
         background-repeat : no-repeat;         
         }
         
         div#content #banner-2 p {
               line-height : 1.5em;  
               padding     : 170px 10px 0 10px;
               margin      : 0;
               font-family : Verdana, Arial, "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
               font-size   : 13px;    
               font-weight : bold;
               color       : #FFE400;
               }       
               
               div#content #banner-2 p a {
                     color           : #FFE400;
                     text-decoration : none;
                     }                       
                     
                     
                     
                     
                     
                     
                     
   div#content .input-field {
      padding     : 3px;
      font-family : "宋体";
      font-size   : 13px;
      border      : 1px solid #0084FF;
      }
      
      
      
   div#content #contact-form td  {
      background : #EEEEEE;
      }