/* CSS Document */

body {
  background-color: black;
  font-family: Verdana, Arial, sans-serif;
}

h1 {
  font-size: 1.4em;  
}

h2 {
  font-size: 1.2em;  
}

h3 {
  font-size: 1em;  
}

h4 {
  font-size: .8em;
}

p {
  font-size: .8em;
}

li {
  font-size: .8em;
}


a:link, a:visited {
/*was 007733*/
  color: #009955;
  text-decoration: none;
} 

a:hover, a:active {
  color: rgb(90, 189, 42);
  text-decoration: underline;
}

/* page layout */

.mastertable {
  border-collapse: collapse; 
  margin: 0 auto;
}

.topleft {
  background: url(../images/topleft.gif) no-repeat center right; 
  width: 43px;
  height: 45px;
}

.top {
  background-image: url(../images/top.gif);
  background-repeat: repeat-x; 
  width: 750px;
}

.topright {
  background-image: url(../images/topright.gif);
  width: 43px;
  height: 45px; 
}

.left {
  background-image: url(../images/left.gif); 
  background-repeat: repeat-y;
}

.right {
  background-image: url(../images/right.gif); 
  background-repeat: repeat-y;
}

.bottomleft {
  background-image: url(../images/bottomleft.gif); 
  width: 43px;
  height: 45px;
}

.bottom {
  background-image: url(../images/bottom.gif);
  background-repeat: repeat-x; 
  background-position: center center;
  width: 750px;
}

.bottomright {
  background-image: url(../images/bottomright.gif); 
  width: 43px;
  height: 45px;
}

.sidebar_topleft {
  background: url(../images/sidebar_topleft.gif); 
  width: 13px;
  height: 13px;
}

.sidebar_top {
  background-image: url(../images/sidebar_top.gif);
  background-repeat: repeat-x; 
  width: 150px;
}

.sidebar_topright {
  background-image: url(../images/sidebar_topright.gif);
  width: 13px;
  height: 14px; 
}

.sidebar_left {
  background-image: url(../images/sidebar_left.gif); 
  background-repeat: repeat-y;
}

.sidebar_right {
  background-image: url(../images/sidebar_right.gif); 
  background-repeat: repeat-y;
}

.sidebar_bottomleft {
  background-image: url(../images/sidebar_bottomleft.gif); 
  width: 13px;
  height: 14px;
}

.sidebar_bottom {
  background-image: url(../images/sidebar_bottom.gif);
  background-repeat: repeat-x; 
  width: 150px;
}

.sidebar_bottomright {
  background-image: url(../images/sidebar_bottomright.gif); 
  width: 13px;
  height: 13px;
}

.wrapper {
  background-color: white;
  color: #444444;
  padding: 5px;
  vertical-align: top;
}

#main {
  clear: both;
  z-index: 1;
}

.sidebartable{
  width: 200px;
  background-color: rgb(222, 255, 204);
  margin-right: 20px;
}

.sidebaremail{
  font-size: .897em;
}

.content {
  width: 510px;
}

.content ul li {
  margin-bottom: 5px;
}

.content ul li ul li {
  font-size: .9em;
}

.menutable {
  font-size: .7em;
  font-family: Verdana, Arial, sans-serif;
}

/* end layout */

/* sidebar */

.calendar {
  background: url("../images/calendar.gif") no-repeat;
  width: 32px;
  height: 45px;
  float: left;
  margin-right: 5px;
}

.calendar .date {
  line-height: 1em;
  font-size: .7em;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;  
}

.sidebar {
  margin: 0 0 10px 0;
  padding: 0;
}

.sidebartop {
  height: 25px; 
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  font-size: 1em;
  color: black;
  vertical-align: center;
}

.sidebar p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: .8em;
}

.sidebar img {
  margin-top: 20px;
  margin-left: 10px;
}

