/*
Title: styles/default.css
Date: 13/07/2009
Author: Nick Payne
Description: Default stylesheet for the 2009-3 marketing campaign pages.
*/

/* Short cuts */
p#shortcuts {
  margin-top: 40px;
  padding-bottom: 8px;
  border-bottom: 2px solid #09c;
}

/* Testimonial */
div.testimonial {
  /*border-top: 2px solid #09c;*/
  border-bottom: 2px solid #09c;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}

p.quote {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #09c;
  padding-bottom: 1em;
  position: relative;
}

span.first-word {
  background-image: url(../images/quote-left.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

span.last-word {
  background-image: url(../images/quote-right.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-right: 30px;
}

div.testimonial h2{
  background-image: none;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
}

p.person {
  margin: 0;
}

  /* Mug shots */
div#andrew-murray {
  background-image: url(../images/students/andrew-murray.jpg);
}

div#simone-rapaport {
  background-image: url(../images/students/simone-rapaport.jpg);
}

div#oliver-burke {
    background-image: url(../images/students/oliver-burke.jpg);
}  

div#steven-fine {
  background-image: url(../images/recruiters/steven-fine.jpg);
}

div#helen-clews {
  background-image: url(../images/recruiters/helen-clews.jpg);
}

div#hamish-blair {
  background-image: url(../images/practitioners/hamish-blair.jpg);
}

div#brad-church {
  background-image: url(../images/practitioners/brad-church.jpg);
}

div#michael-furey {
  background-image: url(../images/practitioners/michael-furey.jpg);
}

div#elizabeth-smith {
  background-image: url(../images/practitioners/elizabeth-smith.jpg);
}

div#peter-richards {
  background-image: url(../images/practitioners/peter-richards.jpg);
}



  /* /Mug shots */

/* /Testimonial */

/* Footer */
p#content-footer {
  margin-top: 30px;
}
/* /Footer */