/* ~~~~~~~~~~~~~~~~~~~~ STRUCTURE ~~~~~~~~~~~~~~~~~~~~ */
* {
	padding:0;
	margin:0;
}
body { 
	font-size: 10pt;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;	
	color: #333;
}
#footer:after {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."; }
#logo {
	width: auto;
}
#mainimage {
	display: none;
}
#navigation {
	display: none;
}
#content {
	width: auto;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 1%;
}
 /* End hide from IE5/mac */
#footer {
	border-top: 2px solid #363;
	margin: 10px 0 0;
}
.clear {
	clear: both;
}
/* ~~~~~~~~~~~~~~~~~~~~ FONTS, LINKS ~~~~~~~~~~~~~~~~~~~~ */
h1 a {
	text-decoration: none;
}	
h1 a:hover {
	text-decoration: none;
}
h1	{
	font-size: 22pt;
	border-bottom: 1px solid #900;	
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #336;
	margin: 5px 0 10px;
}
#newsbox h2 {
	color: #900;
	font-size: 1.4em;
	margin: 0 0 6px;
	padding: 0 0 6px;
	border-bottom: 1px solid #900;	
}
h3, legend {
	font-size: 12pt;
	font-weight: normal;	
	color: #336;
	margin: 0 0 10px;
}
p {
	margin: 0 0 10px;
	line-height: 150%;
}
#logo p {
	display: none;
}
#content ul, #content ol {
	margin: 0 0 10px 30px;
}
address {
	font-style: normal;
	margin: 10px 0 5px;
}
a:link, a:visited {
	color: #900;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #360;
}
dl {
	margin: 0 0 6px;
}
dt {
	font-weight: bold;
	font-size: 1.1em;
	color: #336;
	margin: 0 0 6px;
}
dt img {
	float: left;
	padding: 0 5px 0 0;
}
dt span {
	float: right;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}
dd {
	margin: 0 0 0 50px;
	border: 1px solid #fff;
}
dd img {
	float: left;
	padding: 0 5px 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~ HOMEPAGE NEWS ~~~~~~~~~~~~~~~~~~~~ */
#news {
	border: 1px solid #999;
	border-width: 0px 1px 0px 1px;
	width: 180px;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
}
#newsbox {
	padding: 5px;
	width: auto;
	background: #fff;
	border: 1px solid #e8e8e8;	
}
#newsbox dl {
	margin: 0;
}
#newsbox dd {
	margin: 6px 0 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~ */
#footer ul {
	display: none;
}
#footer p {
	margin: 0 0 5px;	
}
#footer a:link, #footer a:visited {
	color: #360;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #900;
}
/* ~~~~~~~~~~~~~~~~~~~~ ENQUIRY FORM ~~~~~~~~~~~~~~~~~~~~ */
#marginform fieldset
{
	display: block;
	border: 0 solid #ffffff;
	border-top: 1px solid #333;
	padding: 0 0 0 10px;
}
#marginform input, #marginform textarea
{
	position: relative;
	top: -14px;
	left: 125px;
	display: block;
}
#marginform input.submit
{
	margin: 15px;
}
#marginform label
{
	float: left;
	display: block;
	width: 90%;
	margin-top: -10px;
	margin-left: 3px;
	cursor: pointer;
	cursor: hand;
}
#marginform label.first
{
	margin-top: 10px;
}
#marginform select
{
	position: relative;
	top: -1.4em;
	left: 125px;
	display: block;
}
fieldset input, fieldset textarea {
	border: 1px solid #7f9db9;
}
fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
	border: 1px solid #ff0000;
	background: #ffffcc;
}
#errorbox p {
	color: #c30;	
	font-weight: bold;
}
#marginform .thisferror {
	color: #c30;
	font-weight: bold;
}
legend  {
	margin: 0;
}