* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	background: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.69em;
}
body.blank {
	padding:15px;
}

/* headings */

h1, h2.h1 {
	font-size: 1.91em;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 1.27em;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 1.09em;
	font-weight: bold;
	color: #000;
}

hr{
	height:1px;
	border:0;
	border-top: 1px solid #DDD;	
}

p.intro-copy {
	font-size: 1.27em;
	color: #333;
	margin-bottom: 30px !important;
	line-height:20px;
}

/* links */

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: none; }

/* text */
p {
	line-height:18px;
	color: #333;
}
#superbox p.close{
	background:transparent url(../images/lb-bg.png) no-repeat -550px 100%;
	cursor:pointer;cursor:hand;
	position:relative;
	height:23px;
	display:block;
	overflow:visible;
	width:533px;
}
#superbox p.close a{
	cursor:pointer;cursor:hand;
	position:absolute;
	display:block;
	right:0;
	top:0;
	overflow:hidden;
	width:34px;
	height:34px;
	text-indent:-5000px;
	background:url(../images/lb-close.png) no-repeat
}

/* tables */
table{
	border-collapse:collapse;
	margin-bottom:24px;
}
table tr th,
table tr td{
	border-left:1px solid #D6D6D6;
	padding:5px 10px;
}
table tr th.first,
table tr td.first{
	border-left:1px solid #FFF;
}

table tr td.btop{
	border-top:1px dashed #D6D6D6;
}

table tr.alt{
}
table tr.alt td{
	background:#F3F3F3;
}
table tr td hr{
	color:#FFF;
	display:block;
	height:0;
	padding:0;
	margin:5px;
	border:0;
	border-bottom:1px dotted #D6D6D6;
}

.big {
	font-size: 1.27em;
}

.red,.textred {
	color: #9a0002;
}

.white{
	color:#ffffff;
}

.hide{
	display:none;
}

.column-content{
	width:210px;
}

.space-right{
	margin-right:20px;
}

table.compare td{
border: none;
background-color:#FFFFFF;
}

table.compare td.bright{
border-right: 1px solid black;
}

table.compare td.btop{
border-top: 1px solid black;
}

table.compare td.backgrey{
background-color:#f3f3f3;
}

table.compare td.btopgrey{
border-top: 1px solid #666;
}

table.compare td.brightgrey{
border-right: 1px solid #999;
}

h2 a:hover{
text-decoration:none;
}

a.document{
color:#000;
text-decoration:underline;
}

a.golink{
color:#666;
font-weight:bold;
}

.mbot{
margin-bottom: 15px;
}

.middlecard{
height:160px;
background-color:#fff;
margin-left:110px;
}

.lightgrey {
color:#999;
}

.spacerightwide{
margin-left:160px;
}

.spacebot{
margin-bottom:3px;
}

/* layout */

#wrapper {
	width: 978px;
	margin: 27px auto 0 auto;
	padding-top: 25px;
	background-image:url("../images/default-background.jpg");
	background-repeat:no-repeat;
	position:relative;
}

#p-home #wrapper { background: url('../images/background.jpg') top left no-repeat; }

/*.p-about #wrapper { background: url('../images/about-background.jpg') top center no-repeat; }

.p-credit #wrapper { background: url('../images/credit-background.jpg') top center no-repeat; }

.p-super #wrapper { background: url('../images/super-background.jpg') top center no-repeat; }

.p-mvm #wrapper { background: url('../images/mvm-background.jpg') top center no-repeat; }*/

/* header */

#header {
	background: url('../images/header-background.jpg') repeat-x;
	height: 34px;
	margin-bottom: 15px;
}

/* menu */

#nav {
	background: url('../images/menu-background.jpg') repeat-x;
	/*width: 560px;*/
	height: 34px;
	float: left;
	padding: 4px 0 0 0;

}
        
#nav ul.parent {
	height: 34px;
	padding: 0 0 0 0;
	float: left;
	margin-top: -11px;
}
			
#nav ul li.child {
	background-image: url('../images/nav-bg.jpg') bottom left repeat-x;
	list-style-type: none;
	float: left;
	color: #FFF;
	font-weight: bold;
	position: relative;
	z-index: 10000;
}
				
#nav ul li.child a {
	float: left;
	background: url('../images/nav-a-bg.jpg') bottom left no-repeat;
	color: #FFF;
}

#nav ul li.child a.home {
	background: transparent url('../images/nav-a-home-bg.gif') no-repeat bottom right;
	width: 33px;
	overflow: hidden;
}

#nav ul li.child a.home span.link { visibility: hidden; }

#nav ul li.child a:hover,
#nav ul li.child a.hover {
	background: url('../images/nav-a-bg-hover.gif') no-repeat bottom left;
	cursor: pointer;
	text-decoration: none;
}
#nav ul li.child a.selected,
#nav ul li.child a.selected:hover {
	background: url('../images/nav-a-bg-over.gif') no-repeat bottom left!important;
	cursor: pointer;
	text-decoration: none;
}

#nav ul li.child a span.link {
	display: inline;
	float: left;
	margin-left: 12px;
	height: 26px;
	line-height: 16px;
	padding: 15px 11px 0 0;
	color: #FFF;
	/*font-size: 11px;*/
}

#nav ul li.child a:hover span.link,
#nav ul li.child a.hover span {
	background: url('../images/nav-span-bg-hover.gif') bottom right no-repeat;
	cursor: pointer;
}
#nav ul li.child a.selected span.link {
	background: url('../images/nav-span-bg-over.gif') bottom right no-repeat;
	cursor: pointer;
}

#nav :hover > a { background: url('../images/nav-a-bg-hover.gif') no-repeat bottom left !important; }

#nav :hover > a span.link { background: url('../images/nav-span-bg-hover.gif') top right no-repeat; }

#nav ul li a.home:hover { 
	background: transparent url('../images/nav-a-home-bg-hover.png') no-repeat bottom right !important;;
}
#nav ul li.home a.selected,
#nav ul li.home a.selected:hover { 
	background: transparent url('../images/nav-a-home-bg-over.png') no-repeat bottom right !important;;
}

#nav ul li.home .selected:hover { background: transparent url('../images/nav-a-home-bg-over.png') no-repeat bottom right !important; }

