a.markerLink {
	text-decoration:none; 
	color:#000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a.markerLink:hover 
{
	color:#0000FF;
	text-decoration: underline;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p.white_bg {
	font : 11pt Arial; 
	text-decoration:none; 
	color:#000000;
	width:100%;
}

body {
	background: #FFFFFF url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

.top {
	background: url(img/top-heroclix.jpg) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 1030px;
}

/*
.header .left, .header .right {
	background: #1D2436;
	color: #FFF;
	height: 100px;	
}
	*/

.header .left {
	background: #B3C2C7 url(img/header-heroclix.jpg) no-repeat;
	color: #000;
	line-height: 100px;
	text-align: center;	
	width: 814px;
}

.header .left .main_text {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 2.0em;
	color: #000;
	line-height: 60px;
	text-align: center;	
}


/* content */
.content {
	float: left;
	margin: 0 0;
	padding: 0 16px;
	width: 781px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.png);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

div#map_container_map_div {
	float:left; 
	width:780px;
	margin: 0px -16px 20px;
}

#map_container p {
	color: #000000;
	margin: 10px;
	width: 180px;
	font : 10pt Arial;
}

#map_container a {
	font-size: 11px;
	background-color: #f3f2d2; 
	text-align:center;
	color: #000000;
	cursor: pointer;
	text-decoration:none; 
}

#map_container a:hover {
	font-size: 11px;
	-moz-border-radius:5px; 
	background: #FFFFFF;
	text-align:center;
	color: #0000FF;
	cursor: pointer;
	text-decoration:none; 
}

table#map_table_parent {
	-moz-border-radius:10px;
	background-color: #f3f2d2; 
	margin: 0px;
	padding-bottom: 0px;
	position: relative;	
	visibility: visible;
}

span.coords {
	font : 10pt Arial Bold; 
}

span.distance {
	font: 12pt Arial Bold; 
	color: #000000;
	text-align: center;
}

span.initialStatus {
	font : 10pt Arial Bold; 
	color : #0000AA;
}

