
/* -- searchapplic --------------- */

/* Search */


/* Browse */


/* Print */

.clr {clear:both;}

/* alphabet search - July 2007 */

div#alphabet {display:block; width: 100%; height: 40px;}

div#alphabet a,
div#alphabet a:link,
div#alphabet a:visited	
	 { 
	color: #000;
	text-decoration: none;
	background: transparent url(grfx/a-zbutton0.gif) no-repeat;
	width: 17px;
	height: 17px;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	display: block;
 	float: left;
 	margin: 1px;
 	! important 
 	}

div#alphabet a:hover {	
	background: transparent url(grfx/a-zbutton1.gif) no-repeat;
	color: #000;
	}
	
div#alphabet a.other       {background: none; padding-left:5px;}
div#alphabet a:visited.other {background: none; color:#000;}
div#alphabet a:link.other {background: none; color:#000;}
div#alphabet a:hover.other {background: none; color:#000;}

table .buttons {
	font-size: 10px;
	letter-spacing:0px;
	}

.address {
	width: 45%;
	float: left;
	}
	
.activities
	{
	width: 45%;
	float: right;
	font-size:11px;	
	}

.activities p, .address p { margin:1px; padding:1px; background: transparent;}
.activities p b { padding-top:10px; }
div.listing div.activities ul { margin:0; padding:0; list-style:none;}
div.listing div.activities ul li { 
 		list-style:none;
 		margin: 0;
 		padding: 0;
		padding-left:10px; 
		background: transparent url(grfx/bullet.gif) 0px 4px no-repeat;
		
		}

div.brk { 	clear:both; 
		width: 100%;
		height: 15px;
		background-color: #006699;
	}
	
div.profile { 
	clear:both; 
	border-top: 1px solid #eee;
	font-size:11px;	
	background-color: #006699;
	}	

	
.listing {
	border: 1px solid #fff;
	width: 470px;
	background: transparent url(grfx/listing_bg.gif) 245px 10px no-repeat;
/* 
	border-top:    1px solid #c0c0c0;
	border-right:  1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left:   1px solid #c0c0c0;
*/
	padding: 10px;
	margin-bottom: 20px;
	}

p.searchnav { width: 480px;}
