/* 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;
}

/*    
div {border:1px solid #090;}
*/
/* --------------------------------------------------------- =BASE =STYLES */

body {
	background:url(../images/bg.gif) repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#002c76;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#002c76;
	text-decoration: none;
	}

h1 {
	margin: 0 0 10px 0;
	padding: 30px 0 0 35px;
	color: #0055a3;
	font-size: 1.8em;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	}
	
.content h1 { /* For legacy content that had h1's in it */
	color: #a22537;
	font-weight: bold;
	margin: 0 0 8px 0;
	font-size: 1.2em;
	padding: 0px 0 0 0px;	
}	
	
h2{
	color: #a22537;
	margin: 0 0 12px 0;
	font-size: 1.2em;
}

h3 {
	color: #78a2c7;
	margin: 10px 0 6px 0;
	font-size: 1.1em;
}

h4 {
	color: #000;
	margin: 0 0 4px 0;
	font-size: 1em;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #000;
  	border: 0;
  	color: #000;
  	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: 960px;
	margin: 0 auto;
	text-align: left;
	}

#home .contentL {
	float: left;
	width: 256px;
	display:inline;
	margin:20px 0 0 34px;
}
#home .contentR {
	float: right;
	width: 647px;
	padding:0 0 15px 0;
}

#back .contentL {
	float: left;
	width: 256px;
	display:inline;
	margin:20px 0 0 34px;
}
#back .contentR {
	float: left;
	width: 629px;
	padding:0 0 15px 0;
	background:#fff url(../images/content_bg_back.gif) no-repeat;
	margin:17px 0 0 14px;
	display:inline;
}



/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	height:102px;
	}
	
.mastL {
	float: left;
	width: 297px;
	height:102px;
	}
	
.mastR {
	float: right;
	width: 600px;
	text-align: right;
	position:relative;
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	position:absolute;
	top:15px;
	right:20px;
	color:#78a2c7;
	font-size:9pt;
}
	
.uti ul {
	margin: 0;
	padding: 0;
}

.uti li {
	margin: 0;
	padding: 0;
	display: inline;
}
.uti li img {vertical-align:middle;}

.uti a:link, .uti a:visited {	
	color:#78a2c7;
	text-decoration: none;
	}
	
.uti a:hover, .uti a:active {
	color:#78a2c7;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	position:absolute;
	top:60px;
	right:20px;
	text-align:right;
	padding:0 0 2px 0;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 178px;
	margin:0;
	padding:3px 0 4px 4px;
	border: 1px solid #767047;
	background-color: #fff;
	color: #85898c;
	font-size:8pt;
	}
* html .searchArea input.appfield1 {height:22px;}

.searchBtn {
	
}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:100%;
	background:url(../images/olb_top.gif) no-repeat;
}
#back .loginAreaWrapMain {
	width:100%;
	background:url(../images/olb_top_back.gif) no-repeat;
	min-height:240px;
}
* html #back .loginAreaWrapMain {height:240px;}
.loginAreaWrapOB {padding:20px 0 0 28px;}
.loginAreaWrapBB {
	background:url(../images/olb_bg_cm_home.gif) no-repeat;
	margin: 25px 0 0 18px;
	height:73px;
	position:relative;
}
#back .loginAreaWrapBB {
	margin:0 0 0 17px;
	background:url(../images/olb_bg_cm.gif) no-repeat;
	}
.loginBB {padding:10px 0 0 9px;}
#home .loginBB div.loginCol img.loginBtn,
#back .loginBB div.loginCol img.loginBtn {
	position:absolute;
	top:35px;
	right:30px;
}

.loginOB form {padding:0; margin:0;}
.loginOB {position:relative;}
#back .loginOB {min-height:88px;}
* html #back .loginOB {height:88px;}

.loginOB h1, .loginBB h1 {margin:0; padding:0 0 3px 0;}
.loginCol label {
	display:block;
	font-size:8pt;
	font-weight:normal;
	color:#604b20;
}
.loginCol * {font-size:8pt; color:#604b20;}
.loginCol {margin:4px 0 0 0;}
.loginCol input.appfield1 {
	font-size:10pt;
	width:188px;
	border:1px solid #b0a68f;
	padding:3px 0 3px 3px;
	background-color:#fff;
}
* html .loginCol input.appfield1 {height:25px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration:none;
	font-size:8pt;
	color:#604b20;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:4px 0 0 0;
	margin:0;
	text-align:left;
	border-top:1px solid #604b20;
	width:195px;
	color:#604b20;
}
#back .loginLinks {
	border-top:none;
	padding:4px 0 0 0;
}
.loginLinks ul {
	margin:0; 
	padding:0;
	}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0;
}

.loginForgot {padding:6px 0;}
#home .loginBtn {position:absolute; top:85px; right:34px;}
#back .loginBtn {position:absolute; top:30px; right:32px;}

li.lastLi a:link, li.lastLi a:visited {font-weight:bold;}
#back li.lastLi a:link, li.lastLi a:visited {}

.loginAlert {
	position:absolute;
	top:5px;
	right:48px;
	font-size:8pt;
}

.securityImg {
	position: absolute;
	top: 0;
	right: 22px;
	}

.alertContent {
	display: none;
	position: absolute;
	left: 25px;
	background: #fff;
	padding: 16px;
	border: 1px solid #62001f;
	z-index:1000;
	}

.jsclass body .randomcontent{ /* Hides the quotes on the homepage so that random ones will be shown */
display: none;
}


/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	background:url(../images/nav_bg.gif) 0 7px no-repeat;
	width:100%;
	text-align: center;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	}
.pNav a:hover, .pNav a:active {
	text-decoration: none;
	background-color:#efefef;
	}
