/*
START YUI Reset CSS
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;padding:0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}em{font-style: normal;}strong{font-weight: bold;}
/* END YUI Reset CSS */

/* Global */

.content_description{	
padding-top:5px;
}

.content_description_perks{	
background:none;
}

html{
	background-color:#fff;
}

body{
	font: normal 13px/1.35em "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color: #333333;
	padding-top: 5px;
  background: url('../images/dave_ramsey_bg.jpg') top left repeat-x;
}
sup {
vertical-align: top;
font-size: 50%;
font-family: Arial, Helvetica, sans-serif;
}
sup.text {
  font-size: 55%;
	vertical-align: text-top;
	font-weight: bold;
	line-height: inherit;
}

area {
	cursor: pointer;
}
a{ 
	color: #038bb5;
	text-decoration:none;
}

a:hover{ color:#70a642; cursor: pointer; }

a.arrow_button, a.arrow_button span{
	text-transform:lowercase;
	display:inline-block;
	height:30px;
	line-height:28px;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	letter-spacing:0.03em;
}
a.arrow_button_small {
font-size: 13px;
background: url(../images/arrow_button_small.gif) no-repeat left top;
line-height: 14px;
padding: 0 0 0 20px;
height: 14px;
display: inline-block;
}
a.arrow_button_small:hover {
background-position: left -14px
}

a.tooltip {
cursor: help;
}
.pc a.arrow_button,
.pc a.arrow_button span,
.pc #our_rewards_overview td .footer a{
	font-weight:bold;
}

a.arrow_button{
	padding-right:20px;
	background:url(../images/arrow_button_right.gif) right -30px no-repeat;
}

a.arrow_button span{
	padding-left:10px;
	background:url(../images/arrow_button_left.gif) left -30px no-repeat;
}

a.arrow_button:hover { background-position:right top; }
a.arrow_button:hover span { background-position:left top; }

#sidebar_promo a.arrow_button{
	background-image:url(../images/arrow_button_right-green.gif);
}
#sidebar_promo.blue a.arrow_button{
	background-image:url(../images/arrow_button_right-white.gif);
	color: #408faf
}
#sidebar_promo a.arrow_button span{
	background-image:url(../images/arrow_button_left-green.gif);
}
#sidebar_promo.blue a.arrow_button span{
	background-image:url(../images/arrow_button_left-white.gif);
	color: #408faf
}
#sidebar_promo.blue a{
color: #fff;
}
a.anchor {
color: #000;
}
.back_link, .back_to_top{
	font-style:italic;
	color:#9c9c9c;
	font-size:10px;
}

.back_link{
	padding-left:15px;
	background:url(../images/back_arrow.gif) left 50% no-repeat;
}

.back_to_top{
	padding-right:15px;
	background:url(../images/back_to_top_arrow.gif) right 50% no-repeat;
}

.big_green_button{
	height:53px;
	width:191px;
	line-height:51px;
	text-align:center;
	background:url(../images/big_green_button.gif) left top no-repeat;
	border:0;
	padding:0;
	color:#fff;
	font-size:17px;
	cursor:pointer;
	overflow:hidden;
}

.big_green_button:hover{
	background-position:left -53px;
}

span.symbol {
font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}


em.italic {
font-style: italic;
}

blockquote{
	font-style:italic;
	margin-top:15px;
	color:#668f04;
}

.content_summary{
	font-size:15px;
	line-height: 1.5em;
}

blockquote a, .content_summary a{
	color:#028bb7;
}

blockquote a:hover, .content_summary a:hover{
	color:#2f2f2f;
}

.blockquote_attribution{
	color:#9c9c9c;
	font-style:italic;
	margin-top:5px;
}

.clickable{
	cursor:pointer;
}

/* Collapsable lists */

.collapsible_list .collapsed{
	display:none;
}

.collapsible_list .dt, .collapsible_list .dt label, .collapsible_list .dt .disclosure_arrow{
	cursor:pointer;
	display:block;
}

/* On "how it works" */

	.how_it_works .column .collapsible_list{
		width:294px;
		margin:0 7px 15px 0;
		background:url(../images/collapsible_list_content_bg.gif) left bottom no-repeat;	
	}

	.how_it_works .collapsible_list dt{
		background:url(../images/collapsible_list_label_bg.gif) left -67px no-repeat;
		height:65px;
		position:relative;
	}

	.how_it_works .collapsible_list dt.collapsed{
		background-position:left -1px;
	}

	.how_it_works .collapsible_list dt label{
		text-indent:20px;
		padding-top:25px;
		line-height:0;
		font-size:14px;
		position:absolute;
		width:100%;
		height:39px;
	}

	.how_it_works .collapsible_list dt label.on_dark{
		color:#fff;	
	}

	.how_it_works .collapsible_list dt label.on_light, .collapsible_list dt.collapsed label.on_dark{
		visibility:hidden;
	}

	.how_it_works .collapsible_list dt.collapsed label.on_light, .collapsible_list dt label.on_dark{
		visibility:visible;
	}

	.how_it_works .collapsible_list dt .disclosure_arrow{
		line-height:0;
		width:24px;
		height:16px;
		position:absolute;	
		background:url(../images/collapsible_list_label_arrow_open.gif);
		top:24px;
		right:24px;
	}

	.how_it_works .collapsible_list dt.collapsed .disclosure_arrow{
		background:url(../images/collapsible_list_label_arrow_closed.gif);
	}

	.how_it_works .collapsible_list dd ul{
		margin:0;
		padding:20px 20px 0 20px;
	}

	.how_it_works .collapsible_list dd .arrow_button{
		margin:5px 20px 20px 20px;
	}

/* FAQ collapsible list */

	.faqs .collapsible_list dt, .faqs .collapsible_list dt label, .faqs .collapsible_list dt label, .faqs .collapsible_list dt .disclosure_arrow{
		height:38px;
	}

	.faqs .collapsible_list dt{
		position:relative;
		overflow:hidden;
		background:url(../images/collapsible_header_green_left.gif) left -38px no-repeat;
		padding-left:6px;
	}

	.faqs .collapsible_list dt label{
		color:#fff;
		font-size:12px;
		padding-top:10px;
		height:28px;
		background:url(../images/collapsible_header_green_bg.gif) left -38px repeat-x;
		width:95%;
		text-indent:14px;
	}

	.faqs .collapsible_list dt.collapsed, .faqs .collapsible_list dt.collapsed label{ 
		color:#252525;	
		background-position:left 0; 
	}

	.faqs .collapsible_list dt .disclosure_arrow{
		position:absolute;
		right:0;
		top:0;
		background:url(../images/collapsible_header_green_arrow.gif) right -38px repeat-x;
		width:38px;
	}

	.faqs .collapsible_list dt.collapsed .disclosure_arrow{
		background-position:right 0;
	}

	.faqs .collapsible_list dd{
		padding:20px;
	}

	.faqs .collapsible_list.collapsed dd{
		display:none;
	}

