/* CSS Document */
.contour {
font-size: 0px;
font-family: "Gill sans", Verdana, Arial, sans-serif;
color:#6F5C4E;
border-style:solid; 
border-width:1px; 
border-color:#E2E6E8;
background-color:none;
}
.blue {
font-size: 14px;
font-family: "Gill sans", Verdana, Arial, sans-serif;
color:#6F5C4E;
border-style:solid; 
border-width:10px; 
border-color:#E5EBF2;
background-color:FFFFFF;
}

.textegras {
font-size: 12px;
font-family: "Gill sans", Verdana, Arial, sans-serif;
font-weight: bold;
color:#6F5C4E;
}

#header {
	margin: 0 auto;
	height: 89px;
	width: 300px;
	text-align: left;
	border-bottom: 1px;
	border-bottom-color: #C7CBCE;
	border-top: 1px;
	border-top-color: #C7CBCE;
}
#nav {
	margin: 0 auto;
	width: 390px;
	text-align: center;
	background-color: #2685BB;
	border-top-color: #C7CBCE;
	border-bottom-color: #C7CBCE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#headline {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding-top: 22px;
	padding-left: 50px;
	padding-right: 50px;
}
h1 {
	margin: 0 auto;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #CD3135;
}
div.containerSection {
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	text-align: left;
	border-top-color: #C7CBCE;
	border-bottom-color: #C7CBCE;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
div.section {
	margin: 0 auto;
	width: 300px;
	text-align: left;
	background-color: #E2E6E8;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.top {
	margin: 0 auto;
	width: 80px;
	text-align: right;
	background-color: #E2E6E8;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E2E6E8;
}
h2 {
	margin: 0 auto;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #214D63;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4 {
	margin: 0 auto;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
h5 {
	margin: 0 auto;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	
text-decoration: underline;
	color: #1959A3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	}

p.anchor {
	margin: 0 auto;
	text-align: right;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #666666;
}
#container {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	overflow: hidden;
}
div.containerProjects {
	margin: 0 auto;
	width: 390px;
	text-align: center;
	overflow: hidden;
}
#services {
	margin: 0 auto;
	width: 250px;
	text-align: left;
	float: left;
}
#sidecar {
	margin: 0 auto;
	width: 150px;
	background-color: #F8E9E9;
	text-align: left;
	float: right;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
h3 {
	margin: 0 auto;
	text-align: left;
	font-family:  "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #85B1C7;
	border-top-color: #C7CBCE;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
}
h3.long {
	margin: 0 auto;
	text-align: left;
	font-family:  "Gill sans", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #85B1C7;
	text-decoration: underline;
	border-top-color: #C7CBCE;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
ul {
	margin-top: 0px;
}
li {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	margin-left: 23px;
}
p {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
p.description {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 10px;
	border: 0px;
	border-bottom-color: #C7CBCE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
p.contact {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
div.callout {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	background-color: #EDEADF;
	border-top-color: #C7CBCE;
	border-bottom-color: #C7CBCE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div.projectDescription {
	margin: 0 auto;
	width: 220px;
	text-align: left;
	float: right;
}
div.projectImage {
	margin: 0 auto;
	width: 150px;
	background-color: #C7CBCE;
	text-align: left;
	float: left;
	border-top-width: 0px;
	border-top-style: solid;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
img.project {
	width: 150px;
	height: 183px;
	margin-bottom: 20px;
	}
div.faq {
	margin: 0 auto;
	width: 400px;
	text-align: left;
}
a:link {
	color: #0D3544;
	text-decoration: underline;
}
a:visited {
	color: #9B639E;
	text-decoration: underline;
}
a:hover {
	color: #214D63;
	text-decoration: underline;
}
a:active {
	color: #214D63;
	text-decoration: underline;
}

.descriptif {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 5px;
	border: 0;
	border-bottom-color: #C7CBCE;
	border-bottom-width: 1px;
	border-bottom-style: none;}
A.descriptif:hover {
	margin: 0 auto;
	text-align: left;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #214D63;
	line-height: 1.3em;
	margin-right: 10px;
	padding-left: 5px;
	border: 0;
	border-bottom-color: #C7CBCE;
	border-bottom-width: 1px;
	border-bottom-style: none;

}
h6 {
	margin: 0 auto;
	font-family: "Gill sans", Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #2885BC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #2885BC;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #2885BC;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../www/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../www/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../www/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
