@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
/*   background:#eeffee; */
   background:url("../images/bg_body.jpg") 100% 0 repeat-x;
   background-attachment: fixed;
}

br {
   letter-spacing:normal;
}

br.clear {
   display:block;
   margin:0;
   padding:0;
   clear:both;
   height:0;
   border:none;
   visibility:hidden;
   font-size:0;
   content: " ";

}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

ol#topicPath {
     margin: 0px 0px 0px 20px;
     padding:0px 0px 0px 0px;
}
ol#topicPath li {
     display: inline;
     line-height: 100%;
     list-style-type: none;
}
ol#topicPath li a {
     padding-right: 10px;
     background: url(../images/separater.gif) no-repeat right center;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:789px;
   margin:0 auto;
/*    background:url("../images/bg_contents_left.gif") 0 0 repeat-y; */
}

#wrapper {
   width:789px;
   background:url("../images/bg_contents.gif") 100% 0 repeat-y;
}

#header {
   position:relative;
   width:779px;
   background:#fff;
   margin:0 0 0 5px;
   padding:0 0 0 0px;
}

#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
   text-align: right;
   font-size: 11px;
   color: #666;

}

#menu {
   float:left;
   padding:0 5px;
}

#headImage ul,#headImage li {
    margin:0;
    padding:0;
    list-style:none;
}


#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

#main {
   float:left;
   width:500px;
}

#sub {
   float:right;
   width:220px;
}

#foot {
   clear:both;
}

#footer {
   clear:both;
   background:#003388;
   margin:0 5px;
}

/* ========HEADER CUSTOMIZE======== */
#header #logo {
   margin:0;
   padding:2px 0px 0px 10px;
   color:#fff;
   line-height:50px;
}

#header #logo a {
   color:#333;
}

#header #logo a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
}

#headImage {
   width:779px;
   height:320px;
   margin:0px 0px 0px 5px;
   overflow:hidden;
   position:relative;
   list-style:none;
   border-bottom:3px solid #181649;
}

#headImageSub {
   width:779px;
   height:160px;
   margin:0px 0px 0px 5px;
   overflow:hidden;
   position:relative;
   list-style:none;
   border-bottom:3px solid #181649;
}
#path {
   width:779px;
   margin:0px 0px 0px 5px;
   border-bottom:1px solid #181649;
   background:#f0f0f5;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#fff;
   text-align:center;
   font-size:15px;
   font-weight: bold;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#fff;
   line-height:40px;
   border-left:1px solid #666666;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#menu li.home a {
   border:none;
}

#menu li a.active {
   color:#333;
}

#menu li a:hover {
   background:url("../images/bg_menu.gif") 0 -40px repeat-x;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#26b;
}

#main a:hover {
   text-decoration:underline;
}

#main a h3 {
   color:#0172AB;
   text-decoration: underline;
}

#main a:hover h3 {
   color:#01abff;
   text-decoration: underline;
}

#main a[target="_blank"]:after {
      content: url(../images/icon_newwin.gif);
      margin: 0px 2px;
   }


#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-size:15px;
   font-weight:bold;
   border-right:1px solid #b4b4b4;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main h2 a {
   color:#ddeeff;
   text-decoration: underline;
}

#main h3 {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:13px;
   border-left:5px solid #003366;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   border-right:1px solid #b4d3b4;
   border-bottom:1px solid #b4d3b4;
   background:#d0e0f0;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#006633;
   border-left:8px solid #006633;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#006633;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:2px;
   font-weight: bold;
}

#main dd {
   padding:0;
   margin:0 0 2em 0;
   padding:8px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-top:1px solid #606060;
   border-left:1px solid #606060;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   font-weight: bold;
   text-align:left;
   color: #FFFFFF;
   padding:0.3em 1em;
   border-right:1px solid #606060;
   border-bottom:1px solid #606060;
   background:#336699;
   background-image:url(../images/bg_table.gif);
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   padding:0.3em 1em;
   border-right:1px solid #663300;
   border-bottom:1px solid #663300;
   background:#f0f9f0;
}

#main table td img {
   float: left;
   margin:5px;
}

.clear {
clear: both;
}

.container1 {
   float:left;
   width: 244px;
   padding:1px;
   margin:2px;
   font-size:11px;
   text-align:center;
   color: #000000;
   background:#eeeeee;
}

.container2 {
   width: 500px;
   background: url(../images/c_bottom.gif) no-repeat bottom;   
   margin-bottom: 40px;   
}

.container2 .inner {   
   background: url(../images/c_top.gif) no-repeat;   
   padding: 15px 20px;   
}

.container2 li {   
   margin: 0 0 0 20px;   
}

/* ======== Return Page Top ======== */
.pageTop {
    position:relative;
    width:90%;
    max-width:900px;
    height:0;
    margin:0 auto;
}
.pageTop a {
   position: fixed;
   bottom: 0px;
   left:auto;
   display: block;
   width: 150px;
   margin-left:550px;
   text-align: center;
   text-decoration: none;
   z-index:9999;
   background:url("../images/bg_pagetop.png") left top no-repeat;
   color:#fff;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#ffffff;
   background:url("../images/bg_sub_h2.gif")
}

#sub h2 a{
   padding:5px;
   color:#ddeeff;
   text-decoration: underline;
}

#sub h2 a:hover {
   color:#99eeff;
   text-decoration: underline;
}


#sub ul {
   margin:0 0 0 0;
   padding:0;
}

#sub li {
   padding:3px 0 3px 0;
   line-height:22px;
   list-style:none;
   background:url("../images/bg_sub_h2_li.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:10px;
/*   background:url(../images/bg_list2.gif) 0 0 no-repeat; */
}

#sub li a:hover {
   text-decoration: underline;
}

/* ========FOOTMENU CUSTOMIZE======== */

#foot {
   text-align:right;
   margin:5px 0px 5px 0px;
   padding:5px 0px 0px 0px;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu ul {
   float:left;
   padding-left:0px;
   margin: 0px 0px 0px 0px;
   text-align:left;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
}