@charset "UTF-8";
/* CSS Document */

/* Typography */

body, html {
	font: 94%/1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4b4b4b;
}

a:link, a:visited {
	text-decoration: none;
	color: #40688b;
}

a:hover {
	text-decoration: underline;
	color: #204266;
}

a.learnmore {
	color: #67b7f0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/learnmore_arrow.png) no-repeat right 3px;
	padding-right: 11px;
	display: block;
	float: right;
}

a.learnmore:hover {
	text-decoration: underline;
}

div.sidebar, div.clm, div.projects {
	font-size: 0.86em;
}

div#footer {
	font-size: 0.8em;
	color: #999;
	line-height: 1.3em;
}

div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #999;
}

div#footer a:hover {
	color: #555;
}

h1,h2,h3,h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1.pagetitle {
	font-size: 4em;
	color: #4d4c4c;
}

h2 {
	color: #80a3bc;
	font-size: 2.4em;
	line-height: 0.9em;
}

h3,h4 {
	font-size: 1.6em;
}

h4 {
	color:#80a3bc;
}

div.sidebar h3 {
	font-size: 2em;
	line-height: 1.02em;
}

div.projects h3 {
	color: white;
	text-transform: uppercase;
}

div.press_img p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}

div.press_img p.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
}

div.projectdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
}


/* Structure */

* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #f1f1f1;
}

h2 { margin: 1em 0 0.6em 0; }
h3,h4 { margin: 1em 0 0.4em 0; }
div.sidebar h3 { margin: 0.6em 0 0.4em 0; }
p,ul { margin-bottom: 0.9em; }

div#page {
	background: url(../images/pagebg_home.jpg) no-repeat top center;
	text-align: left;
}

body#amsterdam_pg div#page { background: url(../images/pagebg_amsterdam.jpg) no-repeat top center; }
body#mercuur_pg div#page { background: url(../images/pagebg_mercuur.jpg) no-repeat top center; }

div#wrap {
	clear: both;
	width: 855px;
	margin: 0 auto;
}

div.contentwrap_2clm {
	clear:both;
	padding-top: 14px;
	background: url(../images/contentbgtop_2c.png) no-repeat 0 0;
	width: 855px;
}

div.contentwrap_2clm div.cw_middle {
	background: url(../images/contentbg_2c.png) repeat-y 0 0;
	width: 855px;
}

div.contentwrap_1clm {
	clear:both;
	text-align: left;
	padding-top: 14px;
	background: url(../images/contentbgtop_1c.png) no-repeat 0 0;
	width: 855px;
}

div.contentwrap_1clm div.cw_middle {
	background: url(../images/contentbg_1c.png) repeat-y 0 0;
	width: 855px;
}

div.content {
	padding: 5px 19px;
}

div.contentleft {
	float: left;
	width: 560px;
	padding: 5px 0 5px 19px;
}

div.contact_label, div.contact_value {
	float: left;
	margin-left: 10px;
}

div.contact_label {
 	text-align: right;
	padding-right: 10px;
	border-right: #ccc solid 1px;
}

div.sidebar {
	width: 220px;
	float: right;
	padding: 5px 19px 5px 0;
}

div#footer {
	padding: 10px 19px;
}

img.logolink {
	float: right;
	margin: 25px 7px 25px 0;
}

h1.pagetitle {
	margin: 0 0 0 12px;
	display: block;
	padding: 90px 0 0 0;
}

div.separator {
	clear: both;
	height: 12px;
	border-bottom: #ccc dotted 1px;
	margin-bottom: 12px; 
}

div.separator_noborder {
	clear: both;
	height: 12px;
}

div.clm {
	width: 270px;
	background: #f1f1f1;
	padding-bottom: 10px;
}

div.clm p { margin: 10px 10px 0 10px; }

div.projects {
	width: 270px;
	background: #f1f1f1;
}

div.projects h3 {
	margin: 0;
	background: #80a3bc;
	padding: 4px 8px;
}

div.projects ul {
	list-style: none;
	border-top: #fff solid 1px;
	margin: 0;
}

div.projects li {
	border-bottom: white solid 1px;
}

div.projects a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-size: 1.06em;
	color: #555;
	border-bottom: #dadada solid 1px;
}

div.projects a:hover {
	background: #dadada;
	color: #333;
}

