html
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#fff;
	color:#000;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background:#fefdfd url("../img/pattern-body.png") left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#444;
}

ul,li{margin:0 10px;padding:0;}

h1 {font-size:large;}
h2 {font-size:1.1em;font-style:italic;margin-bottom:0;}
h3 {font-size:normal;}
h4 {font-size:1.0em;margin-bottom:0;}
h6 {margin:0;}
img{border:0;}

a:link, a:visited
{
	color:#00853e;
	text-decoration:none;
}
a:hover
{
	color:#00853e;
	text-decoration:underline;
}

p{margin:1em 0;}
acronym {color:#009966;border-bottom:1px dotted #009966;cursor: help;}


.small {font-size: .9em;}
.alert {color: #990000;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearleft{float:left;clear:left;}
.clearright{float:right;clear:right;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.spacer{clear:both;}

img.left, img.clearleft{margin: 0 1em .5em 0;}
img.right, img.clearright{margin: 0 0 .5em 1em;}
.hidden{display:none;}

/* Forms */
.error-message{color:#cc3333;font-size:85%;margin-top:-1px;}
.form-error{}

/*input,select,textarea
{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:100%;
	margin:0;
}*/
.form .input
{
	float:left;
	clear:left;
	padding:0 15px 5px 0;
}
.input .error-message{display:none;}
.form .submit{clear:left;}
.form .inline_fields{clear:left;}
.form .inline_fields div
{
	clear:none;
	float:left;
}
/*label{display:block;font-size:90%;color:#666;}
.required label, p.required{font-weight:bold;color:#333;}

fieldset{border:0;}
legend{font-size:120%;font-weight:bold;}
input[type='checkbox']{width:auto;}
input[type='checkbox']+label{display:inline;}*/
/* end form styles */


#site
{
	width:965px;
	background-color:#fff;
	margin:0 auto;
}

#header
{
	height:128px;
	border-bottom:1px solid #b3b3b3;
}
#logo
{
	float:left;
	margin:15px 0 0 15px;
}

#header_buttons, #header_buttons li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#header_buttons
{
	float:right;
}
#header_buttons li
{
	float:left;
	height:56px;
	margin-left:3px;
	padding:25px 13px 0;
	text-align:center;
	color:#666;
	background:url("../img/pattern-header_buttons.gif") left top repeat-x;
}
#header_buttons li.sitemap_button
{
	width:276px;
	margin:0;
	background:url("../img/bg-sitemap.gif") left top no-repeat;
	text-align:right;
}
#header_buttons a:link, #header_buttons a:visited
{
	color:#666;
	font-weight:bold;
	font-size:.85em;
	line-height:24px;
	text-decoration:none;
}
#header_buttons a:hover
{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.search_bar label
{
	margin-right:8px;
}
.search_bar form
{
	color:#666;
	font-weight:bold;
	font-size:.85em;
}

#menuwrap
{
	border-bottom:1px solid #a6a6a6;
	width:100%;
	height:39px;
}
#menu
{
	float:right;
	height:39px;
}
#menu a:link, #menu a:visited
{
	white-space:nowrap;
	padding:0 12px;
	color:#666;
	font-weight:bold;
	font-size:.9em;
	background-color:transparent;
	text-decoration:none;
}
#menu a:hover, #menu a:link.current, #menu a:visited.current, #dropdown li:hover a:link.main, #dropdown li:hover a:visited.main
{
	color:#666;
	text-decoration:none;
	height:40px !important;
	height:auto;
	background:url("../img/pattern-menu_button.gif") left top repeat-x;
}

/* drop down menu system */
#dropdown
{
	height:39px;
}
#dropdown, #dropdown ul, #dropdown li
{
	padding:0;
	margin:0;
	list-style:none;
}

#dropdown a:link, #dropdown a:visited
{
	display:block;
	line-height:39px;
}

#dropdown ul a:link, #dropdown ul a:visited
{
	display:block;
	line-height:20px;
	width:14em;
	margin:0;
	padding:0 12px;
}
#dropdown .unbanked ul a:link, #dropdown .unbanked ul a:visited
{
	width:211px;
}
#dropdown .about ul a:link, #dropdown .about ul a:visited
{
	width:137px;
}
#dropdown ul a:hover, #dropdown ul li:hover
{
	color:#000;
	background:none;
	height:20px;
}

#dropdown li
{
	float:left;
	display:inline;
}
#dropdown ul li{float:none;display:block;margin:0;padding:0;}

#dropdown ul
{
	position:absolute;
	top:auto;
	left:-999em;
	padding:0;
	background-color:#ccc;
	text-align:left;
}

#dropdown li:hover ul, #dropdown li.over ul
{
	left:auto;
}
/* end drop down menu */

#pagetitle{font-size:1.2em;color:#09a94c;}
img.pagephoto{margin: 0 0 2em 4em;}
.homepage img.pagephoto{margin: 0 0 0 1em;}

#content
{
	text-align:left;
	background:url("../img/pattern-content.gif") left top repeat-x;
	min-height:33px;
	padding:34px 21px;
}

.simple_page
{
	padding:0 0px;
	text-align:center;
}
.simple_page .main_content
{
	margin:1em 0;
	/*padding:0 1em;*/
	text-align:left;
	/*border:2px solid #999;*/
	font-size:110%;
}
.ourmodel hr
{
	clear:both;
}
.simple_page h1{font-size:280%;color:#999;}
.simple_page h2{font-size:150%;color:#666;font-style:normal;font-weight:normal;}
.left_area
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.photo_area
{
	clear:both;
}
.photo_area.full_width
{
	margin:0 -100px;
}
.link_box
{
	display:block;
	width:100px;
	margin:0 auto;
	padding:1em .5em;
	border:1px solid #666;
}

.form td{padding:4px 5px;vertical-align:top;}

.details_loading_indicator{margin:80px 0 40px 340px;}

#tab_buttons
{
	float:left;
	margin-top:25px;
	border:1px solid #b4b4b4;
	border-bottom:0;
}
.tab_button
{
	display:block;
	float:left;
	height:44px;
}
.tab_button img{margin-right:3px;}
#debitcards_button{margin-right:0;}

#tab_content
{
	clear:both;
	border:1px solid #b4b4b4;
	border-bottom:0;
}

.tab_right
{
	float:right;
	clear:right;
	width:326px;
	margin-top:3px;
	padding-left:50px;
	background:url("../img/pattern-right_tabs.gif") right top repeat-y;
	line-height:1.6em;
	font-size:.9em;
}
.tab_right img.right{margin-bottom:0;}

#nested_tabs
{
	float:left;
	margin:20px 20px 0 0;
}
#nested_tabs a:link, #nested_tabs a:visited
{
	display:block;
	float:left;
	color:#999;
	font-size:.8em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
	padding:0 8px;
	border-bottom:1px solid #b4b4b4;
}
#nested_tabs a:link#value_tab, #nested_tabs a:visited#value_tab{padding-left:9px;}
#nested_tabs a:hover#value_tab, #nested_tabs a#value_tab.current{padding-left:8px;border-left:1px solid #b4b4b4;}
#nested_tabs a.current, #nested_tabs a:hover
{
	color:#09a94c;
	text-decoration:none;
	background:url("../img/bg-tab-top_right.gif") right top no-repeat;
}

#nested_tabs_content
{
	clear:left;
	padding:15px 0 0 10px;
}

#switched_tab_content
{
	margin-left:280px;
	line-height:1.8em;
	font-size:.9em;
	color:#555;
}
#switched_tab_content.debitcards, #switched_tab_content.mobileatms{margin-left:10px;}
#switched_tab_content ul
{
	margin:0 0 0 18px;
	padding:0;
	list-style-position:outside;
	list-style-image:url("../img/list-item-arrow.gif");
	line-height:normal;
}
#switched_tab_content li
{
	padding:2px 0;
}

.intro_text
{
	width:540px;
	height:100px;
	line-height:1.8em;
	font-size:.9em;
	font-weight:bold;
	color:#555;
}
.big_inline_text
{
	font-size:1.6em;
}

blockquote
{
	margin:2em 4em;
	font-style:italic;
	border-bottom:1px solid #999;
}

.highlight{color:#09a94c;}
.highlight2{color:red;}
.bg_highlight{background-color:#09a94c;color:#fff;}
.bg_highlight2{background-color:#818285;color:#fff;}

.chart{border-collapse:collapse;text-align:center;margin:20px auto;}
.chart.tright td{text-align:right;}
.chart th, .chart td{border:1px solid #000;padding:4px 8px 0;}
.chart.textual{text-align:left;}
.chart.textual td{padding:4px 8px;vertical-align:top;width:50%;}
th.no_border{border-top:0;border-left:0;}
.double_border{border-bottom:2px solid #000;}
.bold_border{border-top:2px solid #000;border-bottom:2px solid #000;}

.chart.versus th{padding:10px;}
.chart .odd td{background:url("../img/pattern-gradient.gif") left top repeat-x;}
.chart .total td{font-weight:bold;background-color:#ccc;}

#news
{
	clear:both;
	height:34px;
	padding:0 10px;
	border-top:1px solid #b4b4b4;
	background:url("../img/pattern-content.gif") left top repeat-x;
	line-height:30px;
	font-size:1em;
}
#news_feed{float:left;color:#666;position:relative;white-space:nowrap;}
.news_headline{position:absolute;top:0;line-height:30px;margin-left:5px;}
#news-0{}
#phone{float:right;font-weight:bold;}

#footer
{
	padding:0 21px;
	color:#999;
	font-size:.8em;
	font-weight:bold;
}
#footer a:link, #footer a:visited
{
	color:#999;
	text-decoration:none;
}
#footer a:hover
{
	color:#333;
	text-decoration:underline;
}
#copyright
{
	float:left;
}
#sitecredits
{
	float:right;
}


/* Ajax layout styles */
.ajax .cake-sql-log{display:none;} /* hide sql log output during ajax call */

/* Tables */
.cake-sql-log table
{
	width:100%;
	margin:0 auto;
	empty-cells:show;
	border-collapse:collapse;
}
.cake-sql-log caption
{
	font-size:9pt;
	color:#999;
}
.cake-sql-log th, .cake-sql-log td
{
	padding:4px;
	vertical-align:top;
	text-align:left;
	border:1px solid #ccc;
	font-size:9pt;
	color:#999;
}
.cake-sql-log th
{
	font-weight:bold;
	background-color:#eee;
	white-space:nowrap;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align:left;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}