body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

blockquote {
	margin: 0;
	font-style: oblique;
	text-align: justify;
}

div.info {
	font-size: 8pt;
	font-style: oblique;
}

#filter {
	margin-top: 24px;
	width: 705px;
}

#filter-continents {
	float: left;
	margin-right: 24px;
}

#filter-countries {
	float: left;
	margin-right: 24px;
}

#filter-countries p:first-child {
	margin-top: 0;
}

input, select, textarea, button {
	margin: 0;
}

label {
	font-size: 8pt;
}

#filter-partners {
	overflow: auto;
	padding-bottom: 12px;
}

#filter-partners ul {
	list-style-type: none;
	margin: 0;
	margin-left: auto;
	padding: 0;
}

div.info {
	height: 100%;
	width: 100%;
	overflow: auto;
}

li.partner {
	font-size: 8pt;
	background-color: #F6F6EB;
	border: 1px solid #CECEC3;
	padding: 12px;
	cursor: pointer;
	float: right;
	margin-left: 12px;
	max-width: 237px;
}

li.partner h2:first-child {
	color: #009627;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 2em;
}

li.partner:last-child {
	margin-left: 0;
}

li.partner p.contact, div.info p.contact {
	font-weight: bold;
}

li.partner h2:first-child, div.info h2:first-child {
	margin-top: 0;
}

li.partner p:last-child, div.info p:last-child {
	margin-bottom: 0;
}

div#map_canvas {
	width: 705px;
	height: 400px;
}

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