@charset "utf-8";
/* CSS Style Document */
h1 {
	font-size:22px;
	font-family:SimSun, Verdana;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:0.025em;
	margin:0 0 10px 0;/* Removed 10px from bottom -TAS */
}
h1.en {
	font-size:20px;
	font-family:Andale Mono;
}
#header h1 {
	margin-bottom:0;
}
#singleColumn1 h1 {
	margin-bottom:3px;
}
h2 {
	font-size:12px;
	font-family:SimSun, Verdana;
	text-transform:uppercase;
	color:#564E64;
	background-color:#ebebeb;
	border:1px solid #cacaca;
	margin:0 0 10px 0;
	padding:3px 10px 3px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
h2.en {
	font-size:10px;
	font-family:Verdana;
}
h2 img { /* Was trying to use this for the boxArrow.gif inside the <h2> */
	/* margin:3px 5px -4px 0px; setting if not using vertical-align:middle*/
	margin:0 5px 2px 0;
	vertical-align:middle;
}
h3 {
	font-size:16px;
	font-family:SimSun, Verdana;
	color:#423b4c;
	margin:0 0 4px 0;
}
h3.en {
	font-size:21px;
	font-family:Andale Mono, Times New Roman;
}
h4 {
	font-size:14px;
	font-family:SimSun, Verdana;
	letter-spacing:0.001em;
	color:#423b4c;	
	margin:0 0 10px 0;
}
h4.en {
	font-size:14px;
	font-family:Verdana;
}
#header h4 {
	margin-bottom:0;
}
h5 {
	font-size:14px;
	font-family:SimSun, Verdana;
	color:#333;
	margin:0 0 10px 0;
}
h5.en {
	font-size:11px;
	font-family:Verdana;
}
h6 {
	font-size:14px;
	font-family:SimSun, Verdana;
	text-transform:uppercase;
	color:#666;
	margin:0;
}
h6.en {
	font-size:10px;
	font-family:Verdana;
}
p, font, td {
	font:12px SimSun, Verdana;
	line-height:18px;
	color:#666;
	margin:0 0 18px 10px; /* added because bottom margin on h2 is 10px and creates enough space */
	text-align:justify;
	text-justify:distribute;
}
td {
	font-size:12px;
	font-family:SimSun, Verdana;
}
h1 span.en, h3 span.en {
	font-size:20px;
	font-family:Andale Mono, Times New Roman;
	font-weight:100;
}
h2 span.en {
	font-size:10px;
	font-family:Verdana;
}
h4 span.en {
	font-size:14px;
	font-family:Verdana;
	font-weight:100;
}
h5 a {
	font-weight:100;
}
h5 span.en {
	font-size:11px;
	font-family:Verdana;
	font-weight:100;
}
h6 span.en {
	font-size:10px;
	font-family:Verdana;
	font-weight:100;
}
p.en, font.en, p span.en, td span.en {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
}
p.noIndent {
	margin-left:0;
}
.noIndent p, font {
	margin-left:0;
}
p.listTop {
	margin-bottom:0;
}
ul {
	list-style-type:none;
	line-height:15px;
	font:13px SimSun, Verdana;
	color:#666;
	margin:0 0 0 10px;
	padding:0 0 10px 0;
}
li {
	line-height:18px;
}
ul span.en {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---===Linkage===--- */
a:link {
	text-decoration:none;
	color:#cc6600;
}
a:visited {
	text-decoration:none;
	color:#cc6600;
}
a:hover, a:active {
	text-decoration:underline;
	color:#cc6600;
}
a img {
	border:0;
}
blockquote {
	font:20px "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	line-height:25px;
	color:#333;
}
img {
	margin:0 0 10px 0;
}
img.noSpace {
	margin:0;	/* For box arrows and also images in Our Expertise section */
}
input {
	font:11px Verdana;
	background-color:#fff; 
	border:1px double #cbcbcb; 
	color:#cc6600;
}
textarea {
	font:11px Verdana;
	background-color:#fff; 
	border:1px double #cbcbcb; 
	color:#cc6600;
}
input.submit {
	background-color:#bd792e; 
	border:1px solid #fff; 
	color:#fff;
}
.inputWidth {
	width:98%;
}
select {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
/*iframe {
	overflow-y: hidden;
}*/
.blankColumn {
	width:898px;
	padding:0 34px 0 34px;
	margin: 0;
	height:0; /* Zero height is required for IE 7 */
}
.blankColumn2 {
	width:540px;
	padding:0;
	height:0;
}
.searchResultsNav {
	background-color:#f7f6e7;
	padding:10px 1px 1px 1px; /*might not need this later */
	border:1px solid #ccc;
}
.searchResultsNav p {
	text-align:right;
	padding:0 10px 0 0;
}

/* CAREERS SECTION */
#careersFlexContent {
	color:#564E64;
	background-color:#f1f7ec;
	border:1px solid #cacaca;
	padding:10px 0 0 0;
}
#careersFlexContent h3 {
	font:13px Verdana;
	color:#495938;
}
#careersFlexContent p {
	padding:0 10px 0 10px;
}
#careersSearchWide {
	color:#564e64;
	background-color:#eaeaea;
	border:1px solid #ccc;
	padding:10px 10px 0 10px;
	margin-bottom:10px; /* Needed for firefox */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#careersSearchWide .location, .category {
	float:left;
	padding-right:15px;
}
.openingsList {
	border:1px solid #989898;
	margin-top:1px;
	padding:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.job li, .press li, .recruiting li {
	position:relative; /* This makes the bullets show all the time in IE 6 */
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
	background:url(/_img/includes/bullet-grey.gif) 0px 7px no-repeat;
}
.careers li {
	position:relative; /* This makes the bullets show all the time in IE 6 */
	margin:3px 0 3px 10px;
	padding:0 0 0 10px;
	background:url(/_img/includes/bullet-grey.gif) 0px 7px no-repeat;
}
ul.jobdescrip2, li.jobdescrip2 {
    margin-left:28px;
}
table.recruiting th {
	font-size:12px;
	font-family:SimSun, Verdana;
	text-transform:uppercase;
	color:#564E64;
}
table.recruiting { width:100%; margin-bottom:18px; }
table.recruiting, table.recruiting th, table.recruiting td { border:1px solid #cacaca; };
/* PORTFOLIO SECTION */
.top20 {
	background-color:#f3f3f3;
}
.top20Container {
	position:relative;
	margin:0;
	padding:1px 5px 1px 1px;
	height:590px;
	float:left;
}
.top20details {
	position:absolute;
	left:0;
	top:415px;
	margin:0 0 0 -5px;
}
.top20singleColumn {
	width:250px;
}
.top20doubleColumn {
	width:520px;
}
.projResultsContainer {
	position:relative;
	height:95px;
	border:1px solid #ccc;
	margin:1px 0 1px 0;
	padding:1px 5px 1px 1px;
}
.projResultsContainer p {
	position:absolute;
	width:117px;
	top:0;
	right:6px;
	text-align:right;
	margin:0;
}
.projResultsContainer img.arrow {
	position:absolute;
	bottom:6px;
	right:7px;
	text-align:right;
	margin:0;
}
.projResultsImg {
	float:left;
	color:#ffd;
	padding-right:15px;
}
.projResultsImg img {
	display:block;
	margin:0;
}
#projDetails p, #projDetails h6 {
	text-align:right;
}
#projDetails h6.bylined {
	margin:18px 0 0 0;
}
li.pdf {
	background:url(/_img/includes/icon-pdf.gif) no-repeat 0px 0px;
	color:#666666;
	padding:2px 0 0 22px;
}
div.wrapper{
	position:relative;
	width:201px;
	height:153px;
	float:left;
	margin-right:8px;
	margin-bottom:8px; 
	overflow:hidden;
}
div.edge {
	margin-right:0;
}
div.description{
	position:absolute;
	bottom:0;
	left:0;
	height:36px;
	background-color:#ccc;
	color:#fff;
	overflow:hidden;
}
p.overlay {
	position:absolute;
	bottom:0;
	left:0;
	color:#171717;
	font-weight:bold;
	padding:2px 4px 4px 4px;
	margin:0;
	z-index:10;
	line-height:14px;
	display:none;
	text-align:left;
}
p.overlay span.en {
	font-size:11px;
	font-weight:bold;
}
span.more {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#666666;
	text-align: left;
	text-transform:none;
}
div.moreContent, div.slideshow {
	display:none;
}

