body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	background:#89b3ba url(/Content/img/bg-body.jpg) repeat-x;
}
strong { font-weight: bold; }
a{
	color:#09c;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}
img{ border:0;}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

/* MODAL */
#simplemodal-overlay {background-color:#89B3BA;}
/*

#simplemodal-container {height:320px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/savings/gfx/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

*/

/* VALIDATOR */
.error { border-color: red !important; }
/* FOCUS HIGHLIGHT */
.focused { border-color: #66F !important; background-color: #F9F9FF !important; }

#wrapper{
	width:984px;
	margin:0 auto;
	position:relative;
	z-index:1;
	padding:105px 0 0;
}
a.logo{
	margin:0;
	display:block;
	position:absolute;
	top:7px;
	left:37px;
	width:231px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(/Content/img/logo.png) no-repeat;
	z-index:3;
}
a.logo-big {
	margin:0;
	position:absolute;
	display:block;
	left:37px;
	top:31px;
	height:70px;
	width:231px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/Content/img/bg-logo-big.gif) no-repeat scroll 0 0;
}
#main{
	height:1%;
	overflow:hidden;
}
#main .t, #main .t-white, #main .b{
	height:49px;
	width:984px;
	overflow:hidden;
	background:url(/Content/img/bg-main-t.png) no-repeat;
}
#main .t-white{
	height:20px;
	background:url(/Content/img/bg-main-t-white.png) no-repeat;
}
#main .b{
	height:21px;
	background:url(/Content/img/bg-main-b.png) no-repeat;
}
#main .c{
	width:940px;
	padding:0 22px;
	overflow:hidden;
	background:url(/Content/img/bg-main-c.png) repeat-y;
	position:relative;
}
#header{
	width:962px;
	height:71px;
	padding:29px 22px 0 0;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
