/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;}

/* Global */
html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333;
}
a {
  color: #333;
}
a.selected, a:hover {
  text-decoration: underline;
}
hr {
  height: 1px;
  margin-bottom: 20px;
  border: none;
  clear: both;
}
hr.s-gap {
  margin-bottom: 10px;
}
h1, h3 {
  font-weight: bold;
  text-decoration: underline;
}
h2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

ul.h-nav {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
ul.h-nav li {
  float: left;
  margin-right: 10px;
}

.em {
  font-style: italic;
}

ul.v-nav {
  margin-bottom: 20px;
}
ul.v-nav li a {
  color: #808080;
  text-decoration: none;
}
ul.v-nav li a:hover {
  color: #333;
}

/* Structure */
div#container {
  width: 965px;
  margin: 0px auto;
  background-color: #fff;
}

div.page {
  padding: 20px;
}

div.sidebar, div#footer div#footer-links {
  float: left;
  width: 160px;
  height: 100%;
  margin-right: 155px;
}

div.sidebar ul#main-nav li a {
  display: block;
  width: 160px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
}

div.content, div#footer div#footer-credit {
  float: left;
  width: 610px;
  height: 100%;
}
div.content p {
  font-size: 14px;
  margin-bottom: 10px;
}
div.content p.quote {
  font-size: 24px;
}


div#footer {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
}
div#footer div#footer-links ul li a {
  float: left;
  margin-right: 10px;
}
div#footer {
  font-size: 9px;
}

/* Colours */
.default {
  color: #808080;
}
hr.default {
  background-color: #ccc;
}

.pink {
  color: #db2954;
}
hr.pink {
  background-color: #f1a9bb;
}

.blue {
  color: #8ca3ba;
}
hr.blue {
  background-color: #8ca3ba;
}

.green {
  color: #7db3b3;
}
hr.green {
  background-color: #cbe1e1;
}

/* Client logo list */
div#client-logos {
  width: 100%;
}
div#client-logos img {
  margin-right: 15px;
  margin-bottom: 25px;
}