* {
	margin:0;
	padding:0;
}

html,body {
	overflow-x:hidden;
}

body {
	font-family:arial;
	font-size:10px;
	line-height:14px;
	color:#404040;
}

a {
	color:#e97700;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.clear {
	clear:both;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#info {
	float:left;
	width:365px;
	margin-left:20px;
	_display:inline;
}

h1 {
	text-indent:-9999px;
	margin-bottom:8px;
}

h1 img {
	display:block;
}

#find {
	float:left;
	width:390px;
	margin-left:15px;
	_display:inline;
}

#find label.cp {
	float:left;
	width:120px;
	display:block;
	font-size:14px;
	line-height:20px;
}

#search {
	width:185px;
	height:22px;
	background:url(/images/search.gif);
	float:left;
}

#search input {
	border:none;
	width:164px;
	height:19px;
	margin-top:2px;
	margin-left:1px;
	background:#fff;
	float:left;
	color:#404040;
	font-family:arial;
	font-size:13px;
	line-height:18px;
}

#search a {
	display:block;
	position:relative;
	float:right;
	width:18px;
	height:20px;
	margin-top:1px;
	margin-right:1px;
}

#search a img {
	display:block;
	position:absolute;
	width:18px;
	height:20px;
	top:0;
	left:0;
}

#search a img.hover {
	display:none;
}

#checkboxes {
	clear:left;
	padding-top:10px;
}

#checkboxes h3 {
	padding-bottom:5px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
}

#checkboxes input {
	vertical-align:baseline;
	margin-left:1px;
	margin-right:5px;
}

#results {
	width:250px;
	float:left;
	margin-left:20px;
	list-style:none;
	border-top:1px dashed #999;
}

#results li {
	padding:8px 4px 8px 25px;
	border-bottom:1px dashed #999;
	background-position:0 10px;
	background-repeat:no-repeat;
}

.collections {
	color:#4d7290;
}

#map {
	float:right;
	width:500px;
	height:400px;
}

#route {
	float:right;
	width:490px;
	overflow-x:hidden;
	display:none;
	min-height:400px;
	_height:400px;
}