@charset "utf-8";
/* CSS Document */

@import "reset.css";

/* Typography */

body {
	color: #999;
	font-size: 13px;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, #footer p {
	font-family: "Times New Roman", Times, serif;
}
p, ul, li, blockquote, th, td {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 323%;
	color: #666;
	font-variant: small-caps;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	font-size: 138%;
	color: #4c7070;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: rgba(0,0,0,0.3) 10px 5px 20px;
}
h3, h3 a {
	font-size: 123%;
	color: #9ebab2;
	font-style: normal;
	margin-top: 10px;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
h3 a {
	font-weight: bold;
	padding: 5px;
}
h3 a.selected {
	color: #fff;
	background: #9ebab2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
h4 {
	font-size: 100%;
	line-height: 138%;
	color: #666;
	font-weight: bold;
	margin-top: 5px;
}
h5 {
	font-size: 100%;
	line-height: 138%;
	color: #999;
	font-style: italic;
	font-weight: normal;
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: 2px groove #fff;
}

p, ul, ol, li, blockquote {
	color: #666;
	line-height: 177%;
}
#nav li {
	color: #999;
}
p {
	margin-top: 1em;
}
p:first-child {
	margin-top: 0;
}
#footer {
	font-size: 92%;
	color: #999;
}

a {
	color: #666;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
a:hover {
	color: #999;
}
blockquote {
	width: 90%;
	background: #f0f0f0;
	margin: 10px 0;
	padding: 5% 20px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	text-align: center;
}
.option-list {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 1em;
}
.option-list li {
	margin-left: 40px;
}

/* Structure */

#wrapper { width: 960px; padding: 10px; margin: 0 auto; clear: both; height: 100%; z-index: 1; }
#header { z-index: 99; }
#languages { float: right; line-height: 1.5em; font-weight: bold; }
#languages a { font-weight: normal; }
#logo { float: left; display: inline; width: 96px; height: 96px; margin-right: 9px; background-image: url('../images/logo-wmchang.png'); background-position: top left; background-repeat: no-repeat; }
#logo a { width: 100%; height: 100%; display: block; }
body.ch #banner { background-image: url('../images/banner-ch.png'); }
body.en #banner { background-image: url('../images/banner-en.png'); }
#banner { float: left; display: inline; background-position: top left; background-repeat: no-repeat; width: 825px; height: 100px; font-size: 1px; text-indent: -9999px; }
#nav { clear: both; margin-top: 10px; margin-bottom: 10px; padding-left: 109px;  }
#nav li { float: left; margin-right: 20px; display: inline; }
#nav li a { font-weight: normal; }
ul.sub-nav { display: none; }
#nav li:hover ul.sub-nav { display: block; position: absolute; background: #ccc; padding: 10px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
#nav li ul.sub-nav li { display: block; float: none; font-size: 90%; }
#nav li ul.sub-nav li a:hover { color: #fff; }
body.home #nav li#nav-home a, body.services #nav li#nav-services a, body.team #nav li#nav-team a, body.projects #nav li#nav-projects a, body.contact #nav li#nav-contact a { font-weight: bold; border-bottom: 2px #ccc solid; }
.container { clear: both; margin-top: 20px; width: 960px; position: relative; height: 100%; }
body.services .container, body.team .container { margin-left: 100px; }
.content { float: left; width: 600px; display: inline; }
.sidebar { float: right; width: 330px; padding-right: ; margin: 0; overflow: visible; display: inline; z-index: 10; right: 0px; }
	body.projects .sidebar, body.services .sidebar { right: 20px; }
	.sidebar #project_thumbnails { width: 330px; /* max-height: 330px; */ overflow-x: hidden; overflow-y: auto; border: 1px solid #CCC; }
	body.project .sidebar #project_thumbnails { width: 330px; border: none; height: 100%; max-height: none; overflow: hidden; }
#footer { clear: both; text-align: right; position: absolute; right: 0; margin-top: 1em; padding-right: 10px; }

/* Styles */

#slider {
	position: relative;
	width: 100%;
	padding: 0px 0 0.5em;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #666;
	overflow: hidden;
	clear: both;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	text-align: left;
}

	.slider-nav {
		width: 960px;
		height: 100%;
		float: left;
		position: relative;
		clear: both;
		display: inline;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		background: #EEE;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		-webkit-border-top-left-radius: 12px;
		-webkit-border-top-right-radius: 12px;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-topright: 12px;
		box-shadow: 0px -2px 2px #333;
		-webkit-box-shadow: 0px -2px 2px #333;
		-moz-box-shadow: 0px -2px 2px #333;
	}
	.slider-nav li { display: inline; }
	.slider-nav li a, .slider-nav .previous, .slider-nav ul, .slider-nav .next { padding: 5px; display: inline; }
	.slider-nav .previous, .slider-nav .next { font-size: 1.6em; }
	.slider-nav li.active a { background: #666; color: #FFF; }
	.slider-nav li a.hover { background: #999; color: #FFF; } 
/*	.slider-nav li.active a, .slider-nav li a:hover { -webkit-box-shadow: 0px 0px 2px #000; }
	.slider-nav li, .slider-nav li a { transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; }*/

#slider .slider-container {
	border-top: 1px solid #fff;
	width: 99999px;
	padding: 1em 150px;
	clear: both;
}
#slider .slider-slides {
	clear: both;
	height: 100%;
}
#slider .slider-slides div {
	float: left;
	display: inline;
}
#slider .slider-link {
	width: 600px;
	padding: 10px;
	margin: 0em 20px;
	border: 1px solid #FFF;
	overflow: hidden;
	background: #CCC;
	display: block;
	position: relative;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 0px 6px #000; 
	-webkit-box-shadow: 0px 0px 12px #000;
	-moz-box-shadow: 0px 0px 6px #000;
}
#slider .slider-link:hover {
	background: #FFF;
	border-color: #999;
	box-shadow: 0px 0px 12px #FFF;
	-webkit-box-shadow: 0px 0px 12px #FFF;
	-moz-box-shadow: 0px 0px 12px #FFF;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
