/*-----------------------------------------------------------------------------
[client] Print Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

body {
	font-family: Arial,Verdana,Sans-Serif,Lucida Grande,Lucida Sans;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

img {
	border: none;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.DoNotPrint {
	display: none;
}


/* Page Layout
-----------------------------------------------------------------------------*/

#Header {
	display: none;
}

div#Wrapper {
	display: inline;
}

div#Canvas {
}

/* Left Column
-----------------------------------------------------------------------------*/

div.Left, div.Right {
}

div#Left{
	float: left;
	margin-right: 10px;
}

#subLeft ul{
	margin: 10px 0;
	margin-left: 25px;
	list-style: disk inside;
}

#subLeft ul li{
	margin-bottom: 3px;	
}

/* Right Column
-----------------------------------------------------------------------------*/

#Right{
	float: left;
	position: relative;
}

.Title{
	color: #F15F40;
	margin: 5px 0;
	width: 285px;
	font-size: 13px;
}

div.sIFR_Content div h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	width: 350px;
	color: #F15F40;
	font-family: Times New Roman;
}

#subLeft{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 330px;
}

#subRight{
	margin-top: 10px;
	float: left;
}

div#popOut{
	position: absolute;
	margin-top: 25px;
	margin-left: 9px;
	z-index: 100;
}

/* Homepage
-----------------------------------------------------------------------------*/

#homeHeader {
	display: none;
}

#homeWrapper {
	width: 919px;
	background: transparent url(../images/homeWrapper.png) top left repeat-y;
	background: #fff\9;
	position: relative;
	top: -15px;
	top: 0\9;
	height: 500px\9;
	*height: auto;
}

#homeWrapper .Constrictor {
	padding-top: 20px;
	background: #fff\9;
}

.homeWrapper {
	min-height: 450px;
}

#homeLeft{
	float: left;
	margin-right: 35px;
	color: #000;
	font-size: 11px;
	position: relative;
}

#homeRight {
	float: left;
	width: 590px;
	position: relative;
}

#homeFooter {
	display: none;
}

#Promotion {
	margin-left: 18px;
}

#Promotion p{
	width: 130px;
}

#Promotion p a, #Promotion p a:link{
	width: 130px;
	color: #F15F40;
	text-decoration: underline;
}

#Promotion p a:hover{
	width: 130px;
	color: #F15F40;
	text-decoration: none;
}

#homeText {
	color: #386D97;
	line-height: 18px;
	font-family: arial;
	font-size: 11px;
	width: 570px;
}

#logos {
	text-align: right;
	position: relative;
	top: 15px;
	right: 20px;
}

/* Contact
-----------------------------------------------------------------------------*/

.contactWrapper{
	min-height: 470px;
}

#contactMid {
	width: 225px;
	float: left;
	border-left: 1px solid #666;
	min-height: 400px;
	padding-left: 20px;
	margin-left: 50px;
}

#contactRight {
	width: 225px;
	float: left;
	border-left: 1px solid #666;
	min-height: 400px;
	padding-left: 20px;
}

/* News
-----------------------------------------------------------------------------*/

#newsMid {
	width: 295px;
	float: left;
	min-height: 400px;
	margin-right: 5px;
}

#newsRight {
	float: left;
}

#newsRight .Block {
	position: relative;
	top: 140px;
	left: 10px;
	width: 225px;
}

/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	display: none;
}


/* Navigation
-----------------------------------------------------------------------------*/

ul#System {
	display: none;
}

#Primary {
	display: none;
}

#Secondary {
	display: none;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}
