* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 80%;
  color: #ffffff;
}
.clear {
  width: 100%;
  clear: both;
}
.mission {
  font-size: 90%;
  margin-bottom: 22px;
  line-height: 1.4em;
  color: #255E97;  
}
.lifestyleFlash {
  width: 380px;
  display: block;
  float: right; 
  display:none;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

#wrap {
  width: 870px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  width: 870px;
  height: 112px;
}
#header img#logo {
  width: 344px;
  height: 67px;
  margin-top: 20px;
  border: none;
  float: left;
}
#header img#banner468x60 {
  width: 468px;
  height: 60px;
  margin-top: 20px;
  border: none;
  float: right;
  display:none;
}

#nav {
  width: 870px;
  height: 62px;
  margin-bottom: 18px;
  display: none;
  clear: both;
}
#nav ul {
  list-style: none;
}
#nav li {
  display: inline;
  margin-right: 2px;
}
#nav li a {
  height: 32px;
  display: block;
  float: left;
  background: url(../images/btnNav.gif) no-repeat;
}
#nav li a strong {
  display: none;
}
#nav li a#ctl00_homeLoans {
  width: 119px;
  background-position: 0 0;
}
#nav li a#creditCards {
  width: 115px;
  background-position: -121px 0;
}
#nav li a#commercialLoans {
  width: 154px;
  background-position: -238px 0;
}
#nav li a#ctl00_loanCalculators {
  width: 194px;
  background-position: -394px 0;
}
#nav li a#resources {
  width: 106px;
  background-position: -590px 0;
}
#nav li a#ctl00_homeLoans:hover { background-position: 0 -64px; }
#nav li a#creditCards:hover { background-position: -121px -64px; }
#nav li a#commercialLoans:hover { background-position: -238px -64px; }
#nav li a#ctl00_loanCalculators:hover { background-position: -394px -64px; }
#nav li a#resources:hover { background-position: -590px -64px; }
#nav li a#ctl00_homeLoans.active { background-position: 0 -128px; }
#nav li a#creditCards.active { background-position: -121px -128px; }
#nav li a#commercialLoans.active { background-position: -238px -128px; }
#nav li a#ctl00_loanCalculators.active { background-position: -394px -128px; }
#nav li a#resources.active { background-position: -590px -128px; }

#nav #navStatus {
  width: 870px;
  height: 30px;
  display: block;
  clear: both;
}
#nav #navStatus p {
  margin-left: 20px;
  line-height: 28px;
  font-size: 90%;
  font-weight: bold;
  color: #FFF;
}


/* Content */

#content {
  width: 660px;
  display: block;
  float: left;
}
#content h1, h2 {
  color: #003366;
  font-weight: normal;
}
.ie7 #content h1 {
  font-size: 190%;;
}
.ie6 #content h1 {
  font-size: 210%;;
}
.ie7 #content h2 {
  font-size: 160%;;
}
.ie7 #content h3 {
  font-size: 140%;;
}
.ie7 #content h4 {
  font-size: 120%;;
}
#content h3, h4, h5 {
  color: #0B529B;
  font-weight: bold;
}
#content p {
  margin-bottom: 15px;
  line-height: 1.4em;
  color: #041A30;
}
#content ul, ol {
  margin: 0 0 18px 36px;
}
#content dl {
  margin-bottom: 20px;
}
#content dt {
  margin-bottom: 1px;
  font-style: italic;
  color: #277EA6;
}
#content dd {
  margin-bottom: 12px;
  color: #041A30;
  line-height: 1.4em;
}
#content table.general {
  margin-bottom: 20px;
  font-size: 85%;
}
#content table.general th {
  padding: 5px 8px;
  text-align: left;
  color: #FFF;
  text-align: left;
  background-color: #104173;
}
#content table.general td {
  padding: 5px 8px;
  color: #041A30;
  background-color: #ECF1F3;
}


/* Search and Refine Forms */