.column{
	float:left;
}

.content_module, .content_module_bonus{
	border-top:2px dotted #ccc;
}

.content_summary{
	margin:30px 0;
}

.content_description .column{
	margin-top:30px;
}

/* FAQs */

#faq_shortcuts{
	height:36px;
	margin-top:15px;
	font-size: 12px;
	background: #404140 url(../images/condensed_dark_gradient_bg.gif) repeat-x scroll left top;
	padding: 5px 5px 0 5px;
	width: 650px;
}
#faq_shortcuts li {
display: inline;
}
/*#faq_shortcuts li a{
	float:left;
	height:30px;
	line-height: 13px;
	border-bottom:4px solid #242424;
	padding:3px;
	width: 59px;
	text-align: center;
}
#faq_shortcuts li a.selected{
	color: #fff;
	background: #242424 url(../images/faq-tab-top.gif) no-repeat left top;
	}*/
#faq_shortcuts li a{
	float:left;
	height:30px;
	line-height: 13px;
	padding:3px;
	width: 59px;
	text-align: center;
	background: transparent url(../images/sub_nav_tab_bg_border.gif) no-repeat scroll right bottom;
	color: #fff;
}
#faq_shortcuts li a.selected{
	color: #000;
	background: #fff url(../images/faq-tab-top-white.gif) no-repeat left top;
	}
#faq_shortcuts li a:hover {
	color: #70A642;
	}
#faq_shortcuts li.last a{
	background: none;
}

.faqs #primary_content h3, .disclosures #primary_content h3{
	color:#000;	
	font-size: 18px;
}
.faqs #primary_content {
margin-bottom: 100px;
}
.rewards_faqs #primary_content{
	margin-top:20px;
}

/* Forms */

.ie6 input, .actionable_select_list ul li, 
.actionable_select_list .actionable_select_drop{
	border:1px solid #e5e5e5 !important;
	text-indent:5px !important;	
	color:#737373 !important;
	text-align:left !important;
	font-size:12px;
}

.ie6 input{
	height:19px;
	padding-top:2px;
}

/* Same as above, but IE6 doesnt trip over it */
input[type="text"], input[type="password"]{
	border:1px solid #e5e5e5;
	text-indent:5px;
	color:#737373;
	text-align:left;
}

input[type="text"], input[type="password"]{
	height:19px;
	padding-top:2px;
}

/* Modal Forms */

	.modal_form label{
		width:100px;
		display:inline-block;
	}

	.modal_form input{
		width:250px;
		background:#fff url(../images/select_bg_gradient.gif) repeat-x scroll left top;
	}

	.modal_form input.city, .modal_form .state{
		margin:0 4px 0 0 !important;
	}
	
	.modal_form input.city, .modal_form .state, .modal_form input{
		vertical-align:middle;
	}

	.modal_form input.city{
		width:110px;
	}

	.modal_form .state{
		width:80px !important;
	}

	.modal_form .state li{
		width:54px;
	}

	.modal_form input.zip{
		width:50px;
	}
	
	p.modal_notice{
		text-align:center;
		font-size:15px;
		margin-top:0;
	}

form .form_submits{
	text-align:center;
	margin-top:15px;
}

form .form_submits button{
	display:inline-block;
	width:92px;
	height:30px;
	padding:0 !important;
	border:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:pointer;
	font-size:15px;
	position:relative;
	line-height:0;
}

form .form_submits button span{
	width:92px;
	height:30px;
	line-height:27px;
	top:0; left:0;
	display:block;
	text-align:center;
}

form .form_submits button.arrow_cancel{
	background:url(../images/form_cancel_arrow.gif) right top no-repeat;
	color:#606060;
	text-indent:10px;
	margin-right:10px;
}

form .form_submits button.arrow_save{
	background:url(../images/form_save_arrow.gif) right top no-repeat;
	color:#fff;
	margin-left:10px;
	text-indent:-10px;
}

form .form_submits button:hover{
	background-position:left -30px;
}

/* Footer */

#footer{
	clear:both;
	min-height:112px;
	margin-top:50px;	
}

*html #footer{
  margin-top: 0;
}

#footer, .dark_gradient{
	background:#3f3f3f url(../images/dark_background_gradient.gif) left top repeat-x;
}

#footer .column{
	padding:0 15px;
	border-left:1px solid #5a5a5a;
	min-height:110px;
}

#footer .first{
	width:150px;
	padding-left:0 !important;
	border-left:none !important;
}

/* TWITTER FEED */

#twitter_container { min-height:45px; height:auto !important; height:40px; padding-bottom:10px; } 

#twitter_update_list { width: 150px; padding: 0; overflow: hidden; font-size: 11px; color: #999999; } 

#twitter_update_list li { width: 150px; list-style: none; } 

#twitter_update_list li a { color: #999999; text-decoration: none; } 

#twitter_update_list li a:hover { color: #777777; }

.tweet_btn	{ padding-top: 5px;}

#footer .column label{
	font-size:13px;
	color:#fff;
}

#footer_legal_copy ul {
  margin: 0 30px;
	padding:0;
	
}

#footer_legal_copy ul li {
  padding: 0;
	list-style: disc;
}

#footer_legal_copy ol li {
  padding: 0;
	list-style: decimal;
}

#footer_legal_copy  ol {
  margin: 0 30px;
	padding: 0;
	
}

#footer .column ul a{
	color:#999999;
}

#footer .column ul a#footer_email_link{
	color:#9BCD4A;
}

#footer .column ul a:hover{
	color:#fff;
}
#footer #footer_phone {
width: 200px;
padding-right: 0;
}
#footer #footer_phone a {
background:transparent url(../images/phone_icon-greybg.gif) no-repeat scroll left 50%;
padding-left:35px;
display: inline-block;
}
#footer #footer_phone a span.phone_number{
color: #fff;
font-size: 18px;
}
#footer #footer_phone span.phone_available {
line-height: 1.25em;
color: #8F8F8F;
margin-top: 3px;
font-size: 12px;
display: block;
}

#footer_copyright{
	font-size:11px;	
	float:right;
	color:#8a8a8a;
	text-align:right;
}
#footer_copyright p{
margin: 0 0 2px 0;
}
#footer_copyright img{
	margin-left:5px;
}

#footer_legal_copy{
	clear:both;
	background-color:#0f0f0f;
	color: #979797;
	font-size:12px;
	line-height:16px;
	padding:15px 13px;
	border-top:1px solid #444;
}
#footer_legal_copy a, #footer_legal_copy a:hover, 	#footer_legal_copy a:visited {
	color:#ccc;
}

