p
{
   color: #EEDD00;
   padding-bottom: 7px;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 10px;
   clear: both;
}

a
{
}

a:link
{
   color:yellow;
}

a:visited
{
   color: #FED000;
}

a:hover
{
   color:white;
}

a:visited:hover
{
   color:white;
}

img
{
   border: 0px;
}

body
{
   font-family: Verdana, Arial, Sans-Serif;
   background-color: #000000;
   font-size: 10pt;
}

ul
{
   padding-top: 5px;
   margin-top: 0px;
   margin-bottom: 10px;
   color:yellow;
   clear: both;
}

.content
{
  margin: 0 auto;
  width: 722px;
  text-align: left;
}

/*------------------------------------------------------------------*/
.indentedcontent
{
   background-color: #555555;
   background-image: url(resources/RotherfieldLogoGrey.gif);
   background-repeat: no-repeat;
   background-position:right top;
   border:         1px solid #FED000;
   border-top:     1px solid #555555;
   margin:         0px;
   padding: 0px 10px 10px 10px;
  _height: 0;   /* IE6 evilness*/
   text-align: justify;
}

.left
{
  float: left;
  width: 400px;
}

.right
{
  float: left;
  width: 300px;
  text-align: right;
}

.price
{
  color: white;
  font-size: 24pt;
  font-weight: bold;
}

/*------------------------------------------------------------------*/
h1
{
   color: white;
   display: inline;
   font-size: 20pt;
   position: absolute;
   top: auto;
   left: auto;
   margin-top: 2px;
   padding-right: 4px;
   background-color: #555555;
}

ul.subnav
{
   text-align: center;
   list-style: none;
   padding: 10px 2px 2px 2px;
   margin: 1px 0px 0px 0px;
   border-bottom: 1px solid #777777;
   text-align: right;
}

ul.subnav li
{
   display: inline;
   margin: 0px;
   border: 0px;
   padding: 2px 5px 2px 5px;
}

ul.subnav li.active
{
   border: 1px solid #777777;
   border-bottom: 1px solid #555555;
   background-color: #555555;
}

ul.subnav li a
{
   margin: 0px;
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
   color: #888888;
}

ul.subnav li.active a
{
   color: #FFFFFF;
   font-weight: bold;
}

ul.subnav li a:hover
{
   color:white;
}
/*------------------------------------------------------------------*/
.doubleindentedcontent
{
   margin-left: 10px;
   margin-right: 10px;
}

.mainheading
{
   color: white;
   background-color:#666666;
   float: left;
   width: 490px;
   font-size: 12pt;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 5px;
   border: 2px solid #666666;
}

.fullwidth
{
   width: 700px;
}

.date
{
   text-align: right;
   float: right;
   background-color:#666666;
   color: #CCCCCC;
   width: 202px;
   font-size: 12pt;
   font-weight: bold;
   border: 2px solid #666666;
   margin-top: 10px;
   margin-bottom: 5px;
}

.subheading
{
   color: white;
   font-size: 10pt;
   font-weight: bold;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-bottom: 1px dotted #777777;
   clear: both;
}

img.centered
{
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   border: 1px solid #FED000;
   padding-top:  1px;
   padding-left:  1px;
   padding-right:  1px;
   padding-bottom:  1px;
}

caption
{
   padding: 0 0 5px 0;
   width: 700px;
   text-align: right;
}

th
{
   font-weight: normal;
   color: #FED000;
   background:              #555555;
   border-right:  1px solid #444444;
   border-bottom: 1px solid #444444;
   border-top:    1px solid #444444;
   text-align: left;
   padding: 6px 6px 6px 12px;
}

td
{
   border-right:  1px solid #444444;
   border-bottom: 1px solid #444444;
   background: #555555;
   padding: 6px 6px 6px 12px;
   color: #FED000;
}

th.toprow
{
   color: #222222;
   background: #FED000;
   font-weight: bold;
}

th.toprowleft
{
   color: #222222;
   background: #FED000;
   font-weight: bold;
   border-left: 1px solid #444444;
}

th.spec
{
   border-top: 0;
   border-left: 1px solid #444444;
}

/*--------------------------------------------------*/
#nav
{
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
   list-style: none;
   border-bottom: 1px solid #FED000;
   height: 23px;
}

#nav a
{
   display: block;
   width: 114px;
   height: 21px;
   text-decoration: none;
   color: #999999;
   text-align: center;
   padding-top: 2px;
   font-weight: bold;
}

#nav a:hover
{
   color: white;
}

#nav li
{
   float: left;
   width: 115px;
   height: 23px;
   padding-right: 1px;
   margin: 0px;
   margin-right: 4px;
   _margin-bottom: -2px; /* more IE6 tomfoolery */
   background: #555555;
   background-image: url(resources/inactivetab.gif);
}

#nav li.active
{
   position: relative; /* more IE6 tomfoolery */
   border-bottom: 1px solid #555555;
   background-image: url(resources/activetab.gif);
}

#nav li.active a
{
   color: white;
}

#nav li ul
{
   padding: 0px;
   margin: 0;
   list-style: none;
   position: absolute;
   width: 113px;
   height: 22px;
   left: -999em;
   margin-top: -2px;
}

#nav li ul li
{
   width: 113px;
   border: 1px solid #666666;
   border-top: 0px;
   background-image: none;
}

#nav li ul li a
{
   color: white;
   font-weight: normal;
}

#nav li:hover ul, #nav li.sfhover ul
{
   left: auto;
}

#nav li.active ul li:hover, #nav li.active ul a:hover
{
   background: #777777;
}

#nav li ul li:hover, #nav li ul a:hover
{
   background: #777777;
}


