a:hover {
	text-decoration: none;
	color: #0000FF;
	font-style: italic;
}
body {
	background-color: #00868B;
}

hr {
	border: 0;
	background-color: #999999;
	color: #999999;
	height: 1px;
}

.listing_data_inner {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}

.listing_data_outer {
	margin-top: 0;
}

.link_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}

#search_box {
	padding-top: 10px;
	padding-bottom: 0;
	width: 325px;
	margin-left: 0;
	margin-right: 0;
}

.search_box_suggestions {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	margin-left: 2px;
}

#livesearch {
	margin-top: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	overflow: hidden;
	display: block;
}

#search_field {
	font-size: .8em;
	margin-top: 0;
	margin-left: 5px;
}
