﻿@charset "utf-8";
/* -----------------------------------------------------------------

Copyright 2008 HRO'C Limited. All rights reserved
CSS written by Kevin Rapley (KR) 05.02.2009

SWATCHES

#000000 Black
#ffffff White
#c3cf21 Green
#7e6448 Red
#8c0052 Burgundy
#7e6448 Purple
#66ad96 Aqua
#7e6448 Brown
#ec008c Pink

CONTENTS
Search for any of the below to be transported to that section of the
document

=CONTENT
=AGENCY COLOURS

=TOP
----------------------------------------------------------------- */


/* =CONTENT
Main content region.
----------------------------------------------------------------- */

 #content {
  border: solid 1px #7e6448;
  padding: 60px 0;
 }

  #content a:link, #content a:visited {
   background-color: inherit;
   color: #7e6448;
  }
  
  #statement {
   left: 160px;
   position: absolute;
   width: 600px;
  }

    #news h3, #news small {
     background-color: inherit;
     color: #7e6448;
	}

     #copy a:link, #copy a:visited {
      background-color: inherit;
      color: #7e6448;
	 }

     #imageBlock img {
      border: solid 1px #7e6448;
     }

     #imageBlock a:hover img {
      border: solid 1px white;
	 }

     #imageBlock .selected img {
      border: solid 1px white;
      height: 125px;
      width: 125px;
     }

/* =AGENCY COLOURS
----------------------------------------------------------------- */

.brown_selected { background-color: #7e6448; color: #1d1716; }
#menu .green a, #menu .green_selected a, .green, .red, .burgundy, .purple, .aqua, .pink { background-color: #1d1716; color: white; }

/* =TOP
Search for above to be brought to the top of the document
----------------------------------------------------------------- */