/* PRESS SECTION */
#pressSearch {
	color:#564e64;
	background-color:#ebebeb;
	border:1px solid #cacaca;
	margin-bottom:15px;
	padding:10px 10px 0 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#pressSearchWide {
	color:#564E64;
	padding:0 34px 0 0;
	margin:-10px 0 0 0;
}
#pressSearchWide .keyword, .year, .searchpress, .search {
	float:right;
	padding-left:15px;
}
#pressSearchWide p {
	margin-bottom:0;
}
li.pdf {
	background:url(/_img/includes/icon-pdf.gif) no-repeat 0px 0px;
	color:#666666;
	padding:2px 0 0 22px;
}
li.press {
	line-height:normal;
	margin-bottom:9px;
}
.pressResultsContainer {
	border:1px solid #ccc;
	margin:1px 0 1px 0;
	padding:1px 1px 1px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.pressResultsContainer a {
	text-transform:uppercase;
}
p.pressResultsTitle {
	margin:2px 0 0 0;
	padding-right:10px;
} 
p.pressResultsBlurb {
	margin:10px 0 0 0;
	padding-right:10px;
}
.pressResultsImg {
	float:right;
	width:158px;
	height:120px;
	color:#ffd;
	margin:0;
	padding:0 0 0 10px;
}
.pressResultsImg img {
	display:block;
	margin:0;
}
