@CHARSET "UTF-8";

/*
DEBUG
@import "debug.css" screen;
*/ /*
	color1: ffa200
	color2: 003264
	color3: 7f98b1
*/
* {
	margin: 0;
	padding: 0;
}

body,div,td {
	font: normal normal normal 12px/ 18px Helvetica, Verdana, Arial;
}

h1,h2,h3,h4 {
	color: #003264;
}

div.page {
	width: 850px;
	margin: 0 auto;
}

div.header {
	height: 106px;
	background: #113051 url('../gfx/header.png') center top no-repeat;
	border-top: 8px solid #ffa200;
}

.home div.header {
	height: 252px;
	background-image: url('../gfx/header_home.png');
}

.header h1 a {
	margin: 10px 0 0 720px;
}

.home .header h1 a {
	margin: 100px 0 0 720px;
}

.header h1 a {
	display: block;
	width: 105px;
	height: 130px;
	text-indent: -4000px;
}

.header h2 {
	display: none;
}

div.menu-bar {
	border-bottom: 1px solid #7f98b1;
	overflow: hidden;
	padding: 19px 0 3px 85px;
	height: 20px;
	position: relative;
}

.menu {
	overflow: hidden;
	width: 85%;
}

.menu ol {
	list-style: none;
	float: left;
}

.menu ol li {
	float: left;
	margin: 0 20px 0 0;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	height: 20px;
}

.menu ol li a {
	color: #003264;
	text-decoration: none;
}

.menu ol li a:hover {
	border-bottom: 1px solid;
	color: #08498F;
}

.menu-bar .menu ol li.selected a {
	color: #ffa200;
	cursor: default;
}

div.languages {
	position: absolute;
	right: 0;
	top: 18px;
	/*width: 42px;*/
}

.languages ul,.languages ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

.languages a {
	display: block;
	width: 15px;
	height: 11px;
	padding: 1px;
	margin: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -4000px;
	width: 15px;
	background-position: center center;
}

.languages a.selected {
	border-bottom: 1px solid #7f98b1;
}

.languages .en a { /* temp. Removed because En goes live later */
	/* display: none;
	end */
	background-image: url('../gfx/lang_en.png');
}

.languages .nl a {
	background-image: url('../gfx/lang_nl.png');
}

/* end menu bar */
div.content-wrapper {
	clear: both;
	text-align: left;
	margin: 20px 0 20px 85px;
	overflow: hidden;
	min-height: 300px;
}

* html div.content-wrapper {
	display: inline-block;
}

div.content {
	margin-right: 1%;
}

div.content-inner {
	float: left;
}

div.main {
	width: 68%;
	float: left;
}

div.sub {
	width: 28%;
	color: #666666;
	float: right;
}

/* temp. Removed because ther is no right col on home page*/
.home div.main {
	width: 65%;
}

end
.home div.sub {
	/* temp. Removed because ther is no right col on home page */
	display: none;
	width: 36%;
	margin-right: 9%;
	/* end */
	display: none;
	margin-right: 0;
	width: 28%;
}

* html .home  div.sub {
	margin-right: 3%;
}

.content h3 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}

.content a {
	color: #7F98B1;
}

.content a:hover {
	color: #ffa200;
	text-decoration: underline;
}

.content h3 a {
	color: #003264;
	text-decoration: none;
}

.content h3 a:hover {
	color: #003264;
	color: #ffa200;
	text-decoration: underline;
}

.content p {
	margin: 0 0 10px;
}

.sub ul {
	color: #003264;
	list-style-position: outside;
	list-style-image: url(../gfx/bullet_a.png);
	margin-left: 20px;
	width: 205px;
}

* html .sub ul {
	font-size: 11px;
}

* html .sub ul li {

}

.sub ul.submenu {
	list-style-position: outside;
}

.sub ul.submenu li {
	margin-left: 20px;
}

.sub ul li.selected {
	color: #ffa200;
	list-style-image: url(../gfx/bullet_a_sel.png);
}

