/* Exodus 20.15 - http://www.biblegateway.com/passage/?search=exodus%2020.15;&version=8; */

/* ----------(  GENERAL  )---------------- */
/*
orange : #f6821f 
darkgrey (sitebg) : #605a4a
light (contentbg) : #e1ddc2
greenoranje : #c7732b



*/
* {
	padding:0;
	margin:0;
}
a{
	outline:none;
	color: #8F8775;	
}
h1 {
	line-height: 1.8em;
	font-size: 15px;
	margin: 5px 0 10px 0;
}
ul {
	list-style-type: circle;
}
body {
	padding-bottom:25px;
	background-color:#605a4a;
	background-image: url(../images/layout/bg.gif);
	background-position: 50% 50%;
	background-repeat:repeat;
	font: 11px Tahoma,Helvetica,Arial,sans-serif;
	color:#444444;
}
ul{
	list-style-position:inside;
}
td {
	font: 11px Tahoma,Helvetica,Arial,sans-serif;
}
#content p, td{
	margin:0 0 10px 0;
	line-height:18px;
	text-align:justify;
}

/* -------(  FORCE SCROLLBAR IN FX/SF  )------- */

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

/* ----------(  MAIN LAYOUT  )---------------- */

#wrapper{
	width:951px;
	margin:40px auto 0;
	position:relative;
	background-color: transparent;
}
	#mastHead{
		width:951px;
		/** height:255px; **/
		position: relative;
		height: 205px;
	}
		a#imglogo {
			width:175px;
			height:173px;
			float:left;
			display: block;
			margin: 0; padding: 0;
			background: transparent url(../images/layout/logo.jpg) 0 0 no-repeat;
		}
		a#imglogo img { background: none; margin: 0; padding: 0; border: 0; }
		#flashHeader{
			width:776px;
			height:173px;
			float:left;
			background-color:#0c0c0c;
			text-align:center;
			z-index:0;
		}
		.flashWarning{
			margin:0;
			padding:5px;
			background-color:#e73800;
			color:#fff;
			text-align:center;
		}
		.flashWarning a{
			color:#fff;
		}
		.flashWarning a:hover{
			color:#fff;
		}
		
	#mainNavigation{
		width: 175px;
		padding: 20px 0 0 0;
		float:left;
		z-index: 10;
		list-style-type:none;
		background-color: transparent;
		border-top: 30px solid #f6821f; 
	}
	#content{
		width:472px;
		padding: 50px 40px 40px 40px;
		display:block;
		background:#e1ddc2 url(../images/layout/contentbg_top.gif) 0 0 repeat-x;
		float:left;
		color:#525045;
		
		min-height: 350px;
		_height: 350px;
		
	}
		/** cnotent h2, de rest zit in de tinymce content css **/
		#content h2 {
			padding: 5px 0 15px 0;
			margin: 0;
			font-family:"Calibri", Arial, Helvetica, sans-serif;
			color:#444444;
			font-size:17px;
			letter-spacing:-1px;
			line-height:26px;
			height: 26px;
		}
	#sideBar{
		width:224px;
		float:left;
		background-color: transparent;
		margin: 0; padding: 0;
	}
	
	
	
	h3{
		font-family:"Calibri", Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:18px;
	}
		h3 span{
			margin:15px 0 10px 0;
			display:block;
			font: 11px Tahoma,Helvetica,Arial,sans-serif;
			font-size:11px;
			font-weight:normal;
			letter-spacing:normal;
			color:#444444;
		}
	h4{
		margin:10px 0;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
		font-weight:bold;
		color:#444444;
	}



/* ----------(  PRIMARY NAVIGATION  )---------------- */
	
	#mainNavigation{
	}
	
	
	

#content div.projectimage {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 0 0px 25px 0;
	width: 100px;
	position: relative;
	border: 1px solid #605A4A;
	text-align: center;
	background-color: #ffffff;
}
#content div.projectimage img {
	margin: auto;
}
#content a.linknormal, #content a.linkbig {
	position: absolute;
	display: block;
	width: 50px;
	height: 18px;
	line-height: 20px;
	color: #ffffff;
	background-color: #605A4A;
	text-decoration: none;
	font-size: 10px;
}
#content a.linknormal {
	bottom: 0; left: 0px;
}