#nav li.hasDropDown ul {
	background: url('../images/dropdown-bg.png') bottom left repeat-y;
	display: none;
	width: 291px;
	position: absolute;
	top: 42px;
	left: -5px;
	padding: 0 0 4px 5px;
}

#nav li.hasDropDown:hover ul { display: block; }

#nav li.hasDropDown ul li {
	list-style: none;
	width: 259px;
	cursor: pointer;
}

#nav li.hasDropDown ul li.last { margin-bottom: 0; }

#nav li.hasDropDown ul li a {
	background: none;
	cursor: pointer;
	display: block;
	width: 252px;
	float: none;
	padding: 0;
	color: #333;
	/*font-size: 11px;*/
	padding: 7px 15px 10px 15px;
}

#nav li.hasDropDown ul li a img {
	float: left;
	margin: 3px 10px 0 0;
}

#nav li.hasDropDown ul li a span {
	display: block;
	width: 186px;
	margin-left: 77px;
}

#nav li.hasDropDown ul li a span.title { font-weight: bold; }

#nav li.hasDropDown ul li a span.desc { font-weight: normal; }

#nav li.hasDropDown ul li a:hover {
	background: #DDD !important;
	color: #CC0000;
}

/* search */

#search {
	border-left: 1px solid #FDFDFD;
	height: 28px;
	float: left;
	padding: 4px 14px 3px 11px;
}

#search legend { display: none; }

#search fieldset { border: none; }

#search label {
	font-size: 0.91em;
	font-weight: bold;
	color: #333;
	float: left;
	margin: 6px 6px 0 0;
}

#search input.text {
	background: url('../images/search-input.jpg') no-repeat;
	width: 110px;
	height: 17px;
	padding: 4px 4px 0 4px;
	float: left;
	margin: 2px 6px 0 0;
	color: #333;
	border: 1px solid #CACACA;
}

#search input.submit { margin-top: 3px; }

#search{
display:none;
}

#login {
	background: url('../images/header-border.jpg') top left no-repeat;
	height: 35px;
	float: right;
	position: relative;
	padding-left:66px;
	padding-right:10px;
}

#login p {
	font-size: 0.91em;
	line-height: 35px;
	font-weight: bold;
}

#login p span { color: #999; }

#login p a {
	/*background: url('../images/login-arrow.jpg') 155px 22px no-repeat;*/
	background: url('../images/login-arrow.jpg') 140px 22px no-repeat;
	color: #333;
	display: inline-block;
	height: 35px;
	width:150px;
	/*padding-right: 30px;*/
	z-index: 3;
}

#login #login-options {
	position: absolute;
	background: url('../images/login-dropdown.png') bottom left no-repeat;
	width: 204px;
	/*height: 203px;*/
	display: none;
	right: -9px;
	padding: 13px 0 13px 5px;
	z-index: 999;
}

#login #login-options h3 {
	color: #333;
	font-size: 1em;
	margin-bottom: 4px;
	padding-left: 12px;
	width: 170px;
}

#login #login-options ul {
	line-height: 24px;
	list-style: none;
}

#login #login-options ul li a {
	background: #EEE url('../images/login-dropdown-arrow.gif') 12px 50% no-repeat;
	/*font-size: 11px;*/
	color: #333;
	display: block;
	width: 169px;
	padding-left: 25px;
}

#login #login-options ul li a:hover {
	background: #DDD url('../images/login-dropdown-arrow.gif') 12px 50% no-repeat;
	color: #CC0000;
}

/* container */

#content{
	width: 718px;
	padding-top: 20px;
	float:left;
}
#p-home #container {
	/* position: relative; */
	width: 718px;
	padding-top: 20px;
	margin: 0 0 0 260px;
}

#p-home #container { 
	height: 333px; 
	background: #FFF url(../images/home-default.jpg) no-repeat bottom right;
}

#container{
	background-repeat: no-repeat;
	
	
}

#p-sub #content { min-height: 560px; }
#side-menu{
	width: 260px;
	float:left;
	overflow:visible;
}
#side-menu .module{
	background: transparent url(../images/side-nav.png) no-repeat bottom left;
	width: 200px;
	/*float: left;*/
	margin: 0 35px 40px 20px;
	padding-bottom:65px;
	min-height:320px;
}

#side-menu li { list-style: none; }

#side-menu li a {
	color: #FFF;
	/*font-size: 11px;*/
	font-weight: bold;
	display: block;
	padding: 3px 13px;
}

#side-menu li a:hover{
	background-color: #680000!important;
	text-decoration:none;
}

#side-menu li.open a{ background: #000 !important; }

#side-menu li.current a:hover { text-decoration: none; }

#side-menu li.current ul li a:hover { text-decoration: none;}

#side-menu li.current a { background: #680000; }

#side-menu li.current ul li a {
	background: #680000 url('../images/side-menu-arrow.gif') 14px 50% no-repeat !important;
	padding-left: 21px;
	font-weight:normal;
}

#side-menu li.current ul li ul li a {
	background: #680000 url('../images/side-menu-arrow.gif') 28px 50% no-repeat !important;
	padding-left: 35px;
}
#side-menu li.current ul li a:hover,
#side-menu li.current ul li ul li a:hover {
	background-color: #000!important;
}

#side-menu li.current ul.expanded li.open a { background: #000 url('../images/side-menu-arrow.gif') 14px 50% no-repeat !important;; }
#side-menu li.current ul.expanded li.current ul.expanded li.open a { background: #000 url('../images/side-menu-arrow.gif') 28px 50% no-repeat !important;; }

#side-menu img{
	border:0;
	padding:0;
	margin:0;
	clear:left;	
}
#container h1.title,
#container div.title {
	color: #C00;
	font-size: 3.82em;
	font-weight: bold;
	margin: 0 0 0 0;
	display: block;
	width: 720px;
	line-height:45px;
}

#container h2.sub-title,
#container div.sub-title {
	color: #333;
	font-size: 1.91em;
	font-weight: normal;
	display: block;
	width: 720px;
	line-height:17px;
}
/*
#p-home #container h2.sub-title,
#p-home #container div.sub-title{
	color: #000;
	font-size:2.55em;
}
#p-home #container h1.title,
#p-home #container div.title {
	color: #C00;
	font-size:4.36em;
	height:60px;
}
*/
#header-block{
	display:block;
	min-height:100px;	
}