#content #searchForm {
  width: 260px;
  height: 288px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  display: block;
  float: left;
  color: #003366;
  background: url(../images/bgSearchForm.gif) no-repeat bottom;
}
#content #searchForm.wide {
  width: 660px;
  height: 270px;
  margin-bottom: 12px;
  background: url(../images/bgSearchFormWide.gif) no-repeat bottom;
}
.ie #content #searchForm.wide {
  padding-bottom: 0;
}
.ie7 #content #searchForm.wide {
  height: 288px;
}
#content #searchForm h1 {
  width: 260px;
  height: 34px;
  display: block;
  background: url(../images/titleLoanSearch.gif) no-repeat;
}
#content #searchForm.wide h1 {
  width: 660px;
  height: 34px;
  display: block;
  background: url(../images/titleLoanSearchWide.gif) no-repeat;
}
#content #searchForm h1 strong {
  display: none;
}
#content #searchForm form {
  padding-top: 5px;
  margin: 5px 16px;
}
#content #searchForm label.primary {
  width: 228px;
  height: 19px;
  display: block;
  color: #003366;
  font-weight: bold;
  font-size: 90%;
}
#content #searchForm input {
  margin-bottom: 10px;
  padding: 2px;
  font-size: 110%;
  font-weight: bold;
  color: #003366;
}
#content #searchForm span {
  margin-right: 6px;
  float: left;
  font-size: 140%; 
}
#content #searchForm select {
  margin-bottom: 10px;
  font-size: 110%;
  color: #003366;
}
#content #searchForm input.search {
  margin-bottom: 0;
}
#content #searchForm input.refineSearch {
  margin: -12px 0 0 184px;
}
.ie #content #searchForm input.refineSearch {
  margin: -30px 0 0 184px;
}
#content #searchForm fieldset {
  border: none;
}
.ie #content #searchForm fieldset {
  margin-bottom: 8px;
}
#content #searchForm legend {
  padding-bottom: 6px;
  font-size: 90%;
  font-weight: bold;
  color: #003366;
}
.ie #content #searchForm legend {
  padding-bottom: 3px;
}
#content #searchForm #refineOptions {
  width: 350px;
  padding: 10px 15px;
  display: block;
  float: right;
  background: url(../images/bgRefineOptions.gif) no-repeat;
}
.ie #content #searchForm #refineOptions {
  width: 360px;
  padding: 10px 0px;
}
.ie7 #content #searchForm #refineOptions {
  width: 360px;
  padding: 10px 15px;
  display: block;
  float: right;
  background: url(../images/bgRefineOptions.gif) no-repeat;
}
#content #searchForm #refineOptions input {
  float: left;
  margin: 0 5px 0 0;
}
#content #searchForm #refineOptions label {
  margin-right: 15px;
  display: inline;
  float: left;
  font-size: 85%;
  font-weight: normal;
}
.ie #content #searchForm #refineOptions label {
  line-height: 20px;
  font-size: 80%;
}
#content #searchForm #refineOptions .row {
  width: 380px;
  height: 20px;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
#content #lifestyle {
  float: right;
  margin-bottom: 18px;
}


/* Home Bank List */

#content ul#bankList {
  width: 660px;
  height: 42px;
  margin: 0 0 5px 0;
  padding: 12px 0 0 18px;
  display: block;
  clear: both;
  list-style: none;
  background: url(../images/bgHomeBanks.gif) no-repeat;
}
#content ul#bankList li {
  display: inline;
}
#content ul#bankList li a {
  height: 18px;
  margin-right: 13px;
  display: block;
  float: left;
  background: url(../images/btnBanks.gif) no-repeat;
}
#content ul#bankList li a span {
  display: none;
}
#content ul#bankList li a.anz {
  width: 32px;
  background-position: 0 0;
}
#content ul#bankList li a.nab {
  width: 36px;
  background-position: -45px 0;
}
#content ul#bankList li a.westpac {
  width: 54px;
  background-position: -95px 0;
}
#content ul#bankList li a.commonwealth {
  width: 97px;
  background-position: -163px 0;
}
#content ul#bankList li a.stGeorge {
  width: 50px;
  background-position: -272px 0;
}
#content ul#bankList li a.citibank {
  width: 42px;
  background-position: -335px 0;
}
#content ul#bankList li a.adelaideBank {
  width: 38px;
  background-position: -390px 0;
}
#content ul#bankList li a.bankWest {
  width: 48px;
  background-position: -443px 0;
}
#content ul#bankList li a.geMoney {
  width: 56px;
  background-position: -505px 0;
}
#content ul#bankList li a.suncorp {
  width: 51px;
  background-position: -573px 0;
}
#content ul#bankList li a.anz:hover { background-position: 0 -18px; }
#content ul#bankList li a.nab:hover { background-position: -45px -18px; }
#content ul#bankList li a.westpac:hover { background-position: -95px -18px; }
#content ul#bankList li a.commonwealth:hover { background-position: -163px -18px; }
#content ul#bankList li a.stGeorge:hover { background-position: -272px -18px; }
#content ul#bankList li a.citibank:hover { background-position: -335px -18px; }
#content ul#bankList li a.adelaideBank:hover { background-position: -390px -18px; }
#content ul#bankList li a.bankWest:hover { background-position: -443px -18px; }
#content ul#bankList li a.geMoney:hover { background-position: -505px -18px; }
#content ul#bankList li a.suncorp:hover { background-position: -573px -18px; }


/* Lowest Rate Table */

#content table#ratesNav {
  width: 610px;
  margin: 17px 0 -1px 0;
}
#content table#ratesNav td {
  width: 90px;
  height: 15px;
  padding: 5px;
  text-align: center;
  background: url(../images/btnRateTab.gif) no-repeat #FFF;
}
#content table#ratesNav td a {
  color: #273039;
}
#content table#ratesNav td a:hover {
  color: #D18634;
}
#content table#ratesNav td.current {
  background-position: 0 -30px;
  color: #6B3A0D;
  font-weight: bold;
}
#content table#ratesNav td.current a {
  color: #6B3A0D;
  text-decoration: none;
}
#content table#lowestRates {
  width: 100%;
  margin: 0 0 25px 0;
  border-right: 1px solid #FFB666;
  border-bottom: 1px solid #FFB666;
  border-left: 1px solid #FFB666;
}
#content table#lowestRates th {
  padding: 10px 8px;
  color: #6B3A0D;
  background: #FFDFA5;
}
#content table#lowestRates td {
  padding: 8px 8px;
  color: #874305;
  background: #FFF;
}
#content table#lowestRates td.even {
  background: #FFF4E0;
}
#content table#lowestRates td strong {
  color: #d66a06;
}
#content table#lowestRates td img {
  border: none;
}


/* Home Buttons */

