/********************************************************************************************

	TOC:	- GENERAL
			- STRUCTURE
			- NAVIGATION
			- SUBNAVIGATION			
			- CONTENT & FORM
			- FOOTER
			
********************************************************************************************/


/****************************************  GENERAL  ****************************************/

html, body, ul {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	background:#f5f5f5 url(images/background.gif) top repeat-x;
}

img {border:none;}

h1 {
	font:1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f2911c;
	margin:0 0 10px 0;
}

.box h1 {
	font:1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f2911c;
	margin:0 0 10px 0;
}

h2 {
	font:bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

td h2 {
	font:bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}

h3 {
	font:bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ff9933;
	margin:0;
}

h4 {
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ff6600;
	margin:0;
}

a {outline:none}

a:link {color:#0066CC; text-decoration:underline;}
a:active {color:#6699FF; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:underline;}
a:hover {color:#6699FF; text-decoration:none;}

.clear {clear:both;}

/****************************************  STRUCTURE  ****************************************/

#wrapper {
	width:955px;
	margin:0 auto;
}

#logo {
	float:left;
	padding:12px 0 31px 23px;
	height:55px;
}

#fixnavigation {
	float:right;
	font:0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:12px 23px 0 0;
	color:#e7e7e7;
}

#fixnavigation a:link, #fixnavigation a:visited {text-decoration:underline; color:#e7e7e7;}
#fixnavigation a:active, #fixnavigation a:hover {text-decoration:none; color:#e7e7e7;}

#navigation {
	height:22px;
}

#subnavigation {
	width:197px;
	float:right;
	padding-right:23px;
}

#photo {
	background:#fff;
	padding:16px 0 0 16px;
	border-left:#4d4d4d 1px solid;
	border-right:#4d4d4d 1px solid;
	height:155px;
}

#content {
	background:#fff url(images/shadow_header.gif) 16px top no-repeat;
	border-left:#d0d0d0 1px solid;
	border-right:#d0d0d0 1px solid;
	width:953px;
	overflow:hidden;
	padding:40px 0 40px 0;
}

#contentlarge {
	padding:0 23px;
}

#contentleft {
	width:495px;
	float:left;
	padding-left:23px;
}

#contenthome {
	width:475px;
	float:left;
	padding:0 40px 0 23px;
	min-height:400px;
	background:url(images/shadow_frontpage.gif) right no-repeat;
}

#contentleftlarge {
	width:649px;
	float:left;
	padding-left:23px;	
}

#contentright {
	width:374px;
	float:right;
	padding-right:23px;
}

#footer {
	background:#f2911c;
	border-top:#db5700 4px solid;
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	height:70px;
}

/****************************************  NAVIGATION  ****************************************/

#navigation ul  {
   	list-style:none;
   	margin-left:23px;
	padding:0;
}

#navigation li {
	float:left;
	margin-right:3px;
}

#navigation li a {
	display:block;
	background:#F2911C;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:4px 14px;
}

#navigation li a:hover, #navigation .currentpage {
	display:block;
	background:#fff;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#3399FF;
	text-decoration:none;
	padding:4px 14px;
}

#navigation a.activeparent {
	display:block;
	background:#fff;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#3399FF;
	text-decoration:none;
	padding:4px 14px;
}

#navigation li a#active {
	font-weight:bold;
	color:#666;
}

#navigation li li a#active {
	font-weight:bold;
	color:#999;
}

#navigation ul ul  {
   	list-style:none;
   	margin:0;
	padding:0;
}

#navigation li li a  {
	background:none;
}

#navigation li li a:hover {
	text-decoration:none;
	color:#999;
	font-weight:bold;
	background:none;
}

#navigation li li .currentpage {
	background:none;
}

/****************************************  SUBNAVIGATION  ****************************************/

#subnavigation ul  {
   	list-style:none;
   	margin-left:10px;
}

#subnavigation li a {
	display:block;
	background:url(images/icon_navi.gif) 0px 7px no-repeat;
	height:34px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	text-indent:16px;
	padding-top:2px;
}

#subnavigation li a:hover, #subnavigation .currentpage {
	display:block;
	background:url(images/icon_navi_on.gif) 0px 7px no-repeat;
	height:34px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	text-indent:16px;
	padding-top:2px;
}

/****************************************  CONTENT  ****************************************/