div.projectrow1, div.projectrow2 {
	clear: right;
	padding: 8px;
	border-top: #ccc solid 1px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div.projectrow2 { background: #f4f4f4; }

div.projectrow1:hover, div.projectrow2:hover { background: #ffffee; }

div.projectrow1 p, div.projectrow2 p,
div.projectrow1 h3, div.projectrow2 h3 {
	margin: 0.3em 0;
}

div.projectrow1 h3 a, div.projectrow2 h3 a {
	color: #666;
	text-decoration: none;
}

div.projectrow1 h3 a:hover, div.projectrow2 h3 a:hover {
	color: #CC6600;
	text-decoration: underline;
}

div.projectrow1 img, div.projectrow2 img {
	float: left;
	border: #ccc solid 1px;
	padding: 3px;
	background: white;
}

div.projectrow1 img:hover, div.projectrow2 img:hover {
	border: #999 solid 1px;
}

div.projectdesc {
	margin-left: 124px;
}

div.projectdetails {
	clear: both;
	border-top: #ccc dotted 1px;
	padding: 12px 0;
}

div.projectdetails ul {
	list-style-image: url(../images/star_bullet.gif);
	padding-left: 32px; 
}

div.projectdetails img.left {
	float: left; 
}

div.projectdetails div.textright {
	margin-left: 314px; 
}

div.memberships h3 {
	margin: 0;
	display: block;
	height: 40px;
	background: url(../images/memberbg.jpg) repeat-x 0 0;
	padding: 0 8px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #999;
	text-align: center;
}

div.press_img {
	float: left;
	margin: 0 6px 6px 0;
	text-align: center;
	height: 170px;
}

div.press_img img {
	border: #ccc solid 1px;
	padding: 3px;
}

div.press_img p {
	margin: 0;
	background: #f1f1f1;
	border-top: white solid 1px;
	padding: 3px 3px 0 3px;
}

div.press_img p.date {
	margin: 0;
	background: #f1f1f1;
	border-top: none;
	padding: 0 0 3px 0;
}

a.back_to_top {
	padding: 6px 19px 10px 19px;
	display: block;
}

div#clmleft { float: left; }
div#clmright { float: right; }

img.historythumb, img.historythumb_left {
	float: right;
	padding: 6px;
	border: #e8e8e8 solid 1px;
	margin: 0 0 8px 8px;
}

img.historythumb_left {
	float: left;
	margin: 0 8px 8px 0
}

.clr {
	clear: both;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */


/* Web Links */

div.weblink_text {
	margin: 0 22px;
	clear: both;
	font-size: 0.9em;
}

div.weblink_text h3, div.weblink_text p {
	margin: 0 0 8px 0;
	float: left;
	clear: left;
	display: block;
	width: 400px;
}

div.weblink_text a {
	float: right;
	text-decoration: none;
	text-align: right;
	color: #67b7f0;
}

div.weblink_text a:hover {
	text-decoration: underline;
}


/* Other Projects */

div.other_projects {
	border-bottom: #ccc dotted 1px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	line-height: 1.3em;
}

div.other_projects h3 {
	display: block;
	background: #80a3bc;
	padding: 6px 8px;
	color: white;
	font-size: 1.6em;
	margin: 0;
}

div.other_projects p {
	margin: 0;
}

div.other_projects div.currentproj_text {
	padding: 8px;
	background: #f1f1f1;
	border-bottom:#ccc solid 1px;
}

div.other_projects img {
	border-bottom:#fff solid 1px;
}


div.other_projects ul {
	list-style: none;
	border-top: #fff solid 1px;
	margin: 0;
}

div.other_projects li {
	border-bottom: #fff solid 1px;
}

div.other_projects ul a {
	display: block;
	background: #f1f1f1;
	padding: 3px 8px;
	color: #555;
	border-bottom: #dadada solid 1px;
}

div.other_projects a.learnmore {
	color: #67b7f0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/learnmore_arrow.png) no-repeat right 8px;
	padding: 6px 11px 6px 0;
	display: block;
	float: right;
	border: none;
}

div.other_projects a.learnmore:hover {
	text-decoration: underline;
	background: url(../images/learnmore_arrow.png) no-repeat right 8px;
}

div.other_projects a:hover {
	background: #dadada;
	text-decoration: none;
}


/* Tech Specs TABLE */

table.techspecs {
	border-bottom: #ccc solid 1px;
}

table.techspecs td, table.techspecs th {
	padding: 2px;
	border-right: #fff solid 2px;
}

table.techspecs th {
	background: #4b4b4b;
	color: #fff;
	border-bottom: #fff solid 2px;
}

table.techspecs tr.oddrow {
	background: #f4f4f4;
}

table.table td {
	padding: 0 10px;
	vertical-align: top;
	}
	
	table.table-contact td:first-child {
		text-align: right;
		width: 80px;
		border-right: 1px solid #ccc;
	}


.bx-wrapper .bx-caption {
    top: 0;
    bottom: auto;
}



/* Memberships */

.memberships {
	text-align: center;
}

.memberships img { margin: 0 10px; }