/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

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: 100%;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sup {
	line-height: 0;
}

/*  div {border:1px solid #090;}  */


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background:#006940 url(../images/body-bg.gif) top left repeat-x;
	color: #333;
	margin: 0;
	padding: 0 25px;
	font-size: 9pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#2f57a9;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#2f57a9;
	text-decoration: none;
	}

a.editorLink:link,a.editorLink:visited, a.editorLink:hover, a.editorLink:active { 
	background-color: #fff;	
}  

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 1.8em;
	}
	
h2 {
	color: #2e56ab;
	margin: 0 0 8px 0;
	font-size: 1.4em;
}

h3 {
	color: #2f57a9;
	margin: 0 0 8px 0;
	font-size: 10pt;
}

h4 {
	color: #2f57a9;
	margin: 15px 0 3px 0;
	font-size: 9pt;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #88b9a6;
  	border: 0;
  	color: #88b9a6;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.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 */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	
	}

.page {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	}
.contentWrap {
	background: url(../images/bg_backcontent.gif) top left repeat-y;
	border:4px solid #fff;
	}
#home .contentWrap {
	background-image:none;
	background-color:#f1e3c5;
	border:4px solid #fff;
}
.contentL {
	float: left;
	width: 171px;
	border-right:4px solid #fff;
	
	}
#home .contentL {border-bottom:4px solid #fff;}
.contentR {
	float: right;
	width: 785px;
	background:#fff url(../images/bg_mainNav.gif) repeat-x;
    position:relative;
	left: 0px;
	}

.promoNav {
	float:right;
	position: absolute;
	top: 270px;
	left: 110px;
	clear:both;
	z-index: 9999;
}

.promoNav ul li{ 
	float: left;
	padding-left: 5px;
}

.promoNav ul li a { 
	padding-left: 0px;
	height: 18px;
	width: 18px;
	float: left;
	background: url(../images/home_slide_off.png) no-repeat;
}

.promoNav ul li a.on { 
	background: url(../images/home_slide_on.png) no-repeat;
}	



/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	background:#f9f4e8 url(../images/hdr-bg.gif) top left no-repeat;
	border:4px solid #fff;
	border-bottom:none;
	}
	
.mastL {
	float: left;
	width: 239px;
	}
	
.mastR {
	float: right;
	width: 700px;
	text-align: right;
	color:#2f57a9l
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	
	}
	
.uti ul {
	margin: 0;
	padding: 10px 20px 40px 0;
}

.uti li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size:8.5pt;
	color:#4f8abe;
}

.uti a:link, .uti a:visited {	
	color:#4f8abe;
	text-decoration: none;
	}
	
.uti a:hover, .uti a:active {
	color:#4f8abe;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =SEARCH =AREA */

#silvercloud-container {
	width: 318px;
	height: 39px;
	background: url("../images/have_a_question.png") top left no-repeat;
	text-align: left;
	float:right;
	margin-right:15px;
	padding-left:10px;
	
}

#silvercloud-container .contents {
	padding-top: 8px;
}
#silvercloud-container img, #silvercloud-container input {vertical-align:middle;}
#silvercloud-container .kmAskField {
	border: 1px solid black;
	width: 114px;
	margin-left: 10px;
	color:#666;
}

#silvercloud-container .kmAskButton {
	position: relative;
}

#silvercloud_frame {
	position: relative;
	left: -34px;
}

.social_wrapper {
	position: absolute;
	margin-left: -80px;
	width: 350px;
}
.social {
	margin:0; 
	padding:0; 
	display:inline;
	height:39px;
	}
.social img {vertical-align:top;margin:-3px 0 0 0;}
.searchArea {
	
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 118px;
	margin:0 5px 0 0;
	padding:2px;
	border: 1px solid #2f57a9;
	color:#666;
	}
* html .searchArea input.appfield1 {height:20px;}

.searchBtn {
	
}


/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:100%;
	background-color:#89b9a6;
	color:#fff;
	padding:0 0 0 0;
	font-family: "Trebuchet", Tahoma, Arial;
}

.loginAreaWrapOB {
	width:166px;
	padding:0 5px 0 0;
	background-color:#66a58c;
	}
.loginOB form {padding:0;}
.loginOB {position:relative;}
.loginCol label {
	display:inline;
	font-size:7pt;
	font-weight:bold;
	color:#fff;
}
.loginCol * {
	font-size:8pt; 
	color:#fff;
	}
	
.loginCol input { 
	color: #5A1400;	
}	
	
.loginCol {
	text-align:right;
	margin:0;
	}
.loginCol input.appfield1, .zipcode {
	font-size:8pt;
	width:95px;
	border:1px solid #016636;
	padding:0;
	margin:0 5px 2px 0;
}
* html .loginCol input.appfield1, *html .zipcode {height:25px;}
.zipcode {width:110px;}