#breadcrumbs { padding:5px 2px; color:#666666; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }

#breadcrumbs li {
	display: inline;
	list-style: none;
}

#breadcrumbs li,
#breadcrumbs a,
#breadcrumbs li a  {
	color: #666666;
}

#copy #the-big-idea {
	background: url('../images/the-big-idea.jpg') no-repeat;
	position: relative;
	width: 291px;
	height: 116px;
	padding: 205px 20px 0 18px;
	margin-left: 18px;
	float: right;
}

#copy #the-big-idea p {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}

#copy #the-big-idea img { float: right; }

#copy {
	padding: 30px 0 60px 0;
	width: 718px;
}

#copy h1, #copy h2.h1 { margin-bottom: 20px; }

#copy a.print-title-icon { float: right; }

#copy h2 {
	margin-bottom: 5px;
	font-size: 1.09em;
}

#copy h2.big {
	font-size: 1.27em;
}

#copy p { margin-bottom: 24px; }

#staff-page #copy p { margin-bottom: 10px; }

#copy p.mbot { margin-bottom: 12px; }

.p-super #copy p.intro-copy,
.p-mvm #copy p.intro-copy { margin-bottom: 30px !important; }

#copy .panes p{
	/*font-size:11px;*/
	line-height:16px;
	margin-bottom: 12px;
}

#copy .panes p.big{
	font-size:1.27em;
}

#copy .panes h3 {
	margin-bottom: 12px;
	font-size: 1.09em;
	font-weight: bold;
}
#copy ol ,
#copy ul {
	color: #262626;
	
	margin: 0 0 24px 13px;
	line-height: 18px;
}
#copy ol{
	margin: 0 0 24px 20px;
}
#copy ol li{

}
#copy ul li{
	list-style-type:disc;
}
#copy ul.jump{
	margin-left:0px;
}

#copy ul.jump li{
	list-style-type:none;
	padding-left:13px;
	background: url('../images/list-arrow.gif') 3px 7px no-repeat;
}
#inner-copy {
	width: 500px;
	float: left;
}

#side {
	background: url('../images/side-shadow.jpg') top left no-repeat;
	width: 178px;
	padding-left: 20px;
	float: right;
	min-height:405px;
}


body#form-right #inner-copy {
	width: 360px;
}
body#form-right #side {
	width: 318px;
}
body#form-right #side form{
margin-left:40px;
}
body#form-right #side form#reminder_form{
	margin-left:20px;
}
body#form-right #side form textarea{
width:250px;
}
body#form-right #content{
min-height:560px;
}
#side .phone, 
.column .phone {
	background: url('../images/phone.jpg') no-repeat;
	width: 135px;
	/*height: 64px;*/
	padding: 0 0 0 44px;
	margin-bottom: 17px;
	border-bottom: 1px solid #CCC;
}

.buy-online {
	background: url('/images/icons/buy-online.png') no-repeat;
	width: 135px;
	/*height: 64px;*/
	padding: 0 0 0 44px;
	margin-bottom: 17px;
	border-bottom: 1px solid #CCC;
}

.phone-number { color: #000; }
.phone .first { color: #333; }

#side .phone p, 
#copy .phone p {
	color: #999;
	margin-bottom: 5px;
}

#side .link { float: right; }

#side .side-nav {
	margin: 0 0 17px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#side .side-nav li { list-style: none; }

input.button,
input.button-inline{
	background: url('../images/button.jpg') no-repeat;
	border:0px;
	display: block;
	width: 138px;
	height: 26px;
	margin-bottom: 2px;
	line-height: 26px;
	text-indent: 10px;
	text-align:left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.09em;
}
input.button-inline{
	margin-right:10px;
}
input.black,
input.button.black{
	background-image: url('../images/button-black.gif')!important;
	font-size: 1em!important;
	width: 112px!important;
	height: 18px!important;
}
a.button,
#side .side-nav li a {
	background:url("../images/side-nav-bg.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	display:block;
	font-size:1.09em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin-bottom:10px;
	text-align:left;
	text-indent:10px;
	width:178px;
}

div.memberslogin{
background: url('../images/contact-login-problems.png') no-repeat;
padding-left: 40px; 
margin-top: 10px;
}

a.button-black,
a.button-black-inline{
	background: url('../images/side-nav-bg-black.jpg') no-repeat;
	border:0px;
	display: block;
	width: 178px;
	height: 26px;
	margin-bottom: 10px;
	line-height: 26px;
	text-indent: 10px;
	text-align:left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.09em;
}
a.button-black-inline{
	float:left;
	margin-right:5px;
}

a.button-black-wide,
a.button-black-wide-inline{
	background: url('../images/side-nav-bg-black-wide.jpg') no-repeat;
	border:0px;
	display: block;
	width: 200px;
	height: 26px;
	margin-bottom: 10px;
	line-height: 26px;
	text-indent: 10px;
	text-align:left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.09em;
}
a.button-black-wide-inline{
	float:left;
	margin-right:5px;
}
a.btn-black-wide,
a.btn-black-wide-inline{
	background: url('../images/button-black-wide.gif') no-repeat;
	border:0px;
	display: block;
	width: 158px;
	height: 18px;
	margin-bottom: 10px;
	line-height: 18px;
	text-indent: 10px;
	text-align:left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.09em;
}
a.btn-black-wide-inline{
	float:left;
	margin-right:5px;
}
a.btn-black-thin,
a.btn-black-thin-inline,
a.button-black-thin,
a.button-black-thin-inline{
	background: url('../images/button-black-thin.gif') no-repeat;
	border:0px;
	display: block;
	width: 178px;
	height: 18px;
	margin-bottom: 10px;
	line-height: 18px;
	text-indent: 10px;
	text-align:left;
	color: #FFF;
	font-weight: bold;
	font-size: 1.09em;
}
a.btn-black-thin-inline{
	float:left;
	margin-right:5px;
}
a.button.black,
a.black{
	background-image: url('../images/button-black.gif')!important;
	font-size: 1em!important;
	width: 112px!important;
	height: 18px!important;
	line-height: 18px!important;
}
input.button-inline{
	float:left;
}

input.button-inline:hover,
input.button:hover,
input.black:hover,
a.button:hover,
a.button-black:hover,
a.button-black-inline:hover,
a.button-black-wide:hover,
a.button-black-wide-inline:hover,
a.button-black-thin:hover,
a.button-black-thin-inline:hover,
a.btn-black-thin:hover,
a.btn-black-thin-inline:hover,
#side .side-nav li a:hover,
a.btn-black-wide:hover,
a.btn-black-wide-inline:hover {
	background-position:0 -30px;
}

/*#columns { margin-bottom: 15px; }*/

#columns .column {
	width: 320px;
	margin-right: 20px;
	float: left;
}
#inner-copy #columns .column {
	width: 200px;
	margin-right: 20px;
	float: left;
}
#columns-3 .column {
	width: 210px;
	margin-right: 15px;
	float: left;
}