#slider .slider-link h2 {
	width: 580px;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #9ebab2;
	color: #4c7070;
	text-align: left;
	display: block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	text-shadow: #F1F1F1 1px 1px 1px;
	clear: both;
}

#slider .slider-link:hover h2 {
	text-shadow: #3c6060 1px 1px 1px;
	color: #fff;
	background-color: #4c7070;
	border: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

#slider .slider-link img {
	width: 600px;
	height: 500px;
	display: block;
	overflow: hidden;
	clear: both;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#preview {
	width: 600px;
	background: #333;
	text-align: center;
	background: url('../images/ajax-loader.gif') center center no-repeat;
}
.fixed {
	position: fixed;
	top: 30px;
}
#overlay .fixed {
	top: 50px;
}
.fixedBottom {
	position: absolute;
	bottom: 10px;
}
#preview img {
	box-shadow: 1px 1px 10px #000000, 0px -1px 0px #FFF;
	-webkit-box-shadow: 2px 2px 10px #000000, -1px -1px 0px #FFF;
	-moz-box-shadow: 2px 2px 10px #000000, -1px -1px 0px #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

p.awards {
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px 0;
	color: #C62915;
	background-color: #F1F1F1;
	border: #FFFFFF solid 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 6px #CCCCCC;
	-webkit-box-shadow: 0 0 6px #CCCCCC;
	-moz-box-shadow: 0 0 6px #CCCCCC;
}

