/* Layout Styles 
	
	Add your overrides and layout styles here

*/

/* pull back from the grid on the left
   supported by Blueprint but not 960.gs 
   
   Nice way to break out of the grid!
   
*/
body {
	background:#f5f4e8;
	color:#736856;
}

#navigatie-wrapper {
	width:100%;
	background-color:#0d5f99;
	height:7em;
}

#bg-site {
min-height:500px;
}

#bg-site {
background: #fff url(../img/bg-site.png) no-repeat left top;
}

h1 img {margin-left:60px;}
#menu {
margin-left:25px;
	
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	line-height:4.9em;
}

#menu li a {
	margin-left: 0.7em; 
	display: block; 
	padding: 1.1em 0.9em 1.0em 0.9em;   
	color: #fff; 
	font-weight: bold; 
	font-size: 1.0em;  
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:.3em;
}

#menu li a:hover { 
	color: #fff; 
	background-color:#f7923a; 
	text-decoration:none; 
}

#menu li a.active { 
	background-color: #f7923a;  
	color: #fff;
}

#main {background:none; text-align:left;}

#main p { padding-right:25px;	line-height: 2.2em;}
#main h2 {margin-top:8px;color:#f7923a;}

#main ul {
	list-style: disc;
	padding-left:20px;
}

#main ul li {
	line-height: 2.5em;
	background: url(common/dots.gif) repeat-x left bottom;
}


#main ul li a{
	color: #0d5f99;
	text-decoration:none;
}


#sidebar {text-align:left;}

#sidebar h3 {margin:20px;text-transform: uppercase;color:#f7923a;}

#sidebar ul {
	list-style: disc;
	padding-left:20px;
}

#sidebar ul li {
	line-height: 2.5em;
	background: url(common/dots.gif) repeat-x left bottom;
}


#sidebar ul li a{
	color: #0d5f99;
	text-decoration:none;
}

#fcredits {	background:#f5f4e8; text-align:left;}

#fcredits p {}

#fcredits  a{
	color: #0d5f99;
	text-decoration:none;
}

#bg-site-end {
background: url(../img/bg-site-end.png) no-repeat left top;height:67px;
}
