/*
-----------------------------------------------
reecelegalsearch.com
Stylesheet: Print.css
Author:   Ben Glassman
Created: Apr 20 2007
----------------------------------------------- */

@import url(content.css);

#navigation, #footer ul, #accessibility, #home_illustration {
	display: none;
}

#tagline {
	font-size: 14pt;
	font-style: italic;
	font-family: 'Times', 'Times New Roman', serif;
	position: absolute;
	top: 50px;
	left: 35%;
}

#masthead {
	border-bottom: 1px solid #377999;
	margin-bottom: 1.8em;
}

#footer {
	border-top: 1px solid #377999;
	margin-top: 0.9em;
	padding-top: 0.9em;
}

#headlines li { padding: 0; }

body {
	font-size: 10pt;
	position: relative;
}

body, #container, #content {
	background: #FFF;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

a:link, a:visited {
	color: #377999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}