.sub ul li.selected a {
	color: #ffa200;
}

* html .sub ul a {
	padding-left: 5px;
}

* html .sub ul.submenu a {
	padding-left: 0;
}

.sub ul h4 {
	display: inline;
}

.main ul,ul.blue {
	list-style-position: outside;
	padding-left: 20px;
	list-style-image: url(../gfx/bullet_a.png);
	margin-bottom: 15px;
}

ul.blue li {
	overflow: hidden;
	margin-bottom: 5px;
}

ul.blue h4 {
	display: inline;
}

ul.blue h4 a {
	color: #003264;
}

ul.blue h4 a:hover {
	color: #ffa200;
}

ul.specialisms {
	list-style-position: inside;
	padding-left: 0;
}

ul.specialisms h4 {
	margin: 10px 3px 5px 8px;
}

ul.specialisms h4 a {
	font-size: 13px;
}

a.more {
	display: block;
	float: left;
	margin-right: 30%;
	margin-top: -10px;
	background: url('/gfx/right.png') left center no-repeat;
	padding-left: 12px;
	color: #7f98b1;
	text-decoration: none;
}

a.more-pub {
	background: url('/gfx/right.png') left center no-repeat;
	padding-left: 12px;
	margin-top: 0;
	float: none;
	color: #7f98b1;
}

a.more:hover, a.more-pub:hover {
	color: #ffa200;
}

/*
Specialist
*/
ul.specialists {
	padding-left: 0;
}

.content-inner .specialists div.container {
	margin-top: 15px;
	float: left;
}

.specialists div.image {
	width: 200px;
	overflow: hidden;
	margin: 0 10px 5px 0;
}

.specialists img {
	border: 0 none;
}

.specialists .main li {
	overflow: hidden;
	position: relative;
	padding: 5px 14px 5px 0;
	width: 155px;
	float: left;
	height: 238px;
}

.specialists div.text {
	width: 275px;
	overflow: hidden;
}

.specialists h4 {
	color: #FFA200;
	font-weight: bold;
}

h4 a {
	font-size: 11px;
	text-decoration: none;
}

.specialists div.controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

.specialists div.controls a {
	color: #224d79;
	margin: 0 2px 0 5px;
	text-decoration: none;
}

.specialists div.controls a:hover {
	color: #FFA200;
	text-decoration: none;
}

div.large-text,div.short-text {
	clear: both;
}

.sub ul {
	line-height: 160%;
}

.sub ul a {
	color: #224d79;
	text-decoration: none;
}

.sub ul a:hover {
	color: #ffa200;
}

.publications h4 {
	margin: 0 0 3px 0;
}

.publications .content-inner h4 a {
	color: #003264;
	font-weight: bold;
	font-size: 1.2em;
}

.publications .content-inner h4 a:hover {
	color: #ffa200;
}

.publications ul.blue li {
	overflow: visible;
}

div.crumbs {
	margin-bottom: 10px;
}

div.crumbs a,div.crumbs span {
	color: #224d79;
	text-decoration: none;
	background: url('/gfx/right.png') left center no-repeat;
	padding: 0 12px;
}

/*
Footer
*/
div.footer {
	clear: both;
	border-bottom: 8px solid #003264;
	margin-bottom: 10px;
	padding: 65px 1% 5px 0;
	overflow: hidden;
	height: 1%;
	background: url(../gfx/footer.png) center top no-repeat;
	color: #000000;
}

.footer dl {
	width: 330px;;
	float: right;
}

.footer dt,.footer dd {
	width: 50%;
	font-size: 0.8em;
	float: left;
	white-space: nowrap;
}

.footer dt {
	width: 40%;
	margin-right: 10px;
	text-align: right;
}

.footer dt {
	float: left;
}

.footer a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}

/*
inputs */
.main input.medium {
	width: 80%;
}

.main textarea.textarea {
	width: 80%;
}

.main li.rtf {
	width: 79%;
}

span.date,span.pages {
	white-space: nowrap;
}
