














/* CSS Document */

body {
	background-color: #F5F5F5;
	color: #333;
	font-family: Helvetica, "Arial Narrow", Helvetica, sans-serif;
	font-size: 9.5pt;
	margin: 20px 0;
	padding: 0;
	text-align: center; /* Makes page is centred in IE quirksmode */
}

h1, h2, h3, ul, ol, p, table {
	font-size: 100%;
	font-weight: normal;
}

#skiplinks { 
	display: none; 
}

/* body container */
/*------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left; /* Overrides body {text-align:center;} */ 
	width: 776px;
}

#topshadow {
	background: url('/au/mm/images/container_top.gif') no-repeat 0 0; 
	height: 4px;
	margin: 0;
	width: 778px
}

#page {
	background: #FFFFFF url('/au/mm/images/container_bg.gif') repeat-y;
	margin: 0;
	padding: 0;
	width: 778px;
}

.two-col #page {
	background: #FFFFFF url('/au/mm/images/container_bg_nav.gif') repeat-y;
}

#sidebar {
	float: left;
	width: 124px;
	margin: 0;
	padding: 0 0 0 1px;
}

#bottomshadow {
	background: url('/au/mm/images/container_bot.gif') no-repeat 0 0; 
	height: 4px;
	width: 778px
}

/* header */
/*------------------------------------------------------------*/

#header {
	background-color: #777f90;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	height: 141px;
	margin: 0 auto;
	margin-top: 1px;
	_margin-left: 5px; /* hack past the IE Quirks Mode issue */
	padding: 0;
	position: relative;
	width: 768px;
}

#form_header {
	background-color: #fff;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	height: 141px;
	margin: 0 auto;
	margin-top: 1px;
	_margin-left: 5px; /* hack past the IE Quirks Mode issue */
	padding: 0;
	position: relative;
	width: 768px;
}

img#mbl-logo {
	float: left;
	margin: 0;
	_margin-left: -3px; /* hack past the IE Quirks Mode box model issue */
	padding: 0;
	width: 121px;
}

a img#mbl-logo, img#mbl-logo {
	border: none;
}

img#print-header {
	display: none; /* we only want to display this image when we're printing out the page */
}	

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #fff;
}

#header a:link, #header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header a:active {
	text-decoration: none;
}

h1.title {
	display:inline;
	float:left;
	font-size:2.4em;
	font-weight:normal;
	padding:0;
	margin:-10px 0 0 15px;
	width:380px;
}

/* secondary nav - help */

#nav-sub1, #nav-sub2 	{
	float: right;
}
	
ul#nav-sub1 {
	font-size: 80%;
	padding: 5px 3px 0 0;
	}
	
ul#nav-sub1 li {
	border-right: 1px solid #FFF;
	padding: 0 10px;
	}
	
ul#nav-sub1 li.last {
		border-right: none;
	}

/* secondary nav - login */

#nav-sub2 {
	background-color: #777f90;
	clear: right;
	margin: 32px 0 0;
	padding: 0;
	width: 245px;
	}
	
#nav-sub2 ul {
	background: #777f90 url('/cards/images/nav_background.gif') 0 0 repeat-x;
	border-left: 1px solid #777f90;
	border-right: 1px solid #777f90;	
	font-size: 90%;
	margin: 0px 0 1px;
	padding: 3px 0;
	}
	
#nav-sub2 ul li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
#nav-sub2 ul li a {
	margin: 0;
	padding-left: 0;
	padding-right: 7px;
	padding-top: 0;
	padding-bottom: 0;
	}
	
#nav-sub2 ul li.first {
	background: none;
	padding-left: 10px;
	}
	
#nav-sub2 ul li.last a {
	padding-right: 0;
	}

/* header search box */

	#AVsearchForm {
	background: #777f90 0 0 repeat-x;
	clear: right;
	float: right;
	font-size: 90%;
	height: 20px;
	margin: 0;
	padding: 1px 0;
	width: 244px;
	}

/* forms */
/*------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* header search form */

#AVsearchForm form {
		margin-left: 9px;
		margin-top: 0;
	}
	
#AVsearchForm label {
		margin-left: 11px;
		margin-right: 8px;
		vertical-align: middle;
		text-transform: uppercase;
	}
	
#AVsearchForm input {
		border: 1px solid #777f90;
		font-size: 75%;
		height: 14px;
		margin: 0 5px 0 0;
		padding: 0;
		width: 129px;
		vertical-align: middle;
	}

#AVsearchForm input.f-submit {
		border: none;
		height: 18px;
		margin: 0;
		padding: 0;
		margin-left: -5px;
		width: 39px;
	}
	
#AVsearchForm input.f-submit img {
		margin: 0;
		padding: 0;
	}

/* LAYOUT */


/* new sidebar styles */ 

#sidebar ul {
	font-size: 90%;
	list-style:none;
	margin:0;
	margin-left: 3px;
	padding:0px;
	width:120px;
	margin-bottom: 14px;
}

