body {
	margin:				5px;
	padding:			0px;
	background-color:	black;
	color:				black;
	font-family:		Arial;
}
img {
	border:	0;
}
a {
	color:	#0000cc;
}
form {
	margin:	0;
}
#header {
	position:		relative;
	z-index: 		0;	
	margin-bottom:	0px;
	height:			25px;
	width:			100%;
}
#locator {
	position:		relative;
/*	width:			100%; */
/*	height:			100%; */
	margin-top:		7px;
	z-index: 		0;	
}
#map {
	position:			relative;		
	float:		left;
	height:				400px;
	width:				500px;
	border-left:				1px solid #000000;
}
#panel {
	height:				400px;
	position:			relative;
	float:	left;
	overflow:			auto;
	top:				0px;
	left:				0px;
	width:				250px;
	background-color:	white;
	z-index:			1000;
}
#panel table {
	border-spacing:		0px;
	padding:			0px;
	margin:				0px;
}
#panel table td {
	padding:			5px;
	margin:				0px;
	text-align:			left;
	color:				#333333;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, sans-serif;
}
#locator_search_options table td {
	padding:			5px;
	margin:				0px;
	text-align:			left;
	color:				#333333;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, sans-serif;
}
#panel table .prev_results {
	float:			left;	
}
#panel table .next_results {
	float:			right;	
}
#panel table tr.odd {
	background: #ffffff;
}
#panel table tr.even {
	background:	#F7F7FA;
}
#panel table tr.active {
	background:	#FFFF99;	
}
#panel table p {
	margin:		0px;
	padding:	0px;
}
a.address:link			{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:visited		{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:hover			{ text-decoration: underline;  }
a.address:active		{ text-decoration: underline; color: #993333; } 
/**
 * Don't modify rules listed below.
 */ 
xml {
	width:		0;
	height:		0;
	display:	none;
}
.icon {
	position:	relative;
	width:		33px;
	height:		28px;	
}
.icon img {
	position:	absolute;
	top:		0px;
	left:		0px;
	width:		33px;
	height:		28px;
	cursor:		pointer;
}
.icon div {
	position:		absolute;
	top:			5px;
	left:			2px;
	width:			28px;
	font-size:		12px;
	font-weight:	bold;
	font-family:	Arial, Helvetica, sans-serif;
	color:			white;
	text-align:		center;
	cursor:			pointer;
}
#center_marker {
	width: 		23px;
	height:		34px;
	cursor:		default;	
}
#center_marker img {
	position:	absolute;
	top:		0px;
	left:		0px;
	width: 		23px;
	height:		34px;
	cursor:		default;	
}
#ajax_activity {
	position:			absolute;
	top:				20px;
	right:				20px;
	width:				32px;
	height:				32px;        
	z-index:			99;
}
#w2gi_copyright {
	display:		none;
        position:                       absolute;
        right:                          3px;
        bottom:                         3px;
        text-decoration:        none;
        font:                           bold 12px arial;
        background:                     transparent;
        z-index:                        99;
}
#navteq_copyright {
        background:                     transparent none repeat scroll 0%;
        bottom:                         3px;
        font-family:            arial;
        font-size:                      12px;
        font-size-adjust:       none;
        font-stretch:           normal;
        font-style:                     normal;
        font-variant:           normal;
        font-weight:            bold;
        left:                           3px;
        line-height:            normal;
        position:                       absolute;
        text-decoration:        none;
        z-index:                        99;
}
.address_helper {
	color:				gray;
	font-size:			11px;
}
#icon_bar {
	width:				740px;
	height:				34px;
	background-color: 		#000000;
	margin-top:			-5px;        
	margin-bottom:		-1px;
}
#icon_bar .title {
	font-size:			large;
	font-weight:		bold;
	padding-left:		3px;
}
#icon_bar .links {
	font-size:			12px;
	text-align:			right;
	vertical-align:		middle;
	padding-right:		3px;
}
#icon_bar .links a {
	text-decoration:	none;
	white-space:		nowrap;
	padding-left:		0.75em;
	color:				#FFFFFF;
}
#icon_bar .links a span {
	text-decoration:	underline;
}
#icon_bar .links a img {
	width:				16px;
	height:				16px;
	vertical-align:		bottom;
}
#show_arrow {
	cursor:		pointer;
	z-index:	2;		
}
#footer {
	position:	relative;
	text-align:  	center;
	font-size:	10px;
	font-weight:	bold;
	color:		white;
	width:	80%;
}
#searchform {
	position: relative;
	float: left;
}
#maincontent {
	position: relative;
}
#mapcontent {
	position: absolute;
	top: 196px;
	left: 0px;
}

