@charset "utf-8";
/*-----------------------------------------------------------------------------
FNB Soo Print Stylesheet
version:   1.0
author:    D Sanculi
-----------------------------------------------------------------------------*/
/* =Column Widths / Documents Specs
----------------------------------------------- 
Wrapper: 961px
Flash Plug: 321px
Tab Boxes: 630px
Left Column: 231px
Center Column: 572px
Right Column: 158px
-----------------------------------------------*/
/* import special headings
-----------------------------------------------*/
@import "headings.css";

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }
html {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
body {
	background: url(../images/bg_body.png) top left repeat;
	text-align: left;
}
.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

/* Element Specific */
	/* added dl, dt, dd */
h1, h2, h3, h4, h5, p, li, span, label, th, td, input, select, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6d70;
}
span {
	font-size: 11px;
}
/* added custom for dl, dt, dd  */
dt	{
	font-weight:bold;
}
dl, dt, dd {
	font-size: 11px;
	line-height: 1.6em;
}
p {
	font-size: 11px;
	line-height: 1.6em;		
}
a {outline: none;}
h1 {
	width: 348px;
	height: 108px;
	position: absolute;
	top: 0; left: 0;
}
h1 a {
	display: block;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	background: url(../images/logo.png) top left no-repeat;
	font-size: 14px;
}
h2 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #103f75;
}
h3 {
	display: block;
	text-transform: capitalize;
	background: url(../images/tab_bullet.png) top left no-repeat;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #103f75;
}
h4 {
	display: inline;
	font-size: 12px;
	color: #103f75;
}
h5 {
	display: inline;
	font-size: 10px;
	color: #103f75;
}
h6 {
	display: inline;
	font-size: 8px;
	color: #103f75;
}


/* =Containers
---------------------------------------------- */
div#headwrap {
	background: #f5f1eb url(../images/bg_header.png) top left repeat-x;
}	
div#wrapper {
	position: relative;
	width: 961px;
	margin: 0 auto;
	background: transparent url(../images/contentbg.png) repeat-y;
	text-align: left;
}
div#header {
	position: relative;
	margin: 0 auto;
	width: 961px;
	height: 138px;
}
div#login {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}
div#midboxes {
	position: relative;
	margin-top: 27px;
	margin-bottom: 10px;
}
div#midboxes.secondary {
	padding-bottom: 10px;
	background-color: orange;
	background: url(../images/bg_secondary.png) top left repeat-y;
	border-bottom: 1px solid #103f75;
}
div#colgroup {
	background: url(../images/bg_threecol.png) top left repeat-y;
}
div#colone {
	float: left;
	width: 216px;
	padding-left: 15px;
}
div#coltwo {
	float: left;
	width: 520px;
	padding: 54px 26px 26px;	
}
div#colthree {
	float: right;
	width: 128px;
	padding: 0 15px;
}
/* =Header / Footer Contents
---------------------------------------------- */
div#login span {
	display: block;
	color: #4b4b4b;
	line-height: 1.4em;
}
div#login label {
	font-size: 12px;
	color: #4b4b4b;
}
div#login a {
	color: #4b4b4b;
}
div#login dl {
	margin-top: 7px;
}	
div#login dt {
	float: left;
}
div#login dd {
	float: left;
	padding:0 3px;
}
/*renamed style below to accomodate ITI login script
was named 'input#logtext' */
input#accessId {
	width: 114px;
	font: 12px Arial, Helvetica, sans-serif;	
}
div#footer {
	position: relative;
	background: url(../images/fdic.png) bottom right no-repeat;
	width: 961px;
	height: 30px;
	padding-top: 20px;
}
div#footer * {
	font-size: 10px;
	color: #6b6d70;
}
div#footer span {
	display: block;
}

