body {
	background-color: #FFF7CC;
	font-family: Helvetica, sans-serif;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header {
	background-image: url(images/img_header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 120px;
	min-height: 120px;
}

.sidebar_content {
	width: 200px;
	float: left;
}

.middle_page {
	background-image: url(images/img_content_repeat.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 0 0;
	width:100%;
}

.homepage .middle_page {
	background-image: url(images/img_content_repeat_home.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 0 0;	
	width:100%;
}

.middle_content {
	width: 760px;
	float: right;
}

.middle_content  .content_container {
	margin: 20px 45px 45px 45px;
}

.homepage .middle_content .content_container {
	margin: 0 45px 28px 45px;
}

.content_header_region {
	margin: 0;
}

.middle_content .main_content {
	width: 390px;
	float: left;
}

.middle_content .extra_sidebar_content {
	width: 230px;
	float: right;
}

.middle_content .main_content_middle,.middle_content .main_content_bottom
	{
	margin: 12px 0;
}

.middle_content .main_content_right {
	width: 195px;
	float: right;
}

.middle_content .main_content_left {
	width: 194px;
	border-right: 1px solid #EAF8FF;
	float: left;
}

.middle_content .main_content_right .content_container {
	margin: 0 0 0 15px;
	padding: 0;
}

.middle_content .main_content_left .content_container {
	margin: 0 15px 0 0;
	padding: 0;
}

.middle_content .main_content .main_content_middle,.middle_content .main_content .main_content_bottom,.middle_content .main_content_wide .main_content_middle,.middle_content .main_content_wide .main_content_bottom
	{
	
}

/* wide version of content area */
.main_content_wide {
	width: 670px;
	float: none;
}

.main_content_wide .main_content_right {
	width: 335px;
}

.main_content_wide .main_content_left {
	width: 334px;
}

/* end wide version of content area */
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

/* header styles */
.header .logo {
	width: 275px;
	float: left;
}

.header .header_region {
	float: right;
	width: 685px;
}

.header_region .poll-link {
	float: left;
	width: 77px;
	padding: 14px 20px 0 86px;
}

.header_region .search_location_box {
	border-left: 1px solid #DDEEFF;
	padding: 20px 10px 0 10px;
	width: 230px;
	float: left;
}

.header_region .search_site_box {
	border-left: 1px solid #DDEEFF;
	padding: 20px 10px 0 10px;
	width: 230px;
	float: left;
}

.header_region label {
	display: block;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #526269;
	padding: 4px 0;
	letter-spacing: .05em;
}

.header_region .form-text {
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 3px 4px;
	width: 150px;
}

.header_region .form-submit {
	border: none;
	background-color: #EEAF30;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/btn_go_repeat.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 3px 3px 2px 3px;
	text-transform: uppercase;
}

.menu_breadcrumb_wrapper{
	background-color: #EAF8FF;
	background-image: none;
	margin: 12px 0px 20px;
	padding: 20px 20px 4px 20px;
	vertical-align: baseline;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu_breadcrumb_wrapper .description {
	color: #0098DB;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-transform: uppercase;
}

/* end header styles */ 

/* breadcrumb styles */
.breadcrumb span {
	color: #0098DB;
	font-size:14px;
	position:relative;
}

.breadcrumb span.separator {
	color: #263F6A;
	padding:0 2px;
	top:-1px;
}

/* end breadcrumb styles */ 

/* footer styles */
.footer {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footer .ticker {
	/*height: 20px;*/
	padding: 8px 10px 0 10px;
	background: #5CA9DE url(images/img_ticker_repeat.gif) repeat-y;
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	color: #263f6a;
	width:940px;
}

.footer .ticker a {
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #263f6a;
	/*display:block;
	height:20px !important;
	float:left;*/
	padding-bottom:5px;
}

.footer .ticker a:hover {
	text-decoration: underline;
	color: #263f6a;
}
/* 
.footer .ticker .jcarousel-clip, .footer .ticker .jcarousel-container{
	width: 920px;
	height:20px;
}

.footer .ticker .jcarousel-clip ul{
	width: 920px;
	height:20px;
}

ul.jcarousel-list{
	width: 902px;
	height: 20px;
}

li.jcarousel-item{
	height:20px;
}
*/
.copyright {
	width: 400px;
	float: right;
}

.copyright p {
	font-family: Helvetica, Sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 6px 8px;
	text-align: right;
	margin: 0;
	line-height: 16px;
	background-color: #FFFFFF;
}

.footer-share {
	float: left;
	margin: 6px 8px 4px 8px;
	width: 200px;
	height:20px;
}

.footer-share a {
	color: #263F6A;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding-bottom:2px;
}

.footer-logos {
	width: 100%;
	height: 48px;
	background-color: #FFF7CC;
	padding: 8px 0;
}

.footer-logos img {
	float: right;
}

a.stbar.chicklet img {
	border: 0;
	height: 16px;
	width: 16px;
	margin-right: 3px;
	vertical-align: middle;
}

a.stbar.chicklet {
	height: 16px;
	line-height: 16px;
}

/* end footer styles */ 

/*left sidebar styles*/
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar_content iframe {
	border-bottom: 4px solid #FFEE99;
	background: #FFEE99 url(images/img_login_biplane.gif) no-repeat;
}

.sidebar_menu a {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #263f6a;
	background: #eeaf30 url(images/btn_biplane_bg.gif) no-repeat;
	text-decoration: none;
	height: 50px;
	display: block;
	text-align: center;
	padding-top: 30px;
	border-bottom: 4px solid #FFEE99;
}

.sidebar_menu a:hover {
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_menu li.active a {
	color: #FFFFFF;
	background: url(images/btn_biplane_bg_active.gif) no-repeat;
	text-decoration: none;
	border-bottom: none;
}

.sidebar_menu li.active a:hover {
	text-decoration: underline;
}

.sidebar_menu  li ul li a,.sidebar_menu li.active ul li a {
	text-align: left;
	background-image: none;
	text-transform: uppercase;
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	color: #263f6a;
	border-bottom: 1px solid #e0f0f7;
	height: auto;
	background-color: #BBDDEE;
	padding: 12px 24px 8px 24px;
	line-height: 20px;
}

.sidebar_menu  li ul li.active a,.sidebar_menu  li.active ul li a:hover
	{
	color: #0098db;
	background-color: #eaf8ff;
	background-image: none;
	text-decoration: none;
}

.sidebar_menu ul {
	padding-bottom: 0;
}

/* end left sidebar styles*/ 

/* content area styles */
.breadcrumb {
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #263f6a;
	line-height:20px;
}

.breadcrumb a {
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #263f6a;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a.active {
	color: #0098db;
}

.submenu_box_top {
	background-color: #eaf8ff;
	margin: 12px 0 20px 0;
	padding: 12px 20px;
}

.submenu_box {
	background-color: #eaf8ff;
	margin: 12px 0 32px 0;
	padding: 12px 20px;
}

.last {
	margin-bottom: 0;
}

.submenu_box p,.submenu_box_top p {
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #0098db;
	margin: 0 0 4px 0;
}

.submenu  ul li {
	display: inline;
	line-height: 24px;
}

.submenu  ul li span {
	padding: 0 4px 0 6px;
	position: relative;
	top: 2px;
}

.submenu ul li a {
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	color: #263f6a;
	text-decoration: none;
}

.submenu ul li a:hover {
	text-decoration: underline;
}

.banner_advertisement{
	border: 1px solid #eaf8ff;
	padding: 7px;
	margin-top:16px;
}

.tagline {
	margin: 5px 0 20px 0;
	text-align: right;
}

h1 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #0098db;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid #0098db;
	padding-bottom: 4px;
	margin:20px 0 32px 0;
}

h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 20px;
	color: #eeaf30;
	font-weight: bold;
	margin: 0 0 12px 0;
	line-height: 24px;
	font-style:italic;
}

h2 a {
	color: #eeaf30;
	text-decoration: none;
}

h2 a:hover {
	color: #eeaf30;
	text-decoration: underline;
}

h3 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0098DB;
	line-height: 20px;
	margin: 28px 0 8px 0 !important;
	padding:0;
}

h3 a, li h3 a{
	color: #0098DB;
}

h3 a:hover{
	text-decoration:underline;
}

.main_content_right h3, .main_content_left h3 {
	font-size:14px;
	line-height:16px;
	margin-top:16px;
	padding:0;
}	

h4 {
	color: #666666;
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom: 4px;
}

p {
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin: 16px 0;
	padding:0;
}

.main_content_right p, .main_content_left p {
	line-height: 16px;
	margin: 0 0 8px 0;
	font-size:12px;
	padding:0;
}


a {
	color: #3c8a23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p a, li a {
	color:#3c8a23;
}

.link-more, .faqList p a {
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #3c8a23;
	padding-left: 10px;
	background-image: url(images/img_arrow_morelink.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
	margin:8px 0;
	display:block;
}

a.link-more:hover, .faqList p a:hover {
	text-decoration: underline;
}

.faqList p a {
	margin:8px 8px 8px 10px;
	background-position: 0 7px;
	color: #3c8a23;
}
	

sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
	font-size: 75%;
}

sub {
	top: .5ex;
}

hr {
	height:1px;
	border:none;
	background-color:#EAF8FF;
	margin:20px 0;
	padding:0;
	color:#EAF8FF;
	line-height:1px;
	overflow:hidden;
}

.disclosure, .main_content_right p.disclosure, .main_content_left p.disclosure {
	font-size:10px;
	font-style:italic;
	line-height:12px;
	overflow:none;
}

.main_content img, .main_content_wide img {
	margin:20px;	
}

.overview_image {
	float: left;
	width: 120px;
	margin-bottom: 0;
}

.overview_image img{
	margin:0;
}

.overview_description {
	float: right;
	width: 550px;
}

.overview_description hr {
	height:1px;
	border:none;
	color: #EAF8FF;
	background-color:#EAF8FF;
	margin:4px 0;
}

.overview_description h3 {
	margin:0 0 8px 0 !important;
	}
	
.overview_description p {
	margin:4px 0 8px 0;
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #666666;
	background:url(images/img_arrow_featured.gif) no-repeat 0 3px;
	padding-left:12px;
	line-height:16px;	
}

.main_content_middle ul, .main_content_top ul, .main_content_middle ol, .main_content_top ol  {
	margin: 12px 0;
}

.main_content_middle ul ul, .main_content_top ul ul, .main_content_middle ol ol, .main_content_top ol ol  {
	margin: 4px 0;
}

.main_content_middle .main_content_right ul li, .main_content_middle .main_content_left ul li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style-type:none;
	background:url(images/img_arrow_featured.gif) no-repeat 0 5px;
	padding: 4px 0 4px 12px;
	margin-left:4px;
	
}

.main_content_middle ul li, .main_content_top ul li {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	list-style-type:none;
	background:url(images/img_arrow_featured.gif) no-repeat 0 7px;
	padding: 4px 0 4px 12px;
	margin-left: 18px;
	min-width:0;
}

.main_content_middle ul li ul li, .main_content_top ul li ul li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style:disc outside none;
	padding: 4px 0;
	margin-left: 18px;
	background-image:none;
	min-width:auto;
}

.main_content_middle ul li ul li ul li, .main_content_top ul li ul li ul li{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	list-style-image: none;
	list-style-type:square;
	padding: 4px 0;
	margin-left: 18px;
}

.main_content_middle .main_content_right ol li, .main_content_middle .main_content_left ol li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style-type:decimal;
	padding: 4px 0;
	margin-left:6px;
}

.main_content_middle ol li, .main_content_top ol li {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	list-style-type:decimal;
	padding: 4px 0;
	margin-left: 25px;
}

.main_content_middle ol li ol li, .main_content_top ol li ol li{
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style-type:upper-alpha;
	padding: 4px 0;
	margin-left: 20px;
}

.main_content_middle ol li ol li ol li, .main_content_top ul li ol li ol li{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	list-style-type:decimal;
	padding: 4px 0;
	margin-left: 20px;
}

.faqListDisplay {
	margin-top:20px;	
}

.overview_list li a {
	color: #0098db;
	text-decoration: none;
}

.person_wrapper {
	margin-bottom:20px;	
}

.person_image {
	float: left;
	width: 120px;
	margin-bottom: 0;
}

.person_description {
	float: right;
	width: 550px;
}

/* end content area styles */ 

/* extra sidebar styles */
.extra_sidebar_content h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0098db;
	padding: 8px 10px 6px 10px;
	margin: 0 0 12px 0;
	letter-spacing: .05em;
	line-height:16px;
	font-style:normal;
}