#sidebar li {
	display: block;
	height: 32px;
	margin: 0 0px;
	padding: 0px 0px;
	background: #666;
	text-align: left;
	width: 120px;
	line-height: 32px;   
  	border-left: 1px solid #fff;
  	border-bottom: 1px solid #fff; 
}

#sidebar .double-line {
	line-height: 16px;
	height: 32px;
}

#sidebar li a {
	color: #ffffff;
	background:#fff url('/cards/images/nav_light_bg.gif') no-repeat 100% 50%;
	display:block;
	padding:0px 10px 0px 5px;
	margin:0;
	text-decoration: none;
	
}

#sidebar li.active, #sidebar li a:hover, #sidebar li a.active {
	background:#fff url('/cards/images/nav_dark_bg.gif') no-repeat 100% 50%;
color: #ffffff;
}



/* end new sidebar styles */ 



.promo-head {
	font-size: 95%;
	color: #333;
	font-weight: bold;
}

.promo-subhead {
	font-size: 90%;
	color: #333;
}

#sidebar a.promo-left {
	margin: 0 2px;
	padding: 0;
	}

#sidebar a.promo-left img {
	padding: 5px 0 0;
	}

/* body content */

#content {
	background-color: #FFF;
	margin: 0 4px;
	padding: 8px 0 10px 20px;
	width: 750px;
}

#content-fullwidth {
	background-color: #fff;
	margin: 0 4px;
	padding: 5px 0 10px 10px;
	width: 750px;
}

.two-col #content {
	padding-left: 0px;
	float: right;
	width: 636px;
}


/* breadcrumb */

#content #breadcrumb {
	float: left;
	margin: 0px 0px;
	padding-left: 0;
	background: #fff;
	width: 600px;
	}

#content #breadcrumb a:link, #content #breadcrumb a:visited #content #breadcrumb a:hover, #content #breadcrumb a:active {
	font-weight: normal;
	text-decoration: underline
	color: #666666;
	}
	
#content #breadcrumb li {
	background: none;
	font-size: 85%;
	margin: 0;
	padding: 0 0px;
	list-style: none;
	display: inline;
	}
	
#content #breadcrumb li a:link, #content #breadcrumb li a:visited, #content #breadcrumb li a:hover, #content #breadcrumb li a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
	}

#content #breadcrumb li.first {
	padding-left: 0;
	}

/* promo */

#content #promo-right {
	float: right;
	margin-right: 12px;
	padding: 0;
	width: 225px;
	}

#promo-right img {
	margin: 0;
	padding: 0;
	}

#promo-right img.btn-promo-1 {
	padding-bottom: 2px;
	}

#promo-right img.btn-promo-2 {
	margin-right: 2px;
	}
	
#content #print {
	float: right;
	margin-right: 12px;
	padding: 0;
	width: 225px;
	}

#print img {
	margin: 0;
	padding: 0;
	}

	
/* Full Width styles */

#content-fullwidth h1, #content h2, #content p, #content li {
	margin-right: 20px;
}

#content-fullwidth h1 {
	color: #999;
	font-size: 170%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 20px 60px 10px 0;
	_margin-top: 20px; /* IE hack to bring heading up to alignment with buttons */
	padding: 0;
	width: 95%;
	text-transform: uppercase;
	border-bottom: solid 1px #000000;
}

#content-fullwidth li, #content-fullwidth p {
	font-size: 90%;
	line-height: 150%
}


#content-fullwidth a:link {
	color: #666;
	text-decoration: underline;
}

#content-fullwidth a:visited, #content-fullwidth a:hover {
	color: #c10000;
	text-decoration: underline;
}

#content-fullwidth a:active {
	color: #666;
	text-decoration: underline;
}


/* HOME PAGE STYLES */

table#home {
	padding: 1px;
	width: 750px;
	}
	
#home tbody td.type {
	background-color: #fff;
	border-bottom: solid 1px #000;
	padding-right: 18px;
	}
	
.homehdr {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.hometxt {
	background-color:#fff;
	width: 160px;
	float: right;
	font-size: 100%;
	line-height: normal;
	padding-right:20px;
	margin-top: 0px;
}

#container #page #content-fullwidth #home .type .hometxt {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
#container #page #content-fullwidth #home .type .hometxt p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
#container #page #content-fullwidth #home .type .hometxt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 90%;
}
#container #page #content-fullwidth #home .type .hometxt .ctahome {
	padding-bottom: 0px;
	padding-top: 0px;
}



#home tbody td.founding_member {
	background-color: #fff;
	background-image: url(/cards/images/h_founding.jpg);
	height: 135px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 12px;
	font-size: 90%;
	padding-left: 35px;
	}

#home tbody td.founding_member a img
{
	float: left;
	margin-left: 84px;
	margin-top: 10px;
}

#home tbody td.promo_top {
	background-image: url(/cards/images/h_promo_top.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 12px;
	font-size: 90%;
	padding-left: 15px;
	height: 68px;
	}
	
#home tbody td.promo_bottom {
	background-image: url(/cards/images/h_promo_bottom.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 12px;
	font-size: 90%;
	padding-left: 15px;
	height: 68px;
	}
	
	