.sidebar .sidebarmenu a {
  background-color: rgb(155, 224, 119);
  color: black;
  font-size: .9em;
  padding: .3em;
  margin: .5em
  width: 8em;
  display:block;
  line-height: 1.5em;
  border-left: 5px solid rgb(90, 189, 42);
  border-bottom: 1px solid rgb(90, 189, 42);
  text-align: left;
  text-decoration: none;
}

.sidebar .sidebarmenu a:hover {
  border-right: 5px solid rgb(90, 189, 42);
  background-color: rgb(193, 247, 165)
}

.sidebar ul {
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
}

.sidebar ul li {
  padding-bottom: 5px;
} 

/* end sidebar */

/* footer */

#footer {
  font-size: .7em;
  font-family: Verdana, Arial, sans-serif;
  width: 100%;
  background-color: rgb(90, 189, 42);
  height: 20px;
  color: #BBBBBB;
  margin-top: 10px;
  position: relative;
}
  
  #footer a:link, #footer a:visited {
    color: #DDDDDD;
    text-decoration: none;
  }
  
  #footer a:hover, #footer a:active {
    color: white;
    text-decoration: underline;
  }
  
  #footer div {
    padding-bottom: 5px; 
    border-color: black; 
    text-align: right;
    position: relative;
    left: 490px;
    bottom: 13px;
    padding-right: 5px;
    width: 250px;
    color: #DDDDDD;
  }
  
/* end footer */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
  font-size:1em;
  padding-bottom:10px;
  font-family: Verdana, Arial, sans-serif;  
  z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none; 
  height:2em; 
  background:rgb(90, 189, 42);
  z-index: 100;
}

/* style the sub-level lists */
.menu ul ul {
  z-index: 100;
}

/* float the top list items to make it horizontal and a relative positon 
so that you can control the dropdown menu positon */
.menu ul li {
  float:left;
  height:2.5em;
  line-height:2.5em;
  z-index: 100;
}

/* style the sub level list items */
.menu ul ul li {
  display:block;
  width:12em;
  height:auto; 
  line-height:1em;
  z-index: 100;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
  float:left;
  height:100%;
  font-size:1em;
  text-decoration:none;
  color:#fff;
  background:rgb(90, 189, 42);
  padding:0 3em 0 1em; 
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
  display:block;
  background: rgb(166,239,127); 
  color:#000;
  width:14em;
  height:100%;
  line-height:1em; 
  padding:0.5em 1em;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
}

* html .menu ul ul a, * html .menu ul ul a:visited  {
  width:14em; 
  w\idth:12em;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
  position:absolute; 
  left:1px; 
  top:0; 
  width:0; 
  height:0; 
  font-size:1em; 
  z-index:-1;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
  background:#b4be9c;
}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
  background:#c4ceac;
}

/* style the sub level 1 background */
.menu ul :hover a.sub1 {
  background:#b4be9c;
}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
  background:#c4ceac;
}

/* style the level hovers */
/* first */
* html .menu a:hover {
  color:#000;
  background:rgb(166,239,127); 
  position:relative; 
  z-index:100;
}

.menu li:hover {
  position:relative;
}

.menu :hover > a {
  color:#000;
  background: rgb(166,239,127);
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

/* second */
* html .menu ul ul a:hover{
  color: white;
  background:rgb(90, 189, 42); 
  position:relative; 
  z-index:110;
}

.menu ul ul li:hover {
  position:relative;
}

.menu ul ul :hover > a {
  color: white;
  background:rgb(90, 189, 42);
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  border-right: rgb(90, 189, 42) 1px solid;
}

/* third */
* html .menu ul ul ul a:hover {
  background:#c4ceac; 
  position:relative; 
  z-index:120;
}

.menu ul ul ul :hover > a {
  background:#c4ceac;
}

/* fourth */
.menu ul ul ul ul a:hover {
  background:#d4debc; 
  position:relative; 
  z-index:130;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.5em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


