a{
	color: #4D4C4C;
}
.spaced{
	margin-bottom: 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.divider, .title_divider{
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #fff;
	border: 0px solid #999;
	border-bottom: 1px solid #999;
}
.title_divider{
	margin: 5px 0px;
}
strong, .strong{
	font-weight: bold;
}
.tight{
	margin: 0px;
	padding: 0px;
}



/* ---- RESULTS ---- */

#results{
	margin: 10px 0px;

}
.result{
	clear: both;
	border-top: 1px solid #9C9FA1;
	padding-top: 10px;


}
.first{
	padding-top: 0px;
	border-top: 0px solid #9C9FA1;
}
.result dd{
	margin-bottom: 10px;
}

.result .mini_pdf{
	margin-bottom: 10px;
}
.result dl.has_thumb{
	float: left;
	display: inline;
	width: 360px;
}
.result .thumb{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	width: 80px;
	height: 80px;
	display:block;
	background-color: #cecece;
}
#results .title a{
	color: #4D4C4C;
	font-size: 131%;
}

#results .info{
	margin-top: 2px;
}
#results .info a{
	color: #716D6D;
	font-size: 100%;
}
#results .link{
	margin-top: 2px;
}
#results .link a{
	color: #8F9185;
	font-size: 100%;
}


#results a:hover{
	text-decoration: underline;
}





#results .pub_title a{
	color: #4D4C4C;
	font-size: 116%;
}
#results .pub_subtitle{
	float: right;
}
#results .pub_subtitle a{
	color: #9C9FA1;
	font-size: 116%;
}
#results .pub_info{
	margin-top: 2px;
}
#results .pub_info a{
	color: #716D6D;
	font-size: 100%;
}
#results .pub_link{
	margin-top: 2px;
}
#results .pub_link a{
	color: #8F9185;
	font-size: 100%;
}





/* ---- PAGINATION ---- */

.pagination{
	clear: both;
	padding: 5px;
	background-color: #8F9185;
	color: #fff;
	height: 19px;

}
.pagination h3{
	float: left;
	font-size: 131%;
}
.pagination h4{
	float: right;
	font-size: 131%;
	height: 14px;
}
.pagination p{

	margin-right: 30px;
}
.pagination a{
	font-size: 131%;
	color: #fff;
	margin-right: 10px;
	text-decoration: underline;
}
.pagination a.active{
	text-decoration: none;
}
.pagination .label{
	margin-right: 20px;
	font-size: 131%;
}









/* ---- ARTICLE ---- */
.article ul,
.article ol,
.article p {
	padding: 5px;
	background-color: #EDEBE8;
	color: #4D4C4C;
	/*margin-bottom: 10px;*/
}
.article ul p,
.article ol p {
	padding: 0;
}
.article ol{
	padding: 10px 5px 0 5px;
}

.article ul{
	padding: 10px 5px 5px 5px;
}
.article ol li{
	list-style-type: decimal;
	margin-left: 20px;
	padding-bottom: 10px;
}
.article p{
	/*margin-bottom: 10px;*/
}
.article p.spaced{
	padding: 10px 0px;
}

.article p.link{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
}
.article{
	clear: both;
}
.article h1{
	font-size: 267%;
	color: #8F9185;
}
.article h2{
	padding: 5px;
	background-color: #666;
	color: #CCC;
	font-size: 131%;
}
.article h3{
	padding: 5px;
	background-color: #8F9185;
	color: #fff;
	font-size: 131%;
	margin-top: 10px;
}
.article h3.first{
	margin-top: 0;
}
.article h4{
	padding: 5px 0px;
	color: #8F9185;
	font-size: 131%;
}
ul.cross li,
.article ul li{
	padding-left: 13px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/li_cross.gif);
	margin-bottom: 10px;
}

.article .thumb{
	float: left;
	margin: 10px 10px 0px 0px;
}

.article h3 a{
	color: #fff;
}
.link a{
	color: #fff;
}


.article .contact_numbers{
	float: right;
	width: 160px;
}
	.article .contact_numbers p{
		clear: both;
	}
	.article .contact_numbers span{
		float: left;
	}
	.article .contact_numbers span.info{
		float: right;
	}

.article #home-contact {
	background-color: #EDEBE8;
	overflow: hidden;
}
.article .address{
	float: left;
	width: 180px;
}
.article .extra{
	clear: both;
}







.article.people h3 span{
	margin-top:  0;
	float: right;
}

.article.people .thumb{
	margin-left:  10px;
}

.article.intro {
	margin-top: 10px;
}
.article.intro p {
	padding: 0 0 5px 0;
	background-color: transparent;
}
.article.publications {
	margin-top: 10px;
}








.article blockquote {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: #EDEBE8;
	quotes: "\201C" "\201D";
}









/* ---- CONTACT DETAILS ---- */

#contact-details{
	padding: 10px;
	background-color: #EDEBE8;
}
#contact-details p{
	line-height: 20px;
	margin-bottom: 10px;
}
#contact-details h3{
	font-size: 24px;
	margin-bottom: 10px;
}
#google-map{
	border: 1px solid #333;
	margin-bottom: 10px;
}