#content ul#homeBtns {
  margin: 0;
  width: 660px;
  display: block;
  clear: both;
  list-style: none;
}
#content ul#homeBtns li {
  display: inline;
}
#content ul#homeBtns li a {
  height: 45px;
  margin-right: 11px;
  display: block;
  float: left;
  background: url(../images/btnHome.gif) no-repeat;
}
#content ul#homeBtns li a span {
  display: none;
}
#content ul#homeBtns li a.fastPre {
  width: 182px;
  background-position: 0 0;
}
#content ul#homeBtns li a.calcs {
  width: 135px;
  background-position: -194px 0;
}
#content ul#homeBtns li a.market {
  width: 163px;
  background-position: -341px 0;
}
#content ul#homeBtns li a.resources {
  width: 133px;
  background-position: -516px 0;
}
#content ul#homeBtns li a.fastPre:hover { background-position: 0 -55px; }
#content ul#homeBtns li a.calcs:hover { background-position: -194px -55px; }
#content ul#homeBtns li a.market:hover { background-position: -341px -55px; }
#content ul#homeBtns li a.resources:hover { background-position: -516px -55px; }


/* Pagination */

#content .pagination ul {
  margin: 0 15px 10px 15px;
  list-style: none;
  font-size: 90%;
  color: #003366;
}
.ie7 #content .pagination ul {
  margin: 0 15px 15px 15px;
}
#content .pagination li {
  display: inline;
}
#content .pagination li.previous {
  width: 100px;
  font-weight: bold;
  margin-right: 168px;
}
#content .pagination li.next {
  width: 100px;
  float: right;
  text-align: right;
  font-weight: bold;
}
.gecko #content .pagination li.next {
  margin-top: -15px;
}
.ie #content .pagination li.next {
  margin-top: -16px;
}
#content .pagination li a {
  color: #003366;
}
#content .pagination li a:hover {
  color: #4D8DCB;
}


/* Results */

#content .resultStandard {
  width: 640px;
  height: 160px;
  margin-bottom: 5px;
  padding: 10px;
  display: block;
  clear: both;
  background: url(../images/bgResultOdd.gif) no-repeat;
}
.ie #content .resultStandard {
  margin-bottom: 0;
}
#content .resultStandard.feature {
  background: url(../images/bgResultFeature.gif) no-repeat;
  color: #874C12;
}
#content .resultStandard.even {
  background: url(../images/bgResultEven.gif) no-repeat;
}
#content .resultStandard .compare {
  width: 20px;
  height: 60px;
  padding: 3px 8px;
  display: block;
  float: left;
}
.ie #content .resultStandard .compare {
  width: 25px;
  padding: 1px 5px;
}
.safari #content .resultStandard .compare {
  padding: 5px 9px;
}
#content .resultStandard .compare label {
  display: none;
}
#content .resultStandard h2 {
  margin-bottom: 13px;
}
#content .resultStandard h2 a {
  font-size: 55%;
  font-weight: bold;
  color: #003366;
}
#content .resultStandard.feature h2 a {
  color: #874C12;
}
.ie #content .resultStandard h2 a {
  font-size: 45%;
}
#content .resultStandard a:hover {
  color: #4D8DCB;
}
#content .resultStandard.feature a:hover {
  color: #E47E00;
}
#content .resultStandard .resultDetail {
  width: 466px;
  display: block;
  float: right;
}
#content .resultStandard .logoEnquire {
  width: 120px;
  margin-right: 12px;
  display: block;
  float: left;
  clear: right;
}
#content .resultStandard .logoEnquire img {
  border: none;
}
#content .resultStandard .logoEnquire img.enquire {
  margin: 8px 0 0 15px;
}
#content .resultStandard .resultDetail table {
  width: 466px;
  height: 43px;
  background: url(../images/bgResultTable.gif) no-repeat;
}
#content .resultStandard.feature .resultDetail table {
  background: url(../images/bgResultTableFeature.gif) no-repeat;
}
#content .resultStandard .resultDetail th {
  font-size: 80%;
  text-align: center;
  vertical-align: bottom;
  color: #3471B7;
}
#content .resultStandard.feature .resultDetail th {
  color: #E88D37;
}
#content .resultStandard .resultDetail td {
  font-size: 115%;
  text-align: center;
  vertical-align: top;
  color: #294B7C;
  font-weight: bold;
}
#content .resultStandard.feature .resultDetail td {
  color: #874C12;
}
#content .resultStandard .resultDetail ul {
  margin: 7px 0;
  list-style: none;
}
#content .resultStandard .resultDetail li {
  margin-right: 12px;
  padding-left: 19px;
  display: inline;
  font-size: 85%;
  font-weight: bold;
  color: #387AB8;
}
#content .resultStandard.feature .resultDetail li {
  color: #874C12;
}
#content .resultStandard .resultDetail li.cross {
  background: url(../images/iconCross.gif) no-repeat left;
}
#content .resultStandard .resultDetail li.tick {
  background: url(../images/iconTick.gif) no-repeat left;
}
#content .resultStandard .resultDetail p {
  font-size: 85%;
  line-height: 1.6em;
  color: #003366;
}
#content .resultStandard.feature .resultDetail p {
  color: #874C12;
}
#content .resultStandard .resultDetail p a {
  font-weight: bold;
  color: #EB7000;
}
#content .resultStandard .resultDetail p a:hover {
  color: #874C12;
}


/* Results Tools */

