/* © Silverlink */

@font-face {
	font-family: 'arvoregular';
	src: url('/fonts/arvo-regular-webfont.eot');
	src: url('/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/arvo-regular-webfont.woff') format('woff'),
		 url('/fonts/arvo-regular-webfont.ttf') format('truetype'),
		 url('/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	direction: ltr;
}

html * {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'arvoregular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

#map_canvas {
	height: 100%;
}

a {
	color: #d63233;
	text-decoration: none;
}

a:hover {
	color:#f63a3b;
}

.infobox {
	width: 500px;
}

.infobox h2 {
	width: 100%;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.infobox .details {
	display: inline-block;
	width: 230px;
	margin: 0 16px 0 0;
	border-right: 1px solid #ddd;
}

.infobox .president {
	display: inline-block;
}

