@import url(print.css);
/*=side navigation
-------------------*/
#contentWrapper #sideNav { background: url(../images/about_pic.jpg) no-repeat; }
.news #contentWrapper #sideNav { background-image: url(../images/global_news.jpg); }
.locations #contentWrapper #sideNav { background-image: url(../images/global_locations.jpg); }
.action #contentWrapper #sideNav { background-image: url(../images/global_actionmatters.jpg); }

/*=action matters
------------------*/
.actionHome #main #contentHeader {
	background-image: none;
	height: 65px;
	padding: 0;
	width: 693;
}

/*=locations page
------------------*/
#locations #main #contentHeader {
	background: #ccc url(../images/locations_banner.jpg) no-repeat top left;
	padding: 6px 7px 6px 17px;
	}
#locations #contentHeader #breadcrumb li {
	color: #000;
	font-size: 1.05em;
	}
#locations #breadcrumb li a {
	color: #00236b;
	font-size: 1.05em;
	}
#locations #contentHeader h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 0.95em;
	margin-top: 7px;
	}
#locations-map {
	width: 693px;
	height: 322px;
	background: #ccc url(../images/locations_map_new.jpg) no-repeat top left;
	margin-top: 15px;
	position: relative;
	}
#locations #main #contentSection {
	width: 100%;
	margin: 0;
	}
#continents-list {
	list-style: none;
	margin: 0;
	}
#continents-list li {
	position: absolute;
	}
#continents-list a {
	display: block;
	width: 6px;
	height: 5px;
	text-indent: -9999em;
	padding: 1px;
	margin: -1px 0 0 -1px;
	}
#continents-list .north-america {
	top: 100px;
	left: 150px;
	}
#continents-list .north-america a {
	width: 41px;
	height: 22px;
	}
#continents-list .latin-america {
	top: 203px;
	left: 219px;
	}
#continents-list .latin-america a {
	width: 41px;
	height: 22px;
	}
#continents-list .europe {
	top: 105px;
	left: 290px;
	}
#continents-list .europe a {
	width: 36px;
	height: 9px;
	}
#continents-list .middle-east {
	top: 126px;
	left: 382px;
	}
#continents-list .middle-east a {
	width: 34px;
	height: 22px;
	}
#continents-list .asia {
	top: 101px;
	left: 455px;
	}
#continents-list .asia a {
	width: 21px;
	height: 9px;
	}

#locations-list {
	list-style: none;
	margin: 0;
	}
#locations-list li {
	position: absolute;
	}
#locations-list a {
	display: block;
	width: 6px;
	height: 5px;
	text-indent: -9999em;
	padding: 1px;
	margin: -1px 0 0 -1px;
	}
#locations-list .united-states {
	top: 118px;
	left: 213px;
	}
#locations-list .canada {
	top: 109px;
	left: 207px;
	}
#locations-list .colombia {
	top: 190px;
	left: 218px;
	}
#locations-list .brazil {
	top: 240px;
	left: 250px;
	}
#locations-list .netherlands {
	top: 93px;
	left: 332px;
	}
#locations-list .germany {
	top: 102px;
	left: 341px;
	}
#locations-list .uk {
	top: 93px;
	left: 322px;
	}
#locations-list .poland {
	top: 98px;
	left: 349px;
	}	
#locations-list .italy {
	top: 110px;
	left: 339px;
	}
#locations-list .france {
	top: 101px;
	left: 330px;
	}
#locations-list .spain {
	top: 118px;
	left: 319px;
	}
#locations-list .russia {
	top: 87px;
	left: 381px;
	}
#locations-list .uae {
	top: 151px;
	left: 405px;
	}
#locations-list .egypt {
	top: 141px;
	left: 370px;
	}
#locations-list .china {
	top: 154px;
	left: 495px;
	}
#locations-list .india {
	top: 148px;
	left: 440px;
	}
#filter-results-form {
	padding: 14px 0 14px 16px;
	border-bottom: 1px solid #ccc;
	}
.service-options, .industry-options {
	width: 200px;
	margin-right: 11px;
	}

#locationsResults table {
	font-size: 11px;
	margin-left: 5px;
	width: 688px;
}
#locationsResults td {
	padding: 5px 5px 10px;
	vertical-align: top;
	width: 170px;
}
#locations table {
	width: 680px;
}

.search-results-table td {
	width: 156px;
	padding: 0 15px 15px 0;
	}
.search-results-table p {
	margin: 0;
	font-size: 0.9em;
	}

.leadership {
	margin: 0;
	padding: 0;
	}
.leadership li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.leaders hr {
	background-color: #eee;
	margin: 1em 0 2em;
	}
.leader {
	}
.leader img {
	float: left;
	}
.leader .description {
	float: left;
	width: 570px;
	margin-left: 10px;
	}
.leader h3, .leader h4 {
	font-size: 12px;
	}
.leader h3 {
	margin: 0;
	}
.leader h4 {
	margin: 0;
	font-weight: normal;
	clear: both;
	}
.leader .top {
	float: right;
	margin: 0;
	}
