#content #findLocationForm p{
	float: left;
	display: inline;
	margin: 12px 0 12px 16px;
}
#findLocationForm #postalCodeField{
	width: 80px;
}	

#findLocationForm #regionField{
	width: 260px;
}
	
#findLocationForm p.submitWrapper{
	margin: 11px 0 0 8px;
}

#findLocationForm input.submitButton{
	background: url('/static/img/btn_find.gif');
	border: none;
	overflow: hidden;
	text-indent: -999px;
	width: 61px;
	height: 24px;
}

/* tabs ---------------------------*/

#content ul#tabs{
	visibility: hidden;
	height: 38px;
	background: transparent url(/static/img/bg_tabs.gif) repeat-x bottom left;
}

	#content ul#tabs li{
		padding: 0;
		background: none;
		margin: 0;
	}
	
	#content ul#tabs li.first{
		margin-right: 10px;
		padding-left: 10px;
		color: #444;
	}

		#content ul#tabs li a:link,
		#content ul#tabs li a:visited,
		#content ul#tabs li a:hover,
		#content ul#tabs li a:active{
			border: 1px solid #c4d3de;
			padding: .2em 1em;
			border-bottom: none;
			background: #c4d3de;
		}
		
		#content ul#tabs li a:hover{
			background: #8FACBF;
			color: white;
		}
		
		#content ul#tabs li.active a:link,
		#content ul#tabs li.active a:visited,
		#content ul#tabs li.active a:hover,
		#content ul#tabs li.active a:active{
			background: white;
			border: 1px solid #7a94a6;
			border-bottom: none;
		}
		
		#content ul#tabs li.active a:hover{
			color: #006699;
		}

/* map: non-js ---------------------------*/
#mapContainer.static li{
	border-bottom: 1px dotted #cecece;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
}

#mapContainer.static li.inactive{
	display: none;
}

	#mapContainer.static li a:link,
	#mapContainer.static li a:visited,
	#mapContainer.static li a:hover,
	#mapContainer.static li a:active{
		padding: 5px;
		font-size: 1.2em;
		color: #f09100;
		font-weight: bold;
		text-decoration: none;
	}
	
	#mapContainer.static li a:hover{ text-decoration: underline; }
	
		#mapContainer.static li address{
			border: 1px solid #ccc;
			background: #eee;
			width: 200px;
			padding: 5px;
			margin: 5px;
			font-size: .95em;
			color: #000;
			font-weight: normal;
		}
			#mapContainer.static li address a:link,
			#mapContainer.static li address a:visited,
			#mapContainer.static li address a:hover,
			#mapContainer.static li address a:active{
                            font-size: 1em;
                            padding: 0;
                            font-weight: normal;
                            color: #006699;
			}
	
	
/* interactive map: js loaded  --------------------------*/
#mapContainer.interactive{
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	width: 421px;
	height: 500px;
	background: url('/static/img/map_holland.gif');
	position: relative;
	z-index: 2;
}

	#mapContainer.interactive li{
		position: absolute;
		display: block;
		width: 10px;
		height: 9px;
		margin: 0;
		padding: 0;
		background: url('/static/img/map_marker.png') no-repeat top left;
	}

	#mapContainer.interactive li.active{
		background: url('/static/img/map_marker.png') no-repeat top left;
	}
	
	#mapContainer.interactive li.inactive{
		background: url('/static/img/map_marker.png') no-repeat left -11px
	}
	
		#mapContainer.interactive li a:link,
		#mapContainer.interactive li a:visited,
		#mapContainer.interactive li a:hover,
		#mapContainer.interactive li a:active{
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -999px;
			overflow: hidden;
			text-decoration: none;
		}
		
			#mapContainer.interactive li address{
				display: none;
			}
			
	
	/* tooltip ---------------------------*/
	#mapContainer.interactive #tooltip{
		width: 235px;
		position: absolute;
	}
	
		#mapContainer.interactive #tooltip p{ margin: 0; padding: 0;}
	
		#mapContainer.interactive #tooltip #tooltipTop{
			background: url('/static/img/bg_tooltip_top.png') no-repeat top left;
			height: 15px;
		}
	
		#mapContainer.interactive #tooltip #tooltipBody{
			padding: 6px 15px 6px 15px; overflow: hidden;
			background: url('/static/img/bg_tooltip_body.png') repeat-y top left;
		}
		
			#mapContainer.interactive #tooltip #tooltipBody h3{
				color: #f09100;
				margin: 0 0 5px 0;
			}
			#mapContainer.interactive #tooltip #tooltipBody address{
				width: 195px;
				display: block;
				overflow: hidden;
			}
		
		#mapContainer.interactive #tooltip #tooltipBottom{
			background: url('/static/img/bg_tooltip_bottom.png') no-repeat top left;
			display: block;
			width: 100%;
			height: 47px;
			padding: 6px 0 0 27px;
		}
		
			#mapContainer.interactive #tooltip #tooltipBottom a:link,
			#mapContainer.interactive #tooltip #tooltipBottom a:visited,
			#mapContainer.interactive #tooltip #tooltipBottom a:hover,
			#mapContainer.interactive #tooltip #tooltipBottom a:active{
				font-weight: bold;
				color: #006699;
				text-decoration: none;
			}
			
			#mapContainer.interactive #tooltip #tooltipBottom a:hover{
				text-decoration: underline;
			}

		
/* livesearch results  --------------------------*/

#results{
	z-index: 10;
	position: absolute;
	width: 300px;
	background: white;
	border: 1px solid #a4b4be;
}

	#results ul{
		margin: 0;
		padding: 0;
	}

	#results ul li{
		list-style-type: none;
		text-indent: 6px;
		padding: 0;
		background: none;
	}
	
	#results ul li.last{ border: none; }
	
	#results ul li span.legend{
		width: auto;
		color: #333;
		display: block;
		padding: 0;
		font-size: 1em;
		font-weight: normal;
		background: white;
		border-top: 1px dotted #cecece;
	}
	
	#results ul li.first span.legend{ border: none; }
		#results ul li a{
			padding: 3px 10px;
			display: block;
			height: 100%;
			background: url('/static/img/icon_list_arrow.gif') no-repeat 6px 10px;
		}

		#results li.active a{
			background-color: #E5EFF4;
			color: #002F60;
		}
