/******************************************************************************
 * 1st Security Bank rules for printing rates page
 ******************************************************************************/


*
{
	color: black;
	position: static;
	float: none;
	padding: 0;
	margin: 0;
}

hr { display: none; }

body
{
	font-family: helvetica, arial, sans-serif;
	background: white;
	font-size: 9pt;
	line-height: 100%;
}

#top, #online, #nav, #secondary, #tooltip,
#top *, #online *, #nav *, #secondary *, #tooltip *
{
	display: none;
}

#branding, #primary, #footer
{	
	width: auto;
	border:0; 
	margin: 0 5%;
	padding: 0;
	float: none;
	background: transparent;
}



#branding h1
{
	font-size: 116%;
	line-height: 116%;
	padding: 1em 0;
	margin: 0 0 2em;
	color: black;
	border-top: 1pt black solid;
	border-bottom: 1pt black solid;
	overflow: inherit;
}

#branding a
{
	text-decoration: none;
	color: black;
}


#primary p
{
	font-size: 80%;
	line-height: 130%;
	margin: 0 0 1em;
}
#primary p.reg
{
	font-size: 100%;
	line-height: 130%;
}

#primary p.reg a
{
	text-decoration: none;
}

p.reg a:after
{
	content: " [URL: www.1stsecurityofwa.com/" attr(href) "]";
}


#primary p a.pdf
{
	text-decoration: none;
	color: black;
	background: none;
}
#primary p a.pdf:after
{
	content: " [" attr(title) " is available at URL: www.1stsecurityofwa.com/" attr(href) "]";
}

span.print { margin-left: 1ex; }

#primary p.begining { display: none; }

#content h1#banner
{
	font-size: 114%;
	line-height: 116%;
	text-align: center;
	text-transform: uppercase;
}
#content h1#banner span
{
	display: none;
}

#primary h2
{
	color: black;
	font-size: 112%;
	line-height: 116%;
	margin: 2em 0 .5em;
	page-break-after: avoid;
}

table
{
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	/*99.9%;*/
	background-color: transparent;
	position: static;
	border-top: .4mm solid black;
	border-left: .4mm solid black;
	margin: 0 auto 1em ;
	page-break-inside: avoid;
	/*
	-moz-box-sizing: border-box !important;
	*/
}

table.head
{	
	margin:0 auto;
	page-break-after: avoid;
}


tr { page-break-after: avoid; }

table tbody tr th.first
{
	background-color: transparent;
	color: black;
}



#equitytables div table
{
	background-color: transparent;
}
#equity table tbody tr th.first
{
	background-color: transparent;
	color: black;
}

thead th
{
	font-size: 80%;
	line-height: 100%;
	text-align: left;
	letter-spacing: 0;
	font-weight: bold;
	background-color: transparent;
	color: black;
	vertical-align: bottom;
	text-transform: uppercase;
}

thead tr th strong
{
	font-size: 1.1em;
	text-transform: uppercase;
}

td, tbody th
{
	vertical-align: top;
}
tbody th
{
	text-align: left;
	color: black;
}
tbody a:link, tbody a:visited, tbody a:hover
{ 
	text-decoration: none; 
	color: black;
}

th, td
{
	padding: .6em .4em;
	border-right: .4mm black solid;
	border-bottom: .4mm black solid;
	background-color: inherit;
}
#primary table tbody tr.odd
{
	background-color: #f0f0f0;
	background-image: none;
}

/**********************************************
 * 24 September 2007
 * Temporarily removed Consumer Loan Rates and 
 * Equity Lines and Loan rates
 **********************************************/

#primary #consumerloanrates, #primary #equity
{
	display: none;
}



#footer
{
	margin-top: 2em;
	border-top: 1pt solid black;
	background:none;
	color: black;
}

#footer p
{
	padding: 0;
	float: none;
	letter-spacing: 0;
	font-size: 70%;
	line-height: 90%;
	margin: 1em 0;
}

#footer p a
{
	color: black;
	text-decoration: none;
}
#footer a:after
{
	content: " [URL: www.1stsecurityofwa.com/" attr(href) "]";
}

#footer p#fdic
{
	float: none;
	background: none;
	text-align: left;
}

acronym
{
	border-bottom: none;
}

#primary p:before
{
	/* KLUDGE: Safari renders the paragraphs with no padding or
	 * margins, even after declaring the properties. The paragraphs
	 * crash into each other and over tables. This adds separation
	 * to the paragraphs. The :before rule isn't read by IE, but is read by
	 * Firefox. The next rule is not read by Safari, so it hides this
	 * kludge. */ 
	content: ".";
	visibility: hidden;
	display: block;
	padding: .5em;
}


#primary p:before
{
	/* HACK: Safari can't read
	 * any rules with "#" after
	 * ";". This rule is read in
	 * Firefox, and maybe Opera.
	 * http://www.ibloomstudios.com/articles/safari_css_hack/ */
	display: none;
	#
}
