﻿/*
-------------------------------------------------------
Show Data Systems
Home Print Stylesheet
22nd August 2005
-------------------------------------------------------
*/
* {
	padding:0;
	margin:0;
}
body {
	color: #000;
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-size: 10pt;
}
#footer:after {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."; }
#content {
	width: auto;
}
#container {
	width: auto;
}
#leftcontent {
	display: inline;
}
h1	{
	font-size: 22pt;	
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	margin: 5px 0 10px;
}
h3 {
	font-size: 14pt;
	font-weight: normal;	
	color: #028C53;
	margin: 10px 0;
}
#footer p {
	display: none;
}
ul.nav { display: none; }
address {
	font-style: normal;
	font-size: 10pt;
	color: #ccc;
	line-height: 130%;
	margin-top: 20px;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	text-decoration: none;	
}
h3 a:link, h3 a:visited {
	color: #01874A;
	text-decoration: none;	
}
h3 a:active, h3 a:hover {
	color: #ff9900;
	text-decoration: none;
}
#footer address a {
	color: #ccc;
}
a:link, a:visited {
	color: #01874A;
	text-decoration: underline;	
}
a:active, a:hover {
	color: #666666;
	text-decoration: none;
}
#header img { display:: none;}
img {
	display: block;
	border: 0;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.error {
	color: #c33;
}
.items {
	width: 265px; 
	margin: 0 10px 13px 0;
	padding: 0; 
	float: left;
}
* html .items {
	margin: 0 10px 20px 0;
}
img.map {
	border: 1px solid #01874A;
	float: left;
	margin-right: 10px;
}
.mapping {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
.fleft {
	float: left;
	border: 1px solid #01874A;
	margin-right: 15px;
}
.fright {
	float: right;
	border: 1px solid #01874A;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.none {
	display: none;
}