﻿html {
	}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-size: 62.5%;
	color: #646463;	
	}
h1, h2, h3, p, form {
	margin: 0;
	padding: 0;
	}
acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
.spacer {
	clear: both;
	overflow: hidden;
	}
a:link,
a:visited {
	color: #b42419;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #b42419;
	}
#container {
	width: 770px;
	margin: 20px auto;
	padding: 0;
/*	border: 1px solid #000; */
	}

/*-------------------- HEADER --------------------*/

#header_home #logo {
	float: left;
	width: 232px;
	height: 229px;
	background: url(../images/bg_header_left.jpg) bottom left no-repeat;
	}
#header_home #header_right
{
	float: right;
	width: 538px;
	height: 229px;
	background: url(../images/bg_header_right.jpg) 0 53px no-repeat;
	overflow: hidden;
}
#header_home #header_right_nz {
	float: right;
	width: 538px;
	height: 229px;
	background: url(../images/nz/bg_header_right.jpg) 0 53px no-repeat;
	overflow: hidden;
	}

#header #logo {
	float: left;
	width: 232px;
	height: 108px;
	}
#header #header_right {
	float: right;
	width: 538px;
/*	height: 111px;
	background: url(../images/bg_header_right.jpg) bottom left no-repeat; */
	}
#header #header_right img {
	display: block;
	}

/*-------------------- NAV --------------------*/

#nav {
	width: 538px;
	height: 53px;
	}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
#nav ul li {
	float: left;
	width: 108px;
	height: 53px;
	}
#nav ul li.last {
	width: 106px;
	}
#nav ul li a.last {
	border: none;
	}
#nav ul li a {
	display: block;
	height: 3em;
	color: White;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #f00;
	}
#nav ul li a:hover {
	color: #fff;
	background: #ff99ff;
	}
#nav_welcome a {
	background: #660033;
	}
#nav_profits a {
	background: #cc0066;
	}
#nav_flexibility a {
	background: #990000;
	}
#nav_support a {
	background: #ff0033;
	}
#nav_apply a {
	background: #cc3366;
	}

/*-------------------- APPLY BAR --------------------*/

#apply {
	margin: 121px 0 0 0;
	padding: 5px 11px 0 0;
	height: 55px;
	background: url(../images/bg_apply.jpg) 0 0 no-repeat;
	text-align: right;
	}
#apply_nz {
	margin: 121px 0 0 0;
	padding: 5px 11px 0 0;
	height: 55px;
	background: url(../images/nz/bg_apply.jpg) 0 0 no-repeat;
	text-align: right;
	}

/*-------------------- CONTENT --------------------*/

h1 {
	color: #990033;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, normal;
	letter-spacing: -1px;
	font-stretch: wider;
	margin: 0 0 5px 0;
	}
p {
	font-size: 1.1em;
	line-height: 1.7em;
	}
.img_float_r {
	float: right;
	margin: 0 0 0 15px;
	}

#content_home {
	text-align: left;
	}
#content {
	text-align: left;
	}
#content_left {
	float: left;
	width: 222px;
	padding: 20px 0 0 10px;
	}
#quote {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	background: url(../images/quote_1.gif) 0 0 no-repeat;
	}
#name {
	color: #780402;
	font-size: 0.9em;
	margin: 10px 0 30px 0;
	letter-spacing: 0.1em;
	}
#thankyou {
	margin: 20px 0 !important;
	margin: 50px 0 20px 0;
	}

#content_middle {
	float: left;
	width: 266px;
	padding: 20px 20px 0 20px;
	}
#content_right_home {
	float: right;
	width: 222px;
	padding: 20px 10px 0 0;
	}
#content_right {
	float: right;
	width: 518px;
	padding: 20px 10px 0 10px;
	}
#content_right ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style-image: url(../images/list_icon.gif) !important;
	list-style-image: url(../images/list_icon_ie.gif);
	}
#content_right ul li {
	padding: 0 0 0 10px;
	margin-bottom: 15px !important;
	margin-bottom: 10px;
	}
	
#error_wrap {
	border: 1px solid #a71c13;
	background: #f8eae9;
	width: 463px;
	height:inherit;
	margin: 20px auto 0 auto;
	color:#821710;
	}
#error_heading {
	width: 453px;
	height: 28px;
	padding: 0 0 0 10px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background: url(../images/error_heading.gif) 0 0 no-repeat;
	}

/*-------------------- APPLICATION FORM --------------------*/

#applicationForm {
	margin: 20px 0 0 0;
	}

.field {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #bababa;
	}
.small {
	width: 60px;
	}
.medium {
	width: 100px;
	}
.large,
#yourMessage {
	width: 330px;
	}
#applicationForm input {
	display: inline;
	}
.dobDay,
.dobMonth,
.homePhoneArea {
	background: #f5f5f5;
	border: 1px solid #bababa;
	width: 20px;
	}
.dobYear,
.mobilePhoneArea {
	background: #f5f5f5;
	border: 1px solid #bababa;
	width: 35px;
	}
.mobilePhoneAreaNZ {
	background: #f5f5f5;
	border: 1px solid #bababa;
	width: 25px;
	}

#error_wrap ul {
	margin: 10px;
	}


/*-------------------- FOOTER --------------------*/

.footer {
	text-align: left;
	padding: 10px;
	}
.footer a {
	margin: 0 10px 0 0;
	}
