.searchresults {
	width: 99%;
	border: 1px solid #666666;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	cursor: pointer;
}
.searchresults img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.searchresults .searchlink {
	float: right;
	font-size: 1em;
	font-weight: bold;
}
.searchresults .searchlink a {
	color: #000066;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 30px;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 80px;
	display: block;
	line-height: 27px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
}
.searchresults .searchlink a:hover {
	background-color: #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.searchresults h3 {
	font-size: 1em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #CCCCCC;
	line-height: 28px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/resultsgrad.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-decoration: none;
}
.searchresults h3.bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #666666;
	font-size: 0.9em;
}

.searchresults .percentage {
	width: 90px;
	float: right;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 0.8em;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.searchresults .percentage .percentmatch {
	font-size: 17px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
}
.searchresults .fac100 {
	background-image: url(images/fac100.gif);
	background-repeat: no-repeat;
}
.searchresults .fac70 {
	background-image: url(images/fac70.gif);
	background-repeat: no-repeat;
}
.searchresults .fac0 {
	background-image: url(images/fac0.gif);
	background-repeat: no-repeat;
}
.searchresults address {
	font-size: 0.9em;
	font-style: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006699;
	margin: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	width: 200px;
	font-weight: bold;
}.searchresults p {
	margin: 0px;
	padding: 5px;
}
.searchresults ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

.searchresults li {
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

p#loadmapbut {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#mapcontainer {
	width: 99%;
}


#searchmap {
	height: 450px;
	width: 65%;
	border: 1px solid #666666;
	float: left;
}
#side_bar {
	height: 450px;
	width: 34%;
	position: relative;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	overflow: auto;
	background-color: #FFFFFF;
}
#side_bar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#side_bar li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#side_bar a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000099;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 0.8em;
	font-weight: bold;
}
#side_bar a:hover {
	background-color: #F5F5F5;
	color: #333333;
}
#side_bar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-right: 2px;
	vertical-align: middle;
}
#map {
	border: 1px solid #999999;
}
#directions .googledir {
	border: 1px solid #999999;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

