@import url(reset.css);

/*   MAIN CONTAINER HEIGHT SIZE */
#container { height:575px;  }
#box-container {
	height:575px;
	margin-top:-300px;
}  /* Margin-top is half of the total height  */

/* MAIN HIGHLIGHTED COLOUR FOR HEADINGS */
h1, h2, h3, h4, h5, h6, ul.sub-navigation li a:hover, ul.sub-navigation li.current a, a.prev span, a.next span, a.prev:hover, a.next:hover, .light-fonts .content-heading h5, .light-fonts .content-heading h6 {
	color:#FFF;
	font-size: 18px;
	font-weight: bold;
} 
/*   DEFAULT STYLES   */
body {
	font-size:12px;
	line-height:20px;
	min-width:1000px;
	min-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
}
* { margin: 0; outline: none; }
p {padding-bottom:18px;}
ul {  }
li {

}
h1, h2, h3, h4, h5, h6, {font-weight:normal; font-family: Arial, Helvetica, sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
a {
	color:#EB7B10;
	text-decoration:none;
}
h3 {
	font-size:14px;
	color: #746856;
}

iframe {border:0px; margin:0px; padding:0px; }
img.noborder {border:none !important;}
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


/*   MAIN STYLES   */
#box-container {position:absolute; width:100%; top:50%;}
.content-container {float:right; display:inline-block; width:650px; padding:60px 50px 0px 0px;  position:relative; z-index:5;}
#page-wrap { position: relative;  width:980px; margin:0 auto;  }
#container {background:white; width:980px; margin-bottom:5px; }

#logo {
	width:980px;
	height:50px;
	z-index:1;
	background-image: url(../images/header.gif);
	display: block;
}

#slideshow {
	width:980px;
	height:215px;
	z-index:1;
	display: block;
}
#navigatie {
	width:980px;
	height:50px;
	z-index:2;
	display: block;
	background-image: url(../images/bg-nav.gif);
}
#content {
	/* [disabled]position:absolute; */
	width:980px;
	height:260px;
	z-index:1;
	display: block;
	background-image: url(../images/bg-content.gif);
}
#naw {
	position:absolute;
	width:386px;
	height:38px;
	z-index:1;
	top: 525px;
	background-color: #EB7B10;
	color: #FFF;
	padding: 7px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
}
#leftCol {
	position:absolute;
	width:345px;
	height:182px;
	z-index:2;
	padding: 10px 10px 10px 35px;
	color: #FFF;
	font-size: 14px;
}
#leftCol a {
	font-size:14px;
	color:#fff;
	font-weight: bold;
}
#leftCol a:hover {
	font-size:14px;
	color:#fff;
	font-weight: bold;
	color:#E1DDD0;
}
		
#leftCol ul li {
	list-style-type:none;
	display:block;
	padidng-bottom:5px;
	padding: 0px 0px 3px 0px;
}

#leftCol li li{
	padding-left:10px;
	line-height: 18px;
}
#leftCol li li a {
	color:#ffffff;
}
#leftCol li li a:hover {
	color:#EB7B10;
}
#rightCol {
	position:absolute;
	width:544px;
	height:220px;
	z-index:2;
	left: 395px;
	padding: 20px;
	color: #5A533A;
}
#empty {
	width:375px;
	z-index:1;
	float: left;
	padding: 10px;
	height: 30px;
}
#title {
	width:555px;
	z-index:1;
	float: left;
	padding: 15px 10px 10px 20px;
	height: 20px;
}
/*   FOOTER STYLES   */
#footer {
	width:980px;
	overflow:hidden;
	font-size:11px;
	color: #CCC;
}
#footer a {
	color:#CCC;
}
#footer a:hover {
	color:#EB7B10;
}
#social-icons {float:left; padding:3px 0px 0px 1px;}
#social-icons img {margin-right:2px;}
#copyright {float:right; text-align:right; padding-right:2px;}
