/*

 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
html{
	height:100%;
	
}
body {
	position:relative;
background-color:#d6d6d6;
 	font-size: 62.5%; 
 	margin:0;
height:100%;
padding:0;
color:#666;
	font-family: Arial, Lucida, sans-serif; 
}
body.HomePage{
background-color:#e6e6e6;
	
}
a{
text-decoration:none;
color:#ff9900;
}
a:hover{
text-decoration:underline;
	
}
a:visited{
color:#ccc;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {

}
.clear{
	clear:both;
	line-height:0.1em;
	height:0.1em;
	overflow:hidden;
}
img {
/*	border: 4px solid #E9E9E9; */

}
img.replacement {
	border: none;
	padding:0;
	margin:0;
}

li.lang_eng{
	margin-top:5px;
	display:block;
	width:18px;
	height:12px;
	background:url(../images/gb.png) no-repeat left top;
}
li.lang_eng_active{
	margin-top:5px;
	display:block;
	width:18px;
	height:12px;
	background:url(../images/gbgrey.png) no-repeat left top;
}
li.lang_eng a{
		display:block;
		width:18px;
		height:12px;
text-indent: -9999px;	
}
li.lang_eng_active span{
		display:block;
	
text-indent: -9999px;	
}
li.lang_nl{
	display:block;
	margin-top:5px;
		overflow:hidden;
	width:18px;
	height:12px;
		background:url(../images/nl.png) no-repeat left top;
}
li.lang_nl a{
		display:block;
		width:18px;
		height:12px;
text-indent: -9999px;	
}
li.lang_nl_active{
	display:block;
	width:18px;
	overflow:hidden;
	height:12px;
	margin-top:5px;
	background:url(../images/nlgrey.png) no-repeat left top;
}
li.lang_nl_active span{
	display:block;
text-indent: -9999px;	
}
/**************
 	Site Container Box
*/

#Container { 

	margin:0;
	min-height:20px;
	clear: both;
	background: url(../images/content_menu_shadow.png) repeat-x ;

	
	}
.HomePage #Container{
	
	height:100%;
	
}

	#Rollblock{
	clear:both;

	top:0px;
	width:100%;
	margin-bottom:20px;

		background-color: #000;
	height:180px;
	overflow:hidden;

	display:none;
	top:0px;
	color:#fff;
		/*	filter:alpha(opacity=70);
				-moz-opacity:0.7;
				-khtml-opacity: 0.7;
				opacity: 0.7;*/
	}
		#Rollblock p{
			line-height:1.4em;
		margin-top:1em;
			color:#aaa;
		}
	
	.Rollblock_content{
			padding:20px 0 0 250px;
	
		
	}
.Layout {
position:relative;
top:20px;
margin: 0px 0 0px 20px;

	width: 880px;
	min-height:400px;



	
	background: #fff;
}
#Content {
	width: 480px;
	
	margin: 0;
	clear:both;
	text-align: left;
	
}
.contentbox {
width:100%;
min-height:30px;
position:relative;
background: url(../images/contentbox_shadow.png) repeat-x left top;
}
.Layout h2{ 
 display:block;


	clear: both;
color: #ff9900;
text-transform:uppercase;
padding-top:0.05em;
padding-left:12px;
	
	font-weight:bold;
 	font-size: 7em; 

	font-family: Arial, Verdana, sans-serif;
}

/** Header **/
div#Header { 
	min-width:960px;
 	width: 100%; 
 	margin: 0;
	min-height: 120px;
	padding-top:20px;
	background: #fff ;
	}
	.HomePage div#Header { 
	position:absolute;	
		
	}
 	#Header h1 { 
	 	float:left;
		font-size: 2.2em; 
		font-family:  Arial, sans-serif;
		margin:0px 0 0 40px;
		overflow:hidden;
		background: url(../images/logo.png) no-repeat ;
		}
			#Header h1 a{
					width:150px;
				height:96px;
				display:block;
				text-indent: -9999px;
				} 


/*** Main Nav ***/

ul#chooselanguage {
	width: 50px;
	float:right;


		list-style: none; 
}

ul.Navigation {
	margin-left:40px;
	width:180px;
	float:left;

	display: block;
	
	border-left: 0.1em solid #ddd;
	list-style: none; 

	
}

ul.Navigation li{
		line-height:1.2em;
		font-size: 1.4em; 
		padding-bottom: 0.5em;
	width:200px;
				display: block; 
			padding-left:20px;
			min-height:1.4em;

}
  		ul.Navigation li a { 
	
	
			text-decoration: none;
	
		
		
		
			color: #777;
		
			}
		.Navigation li a span {
		
	        float: left;
			padding-right: 10px;
			
 
		}
			.Navigation li a:hover { 
			 	 font-weight:bold;
					color:  #ff9700;
				cursor: pointer;
				}
			.Navigation li a:hover span {
			
				cursor: pointer;
			}
    		.Navigation li a.current,
    		.Navigation li a.section,
    		.Navigation li a.section:hover,
    		.Navigation li a.current:hover { 
			 font-weight:bold;
			 color: #444;
				}
			.Navigation li a.current span,
			.Navigation li a.section span,
    		.Navigation li a.section:hover span,
			.Navigation li a.current:hover span {
			color: #444;
		
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	line-height: 3.4em;
min-height:3em;
padding-left:10px;
	text-align: left;
	font-size: 1.2em; 
	border-bottom: 1px solid #d6d6d6;
	}
	#Breadcrumbs p {
	color:#333;
	}
#Breadcrumbs a{
text-decoration:none;	
color:#999;
}
#Breadcrumbs a:hover{
text-decoration:none;	
color:#ff9900;
border-bottom:1px dotted #ddd;
}
/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

span.middleColumn .message {

}
span.middleColumn {
	width:90%;
	
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 160px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
	
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
          
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
           
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
          
            padding: 4px 0 10px 0;
            background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      }
      ul#Menu2 li ul li ul {
            background: #DCDCDC;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
           
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

ul#Footer { 
 	width: 150px; 
	height: 100px; 
 	float:right;
padding-left:20px;
	border-left: 0.1em solid #ddd;
	list-style:none;
	color: #999;
	font-size: 1em;
	line-height: 1.8em;
	}
	#Footer .footerTop {
		width: 100%;
		
		display: block;
		height: 2em;
	}
  	#Footer p { 
	
		font-size: 1.1em;

		margin-top: -0.6em;
	}
  	#Footer a { 
	 	color: #666;
	   	text-decoration: none;
		border-bottom: 1px dotted #ddd;
		}
	#Footer a:hover {

		text-decoration: underline;
	}
  