/* CSS Document for Print */

/***********************************
 Defaults
***********************************/


body {
	padding:0;
	margin: 0;
	background-color: #fff;
	font: 11pt Times New Roman, Times, serif;
	background-image: none !important;
}

#container {
	text-align:left;
}

a {
	color:#000;
	text-decoration: underline;
}

small {
	font-size: 9pt;
}


/***********************************
 Header
***********************************/

#printheader {
	height: 140px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
}

#handheldheader {
	display: none;
}

#header {
	display: none;
}



/***********************************
 Global Navigation 
***********************************/

#middle {
	display: none;
}


/***********************************
 Left Column
***********************************/

#col1container {
	display: none;
}

.leftcolfooter {
	display: none;
}


/***********************************
 Right Column
***********************************/

.col2hdr {
	display: none;
}

#col2container {

	width:90%;
}

#col2rightcolumn  {
	margin: 0px 0px 5px 10px;
	padding: 10px 15px 10px 20px;
	width: 165px;
	float: right;
}

.clearer {
	display: none;
}


/***********************************
 Related Navigation 
***********************************/

.relatednav {		/* right side border block with bullet list  */
	display: none;
}


/***********************************
 Footer
***********************************/

#footer {
	font-size:9pt;
	padding: 10px 0px 0px 0px;
}

#footerbot {
	display: none;
}



/***********************************
 Headers
***********************************/

h1 {		/* for section titles or main headlines */
	font-size:14pt;
	font-weight:bold;
	padding:0 0 2px 0;
	border-bottom:1px solid #ccc;
	margin:7px 0 20px 0;
}

h2 {		/* for subheadlines used for content sections */
	font-size:12pt;
	margin:20px 0 5px 0;
	padding:10px 0 0 0;
}

h3 {		/* for News headlines in lisings */
	font-size:11pt;
	margin:20px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

h4 {	/* large without bottom border */
	font-size:12pt;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	margin:0 0 3px 0;
}

h5 {		/* for bold copy at a small font size*/
	font-size:9pt;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}

h6 {		/* 1px bottom-border */
	font-size:9pt;
	font-weight: bold;
	padding:0 0 2px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 5px 0;
}


/***********************************
 Forms
***********************************/

fieldset {
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

legend {
	color: #333;
	font-weight: bold;
	font-size: 11pt;
	padding: 10px;
}

input, select {
	padding: 2px;
	margin: 0 0 2px 0;
	width: 200px;
	font-size: 10pt;
}

textarea {
	padding: 2px;
	margin: 0 0 2px 0;
	font-size: 10pt;
	overflow:auto;
	width: 200px;
	height: 100px;
}

.largeinput {
	width: 270px;
}

.medinput {
	width: 100px;
}

.smallinput {
	width: 50px;
}

.stateinput {
	width: 30px;
}

.button {
	font-size: 10pt;
	width: 60px;
}

.buttonbig {			/* adds room for longer button titles for employment site */
	padding: 1px;
	font-size: 10px;
	width: 100px;
}

.check {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	float: left;
}

label {
	float: left;
    width: 125px;
    padding: 0 10px 0 9px;
    text-align: left;
}

.rightlabel {
	width: auto;
	padding: 0 0 0 4px;
}

.required {				/* adds star to input labels */
	background: url(/images/astr.gif) no-repeat -1px 4px;
}

.required2 {			/* adds star to input labels with more indention */
	background: url(/images/astr.gif) no-repeat -1px 4px;
	padding-left: 10px;
}

.inputwrapper {			/* wraps an input and label */
	clear: left;
	padding: 10px 0 10px 0;
}

.formindent {			/* indents a form's right column */
	padding: 0 0 0 145px;
}

.formindentsmall {		/* indents a form's right column slightly for check boxes */
	padding: 0 0 0 23px;
	clear: left;
}


/***********************************
 Custom Fonts
***********************************/

.togglebox {
	position: relative;
	visibility: hidden;
	display: none;
}

.alert {
	color: #f00;
}


/***********************************
 Custom Images
***********************************/

.bordered {		/* for the images with border  */
	border-top:1px solid #ccc;
	border-bottom:2px solid #999;
	border-left:1px solid #ccc;
	border-right:2px solid #999;
	padding:5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	float: none;
}

.borderedright {		/* for the images with border  */
	border-top:1px solid #ccc;
	border-bottom:2px solid #999;
	border-left:1px solid #ccc;
	border-right:2px solid #999;
	padding:5px 5px 5px 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.borderedleft {		/* for the images with border  */
	border-top:1px solid #ccc;
	border-bottom:2px solid #999;
	border-left:1px solid #ccc;
	border-right:2px solid #999;
	padding:5px 5px 5px 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.imgright {		/* for images ialigned right right without a border  */
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.imgleft {		/* for images ialigned right left without a border  */
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}
