html
{
	margin:0;
	padding:0;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#fff;
	color:#444;
}

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;}

#site
{
	background-color:#fff;
	margin-left:1em;
}

#header
{
	height:108px;
	border-bottom:1px solid #b3b3b3;
}
#logo
{
	float:left;
	margin:26px 0 0 21px;
}

#header_buttons
{
	display:none;
}

#menuwrap
{
	display:none;
}

#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;
	padding:34px 21px;
}

.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("images/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("images/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("images/list-item-arrow.gif");
	line-height:normal;
}
#switched_tab_content li
{
	padding:2px 0;
}

.intro_text
{
	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("images/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("images/pattern-content.gif") left top repeat-x;
	line-height:30px;
	font-size:1em;
}
#news_feed{display:none;}
#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;
}