#columns-3 .last,
#columns .last {
	background: url('../images/column-shadow.jpg') top left no-repeat;
	margin-right: 0!important;
	padding-left:20px;
	width:300px;
}
#inner-copy #columns-3 .column, #right-hand #columns-3 .column{
	width: 138px;
}
#inner-copy #columns-3 .last, #right-hand #columns-3 .last{
	background: none;
}
#inner-copy #columns .credit-card span{
	width: 219px;
	/*min-height: 188px;*/
	padding: 0;
	position: relative;
	display: block;
}
.credit-card span span.trigger{
	overflow:hidden;
	outline:none;
	text-indent:-5000px;
	text-align:left!important;
}
#columns-3 .credit-card span{
	width: 209px;
	height: 140px;
	padding: 0;
	position: relative;
	display: block;
}
#inner-copy #columns-3 .credit-card span, #right-hand #columns-3 .credit-card span{
	width: 138px;
}
#inner-copy #columns .credit-card span span.trigger{
	width: 194px;
	height: 148px;
}
#columns-3 .credit-card span span.trigger{
	width: 175px;
	height: 110px;
}
#inner-copy #columns-3 .credit-card span span.trigger, #right-hand #columns-3 .credit-card span span.trigger{
	width: 120px;
	height: 175px;
}
#columns-3 .credit-card ul,
#columns .credit-card ul {
	position: absolute;
	list-style: none;
	top: 11px;
	right: 0;
	text-align: center;
}
#columns-3 .credit-card ul li,
#columns .credit-card ul li,
#columns-3 .credit-card ol li,
#columns .credit-card ol li{
	list-style: none;
	cursor:pointer;
}

#columns-3 .credit-card li.active img,
#columns .credit-card li.active img { border: 1px solid #000; }

#columns-3 .credit-card .links,
#columns .credit-card .links {
	height:auto!important;
	padding:10px 0 0 3px!important;
}
#columns-3 .credit-card .links ul li,
#columns .credit-card .links ul li {
	list-style-type:disc;
	cursor:auto;
}



#columns-3 .credit-card .links ul,
#columns .credit-card .links ul{
	color:#262626;
	line-height:16px;
	margin-bottom:24px;
	margin-left:13px;
	margin-right:0;
	position:static;
	text-align:left;
	margin-top:0;
	top: 0px;
}
.credit-card p { margin-bottom: 11px !important; }

.rewards .red{background: url('../images/cc-award-red.jpg') no-repeat;}
.rewards .white{background: url('../images/cc-award-white.jpg') no-repeat;}
.rewards .teal{background: url('../images/cc-award-teal.jpg') no-repeat;}
.rewards .grey{background: url('../images/cc-award-grey.jpg') no-repeat;}
.rewards .black{background: url('../images/cc-award-black.jpg') no-repeat;}
.rewards .pink{background: url('../images/cc-award-pink.jpg') no-repeat;}

.no-fees .blue{ background: url('../images/cc-naf-blue.jpg') no-repeat; }
.no-fees .green{ background: url('../images/cc-naf-green.jpg') no-repeat; }
.no-fees .black{ background: url('../images/cc-naf-black.jpg') no-repeat; }
.no-fees .red{ background: url('../images/cc-naf-red.jpg') no-repeat; }
.no-fees .pink{ background: url('../images/cc-naf-pink.jpg') no-repeat; }
.no-fees .purple{ background: url('../images/cc-naf-purple.jpg') no-repeat; }

#columns-3 .rewards .red{background: url('../images/cc-award-red-m.jpg') no-repeat;}
#columns-3 .rewards .white{background: url('../images/cc-award-white-m.jpg') no-repeat;}
#columns-3 .rewards .teal{background: url('../images/cc-award-teal-m.jpg') no-repeat;}
#columns-3 .rewards .grey{background: url('../images/cc-award-grey-m.jpg') no-repeat;}
#columns-3 .rewards .black{background: url('../images/cc-award-black-m.jpg') no-repeat;}
#columns-3 .rewards .pink{background: url('../images/cc-award-pink-m.jpg') no-repeat;}

#columns-3 .no-fees .blue{ background: url('../images/cc-naf-blue-m.jpg') no-repeat; }
#columns-3 .no-fees .green{ background: url('../images/cc-naf-green-m.jpg') no-repeat; }
#columns-3 .no-fees .black{ background: url('../images/cc-naf-black-m.jpg') no-repeat; }
#columns-3 .no-fees .red{ background: url('../images/cc-naf-red-m.jpg') no-repeat; }
#columns-3 .no-fees .pink{ background: url('../images/cc-naf-pink-m.jpg') no-repeat; }
#columns-3 .no-fees .purple{ background: url('../images/cc-naf-purple-m.jpg') no-repeat; }


#inner-copy #columns-3 .rewards .red, #right-hand #columns-3 .rewards .red{background: url('../images/cc-award-red-s.jpg') no-repeat;}
#inner-copy #columns-3 .rewards .white, #right-hand #columns-3 .rewards .white{background: url('../images/cc-award-white-s.jpg') no-repeat;}
#inner-copy #columns-3 .rewards .teal,#right-hand #columns-3 .rewards .teal{background: url('../images/cc-award-teal-s.jpg') no-repeat;}
#inner-copy #columns-3 .rewards .grey,#right-hand #columns-3 .rewards .grey{background: url('../images/cc-award-grey-s.jpg') no-repeat;}
#inner-copy #columns-3 .rewards .black,#right-hand #columns-3 .rewards .black{background: url('../images/cc-award-black-s.jpg') no-repeat;}
#inner-copy #columns-3 .rewards .pink,#right-hand #columns-3 .rewards .pink{background: url('../images/cc-award-pink-s.jpg') no-repeat;}