.extra_sidebar_content .faqList ul {
	margin: 0 10px 10px 10px;
}

.extra_sidebar_content .faqList ul li {
	margin: 0 0 8px 0;
	background:url(images/img_icon_q.gif) no-repeat 0 2px;
	padding-left:18px;
	min-width:0;
}

.extra_sidebar_content .faqList ul li a {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	line-height:16px;
	color:#263F6A;
}

.extra_sidebar_content .faqList ul li a:hover {
	text-decoration:underline;
}	

.extra_sidebar_content .flashVideoPlayer {
	margin-bottom: 24px;
}

.flashVideoPlayer a.player {
	background-color:#000;
}

.flashVideoPlayer .videoPlaylist {
	border:1px solid #263F6A;
	background-color:#BBDDEE;
}
.flashVideoPlayer .videoPlaylist a{
	font-size:13px;
	padding:4px 18px;
	display:block;
	color:#263F6A;
}

.flashVideoPlayer .videoPlaylist a:hover{
	color:#0098db;
	text-decoration:none;
	cursor: pointer;
}

.flashVideoPlayer .videoPlaylist a.playing {
	background:#EAF8FF url(images/img_arrow_play.gif) no-repeat 8px 5px;
	color:#0098db;
}

/* end extra sidebar styles*/ 