#overlay {
	width: 100%;
	height: 100%;
	/* position: fixed; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	top: 0;
	display: none;
}
#overlay_background {
	position: fixed;
	top: 0;
	background: #CCC;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width: 100%;
	height: 100%;
	z-index: 1;
}
#overlay_content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 10px;
	position: relative;
	top: 2.3em;
	z-index: 2;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 12px #999;
	-webkit-box-shadow: 0px 0px 12px #999;
	-moz-box-shadow: 0px 0px 12px #999;
}
#overlay_close {
	width: 40px;
	height: 27px;
	background: url('../images/return.png') top right no-repeat;
	position: absolute;
	top: -20px;
	left: -60px;
	z-index: 3;
	padding-top: 13px;
	padding-right: 40px;
	text-align: right;
	text-shadow: 0px 1px 1px #666;
}
body.project #overlay_close { display: none; }
#overlay_content #header, #overlay_content #footer {
	display: none;
}
body.services #overlay_content #container {
	margin-left: 0;
}

#excerpt {
	width: 690px;
}
#service_list {
	margin-top: 20px;
	width: 880px;
}
#service_list li {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 110px;
	display: inline;
}
.loading {
	background: url('../images/ajax-loader.gif') 20px 20px no-repeat;
	height: 60px;
}
#projects-loaded {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

#map_canvas {
	width: 600px;
	height: 375px;
	margin-top: 10px;
	background-color: transparent;
}

/* Team style */
#team_list { padding-top: 10px; }
.team-array { float: left; margin-right: 20px; width: 14em; display: inline; }
.team-array h3 { border-bottom: 1px solid #666; }
.team-array li { margin-bottom: 5px; padding-top: 5px; border-bottom: 1px solid #ccc; }

/* Projects table style */

#projects_table { width: 100%; margin-top: 10px; clear: both; }
#projects_table th { padding: 10px 10px 5px; }
#projects_table td { padding: 10px; }
#projects_table #table_header { background-color: #999; color: #fff; }
#projects_table tbody tr { transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; }
#projects_table tbody tr.odd_row { background-color: #f0f0f0; }
#projects_table tbody tr.row_highlight { background-color: #9ebab2; color: #fff; }
#projects_table tr.row_highlight a { color: #FFF; }
#type_header, #location_header, #region_header { width: 8em; }
#year_header { width: 6em; }

/* Projects thumbnails style */

#projects_thumbnails { margin-top: 10px; }
body.services #projects_thumbnails { margin-left: -10px; margin-top: 10px; }
#projects_thumbnails .project_thumbnail { display: inline; width: 200px; height: 180px; float: left; padding: 10px 10px 50px; margin: 0px 10px 10px 0px; display: inline; border: 1px solid #FFF; }
#projects_thumbnails .project_thumbnail:hover { background: #9EBAB2; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; box-shadow: 0 0 6px #333333; -webkit-box-shadow: 0 0 6px #333333; -moz-box-shadow: 0 0 6px #333333; }
#projects_thumbnails .project_thumbnail h4 { text-shadow: rgba(0,0,0,0.3) 4px 4px 10px; }
#projects_thumbnails .project_thumbnail:hover h4 { color: #FFFFFF; }
#projects_thumbnails .project_thumbnail:hover h5 { color: #EEEEEE; }
body.services #projects_thumbnails .project_thumbnail { width: 180px; }
#projects_thumbnails .project_thumbnail, #projects_thumbnails .project_thumbnail img { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
#projects_thumbnails .project_thumbnail .thumbnail { width: 100px; height: 100px; background: url('../images/ajax-loader.gif') center no-repeat; box-shadow: 0 0 6px #FFFFFF; -webkit-box-shadow: 0 0 6px #FFFFFF; -moz-box-shadow: 0 0 6px #FFFFFF; }
#projects_thumbnails .project_thumbnail span { margin-top: 10px; display: block; }

/* Project thumbnails style */

#project_thumbnails { margin-top: 10px; height: 100%; background-color: #DDD; }
#project_thumbnails a { float: left; display: block; margin: 5px; overflow: hidden; }
#project_thumbnails img { width: 100px; height: 100px; background: url('../images/ajax-loader.gif') center center no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
#project_thumbnails a:hover img { transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; box-shadow: 0 0 5px #FFFFFF; -webkit-box-shadow: 0 0 5px #FFFFFF; -moz-box-shadow: 0 0 5px #FFFFFF; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;	opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: blur(strength=60);}
