/*
 * Contact Styles
 */

div#page-content div#subpage-header {
  /*background: transparent url(/img/subpage-header-contact-us-bg.png) no-repeat bottom left !important;*/
  color: #343d44;
}

div#contact {
  overflow: hidden;
  height: 100%;
}

div#contact div#contact-form-and-maps {
  float: left;
  margin-right: 20px;
  width: 459px;
}

div#contact-form-and-maps form#contact-form {
  padding-left: 55px;
}
form#contact-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form#contact-form fieldset span.mandatory {
  font-weight: normal;
}
form#contact-form fieldset div.field {
  margin-bottom: 25px;
}
form#contact-form fieldset div.field.enquiry {
  margin-bottom: 6px;
}


form#contact-form fieldset div.field label {
  font-size: 1.25em;
  font-weight: bold;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
  height: 100%;
}

form#contact-form fieldset div.field input.checkbox,
form#contact-form fieldset div.field label.checkbox {
  display: inline !important;
  width: auto !important;
}

form#contact-form fieldset div.field label span.invalid {
  cursor: default;
  color: #a00;
  font-size: 0.8em;
  font-weight: normal;
  float: right;
  margin-right: 52px;
}
form#contact-form fieldset div.field input,
form#contact-form fieldset div.field textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  display: block;
  border: 1px solid #b9bbb4;
  padding: 5px;
  width: 340px;
}
form#contact-form fieldset div.field input {
  background: #f0f0f0 url(/img/contact-input-background.jpg) repeat-x;
}
form#contact-form fieldset div.field textarea {
  background: #efefef url(/img/contact-input-background.jpg) repeat-x;
  height: 120px;
}
form#contact-form fieldset p.legend {
  font-size: 1.25em;
  margin: 0 0 32px 0;
}

div#contact-form-and-maps div.map {
  position: absolute;
  left: -9999em;
}
div#contact-form-and-maps div.map div.inner {
  width: 459px;
  height: 400px;
}
div#contact-form-and-maps div.map p.close {
  text-align: right;
  margin: 3px 0 0 0;
}
div#contact-form-and-maps div.map p.close a {
  font-weight: bold;
  text-decoration: none;
}

div#contact div#addresses {
 /* background: url(/img/contact-addresses-background.jpg) no-repeat;*/
  float: left;
  width: 281px;
  min-height: 408px;
}
div#addresses div#addresses-inner {
  padding: 23px 25px 0 33px;
}
div#addresses div.address {
  margin-bottom: 32px;
}
div#addresses div.address div.heading {
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0 0 8px 0;
  height: 100%;
  border-top:#ccc thin solid;
  border-bottom:#ccc thin solid;
}
div#addresses div.address a {
  font-size: 1em !important;
}
div#addresses div.address div.heading h3 {
  font-size: 1.25em;
  float: left;
  margin: 0;
}
div#addresses div.address div.heading p.view-map {
  font-size: 1.1em;
  font-family:inherit;
  font-weight: bold;
  float: right;
  margin: -4px 0 0 0;
}
div#addresses div.address div.heading p.view-map a {
  font-family:inherit;
  color: #343d44;
  text-decoration: none;
}
div#addresses div.address address {
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.4em;
}
div#addresses div.address address a {
  font-size: 1em;
  text-decoration: none;
}
