@charset "utf-8";


/* S4C About Page Styles */

p#s4c-header-intro-contact {
  position: absolute;
  top: 225px;
  left: 32px;
  width: 560px;
  font: bold 12px georgia, times, serif;  
  letter-spacing: 0.05em; 
  line-height: 1.6;
  color: #A33D00;
}

p#s4c-header-intro-contact img.leading {
  position: relative;
  top: 2px;
  left: -5px;
}


/* Left Column */

div#s4c-content-contact div.s4c-content-column-left div.contact-address {
  padding: 0px 0px 30px 68px;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address h2 {
  padding: 0px 0px 5px 0px;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address h2 img.flag {
  padding: 0px 5px 0px 0px;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address h2 span.subtitle {
  font-size: 10px;
  font-weight: normal;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address ul.row {
  list-style: none;
  height: 18px;
  font: normal 11px georgia, times, serif;
  color: #7A6D59;
  padding: 0px 0px 0px 26px;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address ul.row li {
  display: block;
  float: left;
  width: auto;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address ul.row li.label {
  width: 50px;
  font-weight: bold;
}

div#s4c-content-contact div.s4c-content-column-left div.contact-address ul.row li.data {
  font-weight: normal;
  font-style: italic;
}



/* Right Column */

div#s4c-content-contact div.s4c-content-column-right {
  padding-top: 10px;
}

div#s4c-content-contact div.s4c-content-column-right h1 {
  padding: 0px 0px 1px 26px;
}

div#s4c-content-contact div.s4c-content-column-right h1 img.leading {
  position: relative;
  top: 2px;
  left: -2px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form {
  padding: 0px 0px 0px 30px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.text-field,
div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form textarea {   
  background: #EDE6D3;
  border: 1px solid #C2BCAE;
  font: normal 11px arial, sans-serif;
  color: #BDB6A3;
  padding: 6px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.text-field.in-use,
div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form textarea.in-use {  
  color: #847F72;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.name,
div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.email,
div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form textarea {
  width: 209px;  
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form textarea {
  height: 93px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.email,
div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form input.captcha {
  margin: 13px 0px 13px 0px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form div.send-links {
  padding: 7px 0px 2px 0px;
  text-align: right;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form a#s4c-send-message-link1 {
  color: #699DAB;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form a#s4c-send-message-link2 {
  margin: 0px 9px 0px 5px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form a#s4c-send-message-link2 img {
  position: relative;
  top: 4px;
  border: 1px solid #8BB9C6;
  background: #D1DDD9;
  padding: 5px 4px 5px 4px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form div.response {
  padding: 4px 9px 2px 0px;
  text-align: right;
  font: italic 11px georgia, times, serif;
  color: #699DAB;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form div.response span.sending img {
  position: relative;
  top: 3px;
}

div#s4c-content-contact div.s4c-content-column-right form#s4c-contact-form div.response span.failure {
  color: #A33D00;
}