#header a.header-login,
#header a.header-signup {
	float:right;
	display:inline;
	overflow: hidden;
	margin:35px 0 0 4px;
	width:85px;
	height:30px;
	text-indent:-9999px;
	background:url(/Content/img/btn-header-login.gif) no-repeat;
}
#header a.header-signup {
	width:70px;
	background:url(/Content/img/btn-header-signup.gif) no-repeat;
}
.nav-holder{
	position:absolute;
	top:81px;
	left:22px;
	width:100%;
}
#nav {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	height:1%;
}
#nav li{
	float:left;
	padding-left:2px;
}
#nav li .new{
    top:0px;
    left:0px;
    position:absolute;
	height:28px;
	width:28px;
	text-indent:-9999px;
	background:url(/Content/img/bg-new-badge.png) no-repeat;
}
#nav li:first-child{padding-left:0;}
#nav a{
	float:left;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	background:url(/Content/img/bg-nav-left.gif) no-repeat;
	position:relative;
}
#nav a:hover{text-decoration:none;}
#nav strong {
	float:left;
	padding:9px 20px 10px;
	background:url(/Content/img/bg-nav-right.gif) no-repeat 100% 0;
}
#nav .first-item a{background:url(/Content/img/bg-nav-first.gif) no-repeat;}
#nav .last-item strong{background:url(/Content/img/bg-nav-last.gif) no-repeat 100% 0;}
#nav li:hover strong, #nav li.hover strong, #nav li.current strong{
	background:url(/Content/img/bg-nav-rollover.gif) repeat-x;
	color:#333;
	cursor:pointer;
}
#nav li:hover ul, #nav li.hover ul{display:block;}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:37px;
	left:0;
	width:940px;
	background-color:#DFDFDF;
}
#nav ul li{
	background:url(/Content/img/separator-drop.gif) no-repeat 0 6px;
	padding:0 0 0 2px;
	position:static;
}
#nav ul li:first-child{
	background:none;
	padding-left:0;
}
#nav ul a{
	background:none;
	font-size:13px;
	color:#333;
	padding:7px 15px 9px;
}
#nav ul a:hover{
	color:#0d6d9d;
}
#nav ul a.current{
	background:url(/Content/img/bg-drop-hover.gif) no-repeat 50% 100%;
}
#nav ul.sub-nav {
    display:none;
    left:auto;
    width:auto;
    border: solid 1px #FFF;
    z-index:2;
    
}
#nav ul.sub-nav li {float:none;}
.login-box{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.login-box li{ float:left;}
.login-box a{
	float:left;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
}
.login{
	width:86px;
	background:url(/Content/img/bg-login.gif) no-repeat;
}
.register{
	width:96px;
	background:url(/Content/img/bg-register.gif) no-repeat;
}
.logout{
	width:86px;
	background:url(/Content/img/bg-logout.gif) no-repeat;
}
.settings{
	width:96px;
	background:url(/Content/img/bg-settings.gif) no-repeat;
}
.top-nav-holder {
	position:absolute;
	top:0;
	right:-60px;
	width: 621px;
	text-align: center;
	background:url(/Content/img/bg-top-nav.png) no-repeat;
}
/*.top-nav-holder ul{
	margin:0;
	list-style:none;
	padding:6px 0 8px 239px;
	width:382px;
	overflow:hidden;
}
.top-nav-holder li{
	float:left;
	background:url(/Content/img/separator-top-nav.gif) no-repeat 0 2px;
	font-size:12px;
	color:#666;
	white-space:nowrap;
	padding:0 10px 0 12px;
	position:relative;
}*/
.top-nav-holder a, .top-nav-holder span{
	float:left;
	position:relative;
    display:block;
	padding:6px 10px 8px 12px;
	white-space:nowrap;
	text-decoration:none;
	background:url(/Content/img/separator-top-nav.gif) no-repeat 2px center;
}
.top-nav-holder a{
	color:#069;
}
.top-nav-holder a:hover{text-decoration:underline;}
.top-nav-holder li:first-child, .top-nav-holder a:first-child, .top-nav-holder span:first-child{
	background:none;
	padding-left:0;
}
.top-nav-holder .top-nav-items{
float:left;
position:relative;
left:50%;
text-align:left;
}
.top-nav-items div{
list-style:none; 
position:relative;
left:-50%;
}
/*
.nav-r{
	float:right;
	clear:both;
	height:36px;
	background:url(/Content/img/bg-nav-r.gif) no-repeat 100% 0;
}
.nav-l{
	float:left;
	height:36px;
	padding:0 7px;
	overflow:hidden;
	background:url(/Content/img/bg-nav-l.gif) no-repeat;
}
#nav{
	float:left;
	height:36px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	background:url(/Content/img/bg-nav-c.gif) repeat-x;
}
#nav li{
	float:left;
	display:inline;
	margin:0 2px 0 -2px;
	background:url(/Content/img/divider-nav.gif) no-repeat 0 1px;
}
#nav a{
	float:left;
	height:36px;
	line-height:36px;
	padding:0 20px 0 19px;
	color:#25a0f3;
	font-weight:bold;
	text-decoration:none;
}
#nav .active a,
#nav a:hover{
	color:#7bc6f9;
}*/
.section, .wizardsection{
	padding:15px 11px 2px 16px;
	width:913px;
	height:63px;
	overflow:hidden;
	margin:0 0 8px;
	color:#fff;
	position:relative;
	background:url(/Content/img/bg-section.png) no-repeat;
}
.wizardsection, .wizardsectionspacer{padding:1px 11px 0px 16px;width:583px;height:45px;margin:8px 0px;}
.wizardsection{
    position:absolute;
    bottom:0px;
    background:url(/Content/img/bg-wizardsection.png) no-repeat;
}
.section .sign-up, .section .next-step, .wizardsection .next-step{
	float:right;
	display:inline;
	width:137px;
	height:44px;
	text-indent:-9999px;
	margin-top:4px;
	overflow:hidden;
	background:url(/Content/img/btn-sign.png) no-repeat;
}
.wizardsection .next-step{
	/*float:left;*/
	margin-top:0px;
	width:109px;
	background:url(/Content/img/btn-next-green.png) no-repeat;
}
.section h2{
	font-size:36px;
	margin:0 0 9px;
}
.wizardsection span{
	display:block;
	color:#666;
	font-size:22px;
	margin-top:10px;
}
.section .holder{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}
.section .holder ul{
	float:left;
	margin:0;
	padding:0 17px 0 0;
	list-style:none;
	overflow:hidden;
}
.navigation li{
	float:left;
	padding:0 2px 0 0;
	background:url(/Content/img/divider-navigation.gif) no-repeat 100% 1px;
}
.navigation a{
	float:left;
	padding:0 16px;
	height:28px;
	font-size:13px;
	color:#ddf0f8;
	font-weight:bold;
	text-decoration:none;
}
.navigation .active a,
.navigation a:hover{
	background:url(/Content/img/bg-navigation-hover.gif) no-repeat 50% 100%;
}
.twitter li{
	display:inline;
	padding:0 2px 0 0;
}
.step{
	width:550px;
	/* START CUSTOM CODE Removed to work with  */
	/*
	overflow:hidden;
	position:absolute;
	top:91px;
	left:50%;
	margin:0 0 0 -225px;
	z-index:10;
	*/
	/* END CUSTOM CODE */
}
.step .top-heading{
	width:503px;
	height:46px;
	padding:20px 0 0 47px;
	background:url(/Content/img/bg-step-heading.png) no-repeat;
	overflow:hidden;
	position:relative;
}
.step .top-heading span{
	float:left;
	padding:5px 0 0 21px;
	font-size:16px;
	color:#030;
	white-space:nowrap;
}
.step .top-heading h3{
	float:left;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	margin:0;
}
.step .content{
	height:1%;
	overflow:hidden;
	background:#f4f4f4 url(/Content/img/bg-step-c.gif) repeat-x 0 100%;
	padding:5px 28px 0 50px;
}
.step .content{
}
.step .b{
	height:12px;
	width:550px;
	background:url(/Content/img/bg-step-b.png) no-repeat;
	overflow:hidden;
}
.step .close{
	position:absolute;
	top:6px;
	right:8px;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/Content/img/bg-close.gif) no-repeat;
}

