body {
	background: white;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
body * {
	position: static;
	overflow: visible;
}
#header {
	margin: 0 1% 0 1%;
	display: block;
	border-bottom: 1px solid black;
}
#header .top-nav {
	display: none;
}
#header #main-logo {
	display: none;
}
#header #main-logo-print {
	display: block;
	margin: 0.5em 0 0 0;
}
#sticky-nav-bar {
	display: none;
}
#main-navigation {
	display: none;
}
#flash #logo_link,
#flash #token{
	display: none;
}
#page-content #sidebar {
	display: none;
}
#page-content #container {
	width: 100%;
}
#page-content #breadcrumbs {
	display: none;
}
#page-content {
	background: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
#page-content #main {
	float: none !important;
	color: black;
	margin: 0 1%;
	padding: 0;
}
* a:link,
* a:visited {
	color: #520;
	text-decoration: none;
}
* a:link:after,
* a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	color: #520;
	text-decoration: none;
}
* a[href^="/"]:after {
	content: " ( http://www.lortondata.com" attr(href) ") ";
	text-decoration: none;
}
* a[href^="mailto:"]:after,
* a[href^="javascript:"]:after {
	content: "";
	text-decoration: none;
}

#content-bottom {
	display: none;
}
#footer-container {
	background: transparent;
	margin: 0 1%;
	position: relative;
	border-top: 1px solid black;
	display: block;
}
#footer #footer-nav,
#footer #footer-information{
	display: none;
}
#footer #footer-logo {
	display: none;
}
#footer-logo-print {
	display: block;
}
#footer #footer-contact {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}
#highlights {
	clear: both;
	overflow: visible;
	margin: 0 1%;
	padding-bottom: 0.5em;
	display: inline;
	float: none !important;
	width: auto;
	page-break-inside: avoid;
}
#highlights .right,
#highlights .centerpiece {
	display: none;
}
#rotary {
	overflow: visible;
	margin: 0 1%;
	float: none;
	display: inline;
	position: static;
}
#rotary .wrapper {
	overflow: auto;
	float: none;
	display: inline;
	clear: both;
	width: auto;
	height: auto;
}
#rotary .inner {
	display:inline;
	overflow: visible;
	width: auto;
	float: none !important;

}
#rotary .inner a.highlight {
	float: none;
	display: inline-block;
	position: relative;
	page-break-inside: avoid;

}
#rotary .inner a.highlight:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	color: #520;
	text-decoration: none;
	margin: 0 0 0 85px;
}
#rotary .inner a.highlight[href^="/"]:after {
	content: " ( http://www.lortondata.com" attr(href) ") ";
	margin: 0 0 0 85px;
}
#rotary .inner a.highlight h2 {
	margin: 0.5em 0 0 0;
	font-size: auto;
}
#rotary .inner a.highlight .icon{
	display:block;
	position: absolute;
	left: 0px;
	top: 20px;
	text-decoration: none;
}
#rotary .inner a.highlight .content{
	margin-left: 85px;
	display: block;
	text-decoration: none;
}
tr, td {
	page-break-inside: avoid;
}
.lorton-staff-bio {
	display: inline-block;
	width: auto;
	float: none;
	page-break-inside: avoid;
}
.lorton-staff-bio h3,
.lorton-staff-bio .bio-text{
	display: block;
	width: 100%;
	float: none;
	margin-left: 140px;
}
.lorton-staff-bio img {
	float: left;
	margin-right: 0.25em;
}
.clear {
	clear: both;
}