/* 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: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	background:#fff;
	text-align: left; 
}
a {color:#6F6251;}
p, ol, ul, li, td, tr {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	font-size:14px;
}

h1 {
	font-size: 18px;
}


#logo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	position: relative;
}

#photo {
	display:none;
}

#content {
	background:  #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}

#body	{
	padding: 0px;
	font-size: 12px;	
}

#footer {
	display:none;
}

#menu, #leftnav, #rightnav, h2.quote, #search-header, #subnav, #mainlinks, #right {
	display:none;
}
#logo img {border:0;}
#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;
}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}