#content .resultTools {
  width: 660px;
  height: 15px;
  margin: 5px 0 18px 0;
  display: block;
  float: left;
  clear: both;
}
.ie #content .resultTools {
  margin: 0 0 12px 0;
}
.ie7 #content .resultTools {
  margin: 12px 0 18px 5px;
}
#content .resultTools ul {
  margin: 0 15px;
  display: block;
  float: left;
  list-style: none; 
}
.ie #content .resultTools ul {
  margin: 0 7px; 
}
#content .resultTools li {
  margin-right: 10px;
  display: inline;
  float: left;
}
#content .resultTools li {
  margin-right: 10px;
  display: inline;
  float: left;
}
#content .resultTools li a {
  height: 23px;
  display: block;
  background: url(../images/btnTools.gif) no-repeat;
}
#content .resultTools li a span {
  display: none;
}
#content .resultTools li a.compareLoans {
  width: 199px;
  background-position: 0 0;
}
#content .resultTools li a.summaryView {
  width: 125px;
  background-position: -209px 0;
}
#content .resultTools li a.detailedView {
  width: 123px;
  background-position: -344px 0;
}
#content .resultTools li a.compareLoansUp {
  width: 199px;
  background-position: -562px 0;
}
#content .resultTools li a.compareLoans:hover { background-position: 0 -25px; }
#content .resultTools li a.summaryView:hover { background-position: -209px -25px; }
#content .resultTools li a.detailedView:hover { background-position: -344px -25px; }
#content .resultTools li a.compareLoansUp:hover { background-position: -562px -25px; }

#content .resultTools select {
  float: right;
  margin: 2px 15px 0 0;
}
#content .resultTools label {
  float: right;
  margin: 2px 5px;
}


/* Summary Table */

#content table#summaryTable {
  width: 660px;
  margin: 8px 0 12px 0;
  display: block;
  float: left;
  text-align: left;
  border-bottom: 1px solid #B5CFDD;
  background: url(../images/bgSummaryTable.gif) no-repeat;
}
.ie7 #content table#summaryTable {
  margin: 3px 0 12px 0;
}
#content table#summaryTable th {
  height: 28px;
  padding: 5px 5px;
  font-size: 65%;
  border-bottom: 1px solid #B5CFDD;
  text-transform: uppercase;
}
.ie #content table#summaryTable th {
  font-size: 70%;
}
#content table#summaryTable td {
  height: 44px;
  padding: 5px 5px;
  font-size: 90%;
  background: #FFF;
}
#content table#summaryTable td.even {
  height: 44px;
  padding: 5px 5px;
  font-size: 90%;
  background: #F3F7F9;
}
#content table#summaryTable td.summaryCompare {
  background: url(../images/bgSummaryCompare.gif) no-repeat;
}

#content table#summaryTable td label {
  display: none;
}
#content table#summaryTable td input {
  margin: 5px 0 0 15px;
}
.ie #content table#summaryTable td input {
  margin: 2px 0 0 10px;
}
#content table#summaryTable td span {
  color: #3AA1F0;
  font-size: 110%;
  font-weight: bold;
}
#content table#summaryTable td a {
  color: #003366;
}
#content table#summaryTable td a:hover {
  color: #3AA1F0;
}
#content table#summaryTable td a.moreInfo {
  padding-bottom: 4px;
  font-size: 80%;
}
#content table#summaryTable img {
  margin-top: 5px;
  border: none;
}


/* Loan Compare Page */

#content #loanCompare {
  width: 870px;
  margin-bottom: 20px;
}
#content #loanCompare #ctl00_ContentPlaceHolder1_pnlLoanAmount
{
	display:none;
}

.printHide
{
	display:none;	
}

