@charset "utf-8";
/* CSS Document */

#benner {
	width:970px;
	height:208px;
	background:url(../images/banner/AboutUs.jpg) no-repeat left top;
	}

div .headquarter h2{
	color:#333;
	font-size:20px;
	padding-left:10px;
	background:url(../images/Service/icon.gif) left center no-repeat;
	}	
div .headquarter dl{
	background-color:#f2f2f2;
	border:1px solid #cccccc;}
	
div .headquarter h3{
	color:#333;
	font-size:18px;
	background:url(../images/left_main/icon_up.png) -5px -35px no-repeat;
	padding-left:20px;
	padding-bottom:10px;
}

div .headquarter h3 strong{
	color:#0072bb;
	font-size:15px;
	font-weight:normal;
	}
	
div .headquarter dl{
	padding:15px;}
	
	div .headquarter dt{
	background:url(../images/whrertobay/icon-point.gif) 22px 8px no-repeat;
	padding-left:33px;
	line-height:20px;}
	
/* 
subsidiaries-------- */
div .subsidiaries h2{
	color:#333;
	font-size:20px;
	padding-left:10px;
	background:url(../images/Service/icon.gif) left center no-repeat;
	margin:30px 0 0 0;
	}	
div .subsidiaries ul{
	border:1px solid #ccc;
	display:block;
	overflow:hidden;
	background:url(../images/whrertobay/bg.gif);
	}
	
div .subsidiaries ul li{
		float:left;
		width:335px;
		height:150px;
		padding:10px;
		border-bottom:1px dashed #cacaca;
		}
div .subsidiaries ul li h3{
		color:#333;
		font-size:15px;
		background:url(../images/left_main/icon_up.png) -5px -35px no-repeat;
		padding-left:20px;
		}
div .subsidiaries ul li h3 strong{
		color:#0072bb;
		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-weight:bold;
		}
div .subsidiaries ul li dl{
	padding:10px;}		
div .subsidiaries ul li dt{
	background:url(../images/whrertobay/icon-point.gif) 10px 8px no-repeat;
	padding-left:20px;
	line-height:20px;}
	
/* 
awards -------- */
div .awards{
	background:url(../images/about_us/bg.gif) 540px 100px no-repeat;
	}
	div .awards ul{
		font-size:20px;
		color:#e2318c;
		font-weight:bold;
		padding:5px 0px 90px 0;
		
		}
	div .awards li{
		font-size:12px;
		color:#333;
		font-weight:normal;
		line-height:25px;
		padding:0 0 0 200px;
		background:url(../images/Service/icon.gif) 190px 8px no-repeat;

		}
	div .awards li strong{
	color:#e2318c;
}
div .awards ul .year{
	float:left;
	color:#CCC;
	font-size:60px;
	letter-spacing:-5px;
	padding:0px 0 0 50px;
	margin:0px;
	border-bottom:1px dashed #CCC;
	}
/* press-releases.htm 
---------------------------------- */
.typetable {
	width: 100%;
	margin: 0 0 18px 0;
	padding: 0;
	border-collapse: collapse;
}
.typetable th {
	text-align: left;
	padding: 10px 8px ;
	margin: 0;
	font-size:15px;
	font-weight:normal;
	border-top: 2px solid #2185c5;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #e3e3e3;
	color: #666666;
	background-color: #f5f5f5;
	text-align:center;
}
.typetable td {
	text-align: left;
	padding: 11px 8px;
	margin: 0;
	border: 1px solid #e3e3e3;
}

.result p{
	line-height:25px;
	}	
.Contact{
	border-top:1px dashed #CCCCCC;
	padding:10px 0;}
/* tr變色效果
-----------------------------------------------*/
.typetable tr.bg {border-color:expression(onmouseover=function(){style.backgroundColor='#efefef';},onmouseout=function(){style.backgroundColor='#ffffff';});}

.typetable tr.bg:hover {background-color:#EFEFEF;}
