* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-size: 62.5%;
    text-align: center;
}

/* ----- Hacks start ----- */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */

/* ----- Hacks end ----- */

div.wrapper {
    text-align: center;
    width: 98em;
    margin: 0 auto;
    background-color: #00716d;
}

div.header {
    height: 17em;
}

div.logo img {
    width: 98em;
}

div.tabs {
    height: 4em;
    width: 89em;
    margin: 0 auto;
    padding-left: 6em;
}

div.tabs ul {
	list-style: none;
}

div.tabs li {
	display: inline;
}

div.tabs a {
	float: left;
	width: 13em;
	height: 2em;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 0.8em;
	text-transform: uppercase;
}

div.tabs a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.content {
    text-align: left;
}

div.content div.left {
    float: left;
    width: 43em;
}

div.content div.right {
    float: right;
    width: 54em;
}

div.featured div.cover {
    width: 8em;
    float: left;
    margin-bottom: 1em;
    margin-left: 0.3em;
}

div.featured div.description {
    width: 30em;
    float: right;
    padding-right: 0.5em;
}

div.description p {
    font-size: 1.2em;
}

div.description p strong {
    font-size: 1.1em;
}

div.description p strong a {
    text-decoration: none;
    color: #009;
}

div.description p strong a:hover {
    text-decoration: underline;
    color: #00f;
}

div.cover img {
    border: 0;
    width: 8em;
}

div.featured h1 a {
    color: #ffffff;
    text-decoration: none;
}

div.featured h1 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.featured {
    width: 40em;
    margin: 0 0 1em 1em;
    background-color: #fff;
}

div.footer {
    clear: both;
    margin: 0 auto;
    width: 98em;
    background-color: #fff;
    padding: 1em 0;
}

div.footer p {
    font-size: 1.4em;
}

div.footer p a {
    color: #009;
    text-decoration: none;   
}

div.footer p a:hover {
    color: #00f;
    text-decoration: underline;   
}

div.country {
    background-color: #ffffff;
    width: 26em;
    margin: 0 1em 1em 0;
    float: left;
}

div.country div.cover {
    width: 8em;
    float: left;
    margin-left: 0.3em;
    margin-bottom: 1em;
}

div.country div.content {
    width: 16em;
    padding-right: 1em;
    float: right;
}

div.country h2 {
    font-size: 1.2em;
}

div.country p {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

div.block, div.countrynews, div.publications, div.newsletters {
    text-align: left;
    margin: 0 1em 1em 1em;
    background-color: #fff;
}

div.featured h1, div.country h1, div.block h1, div.countrynews h1,
div.publications h1, div.newsletters h1 {
    padding: 0;
    background-color: #ff8704;
    margin-bottom: 0.5em;
    color: #fff;
    font-size: 1.6em;
}

div.bl {background: url(bl.gif) 0 100% no-repeat}
div.br {background: url(br.gif) 100% 100% no-repeat}
div.tl {background: url(tl.gif) 0 0 no-repeat; padding-left: 0.3em;}
div.tr {background: url(tr.gif) 100% 0 no-repeat;}

div.block p, div.block li {
    font-size: 1.4em;
}

div.block p {
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}

div.block h2 {
    padding: 0 0.3em;
}

div.block li {
    margin-left: 2em;
}

div.content h2 a {
    text-decoration: none;
    color: #009;
}

div.content h2 a:hover {
    text-decoration: underline;
    color: #00f;
}

div.countrynews div.cover {
    width: 8em;
    float: left;
    margin-bottom: 1em;
    margin-left: 0.3em;
}

div.countrynews div.content {
    width: 85em;
    padding-right: 1em;
    float: right;
}

div.countrynews div.content {
    width: 85em;
    padding-right: 1em;
    float: right;
}

div.countrynews div.content h2 {
    font-size: 1.6em;
    margin-bottom: 0.3em;
}

div.news h2, div.observatory h2 {
    font-size: 1.6em;
}

div.countrynews div.content h3 {
    font-size: 1.2em;
    padding-right: 1em;
    margin-bottom: 0.5em;
}

div.block li a {
    text-decoration: none;
    color: #009;
}

div.block li a:hover {
    text-decoration: underline;
    color: #00f;
}
