@import url(../reset.css);

body {
  background: #fff url(/images/nzpersonalloans/background-page.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #464c56;
}

input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #464c56;
}

strong {
  font-weight: bold;
}

p {
  margin: 15px 0px;
}

a {
  color: #3a1429;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 25px;
  font-weight: normal;
  border-bottom: 1px solid #627dd5;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 1px;
  line-height: 25px;
}

#headerLogoContainer h1 {
  color: #fff;
  border: none;
  width: 190px;
  margin-left: 70px;
  top: 217px;
  position: absolute;
}

h2 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 1px;
}

h2.formHeading {
  position: relative;
  background: transparent url(/images/nzpersonalloans/background-heading-form.gif) repeat-y right;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
}

.formPanel {
  position: relative;
  background-color: #b5c3e8;
  margin-right: 44px;
  padding: 10px;
}

.formRow {
  margin: 10px 0px;
  clear: both;
}

.mainLabel {
  display: block;
  float: left;
  width: 190px;
  margin-right: 10px;
  padding-top: 3px;
  position: relative;
}

.fieldContainer {
  margin-left: 200px;
}

.radioInputCollection li {
  display: inline;
  margin-right: 15px;
}

.fieldNote {
  color: #626262;
  font-size: 12px;
  line-height: 12px;
}

ol li {
	list-style-type: decimal;
	margin-left: 40px;
}

dt {
  margin-top: 15px;
  font-weight: bold;
}

dd {
  margin: 0px 0px 15px 15px;
}

#globalContainer {
  position: relative;
  margin: 0px auto;
  width: 900px;
  padding-bottom: 22px;
}

  #headerContainer {
    background-color: #627dd5;
    height: 326px;
  }

  #headerContentContainer {
    float: right;
    width: 630px;
  }
  
    #banner {
      width: 630px;
      height: 228px;
    }
  
  #logoContainer {
    background-color: #fff;
    padding: 44px 0px;
    text-align: center;
    border-top: solid #627dd5 22px;
    height: 77px;
    width: 270px;
    position: absolute;
    left: 0px;
  }
  
  #deviceIcon {
    margin-top: 187px;
    margin-left: 82px;
  }
  
#primaryNav {
  background-color: #353c41;
  height: 20px;
}

  #primaryNav li {
    float: left;
  }
  
  #primaryNav li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 0px 3px;
    width: 105px;
    text-align: center;
    cursor: hand;
  }
  
  #primaryNav li a:hover {
    background-color: #53595d;
  }
  
#secondaryNav {
  height: 78px;
  background-color: #fff;
}

  #secondaryNav li {
    float: left;
  }

  #secondaryNav li a {
    position: relative;
    display: block;
    width: 124px;
    height: 48px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    cursor: hand;
  }
  
    #secondaryNav li a div {
      position: absolute;
      bottom: 15px;
      width: 124px;
      text-align: center;
      cursor: hand;
    }
    
  #secondaryNav li a.personalLoans {background-color:#babdbf;}
  #secondaryNav li a.debtConsolidation {background-color:#464c56;}
  #secondaryNav li a.vehicle {background-color:#3a1429;}
  #secondaryNav li a.property {background-color:#627dd5;}
  
  #secondaryNav li a.personalLoans:hover {background-color:#c4c7c9;}
  #secondaryNav li a.debtConsolidation:hover {background-color:#62676f;}
  #secondaryNav li a.vehicle:hover {background-color:#642448;}
  #secondaryNav li a.property:hover {background-color:#7c97f1;}
  
#sectionNav {
  position: relative;
  border-top: 1px solid #acb0b4;
  padding: 8px 0px;
}

  #sectionNav li a {
    display: block;
    position: relative;
    background: #fff url(/images/nzpersonalloans/bullet.gif) no-repeat 200px 8px;
    padding: 7px;
    margin: 8px 0px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    text-decoration: none;
  }






body.home #pageContainer,
body.application #pageContainer {
  border-left: solid 14px #627dd5;
}

body.home #pageContainer {
  background-color: #b5c3e8;
}

body.home #sidebar {
  float: right;
  position: relative;
  width: 235px;
  padding: 45px 30px;
  font-weight: bold;
}

#content {
  line-height: 16px;
}

body.home #content {
  position: relative;
  margin-right: 300px;
}

body.home #content,
body.application #content {
  padding: 15px;
}

body.application #content {
  padding-right: 0px;
}





body.general #pageContainer {
  border-right: solid 14px #627dd5;
  background: #fff url(/images/nzpersonalloans/background-sidebar-general.gif) repeat-y;
}

body.general #sidebar {
  float: left;
  position: relative;
  width: 220px;
  padding: 70px 25px 25px 25px;
}

body.general #content {
  position: relative;
  padding: 40px;
  margin-left: 270px;
}





#footerContainer {
  position: relative;
  background-color: #627dd5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 14px;
}









.clear {
  clear: both;
}

.panel {
  position: relative;
}

.errorMessages {
	position: relative;
  border: 1px solid #c00;
  color: #c00;
  background-color: #fee;
  padding: 5px;
  margin: 10px 0px;
}

  .errorMessages h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
  }
  
  .errorMessages ol li {
    list-style-type: decimal;
    margin-left: 25px;
  }
  
.applyOnlineNowLink {
	display: block;
	position: relative;
	width: 130px;
	height: 18px;
	background: transparent url(/images/nzpersonalloans/background-link-apply-online-now.gif) no-repeat;
	color: #fff;
	padding-left: 30px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.phoneCallout {
	margin-left: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #7b7d7f;
}

body.home .phoneCallout {
	color: #7b7d7f;
}

#quoteContainer {
	background-color: #b5c3e8; /* IE7 needs this otherwise the effect looks jagged */
}

#blockage {height:120px; display: block;}

.calculatorTable th {
  font-weight: bold;
  text-align: center;
}

.calculatorTable td {
	padding: 5px 0px;
}

.disclaimer {
  font-size: 11px;
  font-style: oblique;
}

ul.services p {padding-top:0; margin-top:0;}

ul.services li { border-bottom:dashed 1px #fff;}