/* homepage styles */
.home_tagline {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #263f6a;
	margin: 0 18px 10px 0;
	text-align: right;
}

.home_grid_wrapper {
	margin:0;
	display:table;
	height:100%;
	
}

.home_grid_item {
	width: 190px;
	float: left;
	padding: 0 15px;
	margin-top: 20px;
}

.grid_item_middle {
	border-left: 1px solid #ddeef6;
	border-right: 1px solid #ddeef6;
}

.home_save-money {
	background-image: url(images/btn_savemoney.gif);
}

.home_buy-home {
	background-image: url(images/btn_home.gif);
}

.home_get-loan {
	background-image: url(images/btn_loan.gif);
}

.home_checking {
	background-image: url(images/btn_checking.gif);
}

.home_business-accounts {
	background-image: url(images/btn_business.gif);
}

.home_investments {
	background-image: url(images/btn_investment.gif);
}

.home-btn {
	display: block;
	width: 190px;
	height: 61px;
	overflow: hidden;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: top left;
}

a.home-btn:hover {
	background-position: bottom left;
}

.home_tagline_large img {
	margin: 32px 0 20px 0;
	
}
/* end homepage styles */

/* overview menu styles */
.overview_menu_tagline {
	background-color:#EAF8FF;
	background-image:none;
	margin:4px 0 0 0 !important;
	padding:12px 20px 0 20px !important;
}

