/********************************************/
/* 	Mintz Levin Print Stylesheet			  */
/********************************************/
body {
	background-color: #ffffff; /* #eae8d7 */
	margin: 0 auto;
	padding: 0 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00000;
	text-align: left;
}
table {
	font-size: 11px;
}
img {
	border: 0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #686767;
}

h1 {
	font: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 19px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #566b87;
}
h2 {
	font: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #73869B;
}
h3 {
	color: #73869B;
}
p {
	margin: 0px 0px 15px 0px;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 15px;
	padding: 3px 0px 3px 0px;
}
input {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
}



/**********************/
/* 	HIDDEN STYLES		*/
/**********************/
div#headerSearch,
div#header h1,
div#statsBoxContainer,
div#headlineBoxContainer,
div.footerLinks,
div#leftNav,
div#contentHeaderImage,
div#sidebarNews,
div#rightColumnWrapper,
div#bottomShadow,
div#headerRight,
div#attorneySearch,
h3.attorneySearch,
a.moreLink,
div.hide {
	display: none;
}

/**********************/
/* 	CONTAINERS			*/
/**********************/
div#wrapper {
	width: 100%;
}
div#contentWrapper {
	margin: 0px 0px 5px 0px;
	background-image: none;
}
div#printHeader {
	height: 50px;
	display: block;
}
div#printHeader img {
	height: 26px;
	widows: 207px;
}
div#navigation {
	height: 21px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-color: #98a74a;
}
div#navigation img.print {
	height: 21px;
	float: right;
}
div#navigation ul {
	display: none;
}
div.footerCopyright {
	clear: both;
	display: block;
	margin-top: 20px;
	padding-top: 0px;
	border-top: 1px dashed #777777;
	font-size: 10px;
}
div.footerCopyright p {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;

}
div#footer img {
	display: none;
}

/**********************/
/* 	SEARCH RESULTS			*/
/**********************/
table#searchResults {
	width: 100%;
}
table#searchResults th {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #777777;
	padding: 0px 0px 5px 0px;
	margin-bottom: 8px;
	text-align: left;
}
table#searchResults td {
	color: #000000;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}
table#searchResults th a,
table#searchResults td a {
	color: #000000;
}