.loginAreaWrapMain a:link, .loginAreaWrapMain a:visited {
	text-decoration:none;
	font-size:8pt;
	color:#fff;
}
.loginAreaWrapMain a:hover, .loginAreaWrapMain a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:0 15px 0px 0;
	margin:0 0 0 0;
	text-align:right;
	color:#fff;
	font-family: "Trebuchet MS",Tahoma,Arial;
	font-size:7pt;
	/* line-height:9pt; */
}
.loginOB .loginLinks {
	padding:0 0 0px 4px; 
	text-align:center;
	font-family: "Trebuchet", Tahoma,Arial;
}
.loginLinks ul {
	margin:0; 
	padding:0;
	}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0;
}
.loginForgot {
	text-align:right; 
	width:97%;
}

/* li.firstLi a:link, li.firstLi a:visited {color:#ffc;}
li.firstLi a:active, li.firstLi a:hover {color:#ff6;} */

.btnRight {float:right; margin-right:10px;}

.loginBtn  {width:100%;float:right;margin-right:5px;}

*:first-child+html .loginBtn {width:97%;}

.sectionHeader {float:left;}

.businessBanking, .mobileBanking, 
.locatorWrap, .visaCreditCard, 
.leftColLinks_service {
	padding-left:12px;
	margin-top:10px;
	text-align:right;
	}


/* Locator Search */
.locatorWrap {
	text-align: left;
	position: relative;
	font-size: 7.5pt;
	display:block;
	font-family: "Trebuchet", Tahoma,Arial;
	width:159px;
	height:110px;
	}
.locatorIcon {
	position:absolute;
	top:8px; 
	right:10px; 
	z-index:10;
}

*:first-child+html .locatorIcon  {  
	top: 12px;
	right: 7px;
}

.locator {
	margin: 5px 0 0 0;
	}
	
.locator form {
	padding: 3px 0 0 0;
	}
	
.locator input {
	margin: 2px 0 0 0;
	}
	
.locator label {
	display: block;
	margin: 0;
	padding: 0;
	}


/* Online service center */
.leftColLinks_service {
	background-color:#a2c7b5;
	color:#fff;
	font-size:8pt;
	padding:10px 0 10px 10px;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
.leftColLinks_service h1 {
	color:#225543; 
	font-size:8pt;
	padding:0 0 3px 0;
	}
.leftColLinks_service ul {
	margin:0;
	padding:0;
	}
	
.leftColLinks_service ul li{
	line-height: 14px;
	}	
	
.leftColLinks_service a:link, .leftColLinks_service a:visited,
.leftColLinks_service a:active, .leftColLinks_service a:hover {
	color:#225543; 
	text-decoration:none;
	font-size:7.5pt;
	}
.leftColLinks_service a:active, .leftColLinks_service a:hover {text-decoration:underline;}


/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	width:782px;
	background-color: #5381AC;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	display:block;
	
	}
.pNav a:hover, .pNav a:active {
	text-decoration: none;
	}
.pNav ul {
	margin:0;
	padding:0;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 8px;
	float:left;
	border-right:1px solid #fff;
}
.pNav li.last {border:none;}

/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	
}

.sNav ul {
	margin: 0;
	padding: 0;
}

.sNav li {
	margin: 0;
	padding: 0;
}

.sNav a:link, .sNav a:visited {	
	color:#000;
	text-decoration: none;
	}
	
.sNav a:hover, .sNav a:active {
	color:#000;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	background-color:#f1e3c5;
	font-size:8pt;
	vertical-align:top;
	text-align:left;
	color:#5a1400;

	}
.home table {margin:10px 20px;}	
.home a:link, .home a:visited, 
.home a:active, .home a:hover {
	color:#5a1400; 
	text-decoration:none;
	}
.home a:active, .home a:hover {text-decoration:underline;}
.home td {vertical-align:top;}
.home h1 {
	font-size:8pt; 
	font-weight:bold;
	color:#5a1400;
	margin:0;
	padding:0 0 3px 0;
	}
.home ul {
	margin:0 0 10px 0;
	padding:0;
	}
.home li {
	padding:0 0 2px 12px;
	background: url(../images/li_home.gif) 0 .3em no-repeat;
	line-height: 14px;
}
	
/* --------------------------------------------------------- =PROMOS */

.promo {
	position:relative;
	width:782px;
	height:300px;
}

.smpromo {

}

.prevnext {
	position:absolute;
	top:270px;
	left:110px;

}


.prevnext {
	float:right;
	position: absolute;
	top: 230px;
	right: 20px;
	clear:both
}

.prevnext ul li{ 
	float: left;
	padding-left: 5px;
}

.prevnext ul li a { 
	padding-left: 2px;
	height: 8px;
	width: 8px;
	float: left;
	background: url(../images/promo_dot_off.gif) no-repeat;
}

.prevnext ul li a.on { 
	background: url(../images/promo_dot_on.gif) no-repeat;
}

/* --------------------------------------------------------- =RATES */

.ratesWrap {
	background-color:#c1cd23;
	color:#99a310;
	font:Tahoma, Geneva, sans-serif;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	padding:0;
	width:784px;
}
.ratesWrap table {
	background-color:#c1cd23;
	margin:0;
	padding:0;
}
.ratesWrap a:link, .ratesWrap a:visited, 
.ratesWrap a:active, .ratesWrap a:hover {
	color:#99a310;
	text-decoration:none;
	}
