body, html {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	behavior: url("../pngbehavior.htc");
}

/* ========= Global ========== */

/* 14212C, 145070, 6A98BA, 90B3CC, FFFFFF*/

p {
	line-height: 1.7;
	color: #343434;
	font-size: 93%;
}

em {
	line-height: 1.8;
	color: #343434;
	font-size: 85%;
}

a, a:active, a:visited {
	color: #145070;
	outline:expression(hideFocus=‘true’); 
	outline:0;
	text-decoration: underline expression(hideFocus=‘true’);
}

a:hover {
	color: #fff;
	background-color: #145070;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

a:hover img {
	background-color: transparent;
}

/* ========= Headings ========== */

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 197%;
	line-height: 1.2em;
	
}

.newsArchive h1 a {
	text-decoration: none;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 93%;
}

/* ========= Overrides ========== */

h1.light {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h1.dark {
	color: #032;
}

h1.white {
	color: #fff;
}

h2.themesHeading {
	line-height: 0.8em;
}

h6.headDivider {
	
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #7ab13a;
	padding: 0 0 .25em;
	text-align: left;
}

h6.goToArchive {
	margin-top: 1.5em;
}

h6.goToArchive a {
	background: url(../img/arrow.gif) no-repeat 0 5px;
	color: #7ab13a;
	padding-left: 18px;
}

h6.goToArchive a:hover {
	text-decoration: underline;
	color: #145070;
}

/* ========= Layout ========== */

div#wrapper {
		background: #FFFFFF url(../img/hd.jpg) repeat-x scroll 0 0px;
}

div#hd {
	background: url(../img/fbi_background_header.png) no-repeat 0 -30px;
	height: 190px;
	position: relative;
}

div#hd-home {
	background: url(../img/fbi_background_header_home.png) no-repeat 0 -30px;
	height: 190px;
	position: relative;
}

div#hd-contents {
	padding: 5.5em 4em 0;
}

div#speakUp {
	position: absolute;
	bottom: -19px;
	left: 162px;
	height: 19px;
	width: 38px;
	background: url(../img/fbi_spreak_baloon.gif) no-repeat 0 -22px;
}

div#speakBaloons {
	position: absolute;
	top: 55px;
	right: 85px;
}

div#bd div#pageColumns {
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 2em;
}

/* patch for .yui-gb issue in Grids 2.3.0*/

.yui-gb .yui-u {
	float:left;
}
.yui-gc .yui-u {
	margin-left:0%;
	width: 40%;
	margin-right:-30px;
}
.yui-gc .yui-u.first {
	width: 60%;
}

div#ft2 {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	background: transparent url(../img/fbi_footer_bar2.gif) repeat-x left bottom;
}

div#ft2-contents,
div#ft2-contents-home {
	width: 74.923em;
	margin-right: auto;
	margin-left: auto;
	height: 98px;
	text-align: right;
	background: transparent url(../img/fbi_footer_logo.gif) no-repeat center bottom;
}

div#ft2-contents div#disclaimer,
div#ft2-contents-home div#disclaimer {
	float: right;
	padding-top: 5em;
}

div#ft2-contents div#disclaimer em,
div#ft2-contents-home div#disclaimer em {
	padding-right: 4em;
}

div#ft2-contents em, div#ft2-contents a,
div#ft2-contents-home em, div#ft2-contents-home a {
	color: #7ab13a;
}

div#ft2-contents a:hover,
div#ft2-contents-home a:hover {
	text-decoration: none;
	color: #fff;
}

div#ft2-contents-home {
	background: transparent none;
	height: 48px;
}

div#ft2-contents-home div#disclaimer {
	float: right;
	padding-top: 1.25em;
}

/* ========= Story Section ========== */

div.post {
	margin: 2em 3em 2em 0;
}

div.post div.entry {
	
}

div.post div.entry h1,

div.entry h1  {
	border: 0px solid;
	margin-bottom: .5em;
	color: #032;
	font-size: 167%;
}

div.post div.entry p {
	margin-bottom: 1em;
}

div.entry ol, div.entry ul {
	list-style-position: outside;
	padding-left: 2em;
	margin: 1em 0 1em 1em;
}

div.entry ol li, div.entry ul li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 93%;
	color: #777;
	padding-top: .25em;
	padding-bottom: .25em;
}

div.entry h6 {
	font-size: 123.1%;
	padding-top: 1em;
}

/* ========= Themes Section ========== */

ul.yui-nav {
	margin-top: .5em;
	margin-bottom: 1em;
}

ul.yui-nav li em {
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

ul.yui-nav li em,
ul.yui-nav li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

ul.yui-nav li a:hover {
	background-color: white;
	color: #7ab13a;
}

ul.yui-nav li.selected em,
ul.yui-nav li.selected a {
	color: #d4d4d4;
	text-decoration: none;
}

div#themesQuick {
	margin-bottom: 3em;
}