#content #loanCompare h1 {
  padding: 7px 16px;
  font-size: 155%;
  font-weight: bold;
  border-bottom: 1px solid #B5CFDD;
  background: url(../images/bgCompareTable.gif) no-repeat; 
}
#content #loanCompare #loanCompareContent {
  width: 868px;
  padding: 15px 0 20px 0;
  border-right: 1px solid #B5CFDD;
  border-bottom: 1px solid #B5CFDD;
  border-left: 1px solid #B5CFDD;
}
#content #loanCompare #loanCompareContent h2 {
  margin: 0 20px 5px 20px;
  font-size: 125%;
}
.ie6 #content #loanCompare #loanCompareContent h2 {
  font-size: 115%;
  font-weight: bold;
}
#content #loanCompare #loanCompareContent h3 {
  margin: 0 20px;
  font-size: 90%;
  color: #041A30;
}
#content #loanCompare #loanCompareContent ul {
  height: 45px;
  margin: 5px 0 0 10px;
  display: block;
  list-style: none;
}
#content #loanCompare #loanCompareContent li {
  margin: 0 15px 0 0;
  display: inline;
  float: left;
}
#content #loanCompare #loanCompareContent li a.viewResults {
  height: 23px;
  width: 130px;
  display: block;
  margin-right: 30px;
  background: url(../images/btnTools.gif) no-repeat;
  background-position: -771px 0;
}
#content #loanCompare #loanCompareContent li a.viewResults:hover {
  background-position: -771px -25px;
}
#content #loanCompare #loanCompareContent li a.print {
  height: 23px;
  width: 75px;
  display: block;
  background: url(../images/btnTools.gif) no-repeat;
  background-position: -477px 0;
}
#content #loanCompare #loanCompareContent li a.print:hover {
  background-position: -477px -25px;
}
#content #loanCompare #loanCompareContent li a.edit {
  margin-left: 5px;
  font-size: 85%;
  font-weight: bold;
  color: #CC0000;
}
#content #loanCompare #loanCompareContent li a.edit:hover {
  color: #FF3333;
}
#content #loanCompare #loanCompareContent li a span {
  display: none;
}
#content #loanCompare #loanCompareContent li label {
  margin: 0 5px 0 5px;
  font-size: 120%;
  color: #003366;
}
#content #loanCompare #loanCompareContent li input {
  width: 80px;
  padding: 2px;
  font-size: 110%;
}
#content #loanCompare #loanCompareContent li select {
  width: 100px;
  padding: 2px;
  font-size: 110%;
}
#content #loanCompare #loanCompareContent img {
  margin: 0 0 5px 0;
  border: none;
}
#content #loanCompare #loanCompareContent table {
  float: left;
  font-size: 90%;
  border-top: 1px solid #E4ECF0;
}
.ie #content #loanCompare #loanCompareContent table {
  float: left;
  font-size: 85%;
}
#content #loanCompare #loanCompareContent th {
  padding: 10px 20px;
  text-align: right;
  font-weight: bold;
  border-right: 1px solid #E4ECF0;
  border-bottom: 1px solid #E4ECF0;
}
#content #loanCompare #loanCompareContent th.even {
  background: #E4ECF0;
}
#content #loanCompare #loanCompareContent td {
  padding: 10px 18px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #E4ECF0;
  border-bottom: 1px solid #E4ECF0;
}
#content #loanCompare #loanCompareContent td.refine {
  padding: 18px 0;
  background: #FFF;
}
#content #loanCompare #loanCompareContent td.even {
  background: #F1F5F7;
}
#content #loanCompare #loanCompareContent td.left {
  text-align: left;
}
#content #loanCompare #loanCompareContent a {
  color: #003366;
}
#content #loanCompare #loanCompareContent a:hover {
  color: #4D8DCB;
}
#content #loanCompare #loanCompareContent p {
  margin: 0 15px;
  padding: 3px 6px;
  line-height: 1.4em;
  font-size: 90%;
  background-color: #FFF;
}


/* Loan Details Page */

#content #loanDetail {
  width: 800px;
  margin-bottom: 20px;
}
#content #loanDetail h1 {
  padding: 7px 16px;
  font-size: 105%;
  font-weight: bold;
  border-bottom: 1px solid #B5CFDD;
  background: url(../images/bgSummaryTable.gif) no-repeat; 
}
#content #loanDetail #loanDetailContent {
  width: 800px;
  padding: 15px 0 20px 0;
  border-right: 1px solid #B5CFDD;
  border-bottom: 1px solid #B5CFDD;
  border-left: 1px solid #B5CFDD;
}
#content #loanDetail #loanDetailContent h2 {
  margin: 0 20px 5px 20px;
  font-size: 125%;
}
.ie6 #content #loanDetail #loanDetailContent h2 {
  font-size: 115%;
  font-weight: bold;
}
#content #loanDetail #loanDetailContent h3 {
  margin: 0 20px;
  font-size: 90%;
  color: #041A30;
}
#content #loanDetail #loanDetailContent ol.nextSteps {
  margin: 20px;
  list-style: none;
}
#content #loanDetail #loanDetailContent ol.nextSteps li {
  margin-bottom: 15px;
  color: #081E34;
  font-size: 110%;
  line-height: 1.3em;
  padding-left: 44px;
}
#content #loanDetail #loanDetailContent ol.nextSteps li.email {
  background: url(../images/nextStepEmail.gif) no-repeat top left;
}
#content #loanDetail #loanDetailContent ol.nextSteps li.phone {
  background: url(../images/nextStepPhone.gif) no-repeat top left;
}
#content #loanDetail #loanDetailContent ol.nextSteps li.options {
  background: url(../images/nextStepOptions.gif) no-repeat top left;
}
#content #loanDetail #loanDetailContent ol.nextSteps li.approve {
  background: url(../images/nextStepApprove.gif) no-repeat top left;
}
#content #loanDetail #loanDetailContent li {
  font-size: 90%;
  line-height: 1.5em;
  color: #12488E;
}
#content #loanDetail #loanDetailContent img {
  margin: 0 15px;
  float: left;
}
#content #loanDetail #loanDetailContent table {
  float: left;
  font-size: 90%;
}
#content #loanDetail #loanDetailContent th {
  padding: 3px 20px;
  text-align: right;
  font-weight: normal;
}
#content #loanDetail #loanDetailContent td {
  padding: 3px 15px;
  text-align: left;
  font-weight: bold;
}
#content #loanDetail #loanDetailContent img.operator {
  margin: 0 20px 20px 20px;
  float: right;
}
#content #loanDetail #loanDetailContent #uncover {
  width: 260px;
  float: left;
}
#content #loanDetail #loanDetailContent #statement {
  width: 360px;
  margin-top: 20px;
  float: right;
  color: #0058A6;
}
#content #loanDetail #loanDetailContent #statement p {
  color: #12488E;
}
#content #loanDetail #loanDetailContent #loanDetailStats {
  width: 628px;
  height: 180px;
  margin-bottom: -10px;
  margin-left: 15px;
  padding: 15px 0 0 0;
  background: url(../images/bgDetailStats.gif) no-repeat;
}
.ie #content #loanDetail #loanDetailContent #loanDetailStats {
  width: 627px;
}
#content #loanDetail #loanDetailContent #loanDetailStats img.enquire {
  margin: 5px 60px;
  border: none;
}