.line {
	border-top:#eee 2px solid;
	margin:25px 0;
}

.box {
	background:#f8f4e8;
	padding:15px;
}

#contenthome ul, #contentleft ul, #contentleftlarge ul, .box ul{
   list-style:none;
   margin:0;
   padding-bottom:10px;
}

#contenthome li, #contentleft li, #contentleftlarge li, .box li {
   background:url(images/icon_bullet.gif) 0px 6px no-repeat;
   padding-left:12px
}

#contentright img {
	border:#666 1px solid;
	margin-right:10px;
}

#contentright .box img {border:none;}

.dots {
	background:url(images/dots.gif) 10px repeat-x;
	height:40px;
	clear:both;
}

th {
	background:#f2911c;
	font:bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:2px 10px;	
}

.search {background:#f5f5f5;}

td.row1 {background:#fff; padding:7px 10px; vertical-align:top}
td.row2 {background:#f8f4e8; padding:7px 10px; vertical-align:top}
td.row3 {background:#f1e9d3; padding:7px 10px; vertical-align:top}

.grey {
	width:450px;
	padding:10px;
	margin-top:10px;
	background:#F5F5F5;
}


/****************************************  FORM  ****************************************/

form {
	width:500px;
}

form p {
	clear:left;
	margin:0;
	padding:0;
}

fieldset {
	border:#EAEAEA solid 1px;
	margin-bottom:10px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:0;
	padding:13px;
}

legend {
	font-weight:bold;
	margin-bottom:0px !important;
	margin-bottom:5px;
	color:#666;
}

label {
	float:left;
	width:110px;
	margin:4px 0 5px 0;
}

input, textarea, select {
	font-family:Arial;
	width:250px;
	margin:0px;
	padding:2px;
	border:#CCCCCC solid 1px;
	background:#F8F8F8;	
	color:#666666;
	font-size:0.9em;
}

textarea {
	height:80px;	
}

.radio {
	width:13px;
	border:0;
	vertical-align:middle;
}

.checkbox {
	width:20px;
	background:none;
	border:none;
	margin:0;
}

.button {
	width:80px;
	margin-bottom:4px !important;
	margin-bottom:0;
	border-top:#d3d3d3 1px solid;
	border-left:#d3d3d3 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
}

.error {
	background:#FDF5F5 url(images/icon_attention.gif) right no-repeat;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

.small {
	font-size:0.8em;
}

/****************************************  FOOTER  ****************************************/

#footer a:link, #footer a:visited {text-decoration:underline; color:#fff;}
#footer a:active, #footer a:hover {text-decoration:none; color:#fff;}

#footerleft {
	float:left;
	padding:10px 0 0 23px;
}

#footerright {
	float:right;
	padding:10px 23px 0 0;
	text-align:right;
}

/****************************************  PAGINATION  ****************************************/

#pagination {
	float: right;
	padding-top: 10px;
}

.activepage {
	background: #f2911c;
	border: #f2911c 1px solid;
	width: 13px;
	height: 13px;
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 1px;
	float: left;
}

.inactivepage {
	background: #f8f4e8;
	border: #f2911c 1px solid;
	width: 13px;
	height: 13px;
	text-align: center;
	color: #91a2a2;
	padding: 5px;
	margin: 1px;
	float:left;
}

.inactivepage  a {
	padding: 4px;
	text-decoration: none;
	color: #666666;
}

/****************************************  VACANCES  ****************************************/

.hover {
		margin:0 auto;
		position:relative;
		z-index:1;
	}

	.hover ul {
		padding:0;
		margin:0;
		list-style-type: none;
		list-style: none;
		border:0;
	}

	.hover ul li a img {
		width:67px; height:48px;
		border:0
		list-style-type: none;
		list-style: none;
	}

	.hover ul li a {
		float:left;
		width:67px;
		height:48px;
		list-style-type: none;
		list-style: none;
	}

	.hover ul li a:hover {
		position:relative;
		list-style-type: none;
		list-style: none;
	}

	.hover li a:hover img {
		width:140px; height:100px;
		position:absolute;
		left:-50px; top:-38px;
	}

/**************************************** Lightbox ****************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#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;
}
#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(../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(../images/prevlabel.gif) left no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 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;
}
	

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

* html>body .clearfix {
	display: inline; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}