@charset "utf-8";
/* CSS Document */

#layout {
		background:#FFFFFF ;
		width:760px;
		font-size:12px; 
		font-family: Arial Arial, Helvetica, sans-serif;
		}
		
#bd_header {
	width: 760px;
	height: 290px;
	background: url(bd_header4.jpg) no-repeat bottom;
	
	}

/* #bd_white {
	background: #FFFFFF;
	padding: 10px;
	width: 720px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
	} */
	
#bd_main{
	float: left;
	width: 515px;
	padding-right: 15px;
	padding-left: 10px;
}
	
#bd_right{
	float: left;
	width: 220px;
	}
	
.bdtitlenew {display:block;background-color:#ec6f00;padding:3px;padding-left:5px;}

.bdbrochure {
	border:2px solid #EC6E00;
	margin-top:10px;
	padding: 10px;
	
	
	}
	
a.brochurelink:link {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
	display:block;
	padding: 5px;
	background: #000000;
	width: 135px;
	text-align: center;
	}
	
a.brochurelink:visited {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;}
	
a.brochurelink:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: #EC6E00;}
	
a.brochurelink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold; }
	
	
	
	
	a.brochurelink2:link {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
	display:block;
	padding: 5px;
	background: #000000;
	width: 160px;
	text-align: center;
	}
	
a.brochurelink2:visited {
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;}
	
a.brochurelink2:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: #EC6E00;}
	
a.brochurelink2:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold; }
	
	
a.hermlink:link {
	text-decoration: none;
	color: #006666; 
	font-weight: bold;}
	
a.hermlink:visited {
	text-decoration: none;
	color: #006666; 
	font-weight: bold;}
	
a.hermlink:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;}
	
a.hermlink:active {
	text-decoration: none;
	color: #006666;
	font-weight: bold; }
	
	
.orangetext {
	color: #EC6E00;
	font-size: 14px;
	font-weight: bold;}
	

/* News Style */

#focus_news .item {
	color:#333333;
	font-size:11px; 
	font-family:Arial;
	padding-left:20px; 
	margin-bottom:10px;
	background-image: url(/focus/contents/bigdutch/bdmanbullet.gif); 
	background-position: 2px 2px; 
	background-repeat: no-repeat;
} 

#focus_news .item a {
	color: black; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold; 
} 

#focus_news .item a:hover {text-decoration:underline;}


#focus_featured .item {
	color:#333333;
	font-size:11px; 
	font-family:Arial;
	padding-left:20px; 
	margin-bottom:10px;
	background-image: url(/focus/contents/bigdutch/bdmanbullet.gif); 
	background-position: 2px 2px; 
	background-repeat: no-repeat;
} 

#focus_featured .item a {
	color: black; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold; 
} 

#focus_featured .item a:hover {text-decoration:underline;}
		

#bd_footer {
	height:60px;
	color:#000000;
	font-size:12px;
	background: #EC6E00;
	padding-left:10px;
	padding-top: 30px;
	margin-top: 10px;}
	
#bd_footer a{
	color: #000000;
	text-decoration:none;
	font-size: 10px;
	}
	
#bd_footer a:hover{
	color: #000000;
	text-decoration:underline;
	font-size: 10px;
	}
	

/* Side Mouseover */	

#navigation_bd {
	width:220px;
	z-index:2000;
	
}

#navigation_bd ul {
	list-style:none;
	padding:0;
	margin:0;
	

}

#navigation_bd ul li {
	border-bottom:10px solid white;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#navigation_bd ul li a {
	text-decoration:none;
	
	width:220px;
	display:block;


}

/* Holly Hack for IE \*/
* html #navigation_bd ul li { float: left; height: 1%; }
* html #navigation_bd ul li a { height: 1%; }



#navigation_bd ul li a:hover {
	filter:alpha(opacity=25); 
    -moz-opacity: 0.25; 
    opacity: 0.25;

}

#navigation_bd ul li ul {
	position:absolute;
	margin:-65px 0 0 -200px;
	padding:10px 10px 0px 10px;
	display:none;
	background-color:#FFFFFF;
}

#navigation_bd ul li ul li {
	margin:0;
	padding:0;
}
	
	