.overview_menu_tagline p {
	font-family:Helvetica,sans-serif;
	font-size:12px;
	color:#0098DB;
	font-weight:bold;
	letter-spacing:0.05em;
	text-transform:uppercase;
	margin:0;
}

.overview_menu {
	background-color:#EAF8FF;
	background-image:none;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	margin:0 0 24px 0 !important;
	padding:8px 20px 4px 20px !important;
	text-decoration:none;
	vertical-align:baseline;
	color:#263F6A;
}
/*
.disclosure  {
	display:none;
}
*/
.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt, .RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn, .RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut, .RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
	padding:0 !important;
}

.overview_menu ul li {
	line-height:12px;	
	font-size:12px;
	background-image:none;
}

.overview_menu ul li a {
	color:#263F6A;
}

.overview_menu .rtsLink {
	margin-bottom:12px;
}

.overview_menu .rtsOut {
	padding-right:6px !important;
	border-right:1px solid #263F6A;
	margin-right:6px !important;
	}

.overview_menu li.rtsLast .rtsOut {
	padding-right:0!important;
	border-right:none;
	margin-right:0 !important;	
}
.overview_menu a:hover {
	text-decoration:underline;
}
/* end overview menu styles */
/* button sprites */
.btn_wrapper li{
	float:left;
	list-style:none;
	width:90px;
	padding:9px 4px 0 4px;
	list-style-image:none;
}

