/* DDF Website - Developed by Origin Consulting Services                       */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
  font: 13px Helmet, Freesans, sans-serif; }

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
body, select, input, textarea {
  color: #333; }

a {
  color: #03f; }

a:hover {
  color: #69f; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured {
  width: 1000px;
  height: 170px;
  background: white url("Images/orbit/loading.gif") no-repeat center center;
  overflow: hidden; }

#featured > img,
#featured > div,
#featured > a {
  display: none; }

/* CONTAINER
   ================================================== */
div.orbit-wrapper {
  width: 1000px;
  height: 170px;
  position: relative; }

div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden; }

div.orbit > img {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

div.orbit > a {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  width: 1000px;
  height: 170px;
  display: none; }

.orbit > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 170px; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* TIMER
   ================================================== */
div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 1001; }

span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(Images/orbit/rotator-black.png) no-repeat;
  z-index: 3; }

span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden; }

span.rotator.move {
  left: 0; }

span.mask.move {
  width: 40px;
  left: 0;
  background: url(Images/orbit/timer-black.png) repeat 0 0; }

span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(Images/orbit/pause-black.png) no-repeat;
  z-index: 4;
  opacity: 0; }

span.pause.active {
  background: url(Images/orbit/pause-black.png) no-repeat 0 -40px; }

div.timer:hover span.pause,
span.pause.active {
  opacity: 1; }

/* CAPTIONS
   ================================================== */
.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%; }

/* DIRECTIONAL NAV
   ================================================== */
div.slider-nav {
  display: block; }

div.slider-nav span {
  width: 78px;
  height: 100px;
  text-indent: -9999px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -50px;
  cursor: pointer; }

div.slider-nav span.right {
  background: url(Images/orbit/right-arrow.png);
  right: 0; }

div.slider-nav span.left {
  background: url(Images/orbit/left-arrow.png);
  left: 0; }

/* BULLET NAV
   ================================================== */
.orbit-bullets {
  position: absolute;
  z-index: 1000;
  list-style: none;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  padding: 0; }

.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url(Images/orbit/bullets.jpg) no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden; }

.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0; }

.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px; }

.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000; }

/* default styles */
a {
  color: #111111; }
  a:hover, a:active {
    color: #0092b7; }

p {
  margin: 0 0 12px 0;
  line-height: 1.6; }
  p a {
    padding: 12px;
    margin: -12px; }

h2, h3, h4, h5, h6 {
  line-height: 1.4; }

h2 {
  font-size: 18px;
  margin-bottom: 8px; }

h3 {
  font-size: 16px;
  margin-bottom: 10px; }

h4 {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 6px; }

h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-variant: small-caps;
  margin-bottom: 2px;
  color: #999999; }

.de-emphasise {
  color: #999999; }

hr.space {
  background-color: #FFFFFF;
  height: 16px;
  border-style: none;
  padding: 0;
  margin: 0; }

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #EFEFEF;
  margin: 0;
  color: #111111; }

div.wrapper {
  background-image: url("Images/wrapper-background.png");
  background-repeat: repeat-y;
  background-position: top center;
  width: 1000px;
  margin: 0 auto;
  padding: 0 60px; }

h1.logo {
  float: left; }
  h1.logo a {
    display: block;
    padding: 35px 40px 35px 0; }

ul.main-navigation {
  float: left;
  margin-top: 36px; }
  ul.main-navigation li {
    float: left; }
    ul.main-navigation li a {
      padding: 20px 25px;
      font-size: 16px;
      text-decoration: none; }
      ul.main-navigation li a:hover, ul.main-navigation li a:active {
        -moz-box-shadow: 0 0 20px #aaaaaa;
        -webkit-box-shadow: 0 0 20px #aaaaaa;
        box-shadow: 0 0 20px #aaaaaa; }

span.clear-fix {
  height: 1px;
  display: block;
  clear: both; }

div#featured, div#featured-static {
  -moz-box-shadow: 0 0 20px #aaaaaa;
  -webkit-box-shadow: 0 0 20px #aaaaaa;
  box-shadow: 0 0 20px #aaaaaa;
  clear: both; }
  div#featured img, div#featured-static img {
    display: block; }

.page-content {
  font-size: 16px;
  padding: 20px;
  margin-top: 12px; }
  .page-content ul, .page-content ol {
    margin: 24px 0;
    list-style: disc;
    color: #999999; }
    .page-content ul li, .page-content ol li {
      margin-bottom: 6px; }
      .page-content ul li span.list-inner, .page-content ol li span.list-inner {
        color: #111111; }
      .page-content ul li a, .page-content ol li a {
        text-decoration: none; }
      .page-content ul li > a:hover span, .page-content ul li > a:active span, .page-content ol li > a:hover span, .page-content ol li > a:active span {
        color: #0092b7; }
  .page-content ol {
    list-style: decimal;
    margin-left: 32px;
    margin-right: 32px; }

#home section.page-content {
  margin-top: 36px; }

#privacy section.page-content {
  margin-top: 0; }

div.column60 {
  width: 570px;
  margin-right: 30px;
  float: left; }

div.column40 {
  width: 360px;
  float: left; }

ul.thumb-links, ul.spread-thumb-links {
  margin: 0; }
  ul.thumb-links li, ul.spread-thumb-links li {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 12px 0 0 0;
    padding: 0;
    -moz-box-shadow: 0 0 20px #aaaaaa;
    -webkit-box-shadow: 0 0 20px #aaaaaa;
    box-shadow: 0 0 20px #aaaaaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    ul.thumb-links li img, ul.spread-thumb-links li img, ul.thumb-links li a, ul.spread-thumb-links li a {
      display: block; }
    ul.thumb-links li p, ul.spread-thumb-links li p {
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 5px;
      margin: 0;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.8); }
    ul.thumb-links li a:hover p, ul.spread-thumb-links li a:hover p, ul.thumb-links li a:active p, ul.spread-thumb-links li a:active p {
      background-color: rgba(255, 255, 255, 0.9); }

ul.spread-thumb-links li {
  float: left;
  width: 320px;
  display: block;
  margin-right: 20px; }
  ul.spread-thumb-links li:nth-child(3n) {
    margin-right: 0; }
  ul.spread-thumb-links li p {
    font-size: 16px; }

footer {
  margin-top: 24px;
  border-top: 1px #aaaaaa solid;
  padding-top: 24px;
  padding-bottom: 60px; }

p.sx-link {
  font-size: 12px;
  font-style: italic;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: 16px;
  color: #999999; }
  p.sx-link a {
    text-decoration: none; }
  p.sx-link img {
    vertical-align: -8px;
    padding: 0 2px 0 10px; }

.accreditation-logo {
  margin-right: 10px; }