/* --SOCIAL MEDIA FOOTER --- */

#social_footer{
	background-color:#e8e8e8;
	height: 48px;
}

#social_footer_wrap{
	width: 960px;
	margin:0 auto;
	position:relative;

	color:#333;
	font-size: 14px;
	text-align:right;
}

#social_footer_holder {
	float:right;
	height:48px;
}

#social_footer .follow {
	height:36px;
	line-height:36px;
	padding-top:7px;
	padding-bottom: 5px;
}

#social_footer .follow li {
	float: left;
	position:relative;
	padding-right:5px;
}

#social_footer .follow li a {
	display:inline;
}

#inizio_della_fine{
	border-top:2px dotted #3f3f3f;
	position:relative;
	top:-4px;
	height: 4px;
	margin-bottom: 16px;
}

#fine{
	clear:both;
	padding-top:20px;
}

/* Headers */

#header{
	overflow: hidden;
}

.head_wrap {
  width: 960px;
	margin: 0 auto;
	height: 118px;
	position: relative;
}

h1,h2,h3,h4,h5,h6{
	color:#2e2f2e;
	font-weight:normal;
}

h1{ 
	cursor:pointer;
	height:120px;
	width: 292px;
	line-height:126px;
	font-size:28px; 
	overflow:hidden;
	text-indent:-2000px;
	float: left;
	background:transparent url(../images/header_logo.gif) left 50% no-repeat;
}

h2{ 
	font-size:22px; 
	line-height:22px;
}

#primary_content h2{
	padding-left:25px;
	line-height:25px;
	background:url(../images/logo_bookend.gif) left top no-repeat;
}

h2.clarendon{
	font-size:20px;
	color:#000;
}

#primary_content h2.clarendon{
	padding-left:0;
	background:none;
}

#sidebar h2{ 
	font-size:20px; 
}

h3, .clarendon{
	font: bold 15px Clarendon, Georgia, serif;
	color:#000;
}

.image_header{
	width:500px;
	min-height:100px;
}

.image_header img{
	float:left;
	margin-right:30px;
}

.highlight{	
	color:#03a1d4;
}

/* Lists */

p, ul.bulleted, h4{
	margin:15px 0;		
}

ul.bulleted li{
	margin-left:20px;
	padding-left:5px;
	list-style-image: url(../images/grey_bullet.gif) !important; 
	margin-bottom:10px;
}
ul.bulleted li ul {
  margin: 10px 0 0 0;
}

.how_it_works ul.bulleted li{
line-height: 1.25em;
}

ul.margins li {
margin: 10px 0;
}

/* Main column */

.main_column, .main_columnQ1 {	
	width:960px;
	margin: 0 auto;
	position: relative;
} 

.main_column_sub {
  padding-top: 20px;
	width:960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header .main_column {
position: static;}

/* Navigation */

ul.tabbed_list li{
	float:left;
	position:relative;
}

ul.tabbed_list li a{
	display:block;
	text-transform:lowercase;
}


ul li .green_tab, #main_nav ul li.green_tab, #main_nav ul li.green_tab:hover{
	padding-left:5px;
	background:url(../images/blue_tab_bg_left.gif) left top no-repeat;	
	overflow:hidden;
}

ul li .green_tab a, #main_nav ul li.green_tab a, #main_nav ul li.green_tab:hover a{
	background:url(../images/blue_tab_bg.gif) right top no-repeat;
	color:#fff;
}

ul li .green_tab, #main_nav ul li.green_tab:hover{
	background-position:left -40px;
}

ul li:hover .green_tab a, #main_nav ul li.green_tab:hover a{
	background-position:right -40px;
}

#main_nav ul li.green_tab{
	margin:3px 0 0 2px;
}

#main_nav ul li.green_tab a{
	height: 31px;
	padding: 9px 18px 0 14px;
	font-size:15px;
	display: block;
}

/* Main Nav */

/*#the_perk_icon{
	display:inline-block;
	width:12px;
	height:18px;
	vertical-align:middle;
	background:url(../images/the_perks_icon.gif) left -18px no-repeat;
	position:relative;
	top:-3px;
	margin-right:5px;
}*/

.current #the_perk_icon{
	background-position:left top;
}

#main_nav{
	width: 750px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 74px;
}

#main_nav ul{
	overflow: hidden;	
	float: right;
}


#main_nav ul li{
	padding-left:6px;
	background:url(../images/main_nav_tab_bg_left.gif) top left no-repeat;
}

#main_nav ul li a{
	height: 32px;
	background:url(../images/main_nav_tab_bg.gif) top right no-repeat;
	padding: 12px 15px 0 7px;
	font-size:14px;
	text-align:center;
	display: block;
}

#main_nav ul li:hover {
	background-position: left -46px;
}
#main_nav ul li:hover a {
	background-position: right -46px;
}
#main_nav ul li.current, #main_nav ul li.current:hover{
	background:url(../images/main_nav_tab_bg_left_current.gif) top left no-repeat;
}

#main_nav ul li.current a, #main_nav ul li.current a:hover{
	background:url(../images/main_nav_tab_bg_current.gif) top right no-repeat;
	color:#fff;
}

#main_nav_what_is_perkstreet {
  width: 184px;
}

#main_nav_our_rewards {
  width: 128px;
}

#main_nav_blog {
  width: 54px;
}

#main_nav_our_story {
  width: 122px;
}

#main_nav_sign_up {
  width: 90px;
}

/* Modal Content */

#modal_content{
	width:450px;
	margin:auto;
	padding:30px 0;
}

#modal_content h2.clarendon{
	padding:40px;
	border-bottom:2px dotted #ccc;
	background:url(../images/modal_logo_flourish.gif) 50% top no-repeat;
	margin-bottom:40px;
	text-align:center;
}

#modal_content p{
	margin-right:40px;
	margin-left:40px;
}

/* Primary Content */

#primary_content{
	width: 650px;
	float: left;
}
#primary_content, span.note, td p{
	color: #5a5a5a;
}
#primary_content h2, #primary_content h3, #primary_content h4, td, label, .contact {
color: #000000;
}
#primary_content .content_description{
	clear:left;
	position: relative;
}
h4 {font-weight: bold;}
.faqs label { padding-right: 20px;}
#primary_content .column{
	width:50%;
	margin-bottom:30px;
}

#primary_content .content_description .column p{
	margin-right:50px;
}

#primary_content .flash_player{
	width:100%;
	height:300px; /* TMP */
	background:#3f3f3F url(../images/dark_background_gradient.gif) left top repeat-x;
	margin-top:20px;
}

