/* ------------------------------------------------------------

  	* Worksoft
  	* Coded by Bruce Clark of Imulus

  	print.css
  	- Print based styling and layout

------------------------------------------------------------ */

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 10pt/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body { 
	color: #000;
	background: none;
}

#header { 
	position: relative;
	width: 100%;
	background: none;
}

#upper { 
	float: left;
	width: 19%;
}

#navigation { 
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

#content { 
	position: relative;
	width: 75.9%;
	float: right;
	padding-left: 1.5%;
	margin-left: 1.5%;
	border-left: 1px solid #ccc;
	background: none;
	font-size: 9pt;
}

#footer { 
	clear: both;
	position: relative;
	font-size: .9em;
	width: 100%;
	border-top: 1pt solid #ccc;
	padding: 6pt 0 0 0;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font: 1.4em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: none;
	color: #000;
	padding-bottom: 6pt;
}

h1 { 
	font-size: 14pt;
	color: #000;
}

h2 { 
	font-size: 13pt;
	color: #d17b44;
}

h3, h4 { 
	font-size: 12pt;
	color: #004c70;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	padding-top: 1em;
}

input { 
	font: 9pt/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: none;
	width: auto !important;
}

select { 
	font: 9pt/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 0;
	border: 1px solid #ccc;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #777;
}

#content a:link,
#content a:visited {
	background: none;
	font-weight: 700;
	text-decoration: none;
	color: #777;
}

#content a:link:after,
#content a:visited:after {
	content:" (" attr(href) ")";
	display: inline;
	font-size: .8em;
	font-weight: normal;
	text-decoration: underline !important;
	font-style: italic;
}

#content p.grid a:link:after,
#content p.grid a:visited:after {
	display: none;
}

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* ----------| =Forms |---------- */ 

.forms p { 
	position: relative;
	padding: 0 0 15px 150px;
	width: 425px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	color: #666 !important;
	font-size: .9em;
	background: none;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;	padding: 2px;
	width: 300px;
	background: none;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.complete { 
	border: 1px solid #fff;
	background: none;
	width: auto;
	height: auto;
	color: #fff;
	padding: 3px 10px;
}

.forms p textarea { 
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;	border: 1px solid #ccc;
	width: 300px;
	padding: 2px;
	border: 1px solid #dcceb8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	padding: 0;
}

.forms p span.radcheck input { 
	border: 0;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: -10%;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;	width: 306px;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header/Navigation |---------- */ 

#navigation strong { 
	position: relative;
	display: block;
	background: none;
	font-weight: bold;
	font: 18pt "Helvetica Neue", Arial, Helvetica, Sans-serif;	
	padding: 0 0 5pt 0;
	color: #000;
}

#navigation strong em { 
	padding-left: 7pt;
	font-size: 11pt;
}

#navigation strong a { 
	text-decoration: none;
}

#header p { 
	display: none;
}

	/* ----------| =Navigation |---------- */ 

#navigation ul { 
	position: relative;
}

#navigation ul li { 
	display: block;
	padding: 0 0 7pt 0;
}

#navigation ul li a { 
	text-decoration: none;
	color: #000;
}

#navigation ul li#active a { 
	font-weight: bold;
}

#navigation ul li#active ul li a {
	font-weight: normal;
}

#navigation ul li#active ul li.active a {
	font-weight: bold;
	text-decoration: underline;
}

#navigation ul li ul li {
	padding-left: 10pt; 
	padding-bottom: 0;
	font-size: 9pt;
}

	/* ----------| =Content |---------- */ 

#content .grid { 
	position: relative;
	float: left;
	width: 30%;
	padding: 1.25%;
}

#content .grid a.button { 
	display: block;
	padding: 5pt 0 0 0;
	font-weight: bold;
}

	/* ----------| =Main Content Area |---------- */ 

#content .title {
	display: none;
}

.home #upper #intro { 
	position: absolute;
	top: 0;
	left: 17%;
}

#content #main { 
	width: 71%;
	margin-right: 1.4%;
	padding-right: 2.4%;
	border-right: 1pt solid #ccc;
}

#content #main ul,
#content .sub-section ul, 
#content #main ol,
#content .sub-section ol { 
	padding: 0 0 1em 0;
}

#content #main ul li, 
#content #secondary-col ul li { 
	list-style: disc;
	padding: 0 0 5px 0;
	margin-left: 30px;
}

#content #main table { 
	margin: 0 0 1em 0;
	border-collapse: collapse;
}

#content #main table tr th { 
	padding: 6px 10px;
	text-align: left;
	border: 1px solid #999;
	color: #000;
	background: none;
}

#content #main table tr td {  
	background: none;
	border: 1px solid #999;
	padding: 6px 10px;
}

#content #main table tr.even td { 
	background: #eee;
}

	/* ----------| =Sub Content Area |---------- */ 

#content #sidebar { 
	position: relative;
	float: right;
	width: 25%;
}

#content #sidebar .banner {
	padding-bottom: .5em;
	margin-bottom: 1em;
}

	/* ----------| =Footer |---------- */ 

#footer p span { 
	display: block;
}

#footer p.last {
	display: block;
}

#footer p.last a {
	display: inline;
	padding-left: 2em;
}

#footer p {
	padding: 1pt 0 2pt;
}

#footer p a { 
	display: none;
}










