@charset "UTF-8";

body{
	font-family: 微軟正黑體, Microsoft JhengHei, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	letter-spacing:1px;
}

.wrapper { width:980px; margin:0 auto; }
.wrapper.en { font-size:14px; letter-spacing:0; }



#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	color:#fff;
	padding: 0 0 0 766px;
}
#top a:visited,
#top a:link{
	color:#fff;
	text-decoration:none;
}
#top a:hover{
	color:#ffdf5d;
}
#news{
	background-color: #F9F6DF;
	background-image: url(images/news-bg.jpg);
	background-repeat: no-repeat;
	width:252px;
	padding:0 10px 0 10px;
	color:#613d0b;
}

#newsletter{
	background-color: #FBF8E4;
	background-image: url(images/newsletter_bg.jpg);
	background-repeat: no-repeat;
	width: 230px;
	padding: 10px 5px 0 10px;
	color:#613d0b;
}

#contactus{
	background-image: url(images/contactus.jpg);
	background-repeat: no-repeat;
	width: 209px;

	padding: 30px 25px 0;
	color:#613d0b;
	font-size:13px;
	font-weight:bold;
}
.en #contactus{ background-image: url(images/contactus_en.jpg); font-size:12px; }
	
#news a:link,
#news a:visited,
#newsletter a:link,
#newsletter a:visited{
	color:#613d0b;
	text-decoration:none;	
}

#news a:hover,
#newsletter a:hover{
	color:#c77f1b;
}
#phone{
	color:#ff9200;
	font-size:16px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 14px;
	color:#aa6b14;
}
.en #footer { font-size: 12px; }

#footer a:link,
#footer a:visited {
 text-decoration:none;
 color:#804d07;
}

#footer a:hover{
color:#aa6b14;
}

#copyright{
	font-size:10px;
	color:#333333;
	text-align:center;
	padding:10px;
	}
#copyright a:link,
#copyright a:visited{
	text-decoration:none;
	color:#333333;
}
#content {
	line-height: 24px;
	color: #534d43;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content a:link,
#content a:visited{
	color:#bd2814;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#content .highlight{
	font-size:18px;
	color:#ff5a00;
}
#content .black{
	font-size:15px;
	color:#000;
}
#content .questions{
	color: #f9bb00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.h_line {
	background-color: #F28513;
	height: 1px;
	width: 100%;
	margin:20px 0 20px 0 ;
}

.leftmenu {
	display: block;
	width: 180px;
	margin: 0;
	padding: 0;
}
.leftmenu li {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/menu_btn.png);
}
.leftmenu li:hover,
.leftmenu li:focus {
	background: url(images/menu_btn_hover.png);
}
.leftmenu a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-size: 15px;
	color: #A35613;
}
.en .leftmenu a { font-size:14px; }
.leftmenu a:hover {
	color: #CB8035;
}
.leftmenu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.leftmenu ul li {
	background: url(images/menu_btn2.png);
}
.leftmenu ul li:hover,
.leftmenu ul li:focus {
	background: url(images/menu_btn2_hover.png);
}
.leftmenu ul li a {
	height: 30px;
	line-height: 200%;
}



ul.year_filter { display:inline-block; list-style: none; margin:0; padding:0; }
ul.year_filter li { float:left; width:65px; height:25px; margin-bottom:10px; text-align:center; }
ul.year_filter li a { display:block; width:65px; height:25px; margin-right:1px; background:#FFFFCC; }
ul.year_filter li.selected { width:63px; height:23px; border:1px solid #FFDD77; }
ul.year_filter li.selected span { display:block; width:63px; height:23px; background:white; font-weight:bold; }

