/* -------------------------------------*/
/* Author:	Cathy Shaw		*/
/* Date:	13 February 2007 	*/
/* Modified:	18 August 2010		*/
/* Purpose:	global - for all pages 	*/
/* ------------------------------------ */

/* ----------- */
/* Link Styles */
/* ----------- */

a:link
  {
  color: #00f; /* unvisited  */
  }

a:visited
  {
  color: #f00; /* visited link  */
  }

a:hover
  {
  color: #f0f; /* mouse hovers over link   */
  }

a:active
  {
  color: #008000; /* selected link  */
  }

/* set background colour to default */
a:link, a:visited, a:hover, a:active, H1, H2, H3, H4
  {
  background-color: inherit;
  }

/* ----------- */
/* Text Styles */
/* ----------- */

body
  {
  color: #000; /* normal text colour */
  font-family: "Times New Roman, Times, serif"
  }

h1, h2, h3, h4, h5, h6
  {
  background-color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  }
h1
  {
  clear: both;
  color: #800000;
  padding-top: 3em;
  text-align: center;
  }

h2
  {
  color: #000080;
  }

h3
  {
  color: #008000;
  }

/* -------------- */
/* Section styles */
/* -------------- */

.content
  {
  background-color: inherit;
  float: none;
  padding: 2em;
  }

.logos
  {
  font-size: small;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  text-align: center;
  }

.logos li
  {
  display: inline;
  padding: 30px;
  }

#addfree
  {
  border: none;
  }

#copyright
  {
  clear: both;
  font-family: Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  }

/* -------------------------------- */
/* Navigation bar styles            */
/* Code based on code               */
/* from Dyspraxia Foundation        */
/* (www.dyspraxiafoundation.org.uk) */
/* -------------------------------- */

#navbar
  {
  font-family: Arial, Helvetica, sans-serif;
  height: 2em;
  left: 0.5em;
  position: absolute;
  top: 0em;
  z-index: 200;
  }

#nav li ul ul
  {
  margin: -2em 0 0 14.5em;  /* Offset of pop-up sub-menu: top right bottom left */
  z-index: 100;
  }

#nav li:hover ul ul
  {
  left: -999em;
  top: auto;
  z-index: 100;
  }

#nav li:hover ul, #nav li li:hover ul
  {
  left: auto;
  z-index: 100;
  }

#nav, #nav ul
  {
  height: 2em;
  left: 1px;
  line-height: 2em;
  list-style: none;
  margin: 0em;
  padding: 0em;
  position: relative;
  top: 0.1em;
  z-index: 101;
  }

#nav a
  {
  display: block;
  z-index: 101;
  }

#nav li
  {
  display: block;
  float: left;
  text-decoration: none;
  vertical-align: middle;
  z-index: 101;
  }

#nav li ul
  {
  left: -999em;
  padding-left: 0em;
  position: absolute;
  width: 26em;
  z-index: 101;
  }

#nav li:hover ul
  {
  left: auto;
  z-index: 101;
  }

#nav li:hover ul
  {
  left: auto;
  top: 42px; /* Offset of pop-up menu */
  z-index: 101;}

/* Top level menu */
a.headlink, li.headlink
  {
  background-color: #0079D8;
  border-bottom-color: #469EE3;
  border-bottom-width: 0em;
  border-left-color: #3CF;
  border-left-width: .3em;
  border-right-color: #0D3890;
  border-right-width: .2em;
  border-style: solid;
  border-top-color: #469EE3;
  border-top-width: 0em;
  color: #FFF;
  display: block;
  float: none;
  font-size: large;
  font-style: normal;
  font-weight: bold;
  line-height: 3em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 15em;
  z-index: 102;
  }

a.headlink:visited
  {
  color: #FFF;
  text-decoration: none;
  }

a.headlink:hover
  {
  background-color: #0D3890;
  color: #FFF;
  text-decoration: none;
  }

a.headlink:active
  {
  color: #FFF;
  text-decoration: none;
  }

a.sublink, li.sublink
  {
  background-color: #EAEAF0;
  border-bottom-color: #0D3890;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  border-left-color: #469EE3;
  border-left-style: solid;
  border-left-width: .3em;
  color: #0D3890;
  display: block;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  line-height: 2em;
  padding-left: .4em;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 15em;
  z-index: 200;
  }

a.sublink:visited
  {
  color: #C00;
  text-decoration: none;
  }

a.sublink:hover
  {
  background-color: #0D3890;
  color: #FFF;
  text-decoration: none;
  }

a.sublink:active
  {
  color: #C00;
  text-decoration: none;
  }

a.sub1link, li.sub1link
  {
  background-color: #EAEAF0;
  border-bottom-color: #0D3890;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  border-left-color: #469EE3;
  border-left-style: solid;
  border-left-width: .3em;
  color: #0D3890;
  display: block;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  line-height: 2em;
  margin-left: .4em;
  padding-left: .4em;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 12em;
  }

a.sub1link:visited
  {
  color: #C00;
  text-decoration: none;
  }

a.sub1link:hover
  {
  background-color: #0D3890;
  color: #FFF;
  text-decoration: none;
  }

a.sub1link:active
  {
  color: #C00;
  text-decoration: none;
  }


/* --------------- */
/* Printing Styles */
/* --------------- */


@media print
  {
  a:link, a:visited, a:hover, a:active
    {
    font-size: 13pt !important;
    font-weight: bold !important;
    }

  a[href]:after
    {
    content: " ["attr(href)"] ";
    font-size: 9pt !important;
    font-style: italic !important;
    }

  body
    {
    color: #000 !important;
    orphans: 3;
    widows: 3
    }

  h1, h2, h3
    {
    font-weight: bold !important;
    page-break-after: avoid;
    }

  h1
    {
    font-size: 16pt !important;
    }

  h2
    {
    font-size: 14pt !important;
    }

  h3
    {
    font-size: 13pt !important;
    }

  p
    {
    font-size: 12pt !important;
    }

  .content
    {
    width: 100% !important;
    }

  .atomz, .logos, #navbar
    {
    display: none;
    }
  }