#inner-copy #columns-3 .no-fees .blue, #right-hand #columns-3 .no-fees .blue{ background: url('../images/cc-naf-blue-s.jpg') no-repeat; }
#inner-copy #columns-3 .no-fees .green, #right-hand #columns-3 .no-fees .green{ background: url('../images/cc-naf-green-s.jpg') no-repeat; }
#inner-copy #columns-3 .no-fees .black, #right-hand #columns-3 .no-fees .black{ background: url('../images/cc-naf-black-s.jpg') no-repeat; }
#inner-copy #columns-3 .no-fees .red, #right-hand #columns-3 .no-fees .red{ background: url('../images/cc-naf-red-s.jpg') no-repeat; }
#inner-copy #columns-3 .no-fees .pink, #right-hand #columns-3 .no-fees .pink{ background: url('../images/cc-naf-pink-s.jpg') no-repeat; }
#inner-copy #columns-3 .no-fees .purple, #right-hand #columns-3 .no-fees .purple{ background: url('../images/cc-naf-purple-s.jpg') no-repeat; }


#terms-and-conditions {
	border: 1px solid #E6E6E6;
	width: 458px;
	margin-bottom: 50px;
}

#terms-and-conditions div.top {
	padding: 0 30px 0 7px;
	height: 24px;
	line-height: 24px;
}

#terms-and-conditions div.top h3 { float: left; }

#terms-and-conditions div.top a { float: right; }

#terms-and-conditions div.terms-content {
	border-top: 1px solid #E6E6E6;
	height: 63px;
	padding: 10px;
	overflow-y: scroll;
}

#terms-and-conditions div.terms-content p {
	margin-bottom: 15px;
	font-size: 1em;
	color: #666;
}

#terms-and-conditions h3 {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
#carousel {
	position: relative;
	width: 500px;
	height: 127px;
	margin-bottom: 30px;
}

#carousel #previous {
	position: absolute;
	background: url('../images/left-arrow.png') no-repeat 0 50%;
	width: 170px;
	height: 138px;
	display: block;
	left: 0;
	top: 4px;
	text-indent: -9999px;
	overflow:hidden;
}

#carousel #next {
	position: absolute;
	background: url('../images/right-arrow.png') no-repeat 100% 50%;
	width: 175px;
	height: 138px;
	display: block;
	overflow:hidden;
	right: 0;
	top: 4px;
	text-indent: -9999px;
}

#carousel #previous a{
	display: block;
	width: 170px;
	height: 138px;
}
#carousel #next a {
	display: block;
	width: 175px;
	height: 138px;
}

/*#carousel #next a { margin-left: 74px; }*/

#carousel p { z-index: 2; }

#carousel ul {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 1;
	line-height: normal;
	margin:0px;
}

#carousel li {
	background: url('../images/carousel-box.jpg') no-repeat;
	display: block;
	float: left;
	margin-right: 0px;
	list-style: none;
	width: 150px;
	height: 120px;
}
#carousel li.active {
	background: url('../images/carousel-active.jpg') no-repeat;
	width: 150px !important;
	height: 129px !important;
	padding-top:9px;
	margin-top: -9px;
	color: #FFF;
}
#carousel li p {
	display: inline-block;
	padding-left: 4px;
	color: #000;
	font-size: 1em;
	width: 130px;
}
#carousel li.active p {
	color: #FFF;
	margin: 0 !important;
}
#carousel li .jcarousel-item-inner {
	padding: 3px;
	display:block;
}
#carousel li img {
	margin-bottom: 3px;
}
.feature {
	width: 500px;
	height: 180px;
	padding: 0;
	margin-bottom: 30px;
}
.feature-inner{
	margin: 0 20px;
	padding:20px 0 0 0;
	width:220px
}
.feature h2 {
	color: #000;
	margin-bottom: 20px !important;
	font-size:1.27em!important;
}

.feature p {
	color: #333;
	margin-bottom: 19px !important;
	font-size:1em!important;
}
#carousel-feature .feature {
	display:none;
}

/* promotion */

#promotion {
	position: absolute;
	width: 310px;
	top: 190px;
	left: 645px;
}

#promotion h2 {
	color:#333;
	font-size:2.09em;
}
#promotion h3 {
	color: #000;
	margin-bottom: 9px;
}

#promotion p {
	color: #000;
	font-size: 1em;
	line-height: 16px;
	margin-bottom: 6px;
}

/* boxes */

#boxes {
	height: 140px;
	margin-bottom: 10px;
}

#boxes .box {
	position: relative;
	width: 225px;
	height: 145px;
	padding: 15px 0 0 12px;
	margin-right: 10px;
	float: left;
}

#boxes .car-insurance { background: url('../images/home-box-1.jpg') no-repeat; }

#boxes .plane { background: url('../images/home-box-2.jpg') no-repeat; }

#boxes .mobile-bill { background: url('../images/home-box-3.jpg') no-repeat; }

#boxes .golf { background: url('../images/home-box-4.jpg') no-repeat; }

#boxes .last { margin-right: 0; }

#boxes .box h3 {
	color: #000;
	font-size: 1.18em;
	width: 210px;
}

/*#boxes .car-insurance h3 { width: 150px; }*/

#boxes .car-insurance p { width: 134px !important; }

#boxes .box p {
	color: #000;
	line-height: 16px;
	font-size: 1em;
	width: 172px;
}

#boxes .box a {
	position: absolute;
	top: 113px;
	left: 12px;
}

/* footer */

#footer {
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	clear:both;
}

#footer #top {
	background: #FFF;
	height: 29px;
	padding: 0 31px 0 19px;
	position:relative;
}

#footer #top #copyright {
	float: left;
	color: #666;
	line-height: 29px;
}

#footer #top ul {
	right:19px;
	position:absolute;
	top: 8px;
}

#footer #top li {
	list-style: none;
	display: inline;
	color: #CCC;
}

#footer #top li a {
	display: inline-block;
	color: #333;
	font-size: 0.91em;
	border-right: 1px solid #CCC;
	padding-right: 15px;
	margin-right: 10px;
	float:left;
}

#footer #top li.last a {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer #site-map { padding: 12px 0 16px 19px; }

#footer #site-map .column {
	width: 220px;
	margin-right: 20px;
	float: left;
}