/* footer */
#footer{
	height:1%;
	overflow:hidden;
	padding:5px 10px 30px;
	color:#fff;
	font-size:11px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{ text-decoration:underline;}
#footer ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer li{
	float:left;
	background:url(/Content/img/divider-footer.gif) no-repeat 100% 0;
	padding:0 8px 0 6px;
	margin:0 -2px 0 2px;
	display:inline;
}
.box-blue {
	margin:22px 0 0 15px;
	width:910px;
	overflow:hidden;
	background:#f2f9fc url(/Content/img/bg-box-blue-top.gif) no-repeat;
}
.box-blue-top {
	width:910px;
	overflow:hidden;
	padding:0 0 10px;
	background:url(/Content/img/bg-box-blue-btm.gif) no-repeat 0 100%;
}
.lifehacker {
	float:left;
	width:440px;
}
.lifehacker strong.title {
	float:left;
	display:inline;
	margin:50px 5px 0 13px;
	width:96px;
	height:21px;
	text-indent:-9999px;
	background:url(/Content/img/text-lifehacker.gif) no-repeat;
}
.lifehacker q {
    quotes:none;
	display:block;
	color:#333;
	font:italic 14px/20px Georgia, "Times New Roman", Times, serif;
}
.lifehacker blockquote q:before{content:"";}
.lifehacker blockquote q:after{content:"";}
.lifehacker blockquote {
	margin:10px 0 0 -19px;
	padding:0 0 0 20px;
	background:url(/Content/img/bg-cite.gif) no-repeat;
}
.lifehacker blockquote cite {
	display:block;
	margin:14px 0 0;
	color:#333;
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
}
.box-cite {
	float:left;
	margin:10px 0 0;
	width:322px;
	overflow:hidden;
	background:url(/Content/img/bg-box-cite.gif) repeat-y;
}
.boxc-top {
	width:322px;
	background:url(/Content/img/bg-box-cite-top.gif) no-repeat;
}
.boxc-btm {
	padding:28px 40px 25px 50px;
	background:url(/Content/img/bg-box-cite-btm.gif) no-repeat 0 100%;
}
.box-cite h4 {
	margin:0;
	color:#333;
	font-size:15px;
	line-height:18px;
}
.box-manage {
	float:right;
	display:inline;
	margin:10px 14px 0 0;
	width:422px;
	background:url(/Content/img/bg-boxm.gif) repeat-y;
}
.boxm-top {
	background:url(/Content/img/bg-boxm-top.gif) no-repeat;
}
.boxm-btm {
	padding:25px 32px 25px;
	background:url(/Content/img/bg-boxm-btm.gif) no-repeat 0 100%;
}
.box-manage h4 {
	margin:0;
	color:#09c;
	font-size:18px;
	line-height:22px;
}
.box-manage p {
	margin:0;
	color:#666;
	font-size:14px;
	line-height:18px;
}
.boxm-text {
	overflow:hidden;
	height:1%;
	padding:20px 0 0;
}
.boxm-text img {
	float:left;
	padding-bottom:10px;
	margin:0 14px 0 0;
}
.box-manage .get-start {
	overflow:hidden;
	height:1%;
	padding:5px 0 0;
}
.box-manage .get-start span {
	display:block;
	padding:7px 0 0;
	color:#333;
	font-size:16px;
	line-height:19px;
}
a.btn-sign {
	display:block;
	width:100px;
	padding:0 0 0 14px;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
	background:url(/Content/img/bg-sign-bluearrow-r.gif) no-repeat;
}
.box-manage a.btn-sign {
	float:right;
}
/*.columns-holder {
	overflow:hidden;
	height:1%;
	padding:27px 0 0 15px;
	width:1000px;
}
.column {
	float:left;
	margin-right:65px;
	width:260px;
}
.column img {
	display:block;
}
.column h5 {
	margin:10px 0 0;
	color:#09c;
	font-size:16px;
	line-height:24px;
}
.column h5 a {
	text-decoration:none;
}
.column h5 a:hover {
	text-decoration:underline;
}
.column p {
	margin:8px 0 0;
	color:#666;
	font-size:14px;
	line-height:18px;
}*/
.box-try {
	overflow:hidden;
	height:1%;
	margin:65px 15px 0;
	padding:15px 45px 15px 60px;
	background:#f2f9fc;
}
.box-try h1, .box-try p {
	margin:0;
	font-size:24px;
	line-height:32px;
}
.box-try h1 span, .box-try p span {
	color:#000;
	font-weight:bold;
}
.box-try h1 em, .box-try p em {
	font-style:normal;
	font-weight:bold;
	color:#390;
}
.box-try a.btn-sign {
	float:right;
}
/*#main-c{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-1{
	width:1104px;
	position:relative;
	float:left;
	left:50%;
}
.mc-2{
	width:1104px;
	position:relative;
	float:left;
	left:-50%;
}
.inner .logo {
	top:7px;
	left:20px;
}
.inner h1.logo a {
	width:204px;
	height:55px;
	background:url(../images/logo-mini.png) no-repeat;
}
.sub-nav {
	position:absolute;
	right:-72px;
	top:0;
	width:621px;
	height:30px;
}
.sub-nav ul {
	width:423px;
	margin:0;
	padding:0 0 0 200px;
	list-style:none;
	overflow:hidden;
	background:url(../images/bg-sub-nav.png) no-repeat;
}
.sub-nav ul li {
	float:left;
	white-space:nowrap;
	color:#666;
	line-height:29px;
	padding:0 12px 0 13px;
	background:url(../images/bg-sep.gif) no-repeat 0 50%;
}
.sub-nav ul li:first-child {
	background:none;
}
.sub-nav ul a {
	position:relative;
	color:#069;
	text-decoration:none;
}
.sub-nav ul a:hover {
	text-decoration:underline;
}
.main-nav {
	position:absolute;
	top:80px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
}
.main-nav li {
	float:left;
	margin-right:2px;
}
.main-nav a {
	float:left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:36px;
	text-decoration:none;
	background:url(../images/bg-it-l.gif) no-repeat;
}
.main-nav a span {
	float:left;
	cursor:pointer;
	height:36px;
	padding:0 19px;
	background:url(../images/bg-it-r.gif) no-repeat 100% 0;
}
.main-nav a.first {
	background:url(../images/bg-itf-l.gif) no-repeat;
}
.main-nav a.last {
	background:url(../images/bg-itl-r.gif) no-repeat 100% 0;
}
.main-nav a.last span {
	background:url(../images/bg-itl-l.gif) no-repeat;
}
.main-nav a:hover,
.main-nav li.active a {
	color:#333;
	background:url(../images/bg-it-h.gif) repeat-x;
}
.main-nav a:hover span,
.main-nav li.active a span {
	background:none;
}
.main-nav li.active a.first,
.main-nav a.first:hover {
	background:url(../images/bg-itf-l-h.gif) no-repeat;
}
.main-nav li.active a.first span,
.main-nav a.first:hover span {background:none;}
.main-nav li.active a.last,
.main-nav a.last:hover {
	background:url(../images/bg-itl-r-h.gif) no-repeat 100% 0;
}
.main-nav li.active a.last span,
.main-nav a.last:hover span {
	background:none;
}
.main-nav li:hover ul,
.main-nav li.hover ul {
	display:block;
}
.main-nav ul {
	display:none;
	position:absolute;
	left:0;
	top:36px;
	margin:0;
	padding:0;
	list-style:none;
}
.main-nav ul a,
.main-nav ul a:hover,
.main-nav ul li {
	color:#000;
	background:none;
}
.main-nav ul li{
	background:url(../images/separator-drop.gif) no-repeat 0 6px;
	padding:0 0 0 2px;
}
.main-nav ul li:first-child{
	background:none;
	padding-left:0;
}
.main-nav ul a{
	background:none;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	padding:7px 15px 9px;
}
.main-nav ul a:hover{
	color:#0d6d9d;
	background:url(../images/bg-drop-hover1.gif) no-repeat 50% 95%;
}
.inner .box-try {
	margin-top:22px;
	padding-left:18px;
	padding-right:80px;
	padding-bottom:7px;
}
.inner .box-try a.btn-sign {
	margin:-6px 0 0;
	width:139px;
	height:46px;
	text-indent:-9999px;
	padding:0;
	background:url(../images/btn-sign.png) no-repeat;
}
.content-holder {
	padding:35px 0 20px 26px;
	overflow:hidden;
	height:1%;
	width:934px;
	margin:0 -10px;
}
.content-holder img {
	float:right;
}
.content-wrap {
	float:left;
	width:395px;
}
.content-text:after {
	content:"";
	clear:both;
	display:block;
}
.content-text {
	height:1%;
}
.box-text {
	overflow:hidden;
	height:1%;
	padding:0 0 65px;
}
.content-text img {
	float:right;
}
.content-text .text {
	float:left;
	width:265px;
}
.content-text .text h2 {
	margin:0;
	color:#000;
	font-size:18px;
	line-height:18px;
}
.content-text .text p {
	margin:5px 0 0;
	color:#656565;
	font-size:14px;
	line-height:18px;
}
.content-text a.sign {
	float:left;
	position:relative;
	display:inline;
	margin:-45px 0 0 -10px;
	width:139px;
	height:46px;
	text-indent:-9999px;
	background:url(../images/btn-sign.png) no-repeat;
}*/
#footer .blue-box {
	overflow:hidden;
	height:50px;
	background:url(/Content/img/bg-blue-box.gif) no-repeat;
}
#footer .blue-box ul {
	float:left;
	margin:0;
	padding:10px 0 0 10px;
	list-style:none;
}
#footer .blue-box ul li {
	float:left;
	width:240px;
	background:none;
	padding:0;
	margin:0;
}
#footer .blue-box ul li.last {
	margin:-5px 0 0;
}
#footer .blue-box ul li.last a {
	line-height:40px;
}
#footer .blue-box ul img {
	float:left;
	margin-right:10px;
}
#footer .blue-box ul a {
	color:#fff;
	font-size:13px;
	line-height:30px;
	text-decoration:underline;
}
#footer .blue-box ul a:hover {
	text-decoration:none;
}
#footer .nav-foot {
	overflow:hidden;
	height:1%;
	float:left;
	margin:14px 0 0;
}
#footer .nav-foot li {
	padding:0 8px 0 10px;
	background:url(/Content/img/sep-foot.gif) no-repeat 0 50%;
}
#footer .nav-foot li:first-child {
	background:none;
}
#footer .nav-foot a {
	font-size:13px;
	font-weight:bold;
}
#footer .column-wrap {
	overflow:hidden;
	height:1%;
	clear:both;
	padding:14px 0 0 12px;
}
#footer .column-wrap .col {
	float:left;
	width:240px;
}
#footer .column-wrap .col strong {
	display:block;
	margin:0 0 2px;
	font-size:12px;
	color:#0c6399;
}
#footer .column-wrap ul {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
}
#footer .column-wrap ul li {
	float:none;
	display:block;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	background:none;
}
#footer ul.copyright {
	float:left;
	padding:15px 0 0 5px;
}
#footer ul.copyright li {
	font-size:12px;
}

/* yahoo bar */
#Y-bar { min-height:30px; background: #641a66 url('/Content/img/yahooBar-bg.png') repeat-x; position:relative; color:#FFF; }
#Y-bar .interior { text-align:center; width:960px; margin:0 auto; position:relative; }
#Y-bar p { font-size:12px; padding-top:3px; }
#Y-bar small { font-size:13px; }
#Y-bar-close, #toggle { cursor:pointer; position:absolute; right:3px; top:6px; width:15px; height:15px; background:transparent url('/Content/img/yahooBar-close.png') no-repeat top right; text-indent:-9000px; }

/* ADDTHIS.COM */
.addthis_toolbox  {float:right;margin-top:18px;margin-right:200px;}

/* blue box */
.close-blue{
	width:11px;
	height:12px;
	float: right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/Content/img/bg-close-blue.png) no-repeat;
}

#accountwidget_updateAccounts {background:transparent url(/Content/img/bg-play.gif) no-repeat center left;padding:16px;}