@charset "UTF-8";
/* CSS Document

Blue Dark: #002f5e
Blue 2: #4f91cd
Blue 3: #97c0e6
Green: #aab300
Yellow: #ffd200

*/

#container, #hpcontainer, #content, #visual, #banner, #nav, #breadcrump, #unbrandbar, #footer, #text {
	margin: 0;
	padding: 0;
	width: 100%;
	*width: 96%;
	clear: both;
	background-image: none;
	background-color: #fff;
}

#banner:after  {
	content: url(/en/peacekeeping/images/unpk_logo.png);
}

#text {
	margin: 0 0 0 20px;
	width: 90%;
}

#footer {
	margin: 2em 0 0 2em;
	color: #868686 !important;
}

#subnav, #nav, #breadcrump, #unbrandbar form, #unbrandbar, #footer ul, h1, #relblk, #pkcontact, .video {
	display: none;
}

body, .chaoperations, .chaissues, .chanews, .charesources, .chaabout {
	background: none;
}

body {
	padding-top: 2em;
}

.illustration {
	margin-right: 1em;
}

.illustration p {
	border: 1px solid #ccc;
}

/*a:after { 
	content: " [" attr(href) "] ";
}*/

#hoverblocks {
	list-style: none;
	margin: 2em 0;
	padding: 0;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
}

#hoverblocks li {
	clear:both;
}

#hoverblocks li img {
	float:left; 
	width:80px;
	padding:20px;
}

#hoverblocks li a {
	text-decoration: none;
	border: none;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border-bottom: 0px solid #eee;
	border-top: 0px solid #eee;
	overflow: hidden;
}

#hoverblocks li a .hoverblocks_title {
	font-size: 1.5em;
	line-height:1em;
	font-weight: bold;
	display: block;
	width:370px;
	float:left;
}

#hoverblocks li a .hoverblocks_text {
	width:370px;
	float:right;
	display: block;
}