#footer #site-map .last { margin-right: 0; }

#footer #site-map h4 {
	color: #333;
	font-size: 0.91em;
	margin-bottom: 9px;
}

#footer #site-map li {
	list-style: none;
	line-height: 16px;
}

#footer #site-map li a {
	color: #888;
	font-size: 0.91em;
}

#footer #top ul li a.stico_default {
background-image:none;
padding-left:0;
line-height:normal;
padding-bottom:0;
padding-top:0;
}

#disclaimer {
	clear:both;
	margin-bottom: 49px;
}
#disclaimer ,
#disclaimer p,
p.disclaimer{
	color: #888888;
	font-size: 0.91em;
	line-height: 12px;
}

p.disclaimer2{
	color:#888888;
	font-size:0.91em;
	line-height:12px;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }



/* Pane Tabber */
.pane-tabber-active { 
	display:block;
	float:left;
	width:680px;
}
#inner-copy .pane-tabber-active { 
	width:500px;
}

.pane-tabber-active .tabs {
	background: #FFF url(../images/tabs.gif) repeat-x;
	float: none;
	height:34px;
	margin-top: 0;
	margin-bottom:15px;
}

.pane-tabber-active .tabs div {
	padding: 0;
	margin: 0;
	cursor: pointer;
	float:left;
	height:34px;
	padding-left:12px;
	font-size: 0.9em;
	background: #FFF url(../images/tabs.gif) repeat-x 0 -50px;
}

.pane-tabber-active .tabs div.first {
	background-position:-1px -50px!important;
}

.pane-tabber-active .tabs div.first a {
	color: #000000;
}


.pane-tabber-active .tabs h1, .pane-tabber-active .tabs h2 {
	font-size: 1em!important;
	font-weight:bold!important;
	margin: 0;
	color: #C00;
	height:34px;
	line-height:38px;
	padding-right:12px;
	background: #FFF url(../images/tabs.gif) repeat-x 100% -50px;
}

.pane-tabber-active .tabs div.current {
	color: #FFF;
	background-position:0 -100px!important;
}

.pane-tabber-active .tabs .current h1, .pane-tabber-active .tabs .current h2 {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	background-position: 100% -100px;
}

.pane-tabber-active .panes {
	margin-left: 0;
	clear:left;
}

.pane-tabber-active .panes div {
	background-color: #FFF;
	color: #000;
	padding:4px 0;
}
.pane-tabber-active .panes div.has_table {
	padding:0 0 20px 0;
}

.pane-tabber-active .panes div td{
	color: #000000;
}

.pane-tabber-active .panes div div {
	padding: 0;
	overflow: visible;
	background-color: transparent;
}

.pane-tabber-active .panes .red { 
	background-color: #990000;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.pane-tabber-active .panes .credit-card .red{
	background-color: transparent;
}

.pane-tabber-active .panes .red a { 
	color: #FFF;
}

.pane-tabber-active .panes .red p { 
	color: #FFF;
}


.pane-tabber-active .panes .text-smaller{
	font-size: 0.8em;
}

.pane-tabber-active .panes .panes-call-us {
	font-size: 1em;
	font-weight: bold;
	margin: 16px 8px 4px 16px;
}

.pane-tabber-active .panes .panes-call-us-number {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 16px;
}

.pane-tabber-active .panes input {
	float: left;
	margin: 0;
	padding: 0;
}

.pane-tabber-active .panes #ledNo {
	border: none;
	height: 16px;
	margin-right: 4px;
	padding: 4px;
	width: 120px;
}

#body .pane-tabber-active .panes input#LoginSubmit {
	margin: 0 2px 0 0;
}


/* Base Superbox Styles */
#superbox-overlay{
	position:fixed;
	top:0;
	left:0;
	z-index:10001;
	width:100%;
	height:100%;
}

#superbox-wrapper{
	position:fixed;
	z-index:10002;
	top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container{
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox{
	margin:0 auto;
	padding:0;
}
#superbox-container .loading{
	margin:0;
	text-align:center;
}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{
	text-align:center;
	font-size:3.64em;
	color:#fff;
}

#superbox{
	background:transparent url(../images/lb-bg.png) no-repeat -1100px 100%;
	padding-bottom:10px;
	overflow:visible;
}

#superbox-innerbox{
	padding:0 10px;
	background:transparent url(../images/lb-bg.png) repeat-y;
	
}

#superbox.image{text-align:center;}

#superbox .close,
#superbox .nextprev{
	overflow:hidden;
	margin:0;
}

#carousel .jcarousel-clip{
	height:142px;
	margin:0 25px;
	overflow:hidden;
	position:relative;	
}
/* FAQ Styles */
span.anq,
span.anq-head,
span.anq-head a,
span.anq-body-inner,
span.anq-initial,
div.anq,
div.anq-head,
div.anq-head a,
div.anq-body-inner,
div.anq-initial{
	display:block;
}
span.anq,
div.anq{
	clear:both;
	width:640px;
}
#inner-copy span.anq,
#inner-copy div.anq{
	clear:both;
	width:475px;
}
span.anq-head,
div.anq-head{
	background:transparent url(../images/expander-state.gif) no-repeat 100% 5px;
	border-top:1px solid #eaeaea;
	font-weight:bold;
	min-height:27px;
	line-height:27px;
}

.anq-last span.anq-head,
.anq-last div.anq-head{
	border-bottom:1px solid #eaeaea;
	cursor:pointer;cursor:hand;
}
.anq-open span.anq-head,
.anq-open div.anq-head{
	background:transparent url(../images/expander-state.gif) no-repeat 100% -177px;
}
span.anq-head a,
div.anq-head a{
	color:#C00;
	font-weight:normal;
	/*display:block;
	margin-right:16px;
	float:left;*/
	line-height:14px;
	padding-top:6px!important;
	padding-right:18px!important;
	/*width:620px;*/
}
.anq-open span.anq-head a,
span.anq-head a:hover,
.anq-open div.anq-head a,
div.anq-head a:hover{
	color:#000;
}
span.anq-hover a,
div.anq-hover a{
	color:#000;
	text-decoration:underline;	
}

