/* Exodus 20.15 - http://www.biblegateway.com/passage/?search=exodus%2020.15;&version=8; */

/* ----------(  GENERAL  )---------------- */

	* {
		padding:0;
		margin:0;
	}
	a{
		outline:none;
		text-decoration:none;
		color: #CC0033;
		font-weight: bold;
	}
	.non-html{
		padding:0 10px 0 0;
	}
	.non-html:hover{
		text-decoration:none;
	}
	body {
		/** padding:10px 0; **/
		background-color:#ffffff;
		font: 12px Verdana,Arial,Helvetica,Geneva,sans-serif;
		color:#000000;
	}
	h2 a {
		color: #333333;
	}


	/* -------(  FORCE SCROLLBAR IN FX/SF  )------- */

		html { 
			min-height: 100%; 
			margin-bottom: 1px; 
		}

/* ----------(  MAIN LAYOUT  )---------------- */

	#wrapper{
		width:790px;
		margin:0 auto 0;
		position:relative;
		background-color: #f2eeeb;
	}
	#mastHead{
		width:786px;
		background-color:#ffffff;
		min-height: 50px;
	}
	#container_content{
		width:530px;
		padding:0 10px 50px 30px;
		float:left;
		background-color:#FFFFFF;
		_padding-right: 0px;
		_height: 455px;
		min-height: 455px;
		
	}
	#primarySidebar{
		background-color: #f2eeeb;
		width:220px;
		padding:0;
		float:left;
	}
	#sideHeader {
		background-color: #999999;
		padding: 10px;
		font-weight: bold;
		color: #fff;
	}
	#sideContent {
		padding: 10px 0 10px 20px;
	}
	
	#contentHeader {
		background-color: #999999;
		padding: 10px;
		font-weight: bold;
		color: #fff;

		margin-left: -28px;
		width: 547px;	

	}
	

/* ----------(  FORMS  )---------------- */

	fieldset{
		border:0;
	}
	
	/* ----------(  CONTACT FORM  )---------------- */
	
	#frmContact{
		margin:15px 0;
	}
	#frmContact label{
		padding:5px;
		line-height:20px;
		display: block;
	}
	#frmContact .text{
		width:250px;
		padding:2px;
		border:1px solid #000;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
	}
	#frmContact #contact_message{
		width:430px;
		display: block;
	}
	#frmContact .button {
		padding: 5px;
		margin-top: 10px;
		background-color: #CCCCCC;
		border: solid 1px #000;
	}	
	
	/* ----------(  NEWSLETTER FORM  )---------------- */
	
	#frmNewsletter{
		margin:15px 0;
	}
	#frmNewsletter label{
		padding:5px;
		line-height:20px;
		display: block;
	}
	#frmNewsletter .text{
		width:250px;
		padding:2px;
		border:1px solid #000;
		font: 11px Tahoma,Helvetica,Arial,sans-serif;
	}
	
	#frmNewsletter .checkbox{
		margin-left: 20px;
	}
	
	#frmNewsletter .button {
		padding: 5px;
		margin-top: 10px;
		background-color: #CCCCCC;
		border: solid 1px #000;
	}

/* ----------(  CONTENT  )---------------- */

	#container_content p{
		padding:10px 0;
		line-height:18px;
		text-align:justify;
	}	
	
/* ----------(  HEADINGS  )---------------- */

	h1, h2, h3, h4{
		font-family:"Tahoma", Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
	}
	h1 { background-color: #fff;
		text-indent: -9999px;
		/* background: url(../images/layout/header.jpg) no-repeat #fff; 

		height:102px; */
	}
	
	#secondarySidebar h3{
		color:#e1ddc2;
		font-weight:normal;
	}
	h2{
		color:#32312d;
		font-size:18px;
		padding: 20px 0pt;
	}
	h3{
		font-size:20px;
		margin-left: 0px;
	}

	#secondarySidebar h3, #primarySidebar h3{
		height:22px;
		margin:0 0 10px 0;
	}
	
	#contentHeader a {
		color:#fff;
	}

