﻿
/* CSS Document */

/* footer */
#footer{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color:#8f8f8f;
	font-size:13px;
	width: 980px;
	background-color: #FFF;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
}
#footer table{
	width: 980px;
}

#footer ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}	
#footer tr{
	padding:0px;
	
}
#footer td#leftCell{
	width: 844px;
	height: 16px;
	padding:10px 0px 0px -5px;
}
#footer td#leftCell ul{
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type:none;
	vertical-align: top;
}
#footer td#leftCell li{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	line-height: 14px;
}
#footer td#rightCell{
	width: 136px;
	padding:0px;
	vertical-align: top;
}
#footer td#rightCell ul{
	list-style-type:none;
	margin-top: 10px;
}
#footer td#rightCell li{
	list-style-type: none;
	margin-left: 0px;
	line-height: 14px;
}
#footer p{
	float: left;
}
#footer a{
	text-decoration:none;
	color:#8f8f8f;
}
#footer a:hover{
	text-decoration:underline;
	color:#8f8f8f;
}



/* foot nav */
#footnav{
	clear:both;

	margin-left:280px;
	padding-top: 20px;
	padding-bottom:20px;
	font-size:13px;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
}
#footnav ul{
	margin: 0px;
	padding: 0px;
}
#footnav li{
	list-style-type: none;
	margin-left: 0px;
	padding-top:2px;	
	float:right;
	padding-right:26px;
}
#footnav img{
	border: 0px;
}
#footnav a{
	text-decoration:none;
	color:black;
}
#footnav a:hover{
	text-decoration:underline;
	color:#5A1E88;
}

.smallIcon{
	border: 0px;
	width: 13px;
	height: 11px;
	margin-right: 5px;
}

.footnavheader{
	color:white;
	font-weight:bold;
	width:170px;
	padding-left:8px;
	padding-right:8px;
	font-size:14px;
}

.footnavitem{
	color:white;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:2px;
}

#bottom{
    background-color: white;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    clear: both;
}