
/* CSS Document */
/* common */
body, a{
	font-family:Arial, Helvetica, sans-serif;
	color:#017065;
  	word-break: break-word;
}
a{
	text-decoration:none;
	color:#017065;
}
a:hover{
	text-decoration:underline;
	color:#000;
}
h1{
	margin:0 0 35px 0;
	font-size:1.875em;
}
p{
	margin:10px 0;
	line-height:150%;
	font-size:1.438em;
}
ul{
	margin:10px 0 0 30px;
}
ul li{
	margin:8px 0;
	list-style-type:disc;
	font-size:1.188em;
}

/* top & menu */
.siteTop{
	float:left;
	width:100%;
	padding:25px 0 10px 0;
}
.ltBox{
	float:right;
	text-align:right;
}
.ltBox .phone{
	font-size:19px;
	color:#ccc;
}
.ltBox .phone .tel:hover{
	color:#017065;
}
.ltBox .icon-fb{
	font-size:20px;
	color:#46629e;
}
.ltBox .phone a:hover{
	text-decoration:none;
}
.language{
	margin-top:22px;
	font-size:0.813em;
}
.menu{
	float:left;
	width:100%;
	height:70px;
	background-color:#00a69c;
}
.centerName{
	float:left;
	width:auto;
}
.nav{
	float:right;
	margin:0;
}
.nav li{
	float:left;
	margin:0;
	list-style:none;
}
.nav li a{
	display:block;
	width:130px;
	height:70px;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
.nav li a:hover, .nav li.on a{
	background-color:#4ec1ba;
}
.nav li span{
	display:none;
}
/*slider*/
.slider{
	float:left;
	width:100%;
	height:400px;
	background-image: url(../image/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* content */
.content{
	float:left;
	width:100%;
	padding:50px 0;
}
.content .photoCol{
	padding-top:80px;
}
/* footer */
.footer{
	float:left;
	width:100%;
	padding:40px 0 30px 0;
	background-color:#d1d1d1;
}
.footer p{
	margin:5px 0 0 0;
	font-size:0.815em;
}
.footer .copyright{
	font-size:0.750em;
	color:#4D4D4D;
}


/* content - home */
.landingSilder{
	position:relative;
	width:1020px;
	height:400px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:right;
}
.tc .landingSilder{
	background-image: url(../image/tc_bg.png);
}
.en .landingSilder{
	background-image: url(../image/en_bg.png);
}
.cycle-slideshow{
	position:absolute;
	width:514px;
	height:400px;
	right:0;
	overflow:hidden;
}
.badgeWrap{
	width:920px;
	margin:0 auto;
}
.badge{
	float:left;
	width:190px;
	margin:0 20px 30px 20px;
}
.badge .img{
	position:relative;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:center;
	border-bottom:solid 2px #00a69c;
}
.badge .img .text{
	position:absolute;
	width:170px;
	padding:0 0 0 10px;
	text-align:center;
	bottom:28px;
	display:block;
	font-size:0.938em;
	color:#fff;
}
.badge .text{
	text-align:center;
	line-height:150%;
	font-size:1.188em;
	color:#4D4D4D;
}


/* content - about */
.stuff_director{
	font-size:2.063em;
}
.stuff_director.name{
	font-size:1.563em;
}
.stuff_director.bio_small{
	font-size:1.188em;
	color:#4D4D4D;
}
.stuffs{
	margin:35px 0 0 0;
	font-size:1.5em;
}
.stuffs.name{
	margin:10px 0 0 0;
	line-height:130%;
	font-size:1.188em;
}
.stuffs.bio_small{
	margin:0;
	line-height:130%;
	font-size:1.188em;
	color:#4D4D4D;
}
/* content - location */
.content.map-bg{
	padding:50px 0 30px 0;
	background-image: url(../image/location-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.map-and-guide{
	display:block;
	width:1020px;
}
.map-and-guide .map{
	float:left;
	width:430px;
	padding:60px 0 0 0;
	background:none;
}
.map-and-guide .guideWrap{
	float:left;
	display:block;
	width:590px;
}
.map-and-guide .guide{
	float:left;
	width:280px;
	margin:0 0 0 15px;
}
.map-and-guide .guide .text{
	position:relative;
	display:block;
	height:60px;
}
.map-and-guide .guide .text p{
	position:absolute;
	bottom:0;
	line-height:16px;
	font-size:1em;
}
.map-and-guide .guide .text p img{
	vertical-align:text-bottom;
}
.map-and-guide .note{
	float:left;
	margin:10px 0 0 0;
	font-size:1.3em;
}

/* content - service */
.service{
	display:block;
	margin-bottom:30px;
}
.service .name{
	display:block;
	height:57px;
	background-image: url(../image/services-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.service .name p{
	line-height:57px;
	font-size:1.20em;
	font-weight:bold;
}
.service .name p span{
	display:inline-block;
	width:57px;
	margin:0 0 0 0;
	text-align:center;
	font-size:1.25em;
	color:#fff;
}
.service ul{
	margin:10px 0 0 80px;
}
.service ul li{
	margin:8px 0;
	list-style-type:disc;
	font-size:1.188em;
}

/* content - resources */

/* content - FAQs */

#accordion h3{
	width:100%;
	display:inline-block;
	background-color:#e5f6f5;
	margin-bottom:15px;
	padding:10px;
	line-height:150%;
	font-size:1.438em;
	vertical-align:top;
	cursor: pointer;
}
#accordion h3 .qNo{
	display:inline-block;
	width:8%;
	vertical-align:top;
}
#accordion h3 .q{
	display:inline-block;
	width:92%;
}



