/* traditional chinese */

@charset "UTF-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: sans-serif, Arial, Helvetica;
	font-size:15px;
	color:#333;
	line-height:22px;
	background-color:#666;
	letter-spacing:0.01em;
}

a:link, a:visited { color:#C79B3B; text-decoration:none; font-weight:bold; }
a:hover { color:#A51720; font-weight:bold; }

.txt {font-size:12px; color:#F00;}
.space { margin:10px 0; height:1px; width:100%; width:auto; }

p {	font-size:15px; color:#333; line-height:23px; padding:0; margin:3px 0 20px 0; }
h1 { font-size:25px; color: #7F467D; font-weight:bold; padding:0; margin:5px 0 15px 0; letter-spacing:2px; }
/*h2 { font-size:18px; line-height:18px; color:#C79B3B; padding:3px 10px; margin:5px 0; border:solid #C79B3B 2px; border-radius:5px; display:inline-block; letter-spacing:1px; }*/

h2 { font-size:17px; color:#FFF; background:#c79b3b; display:inline-block; padding:5px 15px 2px 15px; border-radius:5px; letter-spacing:2px; margin:10px 0 5px 0; font-weight:normal; }

h3 { color:#c79b3b; font-size:18px; border-bottom: 2px solid #c79b3b; padding-bottom: 1px; letter-spacing:1px;  }


#wrapper { position:relative; margin:0 auto; width:960px; background:#FFF; height:auto !important; height:100%; min-height:100%; }
#language { width:895px; height:25px; background:url(../images/language.jpg) no-repeat; position:relative; padding: 2px 30px 0 35px; }
#language div { position:relative; float:right; text-decoration:none; }
#language img { text-decoration:none; border:0; }
.language-line { width:1px; height:25px; background-color:#C9CAC2; position:relative; margin: 0 10px}

#banner { width:960px; height:313px; position:relative; float:left; }

#content-wrapper { position:relative; float:left; width:960px; background:url(../images/content-pat.jpg) repeat-y; }
#content { 
	position:relative; float:right;
	margin-right:35px;
	width:598px; padding: 40px;
	border-left:#E1E1E1 solid 1px;
	border-right:#E1E1E1 solid 1px;
	border-bottom:none;
	border-top:none;
	background:#FFF;
	min-height:450px;
}
#content-ack { 
	position:relative; float:right;
	margin:0 40px;
	width:800px; padding: 40px;
	border-left:#E1E1E1 solid 1px;
	border-right:#E1E1E1 solid 1px;
	border-bottom:none;
	border-top:none;
	background:#FFF;
	min-height:300px;
}

#footer { bottom:0; width: 890px; height:80px; padding:25px 35px; position:relative; float:left;  background:url(../images/footer-bg.jpg) top no-repeat #FFF; text-align:right; font-size:12px; color:#666; letter-spacing:0.05em; }

table.table-style1 { width:100%; border-top:#999 dotted 1px;}
table.table-style1 td { padding:5px 0; border-bottom:#999 dotted 1px; }

.list-s1 { text-decoration:none; list-style:none; padding:0; margin:0 0 10px 0; }
.list-s1 li { border-bottom:#999 dotted 1px; padding:8px 0 5px 0; }

#flash-banner {
	width: 480px;
	height: 400px;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 15px;
}

/* navigation */
#nav-container {
	position:relative;
	float:left;
	width:220px;
	top:-25px;
	padding-left:25px;
}

#nav-top{ background:url(../images/nav-top.png) top no-repeat; height:25px; width:220px; }
#nav-bottom{ background:url(../images/nav-bottom.png) top no-repeat; height:25px; width:220px; }
#nav-body{ margin-left:10px; width:210px; background-color:#743E74; }


#nav-body ul, #nav-body ul ul { padding:0; margin:0; }
#nav-body ul li a, #nav-body ul li ul li a { color:#FFF; font-weight:normal; }
/* level 1*/
#nav-body ul li { list-style:none; font-size:17px; display:block; padding:0; border-bottom:#490C47 1px solid; }
#nav-body ul li:last-child { border-bottom:none;  }
#nav-body ul li a { display:block; height:40px; line-height:40px; color:#FFF; background:url(../images/nav-bg2.png) 0 0 no-repeat; padding:0 0 0 40px;  }
#nav-body ul li a:hover { display:block; color:#E6B3E8; background:url(../images/nav-bg3.png) 0 0 no-repeat; }
#nav-body ul li a.current { background:url(../images/nav-bg.png) no-repeat left top; display:block; padding:0 0 0 40px; color:#FFF; }

/* level 2*/
#nav-body ul ul { padding-bottom:10px; }
#nav-body ul li ul li { font-size:15px; line-height:30px; height:30px; display:block; border-bottom:none; background:#743E74;}
#nav-body ul li ul li a { color:#FBCC3B; display:block; line-height:30px; height:30px; padding: 0 0 0 40px; background:none; }
#nav-body ul li ul li a:hover { display:block; padding: 0 0 0 43px; background:#956598; color:#FFF; }

li.line2 { /*height:65px !important; */  }
li.line2 a { padding: 10px 0 20px 40px !important; line-height:25px !important;}

/* Button */
.sclogo {
	width:248px;
	height:89px;
	z-index: 11;
	background:url(../images/sc-logo.png);
	position:absolute;
	left: 86px;
	top: 55px;
}


.erblogo{
	width: 180px;
	height: 80px;
	background: url(../images/erb-logo.png);
	position: absolute;
	left: 40px;
	top: 15px;
}

table.tc-column { width:100%; border:0; border-collapse:collapse; }
table.tc-column tr td { text-align:left; vertical-align:middle; padding: 5px 0; }
table.tc-column tr { border-top: dotted #CCC 1px;}
table.tc-column tr:first-child { border-top: none !important; }
table.tc-column img { width:130px; height:130px; }
table.tc-column span { font-size:18px; color:#B12730; font-weight:bold;}
table.tc-column span a { color:#B12730; }

a.Yearbutton {
  font-size:17px;
  color:#fff;
  font-weight:bold;
  background:#C79B3B;
  padding: 8px 15px;
  border-radius:5px;
  margin-right:10px;
}

a.Yearbutton:hover {
  background: #B22830;
}