/* CSS Document attorneys.css - for attorney page list*/

#attorneys {
	color: #004371;
}
#attorneys ul {
	list-style: none;
	padding: 10px 20px;
}
#attorneys ul li {
	background: #EBE9E2;
	margin: 2px 30px;
	padding: 10px;
	border-right: 1px solid #99906F;
	border-bottom: 1px solid #99906F;
}
#attorneys li img {
	margin: 1em;
}
#attorneys ul ul {
	font-size: 85%;
	margin-left: 340px;

}
#attorneys ul ul li {
	padding: 0px;
	margin: 0px;
	border-style: none;
}
#attorneys ul ul li.paheader {
	color: #660000;
	margin-bottom: 1em;
	font-size: 110%;
	list-style: none;  /*  to set the first LI to no bullet */
}
#attorneys ul ul.squarebullet {
	list-style: square;
}
