/* PRINT CSS
	 Style sheet for when page are printed
	 You may want to consider, setting display to none for navigational elements, and adjusting content areas for sheets of paper.
	 This syle sheet is a copy of the other, but would need to be customized.
*/

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	text-align: center; 
}

p, ol, ul, li, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size: 18px;
}


#logo {
	display: none;
}

#photo {
	display:none;
}

#content {
	background:  #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 69.5%;
	text-align: left;
	float: right;
}



#body	{
	padding: 0px;
	font-size: 12px;	
}

#footer {
	display:none;
}

#topnav {
	display:none;
}

#submenu, #practices, #offices, #attorneys, #feed {
	display:none;
}

#attorney-offices{
	float: right;
	margin: 10px;
	padding: 10px;
	border: solid 1px #CCC;
	width: 200px;
}

#attorney-practices{
	float: right;
	margin: 10px;
	padding: 10px;
	border: solid 1px #CCC;
	width: 200px;
	clear: right;
}
.formselect{
	display:none;
}

.formbutton{
	display:none;
}

#search{
	padding: 10px;
}

#options{
	display:none;
}

.formwidth{
	display:none;
}

#menu {
	display:none;
}

h1 { font-size: 17px; }
h2 { font-size: 14px; }


#sidebar { float: left; width: 30%; text-align: left; }
#att-sub h3 { margin-bottom: 3px; font-size: 14px; }
#att-sub ul { margin-bottom: 0; padding-bottom: 0;}

#topnav { display: none; }
#searchtop { display: none; }
#sub_footer { display: none; }
#print-area { display: none; }
.att-headingbar { display: none;}
.attphoto { position: relative; width: 95%;}

.attorneys-listing { margin: 0; padding: 0 !important;}
#body .attorneys-listing li h2 { padding-bottom: 2px; }
.attorneys-listing li {
	list-style-type: none;
	height: 120px;
	width: 49.4%;
	float: left;
	border-bottom: 1px solid #b2b5b8;
	background: none !important;
	padding: 0 !important;
}
.attorneys-listing li p {
	color: #515151;
	font-size: 12px;
	margin: 0;
}
#body .attorneys-listing li p a { color: #515151; }
#body .paralegals li p a { color: #2C5777; }
#body .attorneys-listing li img { float: left; border: 2px solid #000000; margin-top: 8px; margin-right: 8px;  }

em.standout {
font-size:14px;
font-style:normal;
font-weight:bold;
}

