/*
 * style.css 
 *
 * Author: Phil Heslop
 *
 */
html {
  height: 100%;
}

#pageheader, h1,h2,h3,h4,h5,h6{
  font-family: verdana;
  clear: both;
}

body {
  background-image: url(images/riobw.jpg);
  background-color: white;
  background-repeat: no-repeat;
  margin: 0;
  font-family: sans-serif;
  font-size: smaller;
height: 100%;
}

#pageheader {
  color: white;
  /*background-color: dark orange;*/
  /*background-color: rgb(230,91,26);*/
  background-color: white;
  background-image: url(images/rio.jpg);
  /*background-repeat: repeat-x;*/
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 100%;
  white-space: nowrap;
  margin-left: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10em;
}

#navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 10em;
  /*background-color: dark brown;*/
  /*background-color: rgb(31,10,7);*/
  background-color: white;
  background-image: url(images/rio.jpg);
  /*background-repeat: repeat-y;*/
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
  padding-top: 2em;
  height: 100%;
}

#navigation ul {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 10em;
  text-indent: 0;
  width: auto;
}

#navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 0.75em;
}

#navigation ul li a {
  font-family: arial, sans-serif;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.25em 1em 0.25em 1em;
  text-align: right;
  height: 1.25em;
  background-color: #e6e6e6;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
}

#navigation ul li a:hover {
  background-color: #d1e4fb;
  color: #68A7F2;
  text-decoration: none;
}

#navigation ul li a:active, #navigation ul li.current a, #navigation ul li.current a:hover {
  background-color: #8c8c8c;
  color: white;
  text-decoration: none;
}

#navigation ul li a.currentParent:active, #navigation ul li a.currentParent, #navigation ul li a.currentParent:hover {
  background-color: #8c8c8c;
  color: white;
  text-decoration: none;
}

#navigation ul li ul {
  margin-top: 0.25em;
}

#navigation ul li ul li a {
}

#content { 
  margin-top: 2em;
  margin-left: 15em;
  margin-right: 1em;
  padding-left: 2em;
  padding-right: 0em;
  padding-top: 0em;
  max-width: 50em;
  width: 60%;
  background-image: url(images/line-v.gif);
  background-repeat: repeat-y;
  background-position: top left;
} 

dl.position dt {
  margin-left: 2em;
  float: left;
  width: 5.5em;
}

dl.position dd {
  margin-left: 8em;
}

span.entity {
  white-space: nowrap;
}