span.anq-body,
div.anq-body{
	float:left;
	clear:both;
	display:none;
}
.anq-open span.anq-body,
.anq-open div.anq-body{
	display:block;
	padding-bottom:12px!important;
}
span.anq-body-inner,
div.anq-body-inner{
	float:left;
	width:620px;
	padding-top:6px!important;
}
#inner-copy span.anq-body-inner,
#inner-copy div.anq-body-inner{
	width:450px;
}
#inner-copy span.anq-head a span.question,
#inner-copy div.anq-head a div.question{
	/*width:410px;*/
	display:block;
}

.panes span.anq-body-inner,
.panes div.anq-body-inner{
	float:left;
	width:610px;
}
.panes span.anq-body-head a,
.panes div.anq-body-head a{
	/*width:592px;*/
}
#inner-copy .panes span.anq-body-inner,
#inner-copy .panes div.anq-body-inner{
	width:450px;
	line-height:18px;
}
#inner-copy .panes span.anq-head a,
#inner-copy .panes div.anq-head a{
	/*width:402px;*/
}
span.anq-initial,
div.anq-initial{
	float:left;
	font-weight:bold;
	width:20px;
	line-height:14px;
	padding-top:6px!important;
}

.right{
	float: right;
	text-align:	right;
}
.left{
	float: left;
	text-align:	left;
}
.nobg{
	background-image:none!important;	
}
div.tmm-item{
	clear:both;
	display:block;
	margin-top:20px;
}
div.tmm-item .tmm-img{
	display:block;
	float:left;
	width:40px;
	margin-right:10px;
}
div.tmm-item .tmm-body{
	display:block;
	float:left;
	margin-right:120px;
	width:480px;
}
.panes div.tmm-item .tmm-body{
	width:420px;
}
#inner-copy div.tmm-item .tmm-body{
	width:280px;
}
#inner-copy .panes div.tmm-item .tmm-body{
	width:260px;
}
div.tmm-item .tmm-button{
	display:block;
	float:right;
	margin-top:-36px;
	height:	20px;
}

.formbox{
	padding-bottom:10px;
}
.formrow{
}
.formrow .formc1{
	display:block;
	margin:7px 0 5px 0;
}
.formrow .formc1 label{
	/*font-weight:bold;*/
}
.formrow .formc1 img.captcha{
	float:left;
	margin:0 10px 10px 0;
}
.formrow .formc2{
	clear:left;
	display:block;
	margin:0;
}
.formrow .formc2 input{
	width:200px;
}
.formrow .formc2 input.checkbox{
	width:auto;
	margin-right:10px;
}
.formrow .formc2 select{
	width:200px;
}
.formrow .formc2 textarea{
	height:100px;
	width:440px;
}
.formrow span.label{
	display:block;
	float:right;
	width:275px;	
}
span.required{
}
.error{
	color:#F00;
}
.errormsg{
	display:block;
}
#wrapper #container #content #copy div.lblock{
	display:block;
	width:330px;
	height:340px;
	float:left;
}
#wrapper #container #content #copy div.lblock .lblock-head{
	display:block;
	margin:12px;
	width:306px;
	height:200px;
	float:none;
}

#wrapper #container #content #copy div.lblock .lblock-head h2{
	font-weight:bold;
	color:#C00;
	font-size:1.45em;
}

#wrapper #container #content #copy div.lblock .lblock-head h3{
	font-weight:bold;
	color:#000;
	font-size:1em;
}

#wrapper #container #content #copy div.lblock .lblock-content{
	display:block;
	margin:0 12px 12px 12px;
	width:306px;
	height:100px;
	float:none;
}

#wrapper #container #content #copy div.lblock .lblock-content{
	display:block;
	margin:12px;
	width:306px;
	height:120px;
	float:none;
}
#wrapper #container #content #copy div.lblock .lblock-content div{
	display:block;
	float:left;
	color:#FFF;
	font-size:1.09em;
	line-height:16px;
}
#wrapper #container #content #copy div.lblock .lblock-content div p{
	color:#000;
}
#wrapper #container #content #copy div.lblock .lblock-content .large{
	font-size:1.45em;
}
#wrapper #container #content #copy div.lblock .lblock-content .btn{
	display:block;
	width:108px;
	height:20px;
	background: transparent url(../images/super-homepage-button-red.gif) no-repeat 0 0;
	color:#FFF;
	font-size:0.9em;
	line-height:20px;
	font-weight:bold;
	text-indent:7px;
	margin-bottom:5px;
}
#wrapper #container #content #copy div.lblock .lblock-content .btn-black{
	display:block;
	width:108px;
	height:20px;
	background: transparent url(../images/super-homepage-button-black.gif) no-repeat 0 0;
	color:#FFF;
	font-size:0.9em;
	line-height:20px;
	font-weight:bold;
	text-indent:7px;
	margin-bottom:5px;
}
#wrapper #container #content #copy div.lblock .lblock-content .btn:hover,
#wrapper #container #content #copy div.lblock .lblock-content .btn-black:hover{
		background-position: 0 100%;
}

#wrapper #container #content #copy div.lblock .lblock-content .lblock-content-left{
	margin-right:12px;
	width:170px;
}
#wrapper #container #content #copy div.lblock .lblock-content .lblock-content-right{
	margin-top:30px;
	width:120px;
}

#logo{
	background:transparent url(../images/logo.gif) no-repeat;
	display:block;
	height:101px;
	overflow:hidden;
	text-indent:-5000px;
	width:199px;
}
#logo:hover{
	background-color:transparent;	
}

form#reminder_form label{
display:block;
margin-bottom:5px;
margin-top:7px;
}

form#reminder_form input#firstName, 
form#reminder_form input#suburb, form#reminder_form input#lastName, 
form#reminder_form input#velocityNumber, form#reminder_form input#email{
width:200px;
}


#page-search-form{
	display:block;
	padding:10px;
	text-align:center;
	border:1px solid #CCC;
	background:#F0F0F0;
	margin: 10px 50px;
}
#page-search-form label,
#page-search-form input{
	vertical-align:middle;
}
#page-search-form label{
	text-transform:uppercase;
}
#page-search-form input#q{
	width:450px;
}
#inner-copy #page-search-form input#q{
	width:250px;
}
#search-results .search-summary{
	display:block;
	padding:10px 0;
	margin-bottom:1px solid #CCC;
	line-height:1.8em;
	font-size:1.2em;
}
#search-results .result{
	clear:left;
	padding: 10px 0;
}
#search-results .result .result-rank{
	float:left;
	width:29px;
	text-align:right;
	margin-right:5px;
	font-size:1.2em;
	font-weight:bold;
}