#content #loanDetail #loanDetailContent #interestRate {
  margin: 2px 50px 25px 0;
  width: 122px;
  height: 95px;
  display: block;
  float: right;
  background: url(../images/bgRate.gif) no-repeat;
}

#content #loanDetail #loanDetailContent #interestRate .imgInterestRate {
	position:absolute;
	z-index:-1000;
	margin-top:-60px;
	margin-left:-28px;
}

.ie #content #loanDetail #loanDetailContent #interestRate {
  margin: 2px 10px 25px 0;
}
.ie7 #content #loanDetail #loanDetailContent #interestRate {
  margin: 4px 30px 25px 0;
}
#content #loanDetail #loanDetailContent #interestRate p {
  width: 120px;
  margin: 50px 0 0 0;
  font-size: 170%;
  font-weight: bold;
  color: #DF2D08;
  text-align: center;
  background: none;
}

#content #loanDetail #loanDetailContent p {
  margin: 0 15px;
  padding: 3px 6px;
  line-height: 1.4em;
  font-size: 90%;
  background-color: #FFF;
}

#content #loanDetail #loanDetailContent .alternativeContent {
  line-height: 1.5em;
  color: #000;
}
#content #loanDetail #loanDetailContent .alternativeContent strong{
   margin-left:20px;
}

#content #loanDetail #loanDetailContent .alternativeContent li {
  color: #000;
}

/* Loan Application Form */

#loanApplication {
  width: 628px;
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
  display:none;
  background: url(../images/bgAppForm.gif) no-repeat bottom;
}
.ie6 #loanApplication {
  width: 628px;
  margin-left: 9px;
}
#loanApplication h4 {
  width: 588px;
  height: 30px;
  margin-left: 0;
  padding: 15px 20px 10px 20px;
  display: block;
  float: left;
  font-size: 170%;
  font-weight: normal;
  background: url(../images/titleAppForm.gif) no-repeat top;
}
.ie6 #loanApplication h4 {
  width: 599px;
  height: 30px;
  margin-left: 0;
  padding: 15px 20px 10px 20px;
}
.ie7 #loanApplication h4 {
  padding: 10px 20px 15px 20px;
  font-size: 180%;
}
#loanApplication h4 span {
  color: #CC3333;
  font-weight: bold;
}
#loanApplication #personal {
  width: 300px;
  display: block;
  float: left;
}
#loanApplication #personal label {
  width: 65px;
  margin: 0 20px 0 20px;
  padding-left: 12px;
  display: block;
  float: left;
  clear: left;
  font-size: 85%;
  font-weight: bold;
  color: #003366;
}
.ie6 #loanApplication #personal label {
  width: 65px;
  margin: 0 20px 0 15px;
  padding-left: 3px;
}
.ie7 #loanApplication #personal label {
  width: 65px;
  margin: 0 20px 0 15px;
  padding-left: 18px;
  clear: left;
}
#loanApplication #personal input {
  width: 148px;
  margin: 0px 0 8px 0;
  padding: 1px;
  display: inline;
  float: left;
  font-size: 90%;
}
#loanApplication #personal select {
  margin: 0px 0px 10px 0;
  padding: 1px 4px 1px 1px;
  display: inline;
  float: left;
  font-size: 90%;
}
#loanApplication #personal span.encryption {
  width: 290px;
  margin: -2px 30px;
  padding: 0 0 0 20px;
  display: block;
  float: left;
  font-size: 85%;
  line-height: 24px;
  background: url(../images/iconLock.gif) no-repeat left;
}
.ie #loanApplication #personal span.encryption {
  width: 240px;
  margin: -2px 30px;
  font-size: 80%;
  float: none;
}
#loanApplication span.required {
  margin: 2px 0 0 3px;
  font-size: 100%;
  font-weight: bold;
  color: #CC3333;
  float: left;
}
.ie6 #loanApplication span.required {
  font-size: 110%;
  font-weight: normal;
}
#loanApplication #loan {
  width: 290px;
  display: block;
  margin-right: 25px;
  float: right;
}
.ie #loanApplication #loan {
  width: 280px;
  margin-right: 20px;
}
#loanApplication #loan img {
  margin: 0;
  padding: 0;
}
#loanApplication #loan label {
  width: 120px;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  font-size: 85%;
  font-weight: bold;
  color: #003366;
}
.ie #loanApplication #loan label.comments {
  width: 240px;
  margin: 0;
  display: block;
  float: none;
}
#loanApplication #loan input {
  width: 110px;
  margin: 0px 0 10px 0;
  padding: 1px;
  display: inline;
  float: left;
  font-size: 90%;
}
#loanApplication #loan input.getQuote {
  width: 160px;
  height: 26px;
  margin: 14px 0 0 0;
  display: block;
  float: right;
}
#loanApplication #loan select {
  margin: 0px 0 10px 0;
  padding: 1px;
  display: inline;
  float: left;
  font-size: 90%;
}
#loanApplication #loan textarea {
  width: 240px;
  margin: 5px 0 10px 0;
  padding: 1px;
  font-size: 90%;
}
.ie #loanApplication #loan textarea {
  margin: 5px 0 0 0;
}
#loanApplication #loan #ctl00_ContentPlaceHolder1_chkMailingList {
  width: 10px;
  margin: 0 5px 0 0;
}
.ie #loanApplication #loan .mlistlabel {
	margin-top: 4px;
}
.ie7 #loanApplication #loan .mlistlabel {
	margin-top: 4px;
}


