/*******************************************************/
/* 
Author: Mark Leppke
Description: Print Stylesheet
Version: 1.0
*/
/*******************************************************/

/* =Global Resets 
**************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 99%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }

/* =Global Page Structure
**************************************************/
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 3em;
	}
#column { width:490px; padding:30px 30px 0px 30px; overflow:hidden; }
	h1 { margin-bottom:25px; } /* Site Logo */
	h2 { 
		margin-bottom:18px;
		text-align:center;
		} /* Main Heading */
.column1 {
	float:left;
	height:100px;
	padding-right:14px;
	padding-top:20px;
	margin: -.8em 0 -1.1em 0;
	}
.column2 {
	float:left;
	background: url(../images/bkgnd_column_divider.gif) left no-repeat;
	height:100px;
	padding-left:16px;
	padding-top:20px;
	margin: -.8em 0 -1.1em 0;
	}
#splash_image {	display: none;}
.panel	{
	width:490px;
	padding: 0 20px 20px 20px; 
	margin: 0 0 0 -15px;
	display: block;
	height:100em;
	position:relative;
	}
	
/* =Global Typography
**************************************************/
h3 { font-size: 1.2em; line-height:1.4; color:#2b85bb; margin-top:1.5em; }
h4 { font-size: 1em; line-height:1.4; color:#747474; }
h5 { font-size: .9em; line-height:1.4; } 
h6 { font-size: 1em; line-height:1.4; }
p { font-size: .9em; margin-bottom:1em; line-height:1.4;   }
a:link { color: #0c2074; }
a:visited { color:#878787; }
a:hover { color: #de162b; }
a:active { color: #de162b; text-decoration:none; }
ul.list  { list-style: disc; margin-left:15px; margin-bottom:.8em;  }
	.list li { font-size:.9em; line-height:1.4;  }
	.list ul { list-style: circle; margin-left:15px; margin-bottom:.8em;
	}
	.list li li { font-size:1em;  }
strong { font-weight: bold;  }
em { font-style:italic;	}
.divider {
	background: url(../images/bkgnd_hr.gif) center top no-repeat;
	height:30px;
	width: 100%;
	margin: 0em 0 -1em 0;
	}

/* =Global Navigation
**************************************************/
/* Primary Navigation */
#personal_button {
	width:229px;
	display:block;
	text-align:center;
	color:#fff;
	background: url(../images/bkgnd_button_personal.gif) center top no-repeat;
	height:64px;
	line-height:1.2;
	padding-top: 12px;
	}
	#personal_button:active {
	text-decoration:none;
	}
#small_business_button {
	width:229px;
	display:block;
	text-align:center;
	color:#fff;
	background: url(../images/bkgnd_button_small_business.gif) center top no-repeat;
	height:64px;
	line-height:1.2;
	padding-top: 12px;
	}
	#small_business_button:active {
	text-decoration:none;
	}
/* Secondary Navigation */
#navigation { 
	display: none;
	}
#home {
	display: none;
	}
	

/* =Footer
**************************************************/
#footer  {
	padding-bottom:14em;
	text-align:left;
	margin-top: 1em;
	margin-left:30px;
	}
	#footer a:link, #footer a:visited, #footer a:hover , #footer a:active {color:#000;}
#footer ul  {margin-bottom:.8em;}
#footer  li {
	color: #000;
	display: inline;
	font-size:.7em;
	line-height:1.5;
	}
/*
Footnotes and Disclaimers ******************************/
sup {
	font-size:.8em;
	vertical-align:super;
	color:inherit;
	line-height:0; /*fixes redering issue with superscript*/
	}
.fdic li {
	border: 1px solid #ccc;
	padding:.4em;
	margin: .2em;
	}
p.p1 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 12.0px Helvetica
	}
span.Apple-tab-span {
	white-space:pre
	}
/* Disclaimer List*/
.disclaimer { border-top:1px solid #a1a1a1;	}
.disclaimer ol  {
	margin-left:8px;
	padding-left:20px;
	font-size:70%;
	line-height:120%;
	color:#666;
	margin-top:1.3em;
	}
	.disclaimer li {
	padding:1px 5px;
	margin: 0 -5px;
	list-style-type:decimal;
	list-style-position:outside;
	background:none;
	line-height:1.5;
	}
	.disclaimer a {color:#666; font-weight: normal; }
	.disclaimer p {color:#666; font-size:inherit; margin-bottom:0px; padding-bottom:.5em;}