#search-results .result .result-title{
	color:#C00;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	width:620px;
}
#inner-copy #search-results .result .result-title{
	width:420px;
}

#search-results .result .result-score{
	display:block;
	clear:left;
	float:left;
	background: #FFF url(../images/rank.gif) no-repeat;
	text-indent:-500px;
	overflow:hidden;
	height:15px;
	width:29px;
	margin-right:5px;
}
#search-results .result .rank-100{background-position:0 0!important;}
#search-results .result .rank-90{background-position:0 -15px!important;}
#search-results .result .rank-80{background-position:0 -30px!important;}
#search-results .result .rank-70{background-position:0 -45px!important;}
#search-results .result .rank-60{background-position:0 -60px!important;}
#search-results .result .rank-50{background-position:0 -75px!important;}
#search-results .result .rank-40{background-position:0 -90px!important;}
#search-results .result .rank-30{background-position:0 -105px!important;}
#search-results .result .rank-20{background-position:0 -120px!important;}
#search-results .result .rank-10{background-position:0 -135px!important;}
#search-results .result .rank-0{background-position:0 -150px!important;}

#search-results .result .result-summary{
	float:left;
	width:550px;
	font-size:1.1em;
}
#inner-copy #search-results .result .result-summary{
	width:350px;
}

#search-results .result .result-link{
	clear:left;
	display:block;
	margin-left:35px;
}

#copy .sitemap ul{
	list-style:none;	
	margin:20px 0 0 0;
}
#copy .sitemap ul li{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;	
}
#copy .sitemap ul li a{
	color:#333;
	font-size:1.27em;
	font-weight:bold;
}

#copy .sitemap ul ul{
	list-style:none;	
	margin:5px 0 0 0;
}

#copy .sitemap ul ul li{
	list-style:none;
	margin:0;
	padding:0;	
}

#copy .sitemap ul ul li a{
	color:#333;
	font-size:1em;
	font-weight:normal;
}
#copy .sitemap ul ul li a.open{
	font-weight:bold;
}

#copy .sitemap ul ul ul{
	margin:0 0 0 10px;
}

#copy .sitemap ul ul ul li a.open{
	font-weight:normal;
}

#copy .sitemap ul ul ul ul li a{
	color:#666666;
	font-size:0.91em;
}

.pagination {
	display:block;
	clear:both;
	padding: 10px 0;
	text-align:center;
}
.pagination a{
	font-size:1.1em;
}
.pagination a.focus{
	color:#000;
	font-weight:bold;
}
#copy .disclaimer-box, body.promo .disclaimer-box, .disclaimer-box-staff{
	display:block;
	height:100px;
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #E6E6E6;
	overflow-y:auto;
	padding:0 3px;
	color:#888;
	clear:right;
	width:500px;
}
#copy .disclaimer-box p, body.promo .disclaimer-box p, .disclaimer-box-staff p{
	font-size:0.91em;
	color:#888;
	line-height:16px;
}

.date{
	color: #666666;	
}

body.online_saver #logo {
background-image:url("../images/logo-virgin-black.png");
}

#staff-page #copy{
margin: 0px auto; width: 1024px;
}

#staff-page #logo{
background-image: url('/system/modules/au.com.virginmoney/virginmoney-mmx/images/logo-virgin-black.png');
height:80px;
}

#staff-page #container h1.title{
width: 800px;
}

#staff-page #container h2.sub-title{
width: 900px; font-size: 1.51em; color:#000; line-height: 25px;margin-bottom:0px;
}

#staff-page div.content-frame{
clear: both; float: left; width: 600px;
}

#staff-page div.image-frame{
float: left; width: 400px;
}

#staff-page div.content-block{
margin: 20px 0px; float: left;width:600px;
}

body.online_saver #wrapper_landing_page{
height:770px;
margin:0 auto;
width:1024px;
padding:0 20px;
}

body.online_saver #container{
float:left;
width:584px;
}

body.online_saver #image_content{
float:left;
width:440px;
}

body.online_saver #header_image{
margin-top:40px;
height:60px;
margin-bottom:20px;
}

body.online_saver #body{
height:340px;
margin-bottom:20px;
}

body.online_saver #landing_disclaimer{
clear:both;
margin:0 auto;
width:1194px
}

body.online_saver #landing_disclaimer #disclaimer_image{
float:left;
width:80px;
}

body.online_saver #landing_disclaimer #disclaimer_text{
float:left;
width:1024px;
font-size:7px;
text-align:justify;
color:#666;
}

body.online_saver #copy{
width:584px;
padding:0px;
}

#superbox.narrow{
	background:transparent url(../images/lb-bg-narrow.png) no-repeat -1155px 100%;
	padding-bottom:10px;
	overflow:visible;
}

#superbox.narrow #superbox-innerbox{
	padding:0 10px;
	background:transparent url(../images/lb-bg-narrow.png) repeat-y;
	
}

#superbox.narrow p.close{
	background:transparent url(../images/lb-bg-narrow.png) no-repeat -580px 100%;
	cursor:pointer;cursor:hand;
	position:relative;
	height:23px;
	display:block;
	overflow:visible;
	width:578px;
}

sup{
		line-height:0;
}

.inherit{
color: inherit;
text-decoration: inherit;
}

table#calculator tr td, table#calculator tr th{
border-left:0px;
padding:0px;
}

table#calculator table{
margin-bottom:0px;
}

.hd_txt{
	font-family:verdana, arial, helvetica;
	font-size:14px;
	color:#980203;
	font-weight:bold;
}
.body_txt{
	font-family:verdana, arial, helvetica;
	font-size:11px;
	color:#252525;
}
.body_btxt{
	font-family:verdana, arial, helvetica;
	font-size:12px;
	color:#252525;
}
.redtxt{
	font-family:verdana, arial, helvetica;
	font-size:13px;
	color:#CB0100;
	font-weight:bold;
}

.sliderInput
{
	background:url(../images/txtbox_bg.gif) no-repeat;
	width:90px;
	padding:3px 0px 0px 3px;
	height:21px;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	border:0px solid #CACACA;
	color:#323232;
}