/* CSS Document */

#dx_local {
	background: #eee url(dx_local.gif) repeat-x top;
	height: 208px;
	padding: 10px;
	color: #fff;
	border: 1px solid #50180d;
	position: relative;
	margin: 0 -20px 0 -10px;
	}

#dx_local h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	}

	
#dx_local p {
	margin: 0;
	}
	
#dx_local_selector {
	visibility: hidden;
	width: 310px;
	}
	
#dx_local #no_js {
	min-height: 1px;
	border: 1px solid green;
	}
	
#dx_local select {
	width: 210px;
	float: left;
	}
	
#dx_local label {
	display: block;
	float: left;
	height: 22px;
	width: 90px;
	line-height: 22px;
	}
	
.field_container {
	padding: 5px 0;
	clear: both;
	min-height: 1px;
	}
	
* html .field_container {
	height: 1px;
	}
	
.field_container:after {
	display:block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
	}
	
#dx_local_buttons {
	clear: both;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	
#dx_local_go {
	padding: 3px 15px;
	}
	
#dx_local_island_select {
	margin-top: 10px;
	}
	
#interactive_map {
	position: absolute;
	top: 0;
	right: 0;
	}
	
/*-----------Map Btns------------*/

#map {
	width: 570px;
	height: 35px;
	position: relative;
	margin-left: -40px;
	}

#map_btns ul {
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#map_btns a * {
	display: none;
	}
	
#map_btns li {
	display: inline;
	position: relative;
	float: left;
	height: 35px;
	margin-right: 5px;
	}
	
#map_btn_akl a {
	width: 170px;
	height: 35px;
	background: url(map_btn_akl.gif);
	display: block;
	float: left;
	}
	
#map_btn_akl a:hover {
	background-position: 0 -35px;
	}
	
#map_btn_wgn a {
	width: 170px;
	height: 35px;
	background: url(map_btn_wgn.gif);
	display: block;
	float: left;
	}
	
#map_btn_wgn a:hover {
	background-position: 0 -35px;
	}
	
#map_btn_chc a {
	width: 170px;
	height: 35px;
	background: url(map_btn_chc.gif);
	display: block;
	float: left;
	}
	
#map_btn_chc a:hover {
	background-position: 0 -35px;
	}
	

