@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width:100%;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

a {
	text-decoration: none;
	border-width: 0 0 2px 0;
	border-color: #090;
	border-style: solid; 
	color: #000;
	padding: 0;
}
a:visited, a:active {
	color: #000;
}
a:hover {
	text-decoration: none;
	border-color: #000;
}

.left-main {
	float: left;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 100%;
	padding: 20px 0 0 0;
	font-size: 12px;	
}
.left-main a {
	font-size: 12px;
	text-decoration: none;
	border: none;
	border-width: 0;
	color: #000;
	display: block;
	/*height: 22px;*/
	line-height: 15px;
	margin: 0px;
	padding: 3px 0 3px 5px;	
}
.left-main a.bold {
	font-weight: bold;
}
.left-main a:hover {
	color: #fff;
	background: #000;
}
.left-main span {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 3px 0 3px 5px;
}
.left-main a.bestawards-badge {
	text-indent: -9999px;
	display: block;
	background: url('images/bestawards-badge.jpg');
	background-position: 0 0;
	width: 120px;
	height: 165px;
	overflow: hidden;
	border: none;
}
.left-main a.bestawards-badge:hover {
	background-position: 0 165px;
}

.line-spacer {
	height: 24px;
	line-height:24px;
	display:block;
}

.right-main {
	float: left;
	margin: 0 0 0 30px;
	padding: 21px 0 50px 0;
	width: 750px;
	height: 100%;
	font-size: 18px;
	line-height: 24px;
}

.right-main span.heading {
	font-weight: bold;
}

.clearer {
	line-height: 0;
	float: none;
	display: block;
	font-size: 0;
	padding: 0;
	margin: 0;
	height: 0;
}


/* TEMPORARY CLASSES */

a.map-thing {
	display: block;
	width: 750px;
	height: 336px;
	overflow: hidden;
	background: transparent url('images/map.png');
	background-position: 0 0;
	border: none;
}
a.map-thing:hover {
	background-position: 0 -336px;
}