.video_player h3{
	margin-top:15px;
}

.video_player h3 *{
	vertical-align:bottom;
}


/* Sidebar */

.side_main {
  background: #fff;
}

#sidebar{
	float:right;
	background-color:#f7f7f7;
	margin-bottom:20px;
	width:260px;
	color: #5a5a5a;
}
#sidebar h3 {
color: #000000;
}

#sidebar .content{
	margin:25px;	
	padding-left:10px;
}
#sidebar .content.sidebar_bulleted_tip {
padding-left: 0;
}
#sidebar .content_module{
	margin-top:25px;
	padding-top:25px;
}
#sidebar .content_module_bonus{
	margin-top:25px;
	padding-top:25px;
}
#sidebar .content_module_bonus h3, #sidebar .content_module_bonus img {
	float: left;
}
#sidebar .content_module_bonus h3 {
	margin-top: 25px;
	margin-left: 5px;
}
#sidebar .content_module_bonus p {
	clear: left;
	padding-top: 10px;
}
#sidebar img.vignette{	
	position:relative;
	left:-10px;
	height:100px;
	width:210px;
	background-color:#3f3f3f;
	display:block;	
}

#sidebar_promo, #sidebar_promo .clarendon{
	color:#fff;
}

#sidebar_promo .clarendon{
	font-size:17px !important;
}

#sidebar_promo{	
	/*background:#769841 url(../images/green_gradient_bg.gif) left top repeat-x;
	padding:15px 25px 25px 25px;*/
	cursor:pointer;
	
}

#launchOffer {
	cursor:pointer;
}
#sidebar_promo.blue{	
	background:#026987 url(../images/blue_gradient_bg.gif) left top repeat-x;
	position: relative;
	text-align: center;
	}
#sidebar_promo.blue p.clarendon.emphasis2{	
font-size: 36px !important;
margin-top: -20px;
margin-bottom: 20px;
white-space: nowrap;
}
#sidebar_promo.blue p#promo-details {
text-align: center;
margin-bottom: 0;
color: #ccc;
font-size: 10px;
margin-bottom: -10px;
}

.sidebar_content_icon{
	text-align:center;
}

.promo_icon{
	float:right;
	margin-top:12px;
	margin-left:5px;
}

#sidebar_phone_number{
	padding-left:25px;
	background:url(../images/phone_icon_circle.gif) left top no-repeat;
	height:22px;
	font-size:18px;
	color:#038bb5;
	line-height:18px;
}

.sidebar_bulleted_tip img{
	float:left;
}

.sidebar_bulleted_tip h3, .sidebar_bulleted_tip p{
	margin-left:55px;
}
#sidebar .content_video{
padding: 40px 25px;
background: #242524;
border-bottom: 30px solid #fff;
}
#sidebar .content_video a.video-button{
display: block;
width: 56px;
height: 56px;
background: url(../images/video-play-button.gif) no-repeat left top;
float: right;
text-indent: -9999px
}
#sidebar .content_video a.video-button:hover{
background-position: left -56px;
}
#sidebar .content_video h3{
color: #fff;
font-size: 20px;
}
#sidebar .content_video p {
color: #ccc
}
/* Select Lists */

.actionable_select_list{
	position:relative;
	height:23px;
	width:150px;
	display:inline-block;
	vertical-align:middle;
}

.actionable_select_list .actionable_select_drop{
	display:block;
	z-index:1000;
	position:absolute;
	right:0;
	top:0;
	width:23px !important;
	height:21px !important;
	background:url(../images/actionable_select_drop_arrow.gif) left top no-repeat;	
	cursor:pointer;
}

.actionable_select_list ul, .actionable_select_list ul li, .actionable_select_list ul li a{
	height:21px;
}

.actionable_select_list ul li a{
	line-height:21px;
}

.actionable_select_list ul{
	position:absolute;
	margin-top:1px;
	left:0;
}

.actionable_select_list{
	z-index:10000;
}

.actionable_select_list ul li{
	display:block;
	width:124px;
	margin-top:-1px;
	height:21px;
}

.actionable_select_list li a{
	display:block;
	width:100%;
	height:100%;
	color:#737373;
}

.actionable_select_list li a:hover{
	background-color:#737373;
	color:#fff !important;
}

.actionable_select_list ul li.selected{
	background-image:none;
	background-color:#82b33e;	
}

.actionable_select_list ul li.selected a{
	color:#fff;
}

.collapsed_select_list ul li.selected a{
	color:#737373;
}

.actionable_select_list ul li, .collapsed_select_list ul li.selected{
	background:transparent url(../images/select_bg_gradient.gif) left top repeat-x;
}

.collapsed_select_list{
	z-index:1;
}

.collapsed_select_list ul li{
	display:none !important;
}

.collapsed_select_list ul li.selected{
	display:block !important;
}

/* Secondary nav */

#secondary_nav{
overflow: hidden;
	background:#404140 url(../images/condensed_dark_gradient_bg.gif) top left repeat-x;	
	position: relative;
}

#secondary_nav .tabbed_list{
	padding-top:14px;
}

#secondary_nav .tabbed_list{
	height:34px;
	line-height:34px;
}

#secondary_nav .tabbed_list li{
	padding-left:1px;
	font-size: 14px;
	font-weight: bold;
}

#secondary_nav .tabbed_list li a {
	padding:0 21px 0 20px;
	color:#e9e9e9;
}
#secondary_nav .tabbed_list li a:hover {
color: #70a642;
}

#secondary_nav .tabbed_list li a{
	background:url(../images/sub_nav_tab_bg_border.gif) bottom right no-repeat;
}

#secondary_nav .tabbed_list li.first{
	background:url(../images/sub_nav_tab_bg_border.gif) bottom left no-repeat;
}

#secondary_nav .tabbed_list li.current a{
	color:#000;
	padding:0 20px 0 15px;
	background:url(../images/sub_nav_tab_bg_current.gif) top right no-repeat;
}

#secondary_nav .tabbed_list li.current{
	padding-left:5px;
	background:url(../images/sub_nav_tab_bg_current_left.gif) top left no-repeat;
	z-index:100;
	margin-left:-1px;
}

/* Tooltips */

#tooltip{
	position:absolute;
	border:1px solid red;
	padding:25px;
	width:230px;
	text-align:left;
	border:2px solid #000;
	background:#fff url(../images/tooltip_gradient_bg.gif) repeat-x left bottom;
	font-size:13px;
	color:#737373;
	z-index:1000000;
}

#tooltip_pointer{
	position:absolute;
	width:13px;
	height:8px;
	top:100%;
	left:50%;
	background:url(../images/tooltip_pointer.gif) top left no-repeat;
}
a.tool_question{
	vertical-align:middle;
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/tool_question.gif) left top no-repeat;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

