@charset "UTF-8";
body  {
	margin: 20px 0 20;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat;
}
table.centred {
	text-align: center;
}
img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {color:#663399; text-decoration:none;}
a:visited {color:#663399;text-decoration:none;}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {color:#663399;text-decoration:none;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; color:#663399; font-weight:bolder; margin-top:5px;}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.infoname {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.infonameindent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.loanchoicetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.advantagealert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bolder;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	background-color: #663399;
}
#header {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 220px;
}
.calladvantage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding: 3px;
	margin: 10px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}
.loanchoice2  {
	margin: 10 0 10 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10 0 0 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 340px;
	background-color: #FFFFFF;
	list-style-type: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.quickchoice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 2px 0px;
}

.quickchoice a:link {color:#FFFFFF; text-decoration:none;}
.quickchoice a:visited {color:#FFFFFF;text-decoration:none;}
.quickchoice a:hover {color:#ffcc33;text-decoration:none;}
.quickchoice a:active {color:#FFFFFF;text-decoration:none;}

.cellindent {
	margin: 3px 0px 0px;
	padding: 5px 5px 5px 20px;
}
.orangebordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
}
.orangeborderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
	border-right-style: solid;
}
.frontimagetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	bottom: 5px;
	left: 0px;
	top: 0px;
	right: 0px;
}
.line-h-orange {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 10px;
	top: 0px;
}
.fronttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.brokertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.specialise {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 18px;
}

.specialise a:link {
	color:#663399;
	text-decoration:none;
}
.specialise a:visited {
	color:#663399;
	text-decoration:none;
}
.specialise a:hover {
	color:#FFCC33;
	text-decoration:none;
}
.specialise a:active {
	color:#663399;
	text-decoration:none;
}

.float-left {
	clear: right;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: -15px;
}
.orange_bgrnd {
	margin: 0px;
	background-image: url(../images/curve_middle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
}
.pageheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.loanintro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.cell_linebottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.form_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 10px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.table_hdr_white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bolder;
	padding: 0px 0px 0px 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.table_loan_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 15px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 15px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#flashcontent {
	background-position: center;
}
.table_loan_text_note {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 15px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #663399;
	margin: 5px 0px 0px 20px;
	padding: 8px 5px 0px 30px;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.list a:link {color:#663399; text-decoration:none;}
.list a:visited {color:#663399;text-decoration:none;}
.list a:hover {color:#ffcc33;text-decoration:none;}
.list a:active {color:#663399;text-decoration:none;}
h1.reverse {
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding: 5px;
}
td.columnindent {
	margin: 20px 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bolder;
	margin: 5px 5px 0px 15px;
	padding: 0px;
}
.loansubheads {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.loanwhite-reverse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bolder;
	padding: 5px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-transform: uppercase;
	text-align: center;
}
.listloan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #663399;
	margin: 5px 0px 0px 20px;
	padding: 8px 5px 10px 0px;
}

.listloan a:link {color:#663399; text-decoration:none;}
.listloan a:visited {color:#663399;text-decoration:none;}
.listloan a:hover {color:#9999cc;text-decoration:none;}
.listloan a:active {color:#663399;text-decoration:none;}

.loan_advfin {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.loansubheadsOrange {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.deluxeloaninfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.list_loan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 5px 0px 0px 30px;
	padding: 8px 5px 0px 0px;
}
.table_loan_text_response {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 15px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bgrndvignette {
	background-image: url(../images/vginette.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
h3.caps {
	text-transform: uppercase;
	font-weight: bolder;
	color: #000000;
	margin: 0px;
	padding: 15px 0px 0px 15px;
}
.bgrndvignettered {
	background-image: url(../images/cell_bgrnd_red.jpg);
	background-repeat: repeat-y;
}
.whitelinebelow {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pageheadersmlmargin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.paraheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.listplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin: 5px 0px 0px 20px;
	padding: 0px 5px 0px 30px;
}
.border_orange_LR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
}
.listpublications {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #663399;
	margin: 5px 0px 0px 15px;
	padding: 8px 5px 0px 15px;
}

.listloan a:link {color:#663399; text-decoration:none;}
.listloan a:visited {color:#663399;text-decoration:none;}
.listloan a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.listloan a:active {color:#663399;text-decoration:none;}
.bgrndvignette300 {
	background-image: url(../images/vignette300.jpg);
	background-repeat: repeat-y;
}
.creditotext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.profile_quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
}
.bodytextbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.bodytextboldwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.otherservices_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formprivacy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.loanintrobold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663399;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.pageheadergrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.pageheadergrey2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.smldetails {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.floatleft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatright {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: right;
}
.mortgageawards {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC9933;
	font-style: normal;
	font-weight: bolder;
	padding: 0px 0px 0px 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.mortgageawardtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