#content-fullwidth img.rewards {
	padding-top:0px;
	margin-bottom: 0px;
	padding-left: 17px;
	margin-top: 8px;
}
	

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	background-image: url(/cards/images/h6-bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 25px;
	padding-top: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 8px;
}

#h6-container-bg {
	font-size: 100%;
	color: #666;
	margin-right: 0px;
	height: 150px;
	padding-left: 25px;
	background-image: url(/cards/images/h6-background-tile.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
	
	
#h6-container-bottom {
	margin-right: 0px;
	height: 26px;
	padding-left: 25px;
	background-image: url(/cards/images/h6-bot.gif);
	background-repeat: no-repeat;
	margin-top: -12px;
	margin-left: 15px;
}



/* HOME PAGE STYLES */


/* End Full Width styles */	

#content h1, #content h2, #content h3, #content p, #content li, #content table {
	margin-left: 20px;
	margin-right: 10px;
	
}

#content p {
color: #333;
}

#content p a:link {
	color: #000;
	text-decoration: none;
	}

#content p a:visited {
	color: #006699;
	}

#content p a:focus {
	color: #006699;
	}

#content p a:hover {
	color: #006699;
	}

#content p a:active {
	color: #006699;
	}


#content table p {
	margin-left: 0px;
	margin-right: 0px;
	}

#content li {
margin-left: -25px;
}

#content h1 {
	color: #999;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 30px 60px 10px 0;
	_margin-top: 20px; /* IE hack to bring heading up to alignment with buttons */
	padding: 0;
	margin-left: 20px;
	width: 94%;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-right: 18px;
	width: 95%;
	text-transform: uppercase;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-right: 18px;
	width: 95%;
	text-transform: uppercase;
}

/**************************************** H4 WITH SHADED BG ****************************************/

h4 {
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
	background-image: url(/cards/images/h4-bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#h4-container-bg {
	font-size: 100%;
	color: #666;
	margin-right: 0px;
	height: 150px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-background-tile.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#h4-aboutmc-bg {
	font-size: 100%;
	color: #666;
	margin-right: 0px;
	height: 380px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-background-tile.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}


#h4-mycards-bg {
	font-size: 100%;
	color: #666;
	margin-right: 0px;
	height: 240px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-background-tile.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#h4-myrewards-bg {
	font-size: 100%;
	color: #666;
	margin-right: 0px;
	height: 130px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-background-tile.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}


#h4-container-bottom {
	margin-right: 0px;
	height: 26px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-bot.gif);
	background-repeat: no-repeat;
	margin-top: -12px;
	margin-left: 10px;
}

DIV.inside {
	width: 560px;
	margin-top: -12px;
	margin-bottom: 0px;
	padding-bottom:0px;
}

DIV.insidehome {
	width: 720px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
padding-right: 10px;
}

DIV.insidehome td.col1 {
	width: 200px;
	border-right: solid 1px #ccc; 
	padding-left: 5px;
	padding-right: 5px;
}

DIV.insidehome td.col2 {
	width: 230px;
	border-right: solid 1px #ccc; 
	padding-left: 5px;
	padding-right: 5px;
}


DIV.insidehome td.col3 {
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}

#content p.feature{
	margin-left: 220px;
	padding-top: 15px;
}

#content ul.feature{
	margin-left: 220px;
	padding-top: 0px;
}

#content img.featureimg{
	padding-top:15px;
	padding-bottom: 25px;
}

#content span.ctabutton{
	margin-top: 0px;
	align: right;
	padding-bottom: 40px;
}

#content span.ctabutton_mycards{
	margin-top: 0px;
	align: right;
	padding-left: 380px;
}

#content span.ctabutton_myrewards{
	margin-top: 0px;
	align: right;
	padding-left: 367px;
}

/**************************************** H4 WITH SHADED BG ****************************************/





#content p.about-cards {
margin-left:0px;
padding-top: 20px;
}

#content ul.about-cards {
margin-left:0px;
padding-top: 0px;
}

#content li.about-cards {
margin-left:-40px;
padding-top: 0px;
}



table#cards {
	width:95%;
	background-color: #cc99cc;
	}


#content li, #content p {
	font-size: 90%;
	line-height: 150%
}

#content li li {
	font-size: 100%;
}

#content a:link {
	color: #414852;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited, #content a:hover {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

#content a:active {
	color: #414852;
	text-decoration: underline;
	font-weight: bold;
}

#content ul {
	margin-left:0;
	padding-left:0;	
}

#content ul li {
	background: url('/cards/images/bullet.gif') no-repeat 22px 2px;
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	padding-left:38px;
}

#content ol {
	 _margin-left: 10px;
	 padding: 0 0 0 15px;
}

#content ol ol {
	list-style-type: lower-roman;
}

#content li {
	margin-top: 3px;
}

#print {
	width: 37px;
	height: 26px;
	left: 7000px;
}
	
	
/* and additional content */

table#products {
	border: 1px solid #A3A3A3;
	font-family: Helvetica, "Arial Narrow", Helvetica, sans-serif;
	font-size: 90%;
	padding: 1px;
	width: 95%;
	}
	
#products thead th, #products tbody td {
	border-right: 1px solid #CCC;
	margin: 0;
	padding: 3px;
	}
	
#products thead th.last, #products tbody td.last {
	border-right: 0 none;
	}
	
#products thead th {
	background-color: #74798d;
	color: #FFF;
	text-align: left;
	}
	
#products tbody td {
	background-color: #FFF;
	color: #333;
	}
	
#products tbody tr.headings td {
	background-color: #999;
	color: #FFFFFF;
	font-weight: bold;
	}

#products tbody tr.odd td {
	background-color: #efefef;
	color: #333;
	}
/* table for h5 content area*/
table#products_h5 {
	border: 1px solid #A3A3A3;
	font-family: Helvetica, "Arial Narrow", Helvetica, sans-serif;
	font-size: 90%;
	padding: 1px;
	width: 75%;
	vertical-align:middle;
	}
	
#products_h5 thead th, #products tbody td {
	border-right: 1px solid #CCC;
	margin: 0;
	padding: 3px;
	}
	
#products_h5 thead th.last, #products tbody td.last {
	border-right: 0 none;
	}
	
#products_h5 thead th {
	background-color: #74798d;
	color: #FFF;
	text-align: left;
	}
	
#products_h5 tbody td {
	background-color: #FFF;
	color: #333;
	}
	
#products_h5 tbody tr.headings td {
	background-color: #999;
	color: #FFFFFF;
	font-weight: bold;
	}

#products_h5 tbody tr.odd td {
	background-color: #efefef;
	color: #333;
	}
	

/* copyright - called 'ut' for utilities */

#footer {
	background-color: #F0F0F0;
	border: 4px solid #FFF;
	clear: both;
	color: #666;
	font-size: 85%;
	margin: 4px 4px 0;
	padding: 6px 0px;
	height: 15px;
}

#footer p {
	float: left;
	color: #333;
	margin: 0;
	padding: 0 7px;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
	_margin: 0;
	padding: 0 3px;
	text-align: right;
	width: 300px;
}

#footer ul li {
	border-right: 1px solid #333;
	display: inline;
	padding: 0 10px;
}

#footer ul li.last {
	border-right: none;
	padding-right: 0;
}

#footer ul li a {
	color: #333;
}

#footer  li a:link, #footer  li a:visited {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer  li a:active {
	text-decoration: none;
}

/* common */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}

/* navigation */

ul.navigation {
	background: #777f90 url('/cards/images/nav_bg.gif') no-repeat;
	color: #666;
	float: left;
	font-size: 90%;
	height: 20px;
	left: 121px;
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: 121px;
	width: 646px;
	margin-left: 12px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.navigation li {
	display: inline;
	position: relative;
	float: left;
}

ul.navigation li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #666;
}

ul.navigation li li {
	border-left: 1px solid #CCC;
	padding-bottom: 0px;
}


ul.navigation li li.last {
	border-left: 1px solid #CCC;
	padding-bottom: 2px;
	border-bottom: 1px solid #777f90;
}

ul.navigation li ul {
	background: url('/cards/images/ul_bg.gif') no-repeat bottom left;
	border-right: 1px solid #CCC;
	font-size: 90%;
	width: 120px;
}

ul.navigation li li a {
	padding: 0.2em 1em;
	color: #777f90;
}


/*	

about
platinum
gold
ratesaver
print
login

*/	

a.nav-about{ 
	background: url('/cards/images/nav_about_on.jpg') no-repeat;
}
a.nav-platinum{ 
	background: url('/cards/images/nav_platinum_on.jpg') no-repeat;
}
a.nav-gold{
	background: url('/cards/images/nav_gold_on.jpg') no-repeat; }
a.nav-ratesaver{
	background: url('/cards/images/nav_ratesaver_on.jpg') no-repeat;
}
a.nav-printer{
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}
a.nav-login{
	background: url('/cards/images/nav_login_on.jpg') no-repeat;
}

a.nav-about, a.nav-platinum, a.nav-gold, a.nav-ratesaver, a.nav-printer, a.nav-login {
	height: 20px;
}
a.nav-about {
	width: 146px;
}
a.nav-platinum {
	width: 128px;
}
a.nav-gold {
	width: 128px;
}
a.nav-ratesaver {
	width: 137px;
}
a.nav-printer {
	width: 53px;
}
a.nav-login {
	width: 54px;
}

ul.navigation li.hover a.nav-about:link,
ul.navigation li.hover a.nav-about:visited,
ul.navigation li.hover a.nav-about:hover, 
ul.navigation li.hover a.nav-about:active {
	background: url('/cards/images/nav_about_on.jpg') no-repeat;
}

ul.navigation li.hover a.nav-platinum:link,
ul.navigation li.hover a.nav-platinum:visited,
ul.navigation li.hover a.nav-platinum:hover, 
ul.navigation li.hover a.nav-platinum:active {
	background: url('/cards/images/nav_platinum_on.jpg') no-repeat;
}		

ul.navigation li.hover a.nav-gold:link,
ul.navigation li.hover a.nav-gold:visited,
ul.navigation li.hover a.nav-gold:hover, 
ul.navigation li.hover a.nav-gold:active {
	background: url('/cards/images/nav_gold_on.jpg') no-repeat;
}
ul.navigation li.hover a.nav-ratesaver:link,
ul.navigation li.hover a.nav-ratesaver:visited,
ul.navigation li.hover a.nav-ratesaver:hover, 
ul.navigation li.hover a.nav-ratesaver:active {
	background: url('/cards/images/nav_ratesaver_on.jpg') no-repeat;
}

ul.navigation li.hover a.nav-printer:link,
ul.navigation li.hover a.nav-printer:visited,
ul.navigation li.hover a.nav-printer:hover, 
ul.navigation li.hover a.nav-printer:active {
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}			

ul.navigation li.hover a.nav-login:link,
ul.navigation li.hover a.nav-login:visited,
ul.navigation li.hover a.nav-login:hover, 
ul.navigation li.hover a.nav-login:active {
	background: url('/cards/images/nav_login_on.jpg') no-repeat;
}


a.nav-about:link {
	background: url('/cards/images/nav_about_off.jpg') no-repeat;
}

a.nav-about:visited {
	background: url('/cards/images/nav_about_off.jpg') no-repeat;
}

a.nav-about:hover {
	background: url('/cards/images/nav_about_on.jpg') no-repeat;
}

a.nav-about:active {
	background: url('/cards/images/nav_about_off.jpg') no-repeat;
}			

a.nav-platinum:link {
	background: url('/cards/images/nav_platinum_off.jpg') no-repeat;
}
a.nav-platinum:visited {
	background: url('/cards/images/nav_platinum_off.jpg') no-repeat;
}
a.nav-platinum:hover {
	background: url('/cards/images/nav_platinum_on.jpg') no-repeat;
}
a.nav-platinum:active {
	background: url('/cards/images/nav_platinum_off.jpg') no-repeat;
}			

a.nav-gold:link {
	background: url('/cards/images/nav_gold_off.jpg') no-repeat;
} 
a.nav-gold:visited {
	background: url('/cards/images/nav_gold_off.jpg') no-repeat;
}
a.nav-gold:hover {
	background: url('/cards/images/nav_gold_on.gif') no-repeat;
}
a.nav-gold:active {
	background: url('/cards/images/nav_gold_off.jpg') no-repeat;
}


a.nav-ratesaver:link {
	background: url('/cards/images/nav_ratesaver_off.jpg') no-repeat;
} 
a.nav-ratesaver:visited {
	background: url('/cards/images/nav_ratesaver_off.jpg') no-repeat;
}
a.nav-ratesaver:hover {
	background: url('/cards/images/nav_ratesaver_on.gif') no-repeat;
}
a.nav-ratesaver:active {
	background: url('/cards/images/nav_ratesaver_off.jpg') no-repeat;
}

a.nav-print:link {
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}
a.nav-print:visited {
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}
a.nav-print:hover {
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}
a.nav-print:active {
	background: url('/cards/images/nav_print_on.jpg') no-repeat;
}

a.nav-login:link {
	background: url('/cards/images/nav_login_off.jpg') no-repeat;
}
a.nav-login:visited {
	background: url('/cards/images/nav_login_off.jpg') no-repeat;
}
a.nav-login:hover {
	background: url('/cards/images/nav_login_on.jpg') no-repeat;
}
a.nav-login:active {
	background: url('/cards/images/nav_login_off.jpg') no-repeat;
}	

ul.navigation ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 135px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul {
	left: 0;
	top: 0;
}

ul.navigation ul li {
	display: block;
}	

ul.navigation li.hover ul a {
	background-color: #777f90;
	width: 99px;
	_width: 135px; /* IE hack for dropdown rollover effect */
	border: none;
	color: #666;
}

ul.navigation li.hover ul a:hover, ul.navigation li.hover ul a.amc:hover, ul.navigation li.hover ul a.vp:hover, ul.navigation li.hover ul a.vs:hover, ul.navigation li.hover ul a.hlp:hover, ul.navigation li.hover ul a.term_deposits:hover {
	background-color: #3e434c;
}

#header .navigation li a:link, #header .navigation li a:visited, #header .navigation li a:hover, #header .navigation li a:active {
	color: #ffffff;
	text-decoration: none;
}

ul.navigation ul.amc {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 146px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.amc {
	color: #fff;
	background-color: #777f90;
	width: 124px;
	_width: 124px; /* IE hack for dropdown rollover effect */
	border-top:1px solid #FFF;
}

ul.navigation ul.vp {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 128px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.vp {
	color: #666;
	background-color: #777f90;
	width: 106px;
	_width: 106px; /* IE hack for dropdown rollover effect */
	border-top:1px solid #FFF;
}

ul.navigation ul.gc {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 128px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.gc {
	color: #666;
	background-color: #777f90;
	width: 106px;
	_width: 128px; /* IE hack for dropdown rollover effect */
	border-top:1px solid #FFF;
}
---------------
ul.navigation ul.vs {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 137px;
	margin: 1.5em 0 0 0;
	padding: 0;
}

ul.navigation li.hover ul a.vs {
	color: #666;
	background-color: #777f90;
	width: 115px;
	_width: 115px; /* IE hack for dropdown rollover effect */
	border-top:1px solid #FFF;
}
-----------------
.rollovers {
	height: auto;
	margin-top: 2px;
	margin-left: 200px;
}

.tableHead {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	color: #FFFFFF;
}

.TableCopy1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333;
}

.TableCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
	color: #000000;
}

#disclaimer {
	color: #999999;
	font-size: 9.5pt;
	margin-top: 15px;
	margin-right: 19px;
}

#content #faq  (line 650)
{
list-style-type: none; 
}

#content #faq li.question {
	list-style-image: url(/cards/images/i_faq.gif);
	line-height: .2em;
	margin-left: -10px;
}

#content #faq li.answer {
	background-color: #ff6600:
	list-style-type: none; 
	margin-left: 0px;
}



table#cards_form {
	border:1px solid #fff;
	font-size:100%;
	padding:1px;
	width:90%;
	}

#cards_form thead th, #cards_form tbody td {
	border-right:1px solid #fff;
	margin:0;
	padding:3px;
	}

#cards_form thead th.last, #cards_form tbody td.last {
	border-right:0 none;
	}

#cards_form thead th {
	background-color: #A3A3A3;
	color: #FFF;
	}

#cards_form tbody td {
	background-color: #FFF;
	color: #333;
	}

#cards_form tbody tr.headings td {
	background-color: #999;
	color: #FFFFFF;
	font-weight: bold;
	}

#cards_form tbody tr.odd td {
	background-color: #efefef;
	color: #666;
	}
	
/* FAQ styles */ 
#faq {
	background-color: #FFFFFF;
	margin-left: 20px;
	width: 95%;
	font-size: 90%;
}

#faq h3 {
margin-left: 0px;
padding-top: 15px;
margin-bottom: 5px;
}


#faq p {
font-size: 100%;
margin-left: 10px;
}

.question {
	list-style-image: url(i_faq.gif);
	line-height: 0.25em;
	padding-left: 20px;
}

.answer {
	list-style-type: none;
	background-color: #eeeeee;
	padding: 5px 2px 5px 12px;
	display: block;
	border: 1px dotted #333;
	font-size: 100%;
}

.two-col #container #page #content #faq a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#img_apply_1, #img_apply_2, #img_apply_3, #img_apply_4, #img_apply_5, #img_apply_6, #img_apply_7, #img_apply_8, #img_apply_9, #img_apply_10, #img_apply_11, #img_apply_12, #img_apply_13, #img_features_1, #img_features_2, #img_features_3, #img_features_4, #img_features_5, #img_features_6, #img_features_7, #img_features_8, #img_features_9, #img_features_10, #img_features_11, #img_features_12, #img_access_1, #img_access_2, #img_access_3, #img_access_4, #img_access_5, #img_balance_1, #img_balance_2, #img_balance_3, #img_insurance_1, #img_insurance_2, #img_insurance_3, #img_insurance_4, #img_insurance_5, #img_insurance_6, #img_insurance_7, #img_insurance_8, #img_insurance_9, #img_insurance_10, #img_insurance_11, #img_security_1, #img_security_2, #img_security_3, #img_rewards_1, #img_rewards_2, #img_rewards_3, #img_rewards_4, #img_rewards_5, #img_rewards_6, #img_rewards_7, #img_rewards_8, #img_rewards_9, #img_rewards_10, #img_rewards_11, #img_rewards_12, #img_rewards_13, #img_rewards_14, #img_rewards_15, #img_rewards_16, #img_rewards_17, #img_rewards_18, #img_rewards_19, #img_rewards_20, #img_maintenance_1, #img_maintenance_2, #img_maintenance3, #img_maintenance_4, #img_maintenance_5, #img_maintenance_6, #img_maintenance_7, #img_maintenance_8, #img_maintenance_9, #img_maintenance_10, #img_maintenance_11, #img_maintenance_12, #img_online_1, #img_online_2, #img_additional_1, #img_additional_2, #img_additional_3, #img_founding_1, #img_founding_2, #img_founding_3, #img_founding_4
{
	vertical-align: middle;
	margin-bottom: 5px;
}


/* MAXIMISE YOUR BENEFITS */

#maximise h5 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	background-image: url(/cards/images/h5-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 25px;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	text-decoration: none;
}

.two-col #container #page #content #maximise h5 a {
	color: #ff6600;
}

.maximise_detail {
	list-style-type: none;
	display: block;
	background-image: url(/cards/images/h4-background-tile.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-bottom: 5px;
}
#h5-container-bottom {
	margin-right: 0px;
	height: 13px;
	padding-left: 25px;
	background-image: url(/cards/images/h4-bot.gif);
	background-repeat: no-repeat;
	margin-top: -12px;
	margin-left: 0;

}

.two-col #container #page #content #maximise h5 a {
	color: #ffffff;
	text-decoration: none;
}

#maximise li {
	width: 95%;
	}

#maximise #wealth.maximise_detail ul, #maximise #protection.maximise_detail ul, #maximise #travel.maximise_detail ul, #maximise #flexibility.maximise_detail ul
{
	margin-left: 25px;
}

#maximise #cash_flow.maximise_detail ol
{
	margin-left: 53px;
	vertical-align:
}

/* .benefits {
	
} */


#maximise p {
	color: #333;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 40px;
	}

#img_cat, #img_celebrity, #img_galleries, #img_bier, #img_impressionist, #img_protection, #img_pl100, #img_travel, #img_flexibility, #img_acceptance, #img_flex,#img_service, #rewards_img, #img_wealth, #img_cash_flow, #img_borrowing, #img_event1, #img_event2, #img_event3, #img_event4, #img_event5, #img_event6, #img_dalbora, #img_offer1, #img_offer2, #img_offer3, #img_offer4, #img_offer5, #img_offer6, #img_offer7, #img_offer8, #img_offer9
{
	vertical-align: middle;
	margin-top: -3px;
}

	
/**************************************** BECOME A FOUNDING MEMBER *********************************/
#founding {
	background-color: #eaeaea;
	font-size: 100%;
	padding-left: 00px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	}	
	
#founding h3 a:link {
	background-color: #eaeaea;
	font-size: 110%;
	padding-left: 00px;
	margin-right: 30px;
	text-decoration: none;
	}
#founding h3 a:visited {
	color: #006699;
	}
#founding h3 a:focus {
	color: #006699;
	}
#founding h3 a:hover {
	color: #006699;
	}
#founding h3 a:active {
	color: #006699;
	}

		
/**************************************** FOUNDING MEMBER PROGRAM PAGE *********************************/

#content img.founding_member
{
	float: right;
	margin-right: 30px;
	margin-left: 10px;

}






/**************************************** PAGE DISCLAIMER ****************************************/

#conditions {
	background-color: #eaeaea;
	font-size: 90%;
	padding-left: 00px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	}
	
#conditions ol {
	padding-left: 40px;
	margin-left: 20px;
	}
		
/**************************************** PAGE DISCLAIMER ****************************************/



.two-col #container #page #sidebar img {
	margin-left: 4px;
	width: 120px;
	height: 95px;
}

.two-col #container #page #sidebar .promotext p {
	font-size: 90%;
	width: 112px;
	background-color: #74798d;
	margin-top: 0px;
	padding-top:5px;	
	padding-left: 8px;
	margin-left: 4px;
	color: #fff;
	height: 125px;
}


.two-col #container #page #sidebar .promotext p a {
	color: #fff;
	font-weight: bold;
	float: right;
	padding-right: 12px;
	padding-top: 3px;
}

/************************** CARDS ********************/

#home_card #section1,#home_card #section2, #home_card #section3, #home_card .cardBen,#home_card .cardContent,#home_card #exclusive {
	float:left;
	}	
#home_card {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333333;
	padding:15px 0 0 0;
	margin-bottom:-15px;
	}

#home_card h3 {
	font-family:Helvetica;
	font-weight:700;
	margin:0;
	padding: 2px 0 5px 0;
	}
	
#home_card #section3 {
	margin:-7px 0 0 0;
	}
	
#home_card #exPic {
 	background:url('/cards/images/h_home-feature.jpg') no-repeat -4px top;
	}
 
#home_card #exPic, #home_card #exPic a{
	display:block;

	}
	
#home_card #exButton {
 	background:url('/cards/images/h_home-feature-bottom.gif') no-repeat -13px top;
	}
	
#home_card #exButton,#home_card #exButton a{
	display:block;
	height:44px;
	width:375px;
	}
 
#home_card #platPic {
	background:url('/cards/images/h_visa_platinum.jpg') no-repeat left top;
	height:90px;
	width:140px;
	float:left;
	}
	
#home_card #saverPic {
	background:url('/cards/images/h_visa_ratesaver.jpg') no-repeat left top;
	height:90px;
	width:140px;
	float:left;
	}
#home_card #hiltPic {
	background:url('/cards/images/h_platinum_hilton.jpg') no-repeat left top;
	height:90px;
	width:140px;
	float:left;
	}	
#home_card #saver {
	margin-top:10px;
	}	
	
#home_card .cardBen {
	margin:0 15px 0 12px;
	padding-bottom:6px;
	border-bottom:1px solid #000000;
	}
	
#home_card .cardContent {
	margin-left:15px;
	width:182px;
	}

#home_card .cardContent p{
	margin:0; 
	}
#home_card .cardBottom {
	background:url(/cards/images/h_maximise_your_benefits.gif) no-repeat left top;
	clear:both;
	float:right;
	margin:15px 0 0 2px;
	}
#home_card .hiltBottom {
	background-image:url(/cards/images/h_experience-more-for-less.gif);
}
#home_card .cardBottom, #home_card .cardBottom a{
	display:block;
	height:24px;
	width:199px;
	}
		
#home_card #rugbyBanner {
	background:url('/cards/images/h_founding.jpg') no-repeat -12px top;
	height:135px;
	width:380px;
	float:left;
	}
	
#home_card #rugbyContent {
	padding: 1em 1em 1em 2em;
	}
	
#home_card #rugbyContent a{	
	display:block;
	margin-left:-5px;
	width:95px;
	}
	
#home_card #feedbackBanner,#home_card #adviserBanner {
	height:68px;
	width:360px;
	float:right;
	margin-right:10px;
	}
#home_card #feedbackBanner {
	background:url('/cards/images/h_promo_top.gif') no-repeat left top;
	}	
	
#home_card #adviserBanner {
	background:url('/cards/images/h_promo_bottom.gif') no-repeat left top;
	}
#home_card #feedbackContent,#home_card #adviserContent{
	padding: 0.8em 1.5em 0 1.5em;
	}
#home_card #exRewards {
	float:left;
	background:url('/cards/images/h_get_rewards_faster.gif') no-repeat left top;
	margin: 10px 0 10px 7px;
	}
	
#home_card #exRewards,#home_card #exRewards a{
	display:block;
	height:60px;
	width:717px;
	}
	
#home_card #newCardTitle {
	background:url('/cards/images/h6-bg.gif') no-repeat -2px top;
	color:#ffffff;
	height:30px;
	width:738px;
	}
	
#home_card #newCardTitle h3{
	color:#ffffff;
	padding:9px 0 0 26px;
	}

#home_card #newCardContent {
	background:url('/cards/images/h6-background-tile.gif') repeat-y -1px top;
	height:140px;
	padding-left:16px;
	padding-right:25px;
	}
	
#home_card #newCardContent a{
	color:#666666;
	float:right;
	text-decoration:none;
	font-weight:bold;
	}
#home_card #newCardContent a:hover{
	color:#006699;
	}
	
#home_card #newCardContent h3{
	padding:0;
	}
	
#home_card #newCardContentBot {
	background:url('/cards/images/h6-bot.gif') no-repeat 4px top;
	height:26px;
	}
		
#home_card #newCard1, #home_card #newCard2, #home_card #newCard3{
	padding:10px 20px 10px 10px;
	float:left;
	}
	
#home_card #newCard1,#home_card #newCard2 {
	border-right:1px solid #d4d0c8;
	}
	
#home_card #newCard1, #home_card #newCard2, #home_card #newCard3 {
	width: 29%;
}

/** PAST EVENTS **/

#pastContainer .pastContent {
	float:left;
	padding:10px 0 10px 10px;
	margin: 0 0 0 10px;
	}

#pastContainer .pastFooter {
	clear:both;
	margin: 0 0 -15px 10px;
	padding:0 0 5px 40px;
	font-size: 90%;
	color:#7d7d7d;
	font-weight:bold;
	}
	
#pastContainer .imageContainer{
	width:305px;
	height:139px;
	border:solid 1px #000000;
	float:left;
	}
#pastContainer .imageContainer img{
	vertical-align:bottom; /* ie fix */
	}
	
#pastContainer .imageControl {
	float:left;
	padding:0 5px;
	}
		
#pastContainer .imgFor,#pastContainer  .imgBack,#pastContainer  .imgFor a,#pastContainer  .imgBack a{
	width:16px;
	height:17px;
}

#pastContainer .imageControl a {
	display:block;
	}

#pastContainer .imgFor {
	background: url('/cards/images/imageForward.gif') 0 0 no-repeat;
	}
	
#pastContainer .imageDetail {
	float:left;
	width:240px;
	padding:0 5px;
	}
	
#pastContainer .imageDetail p{
	margin:0 !important;
	}
		
#pastContainer .imgBack {
	background: url('/cards/images/imageBackward.gif') 0 0 no-repeat;
	margin:107px 0 0 0;
	}
	
/* SCG Platinum Rewards */
#scgPlat ol {
	margin-left:50px;
	}
#scgPlat li a:visited, #scgPlat li a:hover {
	color: #006699;
	text-decoration: underline;
	
	}  
#scgPlat ol, #scgPlat ul {
	color:#333333;
	line-height:9pt;
	}
	
#scgPlat #conditions {
	float:right;
	}
#scgPlat #conditions p {
margin-top: 0px;
margin-bottom: 5px;
}
#scgPlat #conditions  {
font-weight:bold;

}
#scgPlat #conditions ul {

margin-top: 2px;
margin-bottom: 5px;
}
#scgPlat #conditions h3 {

margin-top: 2px;
margin-bottom: 5px;
text-transform: none;
color:#000000;
	}

#scgPlat #summary, #scgPlat #leftCol, #scgPlat #rightCol {
	float:left;
	}
	#scgPlat #conditons #summary a:link,
	{color: #006699;
	text-decoration: underline;
	
	}  
#scgPlat #leftCol, #scgPlat #rightCol {
	width:48.5%;
	}
	
	
#maximise .maximise_detail ul li a:hover{
	color: #006699;
	text-decoration:none;
}