a.tool_question:hover{
	background-position:left -17px;
}


/* Utility Nav */

#utility_nav {
	width: 650px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;	
}

#utility_nav ul.tabbed_list{
	overflow: hidden;
	float: right;
}

#utility_nav ul.tabbed_list li {
  float: left;
}

#utility_nav .tabbed_list li.current a{
	color:#fff;
}
#utility_nav .tabbed_list li#utility_phone_number a {
	background:url(../images/phone_icon.gif) right 50% no-repeat;
	padding-right:35px;
	text-align: right;
}
p.benefits_phone a{
	background:url(../images/phone_icon.gif) left 50% no-repeat;
	padding: 7px 0 7px 35px;
}

#utility_faq a, #utility_sign_in a, #utility_atm_locator a{
	padding-top:8px;
}

#utility_faq a{
	width:62px;	
	background:transparent url(../images/faq_tab_bg.gif) left -51px no-repeat;
}

#utility_faq.current a{
	background:transparent url(../images/faq_tab_bg.gif) left top no-repeat;
}

#utility_sign_in a{
	width:87px;	
	background:transparent url(../images/sign_in_tab_bg.gif) left top no-repeat;
}
#utility_sign_in a:hover{
	background-position: left -51px;
}

#utility_atm_locator a{
	width:100px;	
	background:transparent url(../images/atm_tab_bg-blue.gif) left top no-repeat;
	color: #fff;	
}
#utility_atm_locator a:hover{
	background-position: left -51px;
}

#utility_nav li.first a{
	margin-left:5px;
}

/* Vendor list */

#select_a_vendor .vendor_logo{
	background:url(../images/redeemable_logo_bg.gif) left -75px no-repeat;
	overflow:hidden;
}
#select_a_vendor a{
display: block;
}

#select_a_vendor li{
	float:left;
	line-height:0;
	margin:15px 15px 0 0;
}

#select_a_vendor li .selected{
	background-position:left top;
}

#select_a_vendor li label{
	cursor:pointer;
}

ul#select_a_vendor.on_light li{
	width:140px;
	padding:0; 
	margin: 0 13px 0 0;
}

#select_a_vendor.on_light .vendor_logo{
	background-image:url(../images/redeemable_logo_bg_on_fff.gif);
	text-align: center;
	line-height: 75px;
}

.cash table ul#select_a_vendor {
margin: 28px 0 0 22px;
}
.music table ul#select_a_vendor, .coffee table ul#select_a_vendor {
margin: 28px 0 0 35px;
}
table ul#select_a_vendor li {
width: 77px;
margin: 0 0 3px 5px;
height: 40px;
text-align: center;
line-height: 35px;
}
table ul#select_a_vendor li img {
vertical-align: middle;
}

/* Page specific */

/* How it works */

.how_it_works #primary_content .right{
	position:relative;
	left:7px;
}

#how_it_works_sidebar_rewards a.arrow_button{
	margin-top:15px;
}

#how_it_works_sidebar_rewards{
	background:url(../images/rewards_sidebar.gif) bottom right no-repeat;
	padding-bottom:10px;
}

/* Benefits */

.benefits_reason_bullet{
	width:70px;
	font-weight:bold;
	float:left;
	margin-right:15px;
	text-align:center;
	font-size:60px;
	line-height:0px;
	position: absolute;
	left: 0;
	top: 30px;
}


.column .benefits_reason_bullet{
top: 0;
}
#benefits_reasons_to_join .content_description{
	padding-top:30px;
	overflow: hidden;
}

*html #benefits_reasons_to_join .content_description { 
  padding-bottom: 20px;
}

.perk_description {
clear: left;
padding-top: 1px;
}

#benefits_reasons_to_join li p, #benefits_reasons_to_join li h3, .benefits_reason_graphic{
	margin-left:85px;
}

.benefits_reason_graphic{
	margin-bottom:30px;
}

#benefits_reason_1{
	overflow: hidden;
}

#benefits_reason_1 .benefits_reason_graphic, #benefits_reason_3 .benefits_reason_graphic{
	float:right;
}
#benefits_reason_1 .benefits_reason_graphic{
	margin-left: 40px;
	width: 293px;
}
#benefits_reason_1 .benefits_reason_graphic span {
display: block;
padding: 25px 0 0 20px;
font-size: 9px
}
#benefits_reason_3 .benefits_reason_graphic{
	margin-left: 20px;
}
#benefits_reason_3 {
	min-height: 200px;
}

/* ATMs */
#atms div.content_description, #deposit div.content_description{
padding-top: 30px;
padding-bottom: 20px;
}
ul.atms-subnav {
height: 30px;
}
ul.atms-subnav li {
float: left;
font-size: 16px;
padding: 0 15px;
border-left: 1px solid #ccc;
}
ul.atms-subnav li.first {
border-left: none;
}
ul.atms-subnav li a.on, ul.atms-subnav li a.on:hover{
color: #999;
text-decoration: none;
}
ul.atms-subnav li a{
color: #038BB5;
text-decoration: underline;
}
ul.atms-subnav li a:hover{
color: #70a642;
text-decoration: underline;
}
p.atm-graphic img {
float: left;
margin-top: -10px;
padding-bottom: 20px;
}
p.atm-graphic span.graph-text {
font-size: 18px; 
color: #000; 
padding-bottom: 15px;
display: block;
}
#atms .content_summary {
margin-top: 10px;
}
#atms ul.locations {
width: 100px;
padding: 10px 0 0 50px;
float: left;
font-size: 14px;
line-height: 18px;
color: #fff;
}
#atms ul.locations li{
margin: 5px 0;
}

#atms div.content_description h3 {
margin-top: 0 
}
#main .searchagain .text {display: none;}
.atms-list {
width: 480px;
height: 97px;
margin: 0 0 20px 0;
background: url(../images/atms-list.gif) no-repeat left top;
}

ul.deposit {
margin-left: 270px;
padding-left: 20px;
margin-top: 0;
}

/* Deposit Locations */
#deposit h2 {
margin-bottom: 30px;
}
img.deposit-envelope {
display: block;
margin: 0 auto;
}
#deposit #primary_content h3 {
padding: 0 0 0 30px;
position: relative;
}
#deposit #primary_content h3 span.number{
position: absolute;
left: 0;
top: -5px;
font-size: 24px;
width: 50px;
display: block
}

div#deposit-1 {
width: 300px;
float: left;
margin-bottom: 20px;
}
div#deposit-2 {
padding-left: 24px;
border-left: 2px dotted #ccc;
margin-left: 324px;
margin-bottom: 20px;
}
div#deposit-1 p, div#deposit-2 p {
margin-left: 30px;
}
p.deposit-stores img {
vertical-align: middle;
padding-right: 5px;
}

