/* CSS1 style sheet for use with newer, standards-compliant browsers */

body {
  background-color: #006600;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
  }

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
  }

.justify {
  text-align: justify;
}

.noborder {
  border-style: none;
  border-width: 0;
}

/* Navigation and content panel settings */

div {
  border-style: none;
  border-width: 0;
}

div.wrapper {
  background-color: #f0fff0;
  width: 950px;
  margin: 0 auto;
}

div.banner {
  background-color: #f0fff0;
  background-image:url(images/banner_14dec09.jpg);
  width: 950px;
  height:180px;
}
     h1.banner {
       font-size: 400%;
       font-weight: bold;
       margin:0;
       padding: 45px 40px 0px 0px;
       text-align: center;  
       color: #f0fff0;
     }
     img.rslogo {
       border-style: none;
       border-width: 0;
       padding: 20px 0px 0px 40px;
       float: left;
     }

div.header {
  background-color: #f0fff0;
  width: 950px;
}

div.navmenu {
  background-color: #CADD88;
  width: 200px;
  float: left;
  margin: 15px 15px 15px 15px;
  padding: 15px 0 0 0;
  height: 100%;
}

div.content {
  background-color: #f0fff0;
  color: #000000;
  float: right;
  width: 665px;
  padding: 40px 25px 5px 30px;
  height: 100%;
  margin: 0;
}

div.aims {
  float: right;
  width: 300px;
  margin-left: 30px;
}

    table.aims {
      border-color: #006600;
      background-color: #FFFFFF;
      border-style: solid;
      border-width: 2px;
      width: 300px;  
      padding: 0px 10px 10px 10px;
    }

    td.aims {
      border-width: 0;
      font-size: 100%;
    }

div.footer {
  background-color: #cadd88;
  clear: both;
  }

    p.footer {
      text-align: center;
      margin: 0;
      padding: 20px;
      border-top: 2px solid #006600;
    }

div.right_freewidth {
  background-color: #f0fff0;
  color: #000000;
  float: right;
  padding: 10px 5px 5px 10px;
}

div.left_freewidth {
  background-color: #f0fff0;
  color: #000000;
  float: left;
  padding: 10px 5px 5px 10px;
}


/* Paragraphs */

p {
  text-align: justify;
}
p.backtotop {
  clear: both;
}
p.navlist {
  text-align: left;
}
p.nolinebreak {
  margin-top: 0;
}
p.imagecredit {
  font-size: 80%;
}
p.pagemenu {
  font-style: italic;
  font-size: 90%;
}
p.strapline {
  font-style: italic;
  font-size: 150%;
  text-align: center;
  margin: -10px 0 30px 0;
}
p.small {
  font-size: 80%;
}
p.smallright {
  font-size: 80%;
  text-align: right;
}



/* Headings */

h1 {
  background-color: transparent;
  color: #006600;
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}

h2 {
  background-color: transparent;
  color: #006600;
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}

h2.centred {
  background-color: transparent;
  color: #006600;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

h3 {
  background-color: transparent;
  color: #006600;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}
h3.date {
  margin-bottom: 0;
}

/* Links */

img.link {
  border-style: none;
  border-width: 0;
}


a:link {
  background-color: transparent;
  color: #006600;
  text-decoration: underline;
}
a:visited {
  color: #003300;
}
a.navlist {
  color: #003300;
  text-decoration: none;
}
a.navlist:visited {
  color: #006600;
}
a.navlist:hover {
  text-decoration: underline;
}

hr {
  background-color: #006600;
  color: #006600;
  height: 1px;
  border-style: none;
  border-width: 0;
}

/* Images */

img.icon {
  vertical-align: bottom;
}

img.left {
  border-style: none;
  border-width: 0;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

img.right {
  border-style: none;
  border-width: 0;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

img.homepageleft {
  border-style: none;
  border-width: 0;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  clear: left;
}

img.homepageright {
  border-style: none;
  border-width: 0;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  clear: right;
}

img.woodlanders {
  border-style: none;
  border-width: 0;
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
}

div.homepageimage {
  width: 564px;
  margin: 0;
  border-width: 0;
}

/* Tables */

table {
  background-color: transparent;
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
}

table.backissues {
  margin-left: 0;
  margin-top: 5px;
}
table.fullwidth {
  width: 100%;
}
table.noborders {
  background-color: transparent;
  border-color: #006600;
  border-style: none;
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
}

td {
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin-top: 10px;
  border-color: #006600;
}
td.video {
  border-style: none;
  border-width: 0;
  text-align: center;
  vertical-align: top;
  width: 33%;
}
td.noborders {
  border-style: none;
  border-width: 0;
  padding: 3px;
  margin-top: 10px;
  border-color: #006600;
}
th {
  background-color: #006600;
  color: #ffffff;
  border-style: none;
  border-width: 0;
  padding: 3px;
  text-align: center;
}
.image {
  border-style: none;
  border-width: 0;
  text-align: center;
}

/* Lists */

ul {
  padding-left: 1em;
  margin-left: 2px;
}
ul.navmenu{
  display: block; 
  background-color: #CADD88;
  margin-top: 0;
  font-size: 100%;
  padding-left:0.7em;
  margin-left: 0;
  border: 0;
}
ul.table {
  margin-top: 0;
  margin-bottom: 0;
}
li {
  list-style-type: disc;
  padding-left: 0;
}
li.linebreak {
  margin-bottom: 1em;
}
li.nodisplay {
  display: none;
}

p.w3c {
  line-height: 1.2em;
  text-align: center;
}

li.navmenu {
  list-style-type: none;
  font-weight: bold;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 10px;
}
li.navmenu2 {
  list-style-type: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 100%;
}
span.menu-indicator
{ position:absolute;
  left: -1em;
  color: #006600;
}
span.currentpage {
  background-color: #006600;
  color: #ffffff;
  font-style: italic;
}




/* these bits are for the kludgy pop-up menus
*/

li.navmenu
{ position: relative;
  background-color: #CADD88;
}
ul.navmenu
{ z-index: 0
}
li.notcurrentmenu:hover ul
{ display: block; 
  background-color: #CADD88;
  border: thin solid #006600;
  position: absolute; top: 1em; left: 3em;
  z-index: 42;
  font-size: 100%;
}

/* this bit just causes the non-current menus not to be displayed
*/
li.notcurrentmenu ul
{ display: none
}

