body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	background-color:#FFFFFF;
	margin-bottom:5px;
}
script {
	margin:0;
	padding:0;
	display:none;
	overflow:hidden;
}
p {
	color:#333333;
	font-size:0.8em;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
}
p.cent {
	text-align:center;
}
#h60px {
	text-align:center;
	height:60px;
}
h1 {
	font-size:1.0em;
	margin-top:0;
	margin-bottom:5px;
}
h2 {
	font-size:0.9em;
	margin-top:0;
	margin-bottom:5px;	
}
h3 {
	font-size:0.9em;
}
ul {
	font-size:0.8em;
}
a {
	color:#5263A0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
.header-wrapper {
	width:100%;
	height:122px;
	margin:0 auto;
	background:#FFFFFF url(../images/header-wrapper-background.gif) repeat-x;
}
.header {
	width:780px;
	height:122px;
	background: url(../images/header.gif) no-repeat;
	margin:0 auto;
}
/* Navigation for ie > 6 and non-ie browsers, see ie.css for styles for ie6 and below */
.nav {
	margin-top:32px;
	float:right;
	background:#9DA8CD url(../images/header-btm-border.gif) top repeat-x;
	line-height:normal;
	position:relative;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul li {
	position:relative;
	float:left;
	margin:0;
	margin-left:2px;
	padding:0;
}
.nav ul li a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
  display:block;
	background:#5263A0;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;	
	padding:5px 5px 5px 5px;
	font-size:0.8em;	
}
.nav ul li a:hover {
	background:#666699;	
}
.nav ul li ul {
	display: none;
}
.nav ul li:hover ul {
	position:absolute;
	background:#9DA8CD;
	display:block;
	width:115px;
	margin:0;
	padding:0;	
	list-style:none;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;	
}
.nav ul li:hover ul li {
	width:115px;
	padding:0;
	background:#9DA8CD;
}
.nav ul li:hover ul li a {
	display:block;
	background:#9DA8CD;
	padding-left:8px;
	font-size:10px;
}
.nav ul li:hover ul li a:hover {
	background:#5263A0;
	color:#FFFFFF;
}
.nav ul li ul li {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
}
.nav a:hover {
	text-decoration:none;
}
.content-wrapper {
	width:100%;
	margin:0 auto;
	background:#FFFFFF url(../images/content-wrapper-background.gif) top repeat-x;
}
.top-bar {
	background-color:#5263A0;
	border-bottom:2px solid #FFFFFF;
	height:15px;
}
.product-sections {
	padding:10px;
}
.product-sections .left {
	float:left;
	margin-right:10px;
}
.product-sections .right {
	float:left;
}
.section-list ul {
	width:235px;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}
.section-list ul.full {
	width:100%;	
}
.section-list a {
	color:#666666;	
}
.section-list li {
	color:#666666;
	background:#E6E6E6 url(../images/products-arrow.gif) left no-repeat;
	padding-left:20px;
	font-weight:bold;
	font-size:0.9em;
	border-bottom:1px solid #FFFFFF;
	padding:2px 2px 2px 20px;
}
.section-list li.head {
	background:#5263A0 url(../images/arrow-white.gif) left no-repeat;
	padding:2px 2px 2px 20px;
	color:#000000;
}
.section-list li.head a {
	color:#000000;	
}
.section-list ul ul {
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}
.section-list ul ul li {
	color:#000000;
	background-color:#E6E6E6;
	background-image:none;
	padding-left:20px;

	border-bottom:0;
}
.section-list ul ul li a {
	color:#5263A0;
}
#loans .head {
	background-color:#6666CC;
}
#mortgages .head {
	background-color:#B0C97C;
}
#insurance .head {
	background-color:#F7C195;
}
#banking .head {
	background-color:#E3D580;
}
#otherfinance .head {
	background-color:#E39BE9;
}
#otherservices .head {
	background-color:#BDA8EE;
}
.section-detail-wrapper {
	padding-top:10px;
	padding-bottom:10px;	
}
.section-detail-wrapper .left {
	float:left;
	width:244px;
	margin-right:10px;
}
.section-detail-wrapper .right {
	float:left;
	width:244px;
}
.section-detail {
	background-color:#F4F4F4;
	border:1px solid #666666;
	margin-bottom:10px;
}
.section-detail .head {
	margin:3px;
	padding:2px 2px 2px 5px;
}
.section-detail .head h2 {
	color:#000000;
	margin:0;
	padding:0;
	font-size:0.8em;
}
.section-detail .head span {
	font-size:0.7em;
}
.section-detail .detail {
	padding:5px;
}
.section-detail .detail p {
	margin-top:0;
	font-size:12px;
}
.section-detail .detail ul {
	margin:0;
	padding:0;
	list-style:none;
}
.section-detail .detail li {
	background:#F4F4F4 url(../images/detail-arrow.gif) top left no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.section-detail .apply {
	text-align:center;
}
.section-detail .apply a {
	display:block;
	color:#FFFFFF;
	padding:4px;
	font-weight:bold;
	border-color: #FFFFFF #333333 #333333 #FFFFFF;
	background-color:#629E51; 
	border-style:solid;
	border-top-width: 2px; 
	border-right-width: 2px;
	border-bottom-width: 2px; 
	border-left-width: 2px;		
}
.section-detail .apply a:active {
	border-color: #333333 #FFFFFF #FFFFFF #333333;
}
.content {
	border:1px solid #818794;		
	width:780px;
	margin:0 auto;
	background-color:#FFFFFF;	
	height:100%;
}
.left-column {
	float:left;
	width:129px;
	background-color:#E6E6E6;
	border-right:1px solid #818794;
	min-height:35em; 
	height:auto;
}
.left-column h2 {
	font-size:0.7em;
	text-align:center;
	color:#FFFFFF;
	background-color:#5263A0;
	margin:0;
	padding:2px;
}
.left-column p {
	text-align:center;
}
.centre-column {
	float:left;
	width:500px;
	padding:10px;
	background-color:#FFFFFF;
}
.centre-column h1 {
	color:#5263A0;
}
.centre-column h2 {
	color:#5263A0;	
}
.right-column {
	float:left;
	width:129px;
	background-color:#E6E6E6;
	border-left:1px solid #818794;
	min-height:35em; 
	height:auto;
}	
.right-column h2 {
	font-size:0.7em;
	text-align:center;
	color:#FFFFFF;
	background-color:#5263A0;
	margin:0;
	padding:2px;
}
.right-column p {
	text-align:center;
}
.ad-section-column {
	min-height:22em;
}
.ad-section-column td {
	vertical-align:middle;
}
.ad-section-bottom {
	text-align:center;
}
.ad-section-header p {
	text-align:right;
	margin:0;
	padding:0;
	padding-right:5px;
	padding-top:5px;
}
.section-nav {
	float:right;
	margin-bottom:10px;
}
.section-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.section-nav li {
	background:#FFFFFF url(../images/arrow-grey.gif) left no-repeat;
	padding-left:20px;
}
.section-nav li.head {
	background:none;
	padding-left:4px;
	text-decoration:underline;
	font-weight:bold;
}
.section-nav a {
	color:#666666;
}
.product-list ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}
.product-list li {
	color:#666666;
	background:#E6E6E6 url(../images/products-arrow.gif) left no-repeat;
	padding-left:20px;
	font-weight:bold;
	font-size:0.7em;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	padding-top:2px;
}
.product-list a {
	color:#666666;	
}
.footer {
	width:782px;
	margin:0 auto;
	height:200px;
}
.footer-copyright {
	background-color:#5263A0;
}
.footer-copyright p {
	color:#FFFFFF;
	text-align:center;
	margin:0;
	padding:2px;
	font-size:0.7em;
	font-weight:bold;
}
.footer-nav {
	background-color:#EBEBEB;
}
.footer-nav a {
	color:#999999;
}
.footer-nav p {
	font-size:0.7em;
	font-weight:bold;
	text-align:right;
	color:#999999;
	margin:0;
	padding:5px;	
}
.footer-links {
	background:#FFFFFF url(../images/footer-background.gif) bottom repeat-x;
	padding:10px;
}
.footer-links a {
	color:#999999;
}
.footer-links .left {
	float:left;
	width:490px;
	padding-right:10px;
	border-right:1px solid #999999;
}
.footer-links .right {
	float:left;
	width:250px;
	padding-left:10px;
}
.footer-links h3 {
	color:#999999;
	font-size:0.7em;
	margin:0;
	padding:0;
	text-decoration:underline;
}
.footer-links p {
	color:#999999;
	font-size:0.6em;
	margin:0;
	padding:0;
}
.footer-links ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#999999;
	font-size:0.6em;
}
.footer-links li {
	margin:0;
	padding:0;
}
.highlight {
	color:#5263A0;
	font-weight:bold;
}
.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
#wantsense
{
	margin:10px 0 10px 4px;
	border:solid 1px #5263a0;
	width:118px;
	background-color:white
}
#wantsense a
{
	color:#5263a0
}
#wantsense #wantsense-feedTitle
{
	background-color:#5263a0
}
#wantsense #wantsense-item p
{
	text-align:left;
	border-bottom:solid 1px #5263a0
}
#wantsense #wantsense-item a
{
	font-size:1em
}
#divWantSense-noScript img
{
	border:0px
}
#divWantSense-noScript #aTheWantedEngine-text
{
	font-size:1em;
	margin-left:-3px
}