.starsf {
/*color: #990000;*/
}

/* Tour */

#tour_screenshots li{
	padding-top:20px;
	margin-top:20px;
}

#tour_screenshots li#first.content_description{
	background: none;
	margin-top: -30px;
}

li .tour_bullet{
	width:35px;
	height:42px;
	display:block;
	float:left;
	margin:0 20px 20px 0;
	background:#fff url(../images/gradient_bullet.gif) top left no-repeat; 
}

#tour_screenshots li p{
	margin-top:5px;
}

#tour_screenshots li img{
	margin-top:15px;
}

#tour_debit_card{
	float:right;
	margin-top:-20px;
	margin-left:30px;
}

.tour .content_summary{
	margin-right:175px;
}

body.tour #primary_content h2 {
	padding-bottom: 30px;
}

.back_to_top{
	display:block;
	text-align:right;
	float:right;
}

.faqs .back_to_top, .disclosures .back_to_top{
	margin-top:31px;
}
.faqs dt .back_to_top, .disclosures dt .back_to_top{
	margin-top:0;
}

#tour_screenshots li h3{
	margin-top:0;
padding-bottom: 15px;
}

/* Our Story */

.our_story #primary_content .content_description{
	padding-top:15px;
}

/*#our_story_team_list{
	float:right;
	width:200px;
	margin:15px 0 0 15px;
}*/

#our_story_team_list ul{	
	margin-bottom:30px;
}

#our_story_team_list img{
	float:left;
	margin:0 10px 10px 0;
}

#our_story_team_list li, #our_story_team_list div{
	clear:left;
}

#our_story_team_list li a{
	color:#000;
}

/* People */

.people #primary_content ul{
	width:300px;
}

.people #primary_content ul.left{
	margin-right:50px;
}

.people #primary_content ul li{
	padding-top:30px;
}

.people_header{
	background-color:#404040;
	height:60px;
	padding-top:25px;
	padding-left:100px;
	color: #CCCCCC;
}

#primary_content .people_header h4{
	color:#fff;
	font-size:15px;
	margin: 0;
}

#people_header_dan{ background-image:url(../images/people_header_dan.jpg); }
#people_header_kevin{ background-image:url(../images/people_header_kevin.jpg); }
#people_header_curt{ background-image:url(../images/people_header_curt.jpg); }
#people_header_jason{ background-image:url(../images/people_header_jason.jpg); }
#people_header_laurie{ background-image:url(../images/people_header_laurie.jpg); }
#people_header_john{ background-image:url(../images/people_header_john.jpg); }

.body_copy{
	margin-top:30px;
	padding-top:15px;
}

#staff_mugshot{
	margin-top:15px;
	float:left;
}
.photo-credit{
	font-style:italic;
	font-size:11px;
	line-height:15px;
	margin-left: 205px;
	margin-top: 30px;
}
.photo-credit a{
display: block;
}


#staff_mugshot img{
	margin-bottom:15px;
}

#staff_mugshot a{
	display:block;
}

.person #primary_content .content_description p{
	margin-left:205px;
}

.person .back_link, .article .back_link, .advisor .back_link{
	float:right;
}

/* Press */

.press #primary_content h3, .faqs #primary_content h3{
	padding-top:30px;
}

ul.press {
	padding-top:15px;
	margin-top: 15px;
}

ul.press li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:2px dotted #ccc;
}

.faqs #primary_content dt, .disclosures #primary_content dt{
	margin-top:15px;
	font-weight: bold;
	font-size: 15px;
	padding-top: 25px;
}

.press_article_thumbnail{
	float:right;
	background-color:#333;
	margin-right:45px;
	margin-top:24px;
}

.press_news_outlet{
	color:#038bb5;
}

.press_article_date{
	font-style:italic;
}

#press_links .press_article_date{
	margin-left:1em;
	padding-left:1em;
	border-left:1px solid #737373;
}

#press_releases .press_article_date{
	margin-right:1em;
	padding-right:1em;
	border-right:1px solid #737373;
}

#press_releases li{
	padding-left:20px;
	background:url(../images/broadcast_icon.gif) left 50% no-repeat;
}

#press_testimonials li{
	padding-top:30px;
	width:183px;
	float:left;
	margin-right:50px;
	border-bottom:0;
	margin-bottom:50px;
}

#press_testimonials li.last{
	margin-right:0;
}

#press_testimonials img.vignette{
	height:100px;
	width:183px;
	background-color:#3f3f3f;
	display:block;	
	margin-bottom:20px;
}

#press_testimonials li blockquote, #press_testimonials li .blockquote_attribution{
	margin-left:10px;
}

/* Home */

/* nice titles */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: #333;
    
    /* Mozilla proprietary */
    -moz-border-radius: 5px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

/* NEWS ENDORSEMENT */

#press_links {
  clear:both;
	width: 960px;
	padding: 8px 0 0 0;
}

#press_links .press_article_link{
	display:block;
	padding-left:20px;
	margin-bottom: 20px;
}

#press_links li p{
	margin-right:150px;
}

.pEndorsement {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 0 0;
	margin: 4px 0 0 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}

.pEndorsement img, .pEndorsement_internal img {
  padding-right: 6px;
}

.pEndorsement_internal {
 background: url('../images/endorsement_bg.jpg') top left no-repeat;
	padding-top: 20px;
	margin: 4px 0 0 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}

.pShadow {
  background: url('../images/endorsement_bg.jpg') top left no-repeat;
	padding-top: 20px;
}

/* Q2-2010 HOMEPAGE */

.center_wrap {
  width: 945px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background: #fff;
}

.center_wrap_ramsey {
  	width: 960px;
  	height: 426px;
  	background: url('../images/DaveRamsey.jpg') top left no-repeat;
	margin: 10px auto 0px;
	background: #fff;
}

#offer_wrap	{
	width:235px;
	float:right;
	padding-top:252px;
	text-align:center;
	font-size:9px;
	color:#ffffff;
	text-decoration:underline;
}

#offer_wrap p		{ 
	padding-bottom:25px;	
}

.center_shadow {
  width: 945px;
	margin:  0 auto;
	padding: 16px 0px 10px 10px;
	overflow: hidden;
  background: url('../images/endorsement_bg.jpg') top left no-repeat;
}

#top_banner {
  width: 945px;
	overflow: hidden;
}

#tab_container {
  width: 705px;
	float: left;
}

#tab_container h2.clarendon{
	padding:0;
	margin: 0;
	font-size: 55px;
	line-height: 50px;
	color: #5a5a5a;
	text-align:left;
}

