ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


#listerList ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#youAreHere {
	font-family:arial, sans-serif;
	font-size:90%;
	background:url('../_site_pixel/left_column_grey_bkg.gif') repeat-y top right #ccc;
	padding:10px 20px;
}


/*SPECIFIC LEVEL PAGES*/
#topPage ul li {
	margin-bottom:.8em;
}
#stateIndexPage ul li {
	margin-bottom:.3em;
}
#stateIndexPage #twoColumnBase {
	padding:0 25px;
}
#stateIndexPage #twoColumnBase td {
	padding:1em 0;
}
#stateIndexPage #twoColumnBase ul u {
	text-decoration:none;
	color:#999;
}
#stateIndexPage #twoColumnBase td.a ul {
	margin-left:3ex;
}


/* LISTING PAGE */
.listingItem {
	margin:1em 20px 2em;
}
.listingItem .header {
	width:100%;
	margin:.4em 0;
}
.listingItem .header tr {
}
.listingItem .header td {
	padding:3px 5px;
	border-bottom:1px solid #ccc;
}
.listingItem .header .col2 {
	text-align:right;
	font-weight:bold;
	font-size:110%;
}
.listingItem .fields td {
	padding:4px;
}
.listingItem .phone {
	font-family:verdana, sans-serif;
	font-size:80%;
}
.listingItem h3 {
	display:inline;
	font-weight:bold;
	margin:0;
}
.listingItem .l {/* FIELD LABEL*/
	font-family:verdana, sans-serif;
	font-size:80%;
	width:22ex;
	color:#666;
	text-align:right;
}
.listingItem .f {/* FIELD DATA */
}
.listingItem a {
	text-decoration:none;
}
.listingItem a:hover {
	text-decoration:underline;
}
