/*
/   master
/ 
/   Created by Joost Schuttelaar on 2006-12-07.
/
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: black;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

table {
	border-collapse: collapse;
}

td {  /* because of Internet Explorer's silly defaults */
	/*color: black;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;*/
}

td {
	vertical-align: top;
}

table.columns td {
	vertical-align: top;
}

a {
	color: #e31818;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

div#content li {
	margin-left: 17px;
}

h1 {
	color: #006795;
	font-size: 16pt;
	font-weight: bold;
	line-height: 28pt;
	margin-bottom: 14pt;
}

h1.subtitle_follows {
	margin-bottom: 0;
}

h2 {
	color: #006795;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 14pt;
}

h2.subtitle {
	color: #00a1e2;
}

h3 {
	color: #e31818;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

p {
	margin-bottom: 14pt;
}

.fold_out_link {
	display: block;
}

.fold_out_text {
	display: none;
}

a.fold_out_hide {
	/* color: #aaaaaa; */
	text-decoration: none;
}

span.todo {
	background-color: #ffcc00;
	padding: 4px;
	font-weight: bold;
}

img.dark_blue_border {
	border: 1px solid #006795;
}

img.blue_border {
	border: 1px solid #9bc3e5;
}

div#menu {
	display: none;
}

img.header_image {
	display: none;
}

div#footer {
	display: none;
}

div.people {
	display: none;
}

div#descriptionBlock {
	display: none;
}

div.small_box {
	padding: 8px;
	border: 1px solid #bbe3f5;
	font-size: 8pt;
	line-height: 12pt;
	margin: 10pt;
}

div#our_clients_logos {
	text-align: center;
}

div#our_clients_logos img {
	margin-right: 8px;
	margin-left: 8px;
}

div.key_project {
	margin-bottom: 10pt;
}

div.key_project p {
	margin-bottom: 0;
}

div.key_project h2 {
	color: #e31818;
}

div.key_project h2 em {
	color: #006795;
	font-weight: bold;
	font-style: italic;
}

div.key_project img.right {
	margin-left: 30px;
}

div.key_project img.left {
	margin-right: 15px;
}

table.contact {
	width: 100%;
}

table.contact td {
	vertical-align: top;
}

ul {
	margin-bottom: 14pt;
}