#tab_container h3.clarendon{
	padding:0;
	margin: 0;
	font-size: 40px;
	line-height: 42px;
	color: #5a5a5a;
	text-align:left;
}

#tab_container h4.clarendon{
	padding:0;
	margin: 0;
	font-size: 30px;
	line-height: 32px;
	color: #5a5a5a;
	text-align:left;
}

#tab_1 p, #tab_2 p, #tab_3 p, #tab_5 p, #tab_6 p, #tab_7 p, #tab_8 p, #tab_9 p, #tab_10 p, #tab_11 p, #tab_12 p, #tab_14 p, #tab_15 p, #tab_17 p, #tab_18 p, #tab_20 p, #tab_21  p, #tab_23 p, #tab_24  p , #tab_26 p, #tab_27  p , #tab_29 p, #tab_30  p {
	width: 300px;
}

 #tab_4 p {
	width: 400px;
}

 #tab_13 p {
	width: 400px;
}

#tab_16 p {
	width: 400px;
}

#tab_19 p {
	width: 400px;
}

#tab_22 p {
	width: 400px;
}

#tab_25 p {
	width: 400px;
}

#tab_28 p {
	width: 400px;
}

#tab_1 ul, #tab_2 ul, #tab_3 ul, #tab_4 ul, #tab_5 ul, #tab_6 ul, #tab_7 ul, #tab_8 ul, #tab_9 ul, #tab_10 ul, #tab_11 ul, #tab_12 ul, #tab_13 ul, #tab_14 ul, #tab_15 ul, #tab_16 ul, #tab_17 ul, #tab_18 ul, #tab_19 ul, #tab_20 ul, #tab_21 ul, #tab_22 ul, #tab_23 ul, #tab_24 ul, #tab_25 ul, #tab_26 ul, #tab_27 ul, #tab_28 ul, #tab_29 ul, #tab_30 ul  {
	margin: 10px 0 0 18px;
}

#tab_1 li, #tab_2 li, #tab_3 li, #tab_4 li, #tab_5 li, #tab_6 li, #tab_7 li, #tab_8 li, #tab_9 li , #tab_10 li, #tab_11 li, #tab_12 li, #tab_13 li, #tab_14 li, #tab_15 li, #tab_16 li, #tab_17 li, #tab_18 li, #tab_19 li, #tab_20 li, #tab_21 li, #tab_22 li, #tab_23 li, #tab_24 li, #tab_25 li, #tab_26 li, #tab_27 li, #tab_28 li, #tab_29 li, #tab_30 li{
	list-style: disc;
	padding: 0 0 0 10px;
}


#tab_1 {
  margin: 0;
	padding: 20px 180px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab1_bg.jpg') left bottom no-repeat;
}

#tab_2 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_bg.jpg') left bottom no-repeat;
}

#tab_3 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab3_bg.jpg') left bottom no-repeat;
}

#tab_4 {
  margin: 0;
	padding: 0 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer2_bg.jpg') left bottom no-repeat;
}

#tab_5 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer2_bg.jpg') left bottom no-repeat;
}

#tab_6 {
  margin: 0;
	padding: 20px 200px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab3_offer2_bg.jpg') left bottom no-repeat;
}

#tab_7 {
  margin: 0;
	padding: 0 150px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer3_bg.jpg') left bottom no-repeat;
}
#tab_7_sub {
  margin: 0;
	padding: 30px 0px 0px 0px;
	height: 314px;
	overflow: hidden;
}

#tab_8 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer3_bg.jpg') left bottom no-repeat;
}

#tab_9 {
  margin: 0;
	padding: 20px 200px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab3_offer3_bg.jpg') left bottom no-repeat;
}

#tab_10 {
  margin: 0;
	padding: 0 150px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer4_bg.jpg') left bottom no-repeat;
}
#tab_10_sub {
  margin: 0;
	padding: 30px 0px 0px 0px;
	height: 314px;
	overflow: hidden;
}

#tab_11 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer4_bg.jpg') left bottom no-repeat;
}

#tab_12 {
  margin: 0;
	padding: 20px 200px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab3_offer4_bg.jpg') left bottom no-repeat;
}

#tab_13 {
  margin: 0;
	padding: 0px 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer2_bg.jpg') left bottom no-repeat;
}

#tab_14 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer2_bg.jpg') left bottom no-repeat;
}

#tab_15 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab1_pos3_bg.jpg') left bottom no-repeat;
}

#tab_16 {
  margin: 0;
	padding: 0px 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer2_bg.jpg') left bottom no-repeat;
}

#tab_17 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer2_bg.jpg') left bottom no-repeat;
}

#tab_18 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab1_pos3_bg.jpg') left bottom no-repeat;
}

#tab_19 {
  margin: 0;
	padding: 0px 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/holiday_tab_bg_arrow.jpg') left bottom no-repeat;
}

#tab_20 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_bg.jpg') left bottom no-repeat;
}

#tab_21 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/money_pile_tab_bg.jpg') left bottom no-repeat;
}

#tab_22 {
  margin: 0;
	padding: 0px 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/optimizers_tab1_bg.jpg') left bottom no-repeat;
}

#tab_23 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/optimizers_tab2_bg.jpg') left bottom no-repeat;
}

#tab_24 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/optimizers_tab3_bg.jpg') left bottom no-repeat;
}

#tab_25 {
  margin: 0;
	padding: 0 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer2_bg.jpg') left bottom no-repeat;
}

#tab_26{
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer2_bg.jpg') left bottom no-repeat;
}

#tab_27 {
  margin: 0;
	padding: 20px 200px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab3_offer2_bg.jpg') left bottom no-repeat;
}

#tab_28 {
  margin: 0;
	padding: 0px 200px 0 30px;
	height: 334px;
	overflow: hidden;
	background: url('../images/q210/tab1_offer2_bg.jpg') left bottom no-repeat;
}

#tab_29 {
  margin: 0;
	padding: 20px 50px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab2_offer2_bg.jpg') left bottom no-repeat;
}

#tab_30 {
  margin: 0;
	padding: 20px 100px 0 30px;
	height: 314px;
	overflow: hidden;
	background: url('../images/q210/tab1_pos3_bg.jpg') left bottom no-repeat;
}

#tab_2, #tab_3, #tab_5, #tab_6, #tab_8, #tab_9, #tab_11, #tab_12, #tab_14, #tab_15, #tab_17, #tab_18 , #tab_20, #tab_21, #tab_23, #tab_24, #tab_26, #tab_27, #tab_29, #tab_30{
  display: none;
}


ul#tabs {
  overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#tabs li {
  float: left;
	margin: 0;
	padding: 0;
}

