html, body {
     margin: 0;
     padding: 0;
}

body { 
background-color: #304c62;
background-image: url(images/backgrounds/bluefade.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
color: #000;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
margin: 0;
}

#content {
     margin-top: 10px;
}

#areamap {
	margin: 0px auto;
	width: 750px;
	background-color: #FFFFFF;
	padding: 2px;
	overflow: none;
}

#areamap img {
}

#map {
	width: 600px;
	height: 600px;
	float: left;
}

#title {
	background-color: #304c62;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 2px solid #FFFFFF;
}

#title a {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#sidebar {
	width: 148px;
	height: 600px;
	overflow: auto;
	background-color: #69454D;
	border-left: 2px solid #FFFFFF;
	color: #FFFFF;
}

#sidebar ul#sidebar-list {
	list-style: none;
	padding: 6px;
	margin: 0;
	height: 487px;
	border-bottom: 2px solid #FFFFFF;
}

#sidebar ul#map-list {
	list-style: none;
	padding: 6px;
	margin: 0;
}

#sidebar ul#sidebar-list li, #sidebar ul#map-list {
	clear:left;
}

#sidebar ul#sidebar-list li a, #sidebar ul#map-list li a {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 3px;
	display: block;
	border-top: 1px solid #FFFFFF;
}

#sidebar ul#sidebar-list li:first-child a, #sidebar ul#map-list li:first-child a {
	border-top: 0px;
}

#sidebar ul#sidebar-list li a:hover, #sidebar ul#map-list li a:hover {
        background:#f0d3cb;
        color:#c05642;
}

/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 1px; }
/* */

.infowindow {
	width: 267px;
}

.infowindow h2 {
	font-size: 14px;
}

.infowindow img {
	border: 1px solid #000000;
}

