/* 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: center; 
}

p, ol, ul, li, td, tr {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	font-size:12px;
}

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;
}

#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;
}
