/* --------------------------------------------------------------

	Blueprint CSS Framework Print Styles

	Redesigned by MontgomeryStudios.com

-------------------------------------------------------------- */

body {
	background: none;
	color: #000;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}
a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	}
	a:link:after, a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
		}
	a[href^="/"]:after, a[href^="http://csclawfirm.com"]:after, a[href^="http://www.csclawfirm.com"]:after {
		content: "";
		}
blockquote {
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}
code { font: .9em Consolas, "Courier New", Monaco, Courier, monospace; }
h1 { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", "Lucida Grande", Arial, sans-serif; }
hr {
	background: #ccc;
	border: none;
	color: #ccc;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	width: 100%;
}
img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	}
	a img { border: none; }
.container {
  background: none;
}
#content { clear: left; }
#accessibility, #search, #nav, #nav_footer, form { display: none; }