﻿@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
#ec008c Red
#8c0052 Burgundy
#ec008c Purple
#66ad96 Aqua
#ec008c 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 h3 {
   background-color: inherit;
   color: white;
  }

  #content ul {
   margin: 0;
  }

   #content li {
    background-color: inherit;
    color: white;
    font-size: 1.5em;
    line-height: 1;
    list-style: none;
    margin-bottom: 1em;
   }

   #content p {
    margin-bottom: 20px;
   }

    #content a:link, #content a:visited {
     background-color: inherit;
     color: #c3cf21;
     text-decoration: none;
	}

    #content a:hover, #content a:active {
     background-color: inherit;
     color: #c3cf21;
     text-decoration: underline;
	}

    #content .selected a:link,  #content .selected a:visited {
     background-color: inherit;
     color: #c3cf21;
	}

   #directions {
    padding-top: 11px;
   }

   #copy {
    border: solid 1px white;
    padding: 10px 20px 60px 20px;
    width: 511px;
   }

  #statement {
   left: 160px;
   position: absolute;
   width: 600px;
  }

/* =TOP
Search for above to be brought to the top of the document
----------------------------------------------------------------- */