/* ----------(  PRIMARY NAVIGATION  )---------------- */

	#primaryNavigation{
		width:724px;
		height:20px;
		margin:0;
		padding:0 15px 0 50px;;
		position:absolute;
		list-style:none;
		background: #fff;
		margin-top: 83px;
		background: url(../images/layout/navBackground.gif) #fff;		
	}
	
	#primaryNavigation li{
		width:auto;
		height:20px;
		display:inline;
		float:left;
		position:relative; /** IE 6 **/
	}
	#primaryNavigation li ul{ 
		display:none;
		position:absolute;
		list-style-type:none; 
		background-color:#fff; /** Hide first level **/
	}
	#primaryNavigation li ul li{
		float:none;
	}
	#primaryNavigation li ul a{
		white-space:nowrap;
		background-color:#fff;
	}
	#primaryNavigation li > ul{
		top:auto;
		left:auto;
	}
	#primaryNavigation li:hover ul,
	#primaryNavigation li.over ul{ 
		display: block;
		float:none; /** Show first level **/
	}
	#primaryNavigation li ul li ul{
		position:relative;
		display:block;
		color:red;
		padding:0;
		margin:0;
		margin-left: 25px;
	}	
	
	#primaryNavigation a{
		font-size: 10px;
		font-weight: bold;
		padding:0 10px 0 10px;
		display:block;
		text-decoration:none;
		line-height:20px;
		color:#000;
		width: 80px;
		text-align: center;
	}
	
	#primaryNavigation li ul a{
		padding:8px 10px 9px 20px;
		line-height:10px;
		color:#000;
		width: auto;
		text-align: left;
	}
	
	
	#primaryNavigation a:hover{
		background: url(../images/layout/navHover.gif) repeat-x #fff;
		color:#000;
	}	
	
	#primaryNavigation li:hover li:hover a{ /** set 2nd and 3rd level active **/ 
		background: none #9ec3e7;
		color: #CC0000;
	}
	#primaryNavigation li:hover li:hover li a{ /** set 3rd level back to normal **/
		background: none #bfd5ea;
		color:#000;
	}
	#primaryNavigation li:hover li:hover li a:hover{ /** apply style to 3rd level on hover **/
		background: none #bfd5ea;
		color:#CC0000;
	}
	#primaryNavigation li ul a:hover{
		background: none #bfd5ea;
		color:#CC0000;
	}
	#primaryNavigation li ul li ul a:hover{
		background: none #bfd5ea;
		color:#CC0000;
	}
	
/* ----------(  SITE INFORMATION  )---------------- */
	
	#siteInformation{
		width:830px;
		height:40px;
		padding:0px 60px;
		border-top:5px solid #fff;
		border-bottom:5px solid #252522;
		background-color:#77aa37;
	}
	#siteInformation p{
		line-height:40px;
		color:#fff;
	}
	#siteInformation a{
		color:#fff;
	}
	#siteByWax{
		width:19px;
		height:16px;
		display:block;
		overflow:hidden;
		position:absolute;
		bottom:10px;
		right:0;
		float:right;
		background-image:url(../images/layout/waxIcon.gif);
		text-indent:-9000px;
	}
	
/* ----------(  PAGE STYLES  )---------------- */

	div.read_more {
		float: right;
		padding-right: 20px;
	}

	.page ul {
	margin-left: 20px;

  }
  
  .page li{
  padding-bottom: 5px;
  }
	
	.page ul ul {
	margin-left: 15px;
  }
  
  	.page .lightbox {
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  margin: 0 10px;
  padding: 10px;

  }

  
  .contactusimages {
  float: left;
  padding: 10px;
  }
  .contactusimages img {
  width: 130px;
  margin-bottom: 30px;}
  
  h2.news_title, h2.nieuws {
  	font-size: 14px;
	letter-spacing:normal;
  }
  
  div.news_item {
  	font-size: 11px;
}
	
/* EOF */