#header ul {
	position: absolute;
	bottom: 0; left: 0;
	width: 665px;
	height: 30px;
	background: url(../images/mainmenu.png) top left no-repeat;
}
#header ul li {
	display: inline;
	position: absolute;
}
#header li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}
span#cbar {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    bottom: 4px; right: 0;
    display: block;
}
span#cbar a, span#cbar a:visited {
    color: #6b6d70;
    padding-left: 15px;
}
/* =Main Nav Menu
---------------------------------------------- */
#header ul li#personal {
	left: 0;
	width: 140px;
}
#header ul li#personal a:hover {
	background: url(../images/mainmenu.png) 0 -30px;
}
#header ul li#personal a#active {
	background: url(../images/mainmenu.png) 0 -60px;
}

#header ul li#commercial {
	left: 151px;
	width: 163px;
}
#header ul li#commercial a:hover {
	background: url(../images/mainmenu.png) -151px -30px;
}
#header ul li#commercial a#active {
	background: url(../images/mainmenu.png) -151px -60px;
}

#header ul li#electronic {
	left: 326px;
	width: 155px;
}
#header ul li#electronic a:hover {
	background: url(../images/mainmenu.png) -326px -30px;
}
#header ul li#electronic a#active {
	background: url(../images/mainmenu.png) -326px -60px;
}

#header ul li#agricultural {
	left: 491px;
	width: 174px;
}
#header ul li#agricultural a:hover {
	background: url(../images/mainmenu.png) -491px -30px;
}
#header ul li#agricultural a#active {
	background: url(../images/mainmenu.png) -491px -60px;
}

/* =middle content box
---------------------------------------------- */
div#flash_plug {
	float: left;
	width: 321px;
	height: 232px;
}
div#midboxes span#tagline {
	display: block; 
	background: url(../images/topcap.png) top left no-repeat; 
	height: 12px; 
	width: 961px; 
	text-indent: -9999px;
}
div#midboxes h2 {
	position: absolute;
	top: 1px;
	left: 258px;	
}
span.subhead {
	display: block;
	margin-left: 22px;
}
span.subhead a {
	font-weight: bold;
	color: #6b6d70;
}

/* =tabs & tab containers
---------------------------------------------- */
ul#tabs {
	float: right;
	width: 630px;
	height: 26px;
}
ul.tone {
	background: url(../images/bg_tabs.png) bottom left no-repeat;
}
ul.ttwo {
	background: url(../images/bg_tabs.png) 0 -26px;	
}
ul.tthree {
	background: url(../images/bg_tabs.png) 0 0;	
}
ul#tabs a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #6b6d70; /* inactive should be #6b6d70 */
}
ul#tabs li a.tabon {
	color: #034074;
}
ul#tabs li {
	padding-top: 6px;
	height: 20px;
	display: block;
	float: left;	
}
ul#tabs li a {
	text-align: center;
	display: block;
	height: 100%;
}
ul#tabs li#tab_one {
	width: 211px;
}
ul#tabs li#tab_two {
	width: 213px;
}
ul#tabs li#tab_three {
	width: 206px;
}
/* tab containers */
div.tab_box {
	position: relative;
	float: right;
	padding: 20px;
	width: 590px;
	height: 166px;
	background: url(../images/bg_tabbox.png) top left no-repeat;
}
div.tab_box img {
	margin-top: 10px;
	float: right;
}
div#tbox1 {
	display: block;
}
div#tbox2, div#tbox3 {
	display: none;
}

/* =lower promo box
---------------------------------------------- */
div#lpb {
	width: 959px;
	padding: 15px 0;
	border: 1px solid #015289;
	background: #fff;	
}
div#lpb div#innerlpb {
	background: url(../images/bg_lpb.png)
}
div#lpb img {
	float: left;
	padding-right: 20px;
}
div#lpb span, div#lpb a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #103f75;
}
div#lpb div div {
	float: left;
	padding: 0 15px;
}
div#promo_one, div#promo_two {
	width: 201px;
}
div#newsfeed {
	width: 309px;
}
div#newsfeed p {
	background: url(../images/bottomdash.png) bottom left repeat-x;
	padding: 5px 0;
}
div#weatherbug {
	width: 125px;
}