div#themesQuick div.themesButton {
	background-color: transparent;
	margin-bottom: .75em;
}

div#themesQuick div.themesButton a {
	height: 72px;
	display: block;
	background: url(../img/fbi_themes_buttons.gif) no-repeat left top;
	text-decoration: none;
}

div#themesQuick div.themesButton a:hover {
	background-position: left bottom;
	cursor: pointer;
}

div#themesQuick div.themesButton a h2 {
	padding-left: 40px;
	text-decoration: none;
	color: #7ab13a;
	border-bottom-width: 0;
	padding-bottom: .25em;
	padding-top: .75em;
}

div#themesQuick div.themesButton a:hover h2,
div#themesQuick div.themesButton a:hover em {
	color: #444;
}

div#themesQuick div.themesButton a h2,
div#themesQuick div.themesButton a em {
	padding-left: 40px;
}

/* ========= News Section ========== */

div.newsItem h2, 
div.newsItem h4,
div.newsItem h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: .25em;
}

div.newsItem h2 a,
div.newsItem h4 a,
div.newsItem h5 a {
	text-decoration: underline;
}

div.newsItem h2 a:hover,
div.newsItem h4 a:hover,
div.newsItem h5 a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #145070;
}

div.newsItem h2 {
	margin-top: .75em;
}

div.newsItem h4 a {
	color: #6A98BA;
}

div.newsItem h5 a {
	color: #90B3CC;
}

div.newsItem em.first {
	color: #646464;
}

div.newsItem em {
	color: #ababab;
}

div.newsItem em.last {
	color: #cdcdcd;
}

div#quickNews div.newsItem {
	width: 92.4%; /* Give the news some space to breath */
}

div.dateAndTime em {
	color: #bbb;
	text-decoration: none;
}

div.dateAndTime em a {
	color: #777;
	text-decoration: none;
}

div.dateAndTime em a:hover {
	text-decoration: underline;
	color: #444;
	background-color: transparent;
}

/* ========= Nieuws ========== */

div#newsletterSignup {
	background: #7ab13a url(../img/fbi_background_header.png) no-repeat right center;
	border: 1px solid #9fbf71;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 1em 1em .5em;
}

div#newsletterSignup label {
	color: #fff;
	font-size: 85%;
}

div#newsletterSignup input {
	margin-top: 3px;
	margin-bottom: 6px;
}

div#newsletterSignup input.check {
	margin: 0;
	padding: 0;
}

div#newsletterSignup input#signupup {
	margin-top: 10px;
}

div#newsletterSignup .single {
	background-color:#fff;
	border:1px inset #e9e9ae;
	width: 95%;
	margin-bottom:10px;
	font-size: 14px;
	padding: 2px;
}

/* ========= Legal ========== */

div#legalStuff {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
	margin-bottom: 2em;
}

div#legalStuff em {
	color: #aaa;
}

div#legalStuff div.yui-g {
	padding-top: .5em;
}

/* ========= Overview ========== */

ul#threatmentOverview {
	margin-bottom: 3em;
}

ul#threatmentOverview li {
	list-style-type: square;
	border-top: 1px solid #eee;
	padding-top: .5em;
	padding-bottom: .5em;
}

ul#threatmentOverview li a {
	color: #145070;
	text-decoration: none;
	font-size: 108%;
	font-weight: bold;
}

ul#threatmentOverview li a em {
	color: #a9a9a9;
}

ul#threatmentOverview li a:hover,
ul#threatmentOverview li a:hover em {
	color: #fff;
	background-color: #7ab13a;
	text-decoration: none;
}

/* ========= Menu ========== */

ul#menu {
	position: relative;
	float: right;
	right: 4em;
	margin-top: 1em;
}

ul#menu li {
	float: left;
	padding-right: .5em;
}

ul#menu li.last {
	padding-right: 0;
}

ul#menu li a {
	text-transform: uppercase;
	font-size: 85%;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px 5px;
	margin-bottom: 3px;
}

ul#menu li a:hover,
ul#menu li.current_page_item a {
	background-color: #fff;
	color: #032;
}

ul#menu li.current_page_item a {
	font-weight: bold;
}

/* Nice Safari users get all the fancy and cool stuff */
ul#menu li.current_page_item a {
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px #545454; 
}

ul#menu li a:hover,
ul#menu li.current_page_item a:hover {
	-webkit-border-radius: 5px;
}

#dropmenu, #dropmenu ul {
	float:right;  margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:650px; background:#05301F}
#dropmenu a {display:block; padding:0.25em 1em; color:#fff;  text-decoration:none; background:#05301F;}
#dropmenu a:hover, #dropmenu ul li.current_page_item a {background:#fff; color:#000;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-left:1px solid #c8c8c8;}
#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