#content a.linkbig {
	bottom: 0; right: 0px;
}
#content a.goback {
	clear: both;
	display: block; 
	color: #605A4A;
	padding: 6px;
	width: 80px;
	margin: 0 25px 0 auto;
}


/***      latest news  , latest projects      **/
#container_latestNews h2,
#container_showcase h2,  
#container_latestProjects h2 {
	background-color: #f6821f;
	color: #ffffff;
	line-height:26px;
	height: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	padding-left: 15px;
	/*background:#f6821f url(../images/layout/latest_news.gif) 0 0 repeat-x;*/
}
#container_latestNews dl,
#container_showcase dl {
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 7px;
}
#container_latestNews dt,
#container_showcase dt {
	padding: 0px 20px 2px;
}
#container_latestNews dt.date {
	float: right;
	display: inline;
	
}
#container_latestNews dt.title a,
#container_showcase dt.title a{
	color: #f6821f;
	font-size: 16px;
	font-weight: 600;
}
#container_latestNews dd,
#container_showcase dd {
	color: #ffffff;
	padding: 8px 20px;

}
#container_latestNews a,
#container_showcase a {
	text-decoration: none;
}
#container_showcase a img {
	border: 5px solid #ffffff;
}

#container_latestProjects a {
	display: block;
	padding: 8px 20px;
	color: #ffffff;
	text-decoration: none;
}

#container_latestProjects a:hover {
	background-color: #94683b;
	color: #fed3b1; 
}

	/* gallery thumb */
	div.showcase {
		margin: 15px 0;
		position: relative;
		overflow: hidden;
		width: 472px;
	}
	div.thumb {
		width: 120px;
		height: 120px;
		margin: 3px;
		padding: 0;
		float: left;
		z-index: 0;
	}
		div.thumb h3 {
			font-weight: bold;
			letter-spacing:0.08em;
			font-size: 1.2em;
			line-height: 1.5em;
			margin: 3px 0 5px;
			color: #555555;
			text-align: center;
			display: none;
		}
		div.thumb a.thumb {
			display: block;
			width: 120px;
			height: 120px;
			margin: 0;
			padding: 0;
		
		}
		
		div.album
		{
			width: 472px;
		}

/* ----------(  FORMS  )---------------- */	
	
	form{
		margin:20px 0 0 0;
	}
	fieldset{
		border:0;
	}
	label{
		width:150px;
		margin:8px 0 0 0;
		display:block;
		float:left;
	}
	legend {
		display: none;
	}
	input.text {
		width:180px;
		padding:4px;
		margin-top: 3px;
		border:1px solid #cfceca;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
		color:#444444;
		background:#eeece7 url(../images/layout/input_bg.gif) repeat-x;
	}
	input#submit {
		display: block;
		width:120px;
		padding:4px;
		clear: both;
		margin-top: 3px;
		border:1px solid #cfceca;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
		color:#444444;
		background:#eeece7 url(../images/layout/input_bg.gif) repeat-x;
	}
	textarea{
		width:330px;
		padding:4px;
		border:1px solid #cfceca;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
		color:#444444;
		background:#eeece7 url(../images/layout/input_bg.gif) repeat-x;
		clear: both;
	}
	
	
	
	
	
	/** contact form  **/
	#contactForm_submit, #downloadsForm_submit {
		width:auto;
		margin:20px 17px 0 0;
		float:right;
		z-index: 0;
		background-image:none;
		background-color:#e73800;
		font-family:"Calibri", Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:15px;
	}
	
	
	
	
/* ----------(  SITE INFORMATION  )---------------- */
	
	#siteInformation{
		clear: both;
		float: left;
		width:776px;
		height:86px;
		margin: 0;
		padding:0 0 0 175px;
		background-color:transparent;
		color:#fff;
	}
	#siteInfo strong{
		color:#d23e02;
		font-weight:normal;
	}
	#siteInfo a{
		text-decoration:none;
	}
	#siteInformation a{
		color:#fff;
	}
	#siteInformation a:hover{
		text-decoration:underline;
	}
	#siteInfo{
		padding:30px 25px;
		float:left;
	}

	
	
	/** google maps   **/
	
	#map, #maps {
		display: block;
		height: 500px;
		width: 472px;
		clear: both;
		
	}
	
/* EOF */