textarea{
	width: 429px;
	height: 90px;
	margin-bottom: 10px;
}
input{
	width: 219px;
	margin-bottom: 10px;
}
#submit{
	width: auto;
	margin-bottom: 10px;
}
.required{
	padding-right: 10px;
	background-image: url(../images/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.required-left{
	padding-left: 10px;
	background-image: url(../images/required-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}








/* ---- SITE MAP ---- */
#sitemap{

}
#sitemap ul{
	padding: 10px;
	background-color: #EDEBE8;
	color: #4D4C4C;

}
#sitemap li{

	margin-bottom: 10px;
}
#sitemap li.s2{
	margin-left: 20px;
}









/* ---- BIG PROMO ---- */

.promo{
	clear: both;

	padding:0px;

	margin-bottom: 10px;
}

.promoText{
	float: right;
	width:221px;
	height:221px;
	position:relative;
}

	.promoText div {
		position:absolute;
		bottom:0;
		left:0;
	}
	.promoText h3 a{
		color: #8F9185;
	}
	.promoText h3{
		font-size: 267%;
		color: #8F9185;
		margin-bottom: 5px;
	}

	.promoText h4, .promoText h4 a{
		font-size: 167%;
		margin-bottom: 5px;
		color: #8F9185;
	}

	.promoText h5, .promoText h5 a{
		font-size: 18px;
		margin-bottom: 5px;
		color: #8F9185;
	}
	.promoText .last{
		margin-bottom: 0px;
	}
	.promoText p.cta{
		margin: 10px 0px 0px 0px;
		font-weight: bold;
	}
	.promoText p.last{
		margin-bottom: -2px;
	}
	.promoText h3.last{
		margin-bottom: -7px;
	}
	.promoText h4.last{
		margin-bottom: -3px;
	}
 .promo a{
 	color: #716D6D;
 }
.promo p{
	clear: both;

}
.promoImage{
	float:left;
	display:block;
	background-color: #666;
}
.promo .promoImage{
	width:221px;
	height:221px;
	margin-bottom: 10px;
}
.miniPromo .promoImage{
	width:80px;
	height:80px;
	margin-bottom: 10px;
}

.promoImageNext{
	float: right;
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #999;
	color: #fff;
}


/* ---- PROMO ---- */

.miniPromo{
	margin-bottom: 10px;

}

	.miniPromo img{
		float: left;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;

	}

	.miniPromoText{
		float: right;
		width:131px;
		height:80px;
		position:relative;
	}
	.miniPromoText div {
		position:absolute;
		bottom:0;
		left:0;
	}
	.miniPromoText h3, .miniPromoText h3 a{
		font-size: 16px;
		color: #8F9185;

	}
	.miniPromoText p, .miniPromoText p a{
		font-weight: regular;
		color: #716D6D;
	}
	.miniPromo p.cta{
		margin: 10px 0px 10px 0px;
		font-weight: bold;
	}
	.miniPromo a,.miniPromoText a{
		color: #716D6D;
	}

	.miniPromo p{
		clear: both;
	}





/* ---- THUMB PROMO ---- */

.thumbPromo{
	clear: both;
	margin-bottom: 10px;
}
	.thumbPromo img{
		display: inline;
		float: left;
		width: 80px;
		height: 80px;
		margin: 0px 10px 10px 0px;
	}

	.thumbPromoText{
		display: inline;
		float: left;
		width:355px;
		height:80px;
		position:relative;
	}
	.thumbPromoText div{
		position:absolute;
		bottom:0;
		left:0;
	}
	.thumbPromoText h3, .thumbPromoText h3 a{
		font-size: 197%;
		color: #8F9185;
		margin-bottom: 5px;
	}
	.thumbPromoText h4, .thumbPromoText h4 a{
		font-size: 131%;

		color: #8F9185;
	}

	.miniPromoText p, .miniPromoText p a{
		font-weight: regular;
		color: #716D6D;
	}
	.thumbPromo a,.thumbPromoText a{
		color: #716D6D;
	}
	.thumbPromo h3.last{
		margin-bottom: -7px;
	}
	.thumbPromo h4.last{
		margin-bottom: -8px;
	}









.imageset{

}
	.imageset img{
		display: inline;
		margin: 0px 8px 8px 0px;
		border: 1px solid #ccc;
	}
	.imageset .selected img{
		border: 1px solid #666;
	}
	.imageset li{
		display: inline;
	}
	.imageset li dl{
		display: none;
	}
	.imageset a
	{
	  outline: none;
	}




p.main{
	padding: 5px;
	padding-right: 10px;

	color: #4D4C4C;
}


p.intro{
	font-size: 18px;
}
p.pdf{
	margin-top: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/promo_pdf.gif);
	height: 42px;

}
p.mini_pdf{

	float: left;
	padding-left: 28px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/mini_pdf.gif);
	height: 17px;
	margin-top: 5px;
	padding-top: 5px;

	margin-bottom: 10px;
}




ul.date_title{
	position: relative;

}
	ul.date_title li{
		position: relative:
	}
	ul.date_title li .date{
		float: right;
		text-align: right;
		width: 140px;
		position: relative;
		top: 0px;
		right: 0px;
	}
	ul.date_title li .title{}



#GoogleMap{
	width: 432px;
	height: 330px;
	margin-bottom: 10px;
	border: 1px solid #9a9a9a;
}
#GoogleMap.casestudy{
	width: 450px;
	height: 280px;
}





















#center .related-links{
	padding-top:10px;
}
#center .related-links li{
	padding-bottom:10px;
}