/* =secondary nav / leftside menu
---------------------------------------------- */
div#colone ul {
	padding: 38px 0;	
}
div#colone ul li {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	margin-bottom: 10px;
}
div#colone ul li a {
	color: #103f75;
	text-decoration: none;
	line-height: 1em;
}
div#colone ul li a:hover {
	color: #00681e;
}
div#colone ul li#nowon a {
	color: #00681e;
	text-decoration: underline;
}

/* =secondary main (middle) content area
---------------------------------------------- */
div#coltwo p {
	margin-bottom: 20px;
}
div#coltwo ul, div#coltwo ol {
	margin: 20px 15px;
}
div#coltwo ul {
	list-style-type: disc;
}
div#coltwo ol {
	list-style-type: upper-roman;
	margin-left: 28px;
}
div#coltwo ol li ol {
	margin: 0 18px;
	list-style-type: lower-alpha;
}
div#coltwo ol li ol li {
	line-height: 1.4em;
}
div#coltwo li {
	font-size: 11px;
	line-height: 1.6em;
}
/* used for generic tables, if you have problems plugging in the template remove these table styles */
div#coltwo table {
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
	border: 1px solid #6b6d70;
}
div#coltwo table th, div#coltwo table td {
	padding: 4px;
}
div#coltwo table th {
	background-color: #103f75;
	color: #eee;
	font-weight: bold;
}
div#coltwo table tr.even td {
	background-color: #eee;
}
div#coltwo table tr.odd td {
	background-color: #fff;
}
/* end of intentional table styles */
div#coltwo table.form_holder th {
	text-align: center;
	background-color: #00681e;
}
table.form_holder label {
	color: #103f75;
}
div#coltwo input, select {
	border: 1px solid #666;
	width: 180px;
	font: 12px Arial, Helvetica, sans-serif;
}
div#coltwo input {padding: 1px 0;}
div#coltwo input.submit_button {
	width: auto;
	padding: 0 3px;
}
div#coltwo input.radio {
	width: auto;
	border: none;
}
div#coltwo p a {
	color: #103f75;
	text-decoration: underline;
}
div#coltwo p a:hover {
	color: #00681e;
}
div#coltwo strong {
	font-weight: bold;
}
div#coltwo address span {
	display: block;
}
div#coltwo address span.tn {
	font-weight: bold;
}
/* cd special */
div#cdspec {
	font-family: Arial, Helvetica, sans-serif;
	width:520px;
	height:75px;
	padding: 10px;
	margin-bottom:20px;
	clear:both;
	background: url(../images/bg_cdspec.png) bottom left no-repeat;
}
div#cdspec .name {
	color:#fff;
	width:100px;
	font-size:12px;
	font-weight:bold;
	text-align:center;	
	float:left;
	padding-top:30px;
	padding-right:25px;
}
div#cdspec .apy {	
	color:#005288;
	font-size:60px;
	font-weight:bold;
	padding-right:70px;
	float:left;
}
div#cdspec .fp {
	width:200px;
	float:left;
	padding-top:10px;
	color:#6b6d70;
	font-size:10px;	
}


/* =secondary page rightside plugs
---------------------------------------------- */
div#colthree div.plug {
padding: 10px 0;
background: url(../images/bg_plugs.png) bottom left no-repeat;
}
div.plug a, div.plug a:visited {
display: block;
text-decoration: none;
}
div.plug a h4, div.plug a:visited h4 {
color: #00681e;
text-decoration: underline;
}
div.plug a img, div.plug a:visited img {
margin-top: 5px;
border: 1px solid #103f75;
}
/* shut off background images on the last item of a list */
div#newsfeed p.last_item, div#colthree div.plug.last_item  {
background: none;
}div#location {
	position: absolute;
	top: 85px;
	right: 0;
	text-align: right;
}