ul#tabs li a {
  color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	height: 38px;
	padding: 34px 0 0 20px;
	width: 215px;
}


#tab_button_1 a {
  background: url('../images/q210/tab_atm.jpg') top left no-repeat;	
}

#tab_button_2 a {
  background: url('../images/q210/tab_checking.jpg') top left no-repeat;
}

#tab_button_3 a {
  background: url('../images/q210/tab_rewards.jpg') top left no-repeat;
}

#tab_button_4 a {
  background: url('../images/q210/tab_offer2_atm.jpg') top left no-repeat;	
}

#tab_button_5 a {
  background: url('../images/q210/tab_offer2_checking.jpg') top left no-repeat;
}

#tab_button_6 a {
  background: url('../images/q210/tab_offer2_rewards.jpg') top left no-repeat;
}

#tab_button_7 a {
  background: url('../images/q210/tab_offer3_10.jpg') top left no-repeat;	
}

#tab_button_8 a {
  background: url('../images/q210/tab_offer3_checking.jpg') top left no-repeat;
}

#tab_button_9 a {
  background: url('../images/q210/tab_offer3_atm.jpg') top left no-repeat;
}

#tab_button_10 a {
  background: url('../images/q210/tab_offer4_10.jpg') top left no-repeat;	
}

#tab_button_11 a {
  background: url('../images/q210/tab_offer4_checking.jpg') top left no-repeat;
}

#tab_button_12 a {
  background: url('../images/q210/tab_offer4_atm.jpg') top left no-repeat;
}

#tab_button_13 a {
  background: url('../images/q210/tab_offer2_atm.jpg') top left no-repeat;	
}

#tab_button_14 a {
  background: url('../images/q210/tab_checking.jpg') top left no-repeat;
}

#tab_button_15 a {
  background: url('../images/q210/tab_atm.jpg') top left no-repeat;
}

#tab_button_16 a {
  background: url('../images/q210/tab_offer2_atm.jpg') top left no-repeat;	
}

#tab_button_17 a {
  background: url('../images/q210/tab_checking.jpg') top left no-repeat;
}

#tab_button_18 a {
  background: url('../images/q210/tab_atm.jpg') top left no-repeat;
}

#tab_button_19 a {
  background: url('../images/q210/tab_holiday.jpg') top left no-repeat;	
}

#tab_button_20 a {
  background: url('../images/q210/tab_checking.jpg') top left no-repeat;
}

#tab_button_21 a {
  background: url('../images/q210/tab_holiday3.jpg') top left no-repeat;
}

#tab_button_22 a {
  background: url('../images/q210/tab_optimizers_1a.jpg') top left no-repeat;	
}

#tab_button_23 a {
  background: url('../images/q210/tab_optimizers_2.jpg') top left no-repeat;
}

#tab_button_24 a {
  background: url('../images/q210/tab_optimizers_3.jpg') top left no-repeat;
}

#tab_button_25 a {
  background: url('../images/q210/tab_offer2_atm.jpg') top left no-repeat;	
}

#tab_button_26 a {
  background: url('../images/q210/tab_offer2_checking.jpg') top left no-repeat;
}

#tab_button_27 a {
  background: url('../images/q210/tab_offer2_rewards.jpg') top left no-repeat;
}

#tab_button_28 a {
  background: url('../images/q210/tab_offer2_atm.jpg') top left no-repeat;	
}

#tab_button_29 a {
  background: url('../images/q210/tab_checking.jpg') top left no-repeat;
}

#tab_button_30 a {
  background: url('../images/q210/tab_atm.jpg') top left no-repeat;
}


#tab_button_1 a:hover, #tab_button_2 a:hover, #tab_button_3 a:hover, #tab_button_4 a:hover, #tab_button_5 a:hover, #tab_button_6 a:hover, #tab_button_7 a:hover, #tab_button_8 a:hover, #tab_button_9 a:hover, #tab_button_10 a:hover, #tab_button_11 a:hover, #tab_button_12 a:hover , #tab_button_13 a:hover, #tab_button_14 a:hover, #tab_button_15 a:hover , #tab_button_16 a:hover, #tab_button_17 a:hover, #tab_button_18 a:hover, #tab_button_19 a:hover, #tab_button_20 a:hover, #tab_button_21 a:hover, #tab_button_22 a:hover, #tab_button_23 a:hover, #tab_button_24 a:hover, #tab_button_25 a:hover, #tab_button_26 a:hover, #tab_button_27 a:hover, #tab_button_28 a:hover, #tab_button_29 a:hover, #tab_button_30 a:hover{
	background-position: 0 -72px;
}

#tab_button_1.tab_on a, #tab_button_2.tab_on a, #tab_button_3.tab_on a, #tab_button_4.tab_on a, #tab_button_5.tab_on a, #tab_button_6.tab_on a, #tab_button_7.tab_on a, #tab_button_8.tab_on a, #tab_button_9.tab_on a, #tab_button_10.tab_on a, #tab_button_11.tab_on a, #tab_button_12.tab_on a , #tab_button_13.tab_on a, #tab_button_14.tab_on a, #tab_button_15.tab_on a, #tab_button_16.tab_on a, #tab_button_17.tab_on a, #tab_button_18.tab_on a, #tab_button_19.tab_on a, #tab_button_20.tab_on a, #tab_button_21.tab_on a , #tab_button_22.tab_on a, #tab_button_23.tab_on a, #tab_button_24.tab_on a , #tab_button_25.tab_on a, #tab_button_26.tab_on a, #tab_button_27.tab_on a , #tab_button_28.tab_on a, #tab_button_29.tab_on a, #tab_button_30.tab_on a   {
	background-position: 0 -144px;
}

#banner_ad {
  width: 235px;
	float: left;
}

.col4wide {
  width: 207px;
	height: 415px;
	float: left;
	padding: 0 14px;
	background: url('../images/q210/dotted_grey.gif') top right repeat-y;
}

.ramsey_checking { color:#666666;
	
}

.col4wide_dbl {
  width: 442px;
	height: 384px;
	float: left;
	padding: 0 14px;
	background: url('../images/q210/dotted_grey.gif') top right repeat-y;
}

.col4wide_last {
  width: 207px;
	height: 384px;
	float: left;
	padding: 0 14px;
	background: none;
}

.col4wide em, .col4wide_last em {
  font-style: italic;
}

.green {
	color: #71ac2a;
}

#the_best_brands_logos_Q2 {
	width:204px;
	height:202px;
	background:url(../images/home_logos_Q2.gif);
	background-repeat:no-repeat;
	background-position: left 10px;
}

#the_best_brands_logos_Q2  a{
	display:block;
	float:left;
	width:95px;
	height:47px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	margin-top: 6px;
}
