/*----------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background-color: #F6F6F5

}

:link {
  color: #bb442a;
}

:visited {
  color: #774433;
}

h1{
  display: inline;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1.5em;
  color: #774433;
  }

h2{
  display: inline;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1.25em;
  color: #774433;
  }

h3{
  display: inline;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1em;
  color: #774433;
  }

img {
  margin: .5em;
}
/*----------------------------------------------------------------------------*/
/* CSS for Left Side Vertical Menu                                            */
/*----------------------------------------------------------------------------*/

/* Appearance of all lists */

.nav, .nav ul {
    padding: 0;               /* no padding */
    margin: 0;                /* no margin */
    list-style-type: none;    /* do not display a list label */
    display: block;
    float : left;
    width : 12em;
    font-family: Arial, Helvetica, Sans-serif;
    color: black;
    background-color: #eee;
  }

/* All list item */

.nav li {
    position : relative;
    float : left;
    line-height : 1.5em;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    width:12em;
  }

/* second-level and below lists */

.nav li ul {
    position : absolute;
    left: 12em;
    top: 0;                      /* move the next list up to the match the top of the selected item */
    visibility: hidden;          /* hide the second-level items */
    display: none;
  }

* html .nav li ul {
    display: block;
    }

.nav li li ul {
    position : absolute;
    left: 12em;
    top: 0;                      /* move the next list up to the match the top of the selected item */
    visibility: hidden;          /* hide the second-level items */
    display: none;
  }

* html .nav li ul {
    display: block;
    }

/* style for the anchor tags in the lists */

.nav li a {
    width: 12em;              /* IE 5.5 needs a tweak with a wider width here */
    w\idth : auto;               /* width for all other browsers */
    display : block;
    color : black;
    font-weight : normal;
    text-decoration : none;
    background-color : #D5DDD5;
    border-left:  .75em solid #008000;
    border-right: .75em solid #A8AEA8;
    border-bottom: 1px solid #cec9c8;
    padding : 0 .25em 0 .25em;
  }

.nav ul li table {
    border-collapse: collapse;
    display: block;
    position: absolute;         /* Reposition the table */
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    /* Hi-light the hovered menu item */

.nav li a:hover {
    background-color : #B7CFB7;
    border-left:  .75em solid #008000;
    border-right: .75em solid #A8AEA8;
  }

    /* Hide the third level items when hovering on the first level items */

.nav li:hover ul li ul , .nav li a:hover ul li ul  {
    display: block;
    visibility: hidden;
    }

    /* Display the second level items when hovering on the first level items */

.nav li:hover ul, .nav li a:hover ul{ /* lists nested under hovered list items */
    display: block;
    visibility: visible;
    }

  /* Display third level items when hovering on the second level items */

.nav li:hover ul li:hover ul , .nav li a:hover ul li a:hover ul{
    display: block;
    visibility: visible;
    }

/*---------------------------------------------------------------------------*/

#content {

  margin: 0 0 0 14.5em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;

  }


#index_content {

  /* section is where the main page content goes
     It includes the small curve in the top corner
     and this overlays the top and left borders of
     the content class */

  padding: .5em;
  background: url(topleftcurve.gif) top left no-repeat;
  position: relative;
  top: -2px;
  left: -1px;
  z-index: 0;
  }

#location {

  /* section is where the main page content goes
     It includes the small curve in the top corner
     and this overlays the top and left borders of
     the content class */

  padding: .5em;
  background: url(topleftcurve.gif) top left no-repeat;
  position: relative;
  top: -2px;
  left: -1px;
  z-index: 0;
  font-family: Arial, Helvetica, Sans-serif;
  }


#main{

  /* section is where the main page content goes
     It includes the small curve in the top corner
     and this overlays the top and left borders of
     the content class */

  padding: .5em;
  position: relative;
  border-top: 1px solid #ccc;
  top: -2px;
  left: -1px;
  z-index: 0;
  font-family: Arial, Helvetica, Sans-serif;
  }

/*----------------------------------HEADER------------------------------------*/

#header {
  background-color: #A1A597;
  background-image: url(gbwnlogo_hdr.gif);
  background-position: top right;
  background-repeat: no-repeat;
  color: black;
  height: 70px;
  }

#header h1{
  display: inline;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1.5em;
  color: #F7FDE5;
  padding: .3em;
  }

#header h2{
  display: inline;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 1.25em;
  color: #F6F6F5;
  padding: .3em;
  }

#subheader{
  height: .75em;
  }

/*-------------------------------PRIMARY NAV----------------------------------*/

#primaryNav {
  position: absolute;
  left: 0;
  top: 70px;
  width: 14.5em;
  w\idth: 12.5em;  /* IE box model hack */
  padding: 1em;
  z-index: 50;
}

#address {
  clear: left;
  font-family:  Helvetica, Arial, Sans-serif;
  text-align: center;
  font-size: .8em;
}

/*-------------------------------EVENTS LISTING---------------------------------*/

.eventslisting {
  font-family: Helvetica, Arial, Sans-serif;
  text-align: center;
  font-size: 1em;
  }

.eventtable {
  border: 0px;
  padding: 0px;
  margin: 2px;
  }

.eventtablecell {
  background-color: #F0E1DC;
  padding: 2px;
}

.cEventName {
  color: #774433;
  font-weight: bold;
  }

.cDate {
  font-size: .9em;}

.cTime {
  font-size: .85em;
  font-weight: bold;
  }

.cAnnouncementName {
  color: #774433;
  text-align: center;
  font-weight: bold;
  }

.cAnnouncementDate {
  text-align: center;
  font-size: .9em;
  }

.cAnnouncementTime {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
}

.cAnnouncementDescription {
  text-align: center;
}

.cdaynone {
  background-color: #e0c0b6;
}

.cdayevent {
  background-color: #A05744;
}

.cnoday {
  background-color: #F0E1Dc;
}

.cdow {
  background-color: #A05744;
  }

.cmonth {

}