#search-wrap .searchBox { 
	width:400px; 
	font-size:16px; 
	color:#999999; 
	padding:6px; 
	border:solid 1px 
	#999999; 
	margin: 0 0 0 10px;
	float:left;
}
#results {
	left:10px;
	width:412px; 
	max-height:450px; 
	border:solid 1px #333; 
	border-right:solid 8px #333; 
	border-bottom:solid 8px #333; 
	margin-left: 10px; 
	margin-top:28px; 
	background:#fff; 
	display:none; 
	position:absolute; 
	z-index:80000; 
	overflow:auto;
}
#results ul, #results li {padding:0; margin:0; border:0; list-style:none; width:100%; overflow:hidden;}
#results li {border-top:solid 1px #DEDEDE; width:100%;}
#results li a, #results li p{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {padding:0;}
#results li h2 {
	padding-left: 6px;
	height:10px;
	width:100%;
}

.address {
	width:326px;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;	
}

#mainColumn .categories {
	width:85%;
}

#mainColumn .categories a {
	display:inline;
	margin-right:0;
}

.searchButton {
	padding: 0 0 0 0;
	margin:0 0 0 10px;
	float:left;
}

#categoryHolder {
	clear:left;
	width:560px;
	height:300px;
	overflow:hidden;
	margin-top:5px;
}

#categories {
	width:14560px; /* 560px * 26 */
}

.cal {
	width:560px;
	height:300px;
	float:left;
	background:url(../images/serviceguide/categoryBG.gif) repeat-y;
}

.listOfCats {
	width:560px;
	margin:0;
	padding:0;
	display:block;
}

.listOfCats li {
	width:170px;
	padding: 2px 0 2px 12px;
	margin:0;
	float:left;
}

.listOfCats li a { 
	font-size:10px;
	line-height:12px;
}

.catLetter {
	border:1px solid #BD002C;
	width:15px;
	height:14px;
	margin-right:3px;
	margin-bottom:3px;
	display:block;
	float:left;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	text-align:center;
	padding-top:1px;
	background:#BD002c;
	color:#fff;
}

.catLetter:hover {
	background:#fff;
	color:#BD002c;
}

.listing {
	border-bottom: 20px solid #fff;
}