/* Site layout */

.wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	padding: 0 100px 60px 100px;
}

.clearboth {
	clear:both;
	font-size:1px;
	height:1px;
}

.header {
	height: 165px;
	position: relative;
	z-index: 10;
}

.header a {
	color: #58585A;
}

.header a:hover {
	color: #0F75BC;
}

.header .logo {
	position: absolute;
	top: 19px;
	left: 12px;
	width: 162px;
	height: 132px;
	display: block;
}

.header .sloganbox {
	position: absolute;
	top: 105px;
	left: 330px;
	width: 231px;
	height: 230px;
	z-index: 5;
}

.header .languages {
	position: absolute;
	right: 0px;
	width: 100px;
	top: 30px;
	text-align: right;
}

.menu {
	list-style: none;
	border-top: 1px dotted #ccc;
	top: 105px;
	right: 0;
	position: absolute;
	height: 30px;
	padding-top: 5px;
	z-index: 10;
}

.menu .active a {
	color: #0F75BC;
	/*color: #ED1C24;*/
}

.menu .active ul a {
	color: #000;
}

.menu ul .active a {
	color: #0f75bc;
	/*color: #ED1C24;*/
}

.menu a {
	color: #0f75bc;
}

.menu a:hover {
	text-decoration: none;
	/*color: #ED1C24;*/
}

.menu li {
	text-align: left;
	float: left;
	margin: 0 0 0 12px;
	position: relative;
	height: 30px;
}

.menu li.first {
	margin-left: 0px;
}

.menu li ul {
	display: none;
	width: 240px;
	position: absolute;
	top: 20px;
	left: -10px;
	list-style: none;
	background-color: #fff;
}

.menu li ul li {
	float: none;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 23px;
}

.menu li ul li a {
	display: block;
	width: 217px;
	height: 22px;
	line-height: 22px;
	padding: 0 15px 0 8px;
	margin: 0;
}

.menu li ul li a:hover {
	background: #0f75bc;
	color: #fff;
}

.menu li:hover ul {
	display: block;
}

.frontpage {
	position:relative;
	width:1000px;
	height:424px;
	margin-bottom:5px;
	background:#f3f3f4;
}

.frontpage .colorbuttons {
	position: absolute;
	width: 182px;
	height: 110px;
	top: 0px;
	left: 0px;
	padding:12px 0 0 22px;
}

.frontpage .colorbuttons a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.frontpage a.executive-search  {
	background: transparent url(images/executive-search-button.png) no-repeat top left;
	height: 35px;
	width: 161px;
	padding-top: 7px;
}
.frontpage a.board-consulting  {
	background: transparent url(images/board-consulting-button.png) no-repeat top left;
	height: 35px;
	width: 161px;
	padding-top: 7px;
}
.frontpage a.management-assessment  {
	background: transparent url(images/management-assessment-button.png) no-repeat top left;
	height: 37px;
	width: 161px;
	padding-top: 7px;
}

.frontpage .aboutbox {
	position: absolute;
	background: #939598;
	height: 284px;
	width: 200px;
	top: 140px;
	left: 0px;
	overflow: hidden;
}
.frontpage .aboutbox p {
	color: #e2e2e2;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 13px 13px 4px 13px;
	line-height: 1.2em;
}


.frontpage .frontimage {
	position:absolute;
	width: 600px;
	height: 424px;
	left: 200px;
	top: 0px;
}

.frontpage .consultant_search {
	position: absolute;
	width: 200px;
	height: 212px;
	padding-top: 1px;
	top: 0px;
	left: 800px;
}

.frontpage .office_search {
	position:absolute;
	width: 200px;
	height: 211px;
	top:213px;
	left:800px;
}

/* Content pages, 3 colums (with wide & slim center column) */

.left_col {
	float: left;
	width: 200px;
}

.left_col p {
	background: #fff;
	padding-bottom: 5px;
	margin: 0;
}

.center_col {
	width: 540px;
	margin:0 15px;
	float:left;
}

.center_col_slim {
	width: 370px;
	margin:0 15px;
	float:left;
}

.right_col {
	width: 200px;
	float: right;
	padding: 0;
}

.right_col_wide {
	width: 370px;
	float: left;
	padding: 15px;
}

.right_col p {
	line-height: 16px;
}

/* Footer */

.footer {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

.footer p {
	text-align: center;
	color: #fff;
	font-size: 10px;
	margin:0;
	padding:0;
}

.footer a {
	font-size:10px;
	color:#fff;
}

.poweredby {
	width: 200px;
	position: absolute;
	left: -400px;
}