.rateLabel {
	font-size:10pt; 
	font-weight:bold; 
	text-transform:uppercase; 
	font-weight:bold; 
	text-align:center;
	letter-spacing:-1px;
	}
.ratesDate {
	width:240px;
	text-align:center; 
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
.low {
	font-size:8pt; 
	line-height:8pt;
	text-align:center;
	}	
.rate {
	font-size:20pt;
	font-weight:bold;
	}
.percent {font-size:12pt;}
.allRates {
	text-align:right;
	font-size:9pt;
	color:#ebebb9;
	font-family: "Trebuchet MS", Tahoma, Arial;
	padding-right:10px;
	font-weight:bold;
	}
.allRates a:link, .allRates a:visited {color:#ebebb9;}
/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding:30px 30px 30px 30px;
	background-color:#fff;
	}

div.people { /*border: 1px solid;*/
    width: 160px;
    float: left;
    margin: 0 10px 10px 0;
}


.noLeftPadding { 
	padding-left: 0px;
}	
	
.hed {margin:0;padding:0;}	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 20px;
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat .3em .3em; 
}

.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */
	
.footerContainer {
	background-color: #5a1400;
	border:4px solid #fff;
	border-top:none;
	}
* html .footerContainer, * html .footerContainer2 {
	height: 1%;
	}
.footerContainer2 {
	/*background: url(../images/leftColBottom.gif) no-repeat;*/
	min-height: 101px;
	padding: 20px 8px 7px 11px;
	}
.footerLeft {
	width: 380px;
	float: left;
	}
.footerLeft img {
	vertical-align: middle;
	margin-right: 5px;
	}
.footerRight {
	float: right;
	width: 420px;
	color: #c4a68a;
	font-size: 7.5pt;
	text-align: right;
	padding-top: 4px;
	font-family:"Trebuchet MS";
	}
.footerRight div, .footerRight p {
	margin-top: 14px;
	}
.footerRight a:link, .footerRight a:visited {	
	color: #fff;
	text-decoration:none;
	}
.footerRight a:hover, .footerRight a:active {
	text-decoration:underline;
	}
.footerRight li, .footerRight ul {	
	font-size: 7.5pt;
	display: inline;
	margin: 0;
	padding: 0;
	}
.ncua {
	clear: both;
	width: 440px;
	padding-bottom: 10px;
	color: #68c196;
	font-size: 7pt;
	}
.verisign {float:left;}
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

	
.appfield1 {
	border: 1px solid #06743f;
	background: #fff;
}

/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	border: 1px solid #8aabed;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

/*table { width: 100%; } */
table.ratestable { 
	width: 90%;
	border: 1px solid #4E8ABE;
} 

.tableheader {
	background: #4e8abe;
	color: #fff;
	font-weight: bold;
	padding:3px 6px;
	vertical-align:top;
	}
	
th {
	border-bottom: 1px solid #fff;
	background-color:#00352a;
	color:#fff;
	text-align: left;
	font-size:11pt;
	font-weight:bold;
	padding:3px 6px;
	vertical-align:top;
}
	
.tablecontent1 {
	/*border-bottom: 1px solid #fff;*/
	background-color: #a2c7b5;
	padding:3px 6px;
	vertical-align:top;
}
	
.tablecontent2 {
	/*border-bottom: 1px solid #fff;*/
	background-color:#fff;
	padding:3px 6px;
	vertical-align:top;
}

/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#06743f; }
.faqA { color:#2f57a9; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-weight: bold;
	color: #06743f;
	}
	
.required {
	color: #f27f1a;
	}

.editContent {
height: 15px;
line-height: 12px;
}	
	
#ex_dis{
display:none;
/* width:400px; */
width:475px;
padding:10px;
background-color:#FFFFFF;
position:absolute;
top:50px;
left: 150px;
z-index:10000;
margin-top:50px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#8aabed;
margin-left:200px;
overflow: hidden;
}	

#userRegistrationDiv {
display:none;
width:400px;
padding:10px;
background-color:#feb745;
position:absolute;
top:0px;
left: 0px;
z-index:9998;
overflow: hidden;
text-align: left;
}

#userRegistrationDiv a {
	color: #02512b;
}

 #motdLayer {
	position:absolute; 
	z-index:900;
 	width: 400px;
 	overflow:auto;
	filter:alpha(opacity=92); 
	opacity:0.92;
  border: 1px solid #000;
	background-color: #fff; 
	padding: 20px;
	color: #000;
	font: 10pt arial,sans-serif;
	display: none;
}
 #motdLayer a:link, #motdLayer a:visited {
	color: #000;
	text-decoration: none;
}
 #motdLayer a:hover, #motdLayer a:active {
	color: # 000;
	text-decoration: underline;
}

.facebook_like {
	position: relative;
	top: -7px;
	left: 5px;
	text-align: center;
}

/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */
