/* INITIATIVES */
#main .initiatives{
	width:600px;
	margin-left:306px;
}
.initiatives h1{
	font-size:32px;
	color:#005291;
	padding-bottom:20px;
}
#initiatives-list{
	clear:both;
}
#initiatives-list #pages{
	font-size:11px;
	padding-top:10px;
	text-align:right;
	color:#f39900;
	font-weight:bold;
}
#initiatives-list #pages a{
	color:#7f7f7f;
}
#initiatives-list .initiative-item{
	text-decoration:none;
	cursor:pointer;
	border-bottom:2px solid #bfd4e3;
	padding:5px 0 2px 0;
	display:block;
}
#initiatives-list .initiative-item:hover{
	background-color:#f0f5f9;
}
.initiative-item h2{
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:13px;
	font-size:12px;
	color:#005291;
	width:200px;
}
.initiative-item h3{
	width:300px;
	font-size:12px;
	color:#000000;
}
.initiative-item h4{
	font-size:12px;
	font-weight:normal;
	color:#4c4c4c;
	clear:left;
	padding-left:3px;
}

.initiative-item .country-flag, .initiative-item .initiative-infos, .initiative-item .initiative-thumb, .initiative-item h2, .initiative-item h3{
	float:left;
	font-weight:normal;
	line-height:120%;
}
.initiative-item .country-flag{
	font-size:10px;
	color:#4c4c4c;
}
.initiative-item .country-flag img{
	width:21px;
	height:13px;
}
.initiative-item .initiative-thumb{
	margin:0 20px;
	width:22px;
	height:22px;
}
.initiative-item .initiative-thumb img{
	border:1px solid #8d8b8d;
}