.pNav ul {
	width:100%;
	text-align: center;
	margin:0;
	padding:0 0 0 9px;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding: 0 18px;
	display: inline;
}
.pNav li img {
	margin:0 0 -3px 0;
}


/* --------------------------------------------------------- =HOME =CONTENT */

.welcomeTxt {
	line-height:13pt;
	font-size:9pt;
	color:#333;
	width:584px;
	margin:0 0 0 4px;
}
.welcomeTxt p {
	margin:0;
	padding:0 0 13px 3px;
}
.welcomeTxt span {color:#8b2346;}

.home {
	width:640px;
	margin:0 0 0 4px;
	padding:8px 0 0 0;
	}
	
.homeL {
	float: left;
	width: 328px;
	}
	
.homeR {
	float: left;
	width: 310px;
	}

.grsBanner {margin:15px 0 30px 20px; width:192px;}

.quotes {
	width:192px;
	background:url(../images/quotes_bg.gif) 0 30px no-repeat;
	margin:25px 0 30px 20px;
	min-height:100px;
	display: block;
}
* html .quotes {height:100px}

.quoteTxt {
	padding:15px 5px 0 20px;
	color:#604b20;
	font-size:8pt;
}
.quoteTxt div.quoteName {text-align:right;}

.inthisSection {margin:-40px 0 0 22px;}

.inthisSection ul {
	margin:0; 
	padding:10px 0;
	width: 211px;
}

.inthisSection li {
	margin:0 0 4px 0;
	padding:0 0 0 20px;
	background:url(../images/section_bullet.gif) 8px 6px no-repeat;
}
.inthisSection li.selected {font-weight:bold;}
.inthisSection a:link, .inthisSection a:visited {
	color:#604b20;
	text-decoration:none;
}
.inthisSection a:hover, .inthisSection a:active {
	color:#604b20;
	text-decoration:underline;
}
	
/* --------------------------------------------------------- =PROMOS */

.promoMain {
	width:608px;
	padding:6px 0 0 0;
}

.prevnext {
	text-align:right;
	padding:0 10px 0 0;
}


.promoSmL {
	float:left;
	width:175px;
}
.promoSmR {
	float:left;
	width:139px;
	display:inline;
	margin:0 0 0 8px;
	padding:6px 0 0 0;
	font-size:8pt;
	color:#666;
}
.promoSmR h3 {
	color:#aa0025;
	font-size:11pt;
	font-weight:bold;
	margin:0;
	padding:0 0 4px 0;
}


/* --------------------------------------------------------- = SITE =CONTENT */

.contentWrap2 {background:#fff url(../images/olb_bg.gif) 34px 0 repeat-y;}
.contentWrap {background:url(../images/content_swirl_home.gif) no-repeat;}

.content {
	padding: 20px 30px 30px 35px;
	line-height: 14pt;
	color:#666;
	}
	
.content a:link, .content a:visited {
	color:#681a34;
	text-decoration:underline;
}
.content a:hover, .content a:active {
	color:#681a34;
	text-decoration:none;
}
	
.content ul, .content ol {
	margin: 10px 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 28px;
	}
	
.content ol li {
	margin: 0 0 6px 25px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat .5em .3em; 
}

.contentImg {
	float:right;
	margin:0 0 15px 15px;
}
	
/* styles for the /home/privacy page */	
#privacy_disclosure ul {
		margin-top: 0;
		margin-bottom: 0;
}
#privacy_disclosure td {
		padding: 0.5em;
}
#facts_header {
		margin-bottom: 6px;
}
*:first-child+html #facts_header {
		margin-bottom: 8px;
	}	
	
/* --------------------------------------------------------- =FOOTER */

.footWrap {
	background:url(../images/foot_bg.gif) repeat-x;
	padding:15px 0;
	text-align:center;
}
.foot {
	width:960px;
	margin:0 auto;
	color:#fff;
	text-align:left;
	}
.foot a:link, .foot a:visited {
	color:#fff;
	text-decoration:none;
}
.foot a:hover, .foot a:active {
	color:#fff;
	text-decoration:underline;
}
	
.footL {
	float: left;
	width: 410px;
	}
.footL img {
	vertical-align:middle;
	margin:0 14px 0 0;
}
.footL img, .footL .privacy {
	position: relative;
	top: -15px;
}
*:first-child+html .footL img, *:first-child+html s.footL .privacy {
	top: -16px;
}
	
.footR {
	text-align: right;
	float: right;
	width: 400px;
	margin:10px 0 0 0;
}
	
	
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

input:focus {
	border: 1px solid #469def;
	background: #c9e2f9;
} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #767047;
	background: #efefef;
}	
.appfield2 {
	border: 1px solid #767047;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableheader {
	background: #a50024;
	color: #fff;
	font-weight: bold;
	}
	
th, .tablesubheader {
	border-bottom: 1px solid #fff;
	background-color:#ece9d9;
	color:#604b20;
	text-align: left;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #efefef;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

table.branch  {
	border: 1px solid #C0BEB1;
	margin-bottom:25px;
}    

table.branch .tablesubheader { 
	border-bottom: 1px solid #C0BEB1;
}

/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#005498; }
.faqA { color:#604b20; }
	
.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 {
	color: #78A2C7;
	font-weight: bold;
	}

.heading2 {
	color: #78A2C7;
	font-weight: bold;
}

	.disclaimer {
	font-style:italic;
	font-weight: bold;
	color: #7e7e7e;
}
	
.required {
	color: #dd2525;
}

#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 150px;
 left: 30%;
 overflow: hidden;
}

#ex_dis h1{
	padding: 20px 0 10px 0px;
	margin: 0;
}

.foot .fdic, .foot .ehl {
	
}
/* 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
 */