/* Loan Calculators */

#content ul#loanCalculatorContent {
  margin: 25px 0;
  list-style: none;
}
#content ul#loanCalculatorContent li {
  width: 250px;
  height: 120px;
  margin-right: 20px;
  padding: 0 0 0 52px;
  display: inline;
  float: left;
  background: url(../images/iconCalcLarge.gif) no-repeat top left;
}
#content ul#loanCalculatorContent li a {
  font-size: 125%;
  line-height: 1.3em;
  color: #225487;
}
#content ul#loanCalculatorContent li a:hover {
  color: #4D8DCB;
}
#content ul#loanCalculatorContent li p {
  font-size: 90%;
  line-height: 1.4em;
}


/* Credit Cards */

#content ul#creditCardContent {
  margin: 25px 0;
  list-style: none;
}
#content ul#creditCardContent li {
  width: 250px;
  height: 120px;
  margin-right: 20px;
  padding: 0 0 0 52px;
  display: inline;
  float: left;
  background: url(../images/iconCreditCards.gif) no-repeat top left;
}
#content ul#creditCardContent li a {
  font-size: 125%;
  line-height: 1.3em;
  color: #225487;
}
#content ul#creditCardContent li a:hover {
  color: #4D8DCB;
}
#content ul#creditCardContent li p {
  font-size: 90%;
  line-height: 1.4em;
}


/* Resources */

#content ul#resourcesContent {
  margin: 25px 0;
  list-style: none;
}
#content img.resourcesHeader {
  border: none;
}
#content ul#resourcesContent li {
  width: 250px;
  height: 90px;
  margin-right: 20px;
  padding: 0 0 0 52px;
  display: inline;
  float: left;
  background: url(../images/iconCheckLarge.gif) no-repeat top left;
}
#content ul#resourcesContent li a {
  font-size: 125%;
  line-height: 1.3em;
  color: #225487;
}
#content ul#resourcesContent li a:hover {
  color: #4D8DCB;
}
#content ul#resourcesContent li p {
  font-size: 90%;
  line-height: 1.4em;
}


/* resourcesCategory */

#content ul#resourcesCategory {
  margin: 25px 0;
  list-style: none;
}
#content img.resourcesHeader {
  border: none;
}
#content ul#resourcesCategory li {
  width: 640px;
  margin-bottom: 0px;
  padding: 0 0 0 22px;
  display: inline;
  float: left;
  background: url(../images/iconCheck.gif) no-repeat top left;
}
#content ul#resourcesCategory li a {
  font-size: 110%;
  color: #225487;
  font-weight: bold;
}
#content ul#resourcesCategory li a:hover {
  color: #4D8DCB;
}
#content ul#resourcesCategory li p {
  font-size: 90%;
  line-height: 1.4em;
}


/* breadcrumb */

#content ul.breadcrumb {
  width: 660px;
  margin: 2px 0 20px 0;
  float: left;
  list-style: none;
}
#content ul.breadcrumb li {
  margin-right:12px;
  padding-left: 19px;
  float: left;
  color: #255335;
  background: url(../images/iconBulletGo.gif) no-repeat top left;
}
#content ul.breadcrumb li a {
  color: #255335;
}
#content ul.breadcrumb li a:hover {
  color: #358953;
}


/* subNav */

#subNav {
  width: 188px;
  display: block;
  float: right;
  display:none;
}
#subNav img {
  margin-bottom: 12px;
  border: none;
}
#subNav #featurePanel {
  width: 188px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  display: block;
  background: url(../images/bgFeaturePanel.gif) no-repeat bottom;
}
#subNav #featurePanel h3 {
  width: 188px;
  height: 30px;
  display: block;
}
#subNav #featurePanel h3.quickResults {
  background: url(../images/titleQuickResults.gif) no-repeat;
}
#subNav #featurePanel h3.tools {
  background: url(../images/titleTools.gif) no-repeat;
}
#subNav #featurePanel h3 strong {
  display: none;
}
#subNav #featurePanel ul {
  margin: 7px 10px 10px 10px;
  list-style: none;
}
#subNav #featurePanel li {
  font-size: 85%;
  line-height: 2.2em;
  color: #003366;
}
#subNav #featurePanel li a {
  padding: 2px 0 2px 25px;
  color: #003366;
}
#subNav #featurePanel li a:hover {
  color: #5A9BBC;
}
#subNav #featurePanel li a.firstHome {
  background: url(../images/iconHouse.gif) no-repeat left;
}
#subNav #featurePanel li a.refinancing {
  background: url(../images/iconDollars.gif) no-repeat left;
}
#subNav #featurePanel li a.renovating {
  background: url(../images/iconTruck.gif) no-repeat left;
}
#subNav #featurePanel li a.investing {
  background: url(../images/iconCoinsAdd.gif) no-repeat left;
}
#subNav #featurePanel li a.build {
  background: url(../images/iconLego.gif) no-repeat left;
}
#subNav #featurePanel li a.preApproval {
  background: url(../images/iconKey.gif) no-repeat top left;
}
#subNav #featurePanel li a.loanCalcs {
  background: url(../images/iconCalc.gif) no-repeat top left;
}
#subNav #featurePanel li a.marketUpdate {
  background: url(../images/iconChartBars.gif) no-repeat top left;
}
#subNav #featurePanel li a.loanResources {
  background: url(../images/iconCoins.gif) no-repeat top left;
}
#subNav #featurePanel li a.emailAlert {
  background: url(../images/iconEmail.gif) no-repeat top left;
}


