@charset "utf-8";

/* =General  this should be included on all stylesheets
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
  margin: .5em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography  this is the layout of the page so will contain the ids
-----------------------------------------------------------------------------*/

body {
	/*min-width:834px;*/
	color: #fff;
}

#container{
	margin: 0 auto;
	/*background: url(../images/bg_repeat.gif) repeat-x;*/
}

#content
{
	font: 62.5%/1.8  Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 780px;
	background-color: #0199DA;
}

#titlebox {
	padding-top: 25px;
	margin-left: 30px;
}

#titlebox h1 {
	height: 55px;
	width: 564px;
	background: transparent url(../images/header_anz_mobile.gif) no-repeat top left;
	text-indent: -9999px;
}

#contentbox {
	width: 780px;  
	background: transparent url(../images/top_img2.jpg) no-repeat top left;
	padding-top: 150px;
}

#leftpanel {
	width: 560px;
	float: left;  
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline;	/*IE6 double-margin float bug fix*/
}

#leftpanel #callanzeasytext {
	margin-top: 16px;
	color: #A1E9FE;
	font-size: 180%;
	font-style: italic;
}

#leftpanel h2#makingbankingeasytext {
	height: 51px;
	width: 349px;
	background: transparent url(../images/image_making_banking_easy.gif) no-repeat top left;
	text-indent: -9999px;
	margin: 1.2em 0;
}

#rightpanel {
	width: 130px; 
	float: left;  
	padding-top: 105px;
	margin-left: 20px;
}

#promofooterlogo {
	background: transparent url(../images/footer_easy_with_anz.gif) no-repeat top right;
	height: 53px;
	margin-right: 50px;
	padding-bottom: 30px;
	text-indent: -9999px;
}

#btn_moreinfo {
	width: 100px;
	height: 30px;
	margin-top: 10px;
	text-indent: -9999px;
}

#btn_moreinfo a {
	display: block;
	width: 100px;
	height: 30px;
	background: transparent url(../images/more_info.gif) no-repeat top left;
}

#btn_moreinfo a:hover {
	background-position: bottom left;
}

#footerbox {
	font-size: 0.8em;
}

/* =Headings/text
-----------------------------------------------------------------------------*/
h1
{
	font-size: 150%;
}
h2
{
	font-size: 140%;
}
h3
{	
	font-size: 125%;
}
h4
{	
	font-size: 120%;
}

p{
	font-size: 120%;
	margin:.6em 0 0 0;
}

.bold {
	font-weight: bold;
}

ul li{
	margin-top: 1em;
	margin-left:20px;
	font-size: 120%;		
}

#leftpanel a {
	color: #fff;
	text-decoration: underline;
}

#leftpanel a:hover {
	color: #9cf; 
}

#leftpanel #callanzeasytext a {
	color: #A1E9FE;
}

#leftpanel #callanzeasytext a:hover {
	color: #9cf; 
}

#leftpanel .disclaimer {
	font-size: 99%;
	line-height: 1.4em;
}

ul.nobulletlist {
	list-style-type:none;
}

ul.nobulletlist li {
	margin-left: 0;
}

ul#waystobanklist li {
	margin-top: 0.5em;
}