.btn_wrapper {
	padding: 30px 10px 10px 10px;
	border-top:1px solid #EAF8FF;
	background:#eaf8ff url(images/img_sidebar_resourcestxt.gif) no-repeat;
	margin-bottom:28px;
}

.btn_wrapper ul {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background: url(images/img_sidebarbtnarea_repeat.gif) repeat;
	padding:2px 6px 8px 6px;
}

.btn_wrapper ul, .btn_account_wrapper ul {
	list-style:none;
	list-style-image:none;
}

.btn_account_wrapper {
	background:#eaf8ff url(images/img_sidebarbtn_bg.gif) no-repeat;
}

.btn_account_wrapper ul {
	margin:0;
	padding-top:20px;
}

.btn_account_wrapper li {
	list-style-image:none;
	list-style-type:none;
}

.btn_account_wrapper a {
	margin:0 20px 20px 20px;
}

.btn_wrapper li.clear, .btn_account_wrapper li.clear {
	float:none;
	padding:0;
	margin:0;
}

a.btn_calculator {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_calculator.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_brochure {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_brochure.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_rates {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_rates.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_turbotax {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_turbotax.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_loanratetracker {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_loanratetracker.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_worksheets {
	width:90px;
	height:84px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_icon_worksheets.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_calculator:hover, a.btn_brochure:hover, a.btn_rates:hover, a.btn_turbotax:hover, a.btn_loanratetracker:hover, a.btn_open_acct:hover, a.btn_open_acct_online:hover, a.btn_apply_now_online:hover, a.btn_apply_now:hover, a.btn_worksheets:hover, a.btn_make_appointment:hover, a.btn_become_member:hover, a.btn_get_started:hover, a.btn_turbotax:hover, a.btn_open_evision:hover, a.btn_contact_bizservices:hover, a.btn_generic:hover  {
	background-position:left bottom;
}

a.btn_open_acct {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_openaccount_form.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}
a.btn_open_acct_online {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_openaccount_online.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_apply_now {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_applynow_form.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_apply_now_online {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_applynow_online.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_make_appointment {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_appointment.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_become_member {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_becomemember.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_get_started {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_getstarted.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_turbotax {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_turbotax.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_open_evision {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_openevision.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_contact_bizservices {
	width:190px;
	height:46px;
	text-indent:-9999px;
	background-image:url(images/btn/btn_bizservices.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:block;
}

a.btn_generic {
	background-image:url(images/btn/btn_generic_a.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:46px;
	padding:12px 6px 10px 0;
	margin:8px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:.01em;
	
	}
	
a.btn_generic span {
	background-image:url(images/btn/btn_generic_span.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:46px;
	padding:12px 6px 10px 12px;
	}
	
a.btn_generic:hover {
	background-position:right bottom;
	color:#0098DB;
	}
	
a.btn_generic:hover span{
	background-position:left bottom;
	}
/* end button sprites */

/* profile list styles */
.profile_list_wrapper, .profile_list_sm_wrapper {
	margin:32px 0;
}

.profile_list_wrapper .profile_image {
	width:100px;
	float:left;
	border:2px solid #EAF8FF;
	margin-right:20px;
}

.profile_list_wrapper .profile_description {
	float: right;
	width: 266px;
}

.profile_list_wrapper .profile_description {
	float: right;
	width: 266px;
}

.profile_list_wrapper .profile_description p {
	margin:4px 0;
}

.profile_list_sm_wrapper .profile_image {
	float:left;
	width:60px;
	border:2px solid #EAF8FF;
	margin-right:20px;
}

.profile_list_sm_wrapper .profile_description {
	float:right;
	width:586px;
}

.profile_image img {
	margin:0;
}
/* end profile list styles */

/* faqListDisplay styles */

.sf_expandedList li {
	margin:0 !important;
}
.sf_expandedList ul{
	margin:12px 0 20px 0;
}

.sf_expandedList ul li{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	list-style-image: url(images/img_arrow_featured.gif);
	padding: 6px 0;
	margin-left: 18px !important;
}

.sf_expandedList ul li ul li{
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style-image: none;
	list-style-type:disc;
	padding: 6px 0;
	margin-left: 18px;
}

.sf_expandedList ul li ul li ul li{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	list-style-image: none;
	list-style-type:square;
	padding: 4px 0;
	margin-left: 18px;
}


/* end faqListDisplay styles */



/* search results styles */

.sf_searchBox {
	margin:32px 0 !important;	
	padding:20px !important;
	border:1px solid #EAF8FF !important;
}

dl.searchResults {
	margin:20px 0;
}
.searchResults dt {
	margin:24px 0 8px 0;
}

.searchResults dt a {
	text-decoration:underline;
}

.searchResults dd {
	margin:8px 0;
	font-size:12px;
	color:#666666;
	line-height:16px;
}

.sf_PagerSelItem {
	font-weight:bold;
	color:#0098DB;
}

ol.sf_pager li {
	padding: 0 4px 0 0 !important;
	list-style-type:none;
}

ol.sf_pager li a {
	padding:3px 6px !important;
	display:block;
}

/* end search results styles */

/* form styles */

.emailCapture {
	margin-bottom:32px;
}
	
label, .label, .checkFieldsLabel, .locationLabel {
	color:#333333;
	font-size:14px;
	margin: 0 8px 4px 0;
	line-height:14px;
}

input {
	margin-right:8px;
}

.fields, .dropdownFieldTuple, .checkFields {
	margin:32px 0;
}	

.fieldTuple {
	margin:16px 0;
}

.dropdownFieldTuple span {
	display:block;
}

.fieldItems .label, .fieldItems .field {
	display:block;
}

.checkFields .fieldItems .field, .checkFields .fieldItems .label {
	display:inline;
}

.fieldItems .label, .textEntry .textEntryLabel, .radioButtonLabel {
	font-size:14px;
	color:#333333;
	margin-bottom:4px;
}
 
 .fieldTuple .textField {
 	margin:4px 0;
 }
 
 .emailCapture .field input {
 	width:300px;
 }
 
 .checkFields .field input {
 	width:auto;
 }
 
.textEntry textarea {
	width:300px;
	height:200px;
}

.radioItems .field input {
	width:auto;
}

.RadioButtonListCssClass li {
	background-image:none;
	margin-left:0;
	padding-left:0;
}

/* end form styles */

/* blog and news styles  */
.sf_back a, a.sf_back{
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c8a23;
	padding-left: 10px !important;
	background-image: url(images/img_arrow_morelink.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}

.sf_back a:hover {
	text-decoration:underline;
}

.sf_postTitle a, .sf_NewsTitle a, .sf_newsList h2.sf_newsTitle a, .sf_newsList h2.sf_newsTitle {
	font-size:16px !important;
	font-weight:bold !important;	
	line-height:24px !important;
	margin:24px 0 4px 0 !important;
	color:#EEAF30;
	font-style:normal;
}

h1.sf_postTitle, h2.sf_NewsTitle {
	font-size:20px !important;
	font-weight:bold !important;
	font-family: Helvetica, Sans-serif;
	color: #eeaf30;
	margin: 20px 0 4px 0 !important;
	border-bottom:none;
	font-style:normal;
}

.sf_postDate, .sf_newsDate {
	margin:4px 0 !important;
	font-style:italic;
	color:#999999 !important;
	font-size:11px !important;
}

ul.sf_postListing li p, .sf_singlePost p{
	margin:0 0 16px 0 !important;
}

ul.sf_postListing li, ul.sf_newsList li {
	background-image:none;
}

.sf_readMore a {
	font-weight:bold;
	padding-left:10px;
	background: url(images/img_arrow_morelink.gif) no-repeat 0 3px;	
}

.sf_readMore {
	margin: 8px 0;
}

p.sf_postBookmark {
	margin:20px 0 32px 0 !important;	
}

.sf_postBookmark img {
	margin:0 !important;
}

.sf_postNewComment ol li {
	list-style-type:none;
}

.sf_commentsList legend {
	color: #666666;
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom: 4px;
}

fieldset.sf_postNewComment li {
	margin:20px 0 !important;
}

.formattingOptionsToggleBtn  {
	font-size:11px;
}

ul.sf_commentListing  li {
	list-style-image:none;
	list-style-type:none;
	padding:12px 16px !important;
	margin:8px 0 !important;
	background:none;
	border:1px solid #EAF8FF;
}

.sf_commentAuthor {
	color:#999999;
	font-size:11px;
}


ul.sf_newsList li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.sf_newsList .sf_postCategory, ul.sf_newsList .sf_postTags, ul.sf_newsList .sf_newsAuthor {
	display:none;
}

/* end blog and news styles */

/* poll styles */

.sf_pollQuestionsList, .sf_pollCommands, .sf_pollVoteInfo {
	margin-bottom:20px;
}

h2.sf_pollTitle {
	margin-top:32px !important;
}

h3.sf_pollQuestion {
	margin-top:16px !important;
	padding:0 !important;
	font-size:16px;
}

.sf_pollQuestionsList ul li {
	list-style-image:none;
	list-style-type:none;
	background-image:none;
	margin-left:0;
	padding-left:0;
	font-size:14px;
}

.sf_pollQuestionAnswers li {
	margin:32px 0;
	color:#333333;
	font-size:14px;
	
}

.sf_pollQuestionAnswers li img {
	margin:8px 0 0 0;
}

/* end poll styles */

/* rates page styles */
.Chart2
{
   width:100%;
  border:none;
  background-color:#FFFFFF;
  border-spacing:0;
	margin:0;
}

.Chart2 tr {
	border-bottom:1px solid #EAF8FF;
}

.Chart2Header
{
    text-align:center;
    border:none;
  	border-spacing:0;
	margin:0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold ;
    background-color:#0098DB;
    color:White;
	padding:5px 10px;
}

.Chart2MainColumn
{
    text-align:center;
    border:solid 0px black;
       border-spacing: 0;
	margin:0;
      font-family:Arial;
    font-size:12px;
    font-weight:bold ;
    background-color:#EAF8FF;
    color:#333333;
	padding:10px;
	line-height:14px;
}

.Chart2Column
{
    text-align:center;
    border:solid 0px black;
    border-spacing:0;
	margin:0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#666666;
	padding:10px;
    background-color:white;
}

.RatesPageTable
{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    padding-top:20px;
    }

.MediumListTitle {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin:20px 0 8px 0;
	display:block;
}

.rates_table tr, .rates_table tr td {
	border-bottom:none;
}

.rates_table h3 {
	margin: 16px 0 4px 0 !important;
}

.rates_table h3 a {
	color:#3C8A23;
	font-size:12px;
}

/* end rates page styles */

/* faq list page styles */

ul.sf_expandableList li {
	padding:0 0 0 12px;
	background-position:0 4px;
}

h2.sf_listTitle {
	font-size:20px;
	margin:40px 0 0 0;
}

h3.sf_listItemTitle, h3.sf_listItemTitleexp {
	font-size:16px;
	margin:12px 0 8px 0 !important;
}

p.sf_controlListItems a {
	font-weight:bold;
	padding-left:10px;
	background: url(images/img_arrow_morelink.gif) no-repeat 0 7px;	
	font-size:12px;
	display:block;
}
/* end faq list page styles */
/* speedbumps */
/* Generic context menu styles */
#cursorMessageDiv {
	position: absolute;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0 16px;
	margin: 0px;
	display: none;
	width:250px;
	font-size:12px;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 6px;
}

#tiptip_holder.tip_bottom {
	padding-top: 6px;
}

#tiptip_holder.tip_right {
	padding-left: 6px;
}

#tiptip_holder.tip_left {
	padding-right: 6px;
}

#tiptip_content {
	font-size:11px !important;
	color:#FFFFFF;
	padding:0 8px;
	background-color:#666666;
	border:1px solid #333333;
}

#tiptip_content p {
	color:#FFFFFF;
	font-size:11px !important;
	margin:8px 0;
	line-height:16px;
}
/*
#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  *//*
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
*/
/* end speedbumps */

/* dealer search */

.dealerSearch table {
	margin:32px 0;
	font-size:12px;
	color:#333;
	width:100%;
	text-align:left;
	
}

.dealerSearch th {
	font-size:14px;
	color:#0098db;
	font-weight:bold;
	padding:8px 6px;
}

tr, tr td {
	border-bottom:1px solid #EAF8FF;
	padding:8px 6px;
}

.dealerSearch ul.pager {
	display: inline;
}
.dealerSearch ul.pager li {
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	background-image:none;
	float: left;
	margin:0;
	padding:0 8px 0 0;
}
/* end dealer search */
/* expanding lists */
.expander dt {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0098DB;
	line-height: 20px;
	margin: 28px 0 8px 0 !important;
	background:url(images/img_arrow_featured.gif) no-repeat 0 5px;
	padding-left:12px;
}

.expander dt:hover {
	text-decoration:underline;
	cursor:hand;
	cursor: pointer;
}

.expander dd {
	margin-left:12px;
}

.hLevelExpander ul li {
	background-image:none;
}

.hLevelExpander h2 {font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0098DB;
	line-height: 20px;
	margin: 28px 0 8px 0 !important;
	background:url(images/img_arrow_featured.gif) no-repeat 0 5px;
	padding-left:12px;
cursor:hand;
cursor: pointer;
}

.hLevelExpander h2:hover {
	text-decoration:underline;
}

/*
.hLevelExpander ul li {
	background-image:none;
}

.hLevelExpander h2 {
cursor:hand;
cursor: pointer;
}
*/
/* end expanding lists */

/* scavenger hunt page styles */

.scavengerHunt {
	margin:40px 0;
}

.scavengerHunt .question {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0098DB;
	line-height: 20px;
	margin: 0 0 8px 0 !important;
	padding:0;
}

.scavengerHunt .hint {
	font-size:12px;
	margin-bottom:16px;	
	color:#3C8A23;
}

.scavengerHunt .instruction {
	margin:40px 0 20px 0;
	color:#333333;
}

.scavengerHunt .scavengerHuntSet {
	border:1px solid #EAF8FF;
	padding:20px;
	margin:20px 0;
}

.scavengerHunt .answer input {
	width:20px;
	border:2px solid #0098DB;
	text-align:center;
	margin-right:4px;
	font-weight:bold;
	font-size:14px;
}

.scavengerHunt .userValues div {
	margin:20px 0;
	color:#333333;
	font-size:14px;
}

.scavengerHunt .userValues input {
	display:block;
	margin-top:4px;
}

.scavengerHunt .disclosure {
	margin:20px 0;
}

.scavengerHunt .captcha {
	margin:40px 0 20px 0;
}
/* end scavenger hunt page styles */

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:22px;
}

div.scrollableArea
{
	position: relative;
	top:0;
	width: auto;
	height: 100%;
}

#scrollingText div.scrollableArea *
	{
		display: inline;
		margin: 0;
		padding: 2px 0px 0px 0px;
		/*font-family: Courier, Arial, Sans-Serif; 
		font-size:12px; 
		font-weight: normal; 
		background-color: #fff; 
		color: #000; */
		width: auto;
		height: auto;
	}


/*
.footer .ticker {
	height: 20px;
	padding: 13px 20px 3px 20px;
	background: #5CA9DE url(images/img_ticker_repeat.gif) repeat-y;
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	color: #263f6a;
	width:920px;
}

.footer .ticker a {
	font-family: Helvetica, Sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #263f6a;
	display:block;
	height:20px !important;
	float:left;
	padding-bottom:5px;
}

.footer .ticker a:hover {
	text-decoration: underline;
	color: #263f6a;
}


.footer .ticker .jcarousel-clip, .footer .ticker .jcarousel-container{
	width: 920px;
	height:20px;
}

.footer .ticker .jcarousel-clip ul{
	width: 920px;
	height:20px;
}

ul.jcarousel-list{
	width: 902px;
	height: 20px;
}

li.jcarousel-item{
	height:20px;
}
*/