#subNav #toolsPanel {
  width: 188px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  display: block;
  background: url(../images/bgStandardPanel.gif) no-repeat bottom;
}
#subNav #toolsPanel h3 {
  width: 188px;
  height: 30px;
  display: block;
  background: url(../images/titleTools.gif) no-repeat;
}
#subNav #toolsPanel h3 strong {
  display: none;
}
#subNav #toolsPanel ul {
  margin: 7px 10px 10px 10px;
  list-style: none;
}
#subNav #toolsPanel li {
  font-size: 85%;
  line-height: 2.2em;
  color: #003366;
}
#subNav #toolsPanel li a {
  padding: 2px 0 2px 25px;
  color: #003366;
}
#subNav #toolsPanel li a:hover {
  color: #5A9BBC;
}
#subNav #toolsPanel li a.preApproval {
  background: url(../images/iconKey.gif) no-repeat top left;
}
#subNav #toolsPanel li a.loanCalcs {
  background: url(../images/iconCalc.gif) no-repeat top left;
}
#subNav #toolsPanel li a.marketUpdate {
  background: url(../images/iconChartBars.gif) no-repeat top left;
}
#subNav #toolsPanel li a.loanResources {
  background: url(../images/iconCoins.gif) no-repeat top left;
}
#subNav #toolsPanel li a.emailAlert {
  background: url(../images/iconEmail.gif) no-repeat top left;
}


#subNav .standardPanel {
  width: 188px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  display: block;
  background: url(../images/bgStandardPanel.gif) no-repeat bottom;
}
#subNav .standardPanel h3 {
  width: 188px;
  height: 30px;
  display: block;
}
#subNav .standardPanel h3.homeLoans {
  background: url(../images/titleHomeLoans.gif) no-repeat;
}
#subNav .standardPanel h3 strong {
  display: none;
}
#subNav .standardPanel ul {
  margin: 12px 10px 10px 10px;
  list-style: none;
}
#subNav .standardPanel li {
  font-size: 85%;
  margin-bottom: 9px;
  padding-left: 25px; 
  background: url(../images/iconBulletBlue.gif) no-repeat top left;
  line-height: 1.3em;
  color: #003366;
}
#subNav .standardPanel li a {
  color: #003366;
}
#subNav .standardPanel li a:hover {
  color: #D86800;
}


/* Footer Links */

#footerLinks {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	display:none;
}
.footerLinkHeader {
  margin: 5px 0 4px 0;
	padding: 6px 5px 6px 25px;
	color: #003366;
	cursor: pointer;
	font-size: 85%;
	text-decoration: underline;
	font-weight: bold;
	background: url(../images/iconPageDown.gif) no-repeat;
  background-position: 3px 5px;
  border-top: 1px solid #C9CFD5;
}
.ie.footerLinkHeader {
  background-position-y: 6px;
}
.ie.footerLinkHeader {
  height: 26px;
	padding: 0 3px 3px 25px;
  line-height: 24px;
}
.footerLinkHeader:hover {
	color: #79B158;
}
.footerLinkChild {
	width: 860px;
}
.footerLinkChild ul {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  float: left;
  list-style: none;
}
.footerLinkChild li {
  width: 260px;
  display: inline;
  float: left;
  padding-left: 25px;
  line-height: 1.5em;
  font-size: 85%;
  background: url(../images/iconBulletBlue.gif) no-repeat;
  background-position: 3px 0;
}
.footerLinkChild li a {
 color: #104173;
}
.footerLinkChild li a:hover {
 color: #D86800;
}
.header_highlight {
  color: #488E19;
  text-decoration: none;
  background: url(../images/iconPageGo.gif) no-repeat #F8F8F8;
  background-position: 3px 5px;
}


/* Footer */

#footer {
  width: 870px;
  height: 40px;
  margin: 15px 0 40px 0;
  display: block;
  clear: both;
  font-size: 85%;
}
#footer ul {
  list-style: none;
  display:none;
}
#footer li {
  display: inline;
  margin-right: 5px;
  padding-right: 7px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #FF7E04;
}
#footer li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer a {
  color: #FF7E04;
}
#footer a:hover {
  color: #9C3E00;
}
#footer p {
  font-size: 110%;
  font-weight: normal;
  color: #0B326B;
  line-height: 1.4em;
  margin-bottom: 22px;
}
#footer p.copyright {
  line-height: 36px;
  color: #003366;
  font-weight: bold;
}

/*BANKS*/

#content #banks
{
	text-align:center;
	float:left;
}

#content #banks #bank
{
	width:210px;
	height:120px;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
	display:inline;
}

#content #banks #bank a,#content #banks #bank a:hover
{
	font-size:9px;
}


#ctl00_disclaimer
{
	font-size:9px;	
}

.printShow
{
	display:block;	
}