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

version:	1.1
date:		10/31/09
author:		Clayton Pukitis
email:		clayton at capitolmedia dot com
website:	http://www.kptrace.com
history:	N/A
-----------------------------------------------------------------------------*/


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

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

img {
	border: 0;
}

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

/* 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
-----------------------------------------------------------------------------*/

div#Header {
	display: none;
}

div#Wrapper {
	display: inline;
}

div#Canvas {
}

div#Left{
	width: 285px;
	float: left;
	margin-right: 35px;
	color: #000;
	font-size: 11px;
	_margin: 0px;
}

div#Left p{
	margin: 12px 0;
}

div#Left li{
	list-style-position: outside;
	list-style-type: disk;
	margin: 0;
	padding: 3px 0;
	margin-left: 15px;
	
}

div#Right{
	float: left;
	margin-top: 15px;
	color: #696A6C;
}

div#Footer {
	display: none;
}

div#moreInfo {
	display: none;
}

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

ul#headerNav {
	display: none;
}


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

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}
input[type='text'], input[type='password'], select, textarea {
	height: 25px;
	width: 190px;
	font-size: 14px;
	color: #000;
	padding-top: 4px;
	border: 1px solid #000;
	font-family: Arial, Lucida Sans, Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* Canvas
-----------------------------------------------------------------------------*/
div#siteContainer{
	float: left;
	width: 681px;
}

div#imgContainer{
	float: left;
	margin-right: 20px;
	position: relative;
	top: 42px;
	_float: none;
	_clear: both;
	_top: 0;
	_left: 0;
	_margin: 0;
	_margin-bottom: 20px;
	_margin-left: 45px;
}

div#Wrapper{
	width: 681px;
	padding-bottom: 50px;
	padding-top: 15px;
}

#Banner{
	position: relative;
}

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

.Constrictor{
	width: 606px;
	margin: 0 auto;
	margin-left: 55px;
}

div#Page{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 814px;
}

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

.Spacer{
	height: 10px;
}

div#centerHompage{
	position: relative;
	left: -20px;
}

div#centerHompage div.sIFR_Content h1{
	text-align: center;
	margin: 0 auto;
}

/*Homepage Specific
-----------------------------------------------------------------------------*/
div#homepageText p{
	font-size: 12px;
	color: #696A6C;
	width: 400px;
	margin: auto;
	margin-top: 20px;
	line-height: 16px;
}

div#Search{
	margin: 10px auto;
	width: 389px;
	height: 70px;
	background: #DBDBDB;
	display: block;	
}

div#searchLogo{
	float: left;
}

div#searchBox{
	float: left;
	text-align: center;
	margin: 0 5px;
	margin-top: 17px;
}

div#searchButton{
	float: left;
	margin-top: 17px;
	margin-left: 5px;
}

