﻿ /**
  *Set the  decoration and colours to be applied to elements in the site
  */

#result-container, #banner, #menu , #footer, #form-container
 {
   font-size: 12px;
 }
 
a:link, a:visited , .backlink
 {
    text-decoration: none;
    color: #63831B;
 }
 
#menu
 {
  background-color: #878E72;
 }
 
#menu div
 {
  background-color: #959D7E;
  font-size: 12px;
  font-family: Verdana, Tahoma, sans-serif;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.25), 1px 1px 0 rgba(255,255,255,0.25);
  color: #ffffff;
 } 
 
#menu div:hover, #menu div a:hover
 {
  color: #959D7E;
  background-color: #ffffff; 
  text-shadow: none;
 }

#menu div a
 {
  text-decoration: none;
  color: #ffffff;
 }

#breadcrumbs 
 {
   font-family: Verdana, Tahoma, sans-serif;
 }
 
#banner h1
 {
  color:  #476532;
  font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: normal;
 } 
 
#footer
 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
 } 

#footerlinks
 {
   padding: 10px;
   background-color: #eeeeee;
 } 

input[type="button"]
 {
   border-radius: 5px;
 }

.backlink
 {
   cursor: pointer;
   margin-bottom: 10px;
 }  