body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: gray;
}

div#page_body
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;
  background-color: white ;
}

div#banner
{
  background-image: url(../images/banner-right.png) ;
  background-repeat: no-repeat ;
  background-position: top right;  
  color: white ;
  height: 96px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: #975b45 ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background-color: green ;
  background-image: url(../images/obituary-bckg.png);
  width: 149px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
}

div#sidebar_menu
{
  width: 149px;
  font-size: 15px;
}

div.menu
{
  position: static;
}

div.menuItem,div.menuItemActive
{
  position: relative;
  font-family: sans-serif;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 4px;
  width: 144px;
  height: 34px;
  cursor: pointer ;
  z-index: 10;
}

div.menuItem
{
  color: #5b2b1a ;
  background-color: #975b45;
  border: 1px solid #bb8571 ;
  border-top: 1px solid #714230;
  border-left: 1px solid #714230;
}

div.menuItemActive
{
  color: white ;
  background-color: #8a533e;
  border: 1px solid #714230 ;
  border-top: 1px solid #bb8571;
  border-left: 1px solid #bb8571;
}

div.menuItemActive a
{
  color: white;
  text-decoration: none ;
}

div.menuItem a
{
  color: #5b2b1a ;
  text-decoration: none ;
}

div.subMenu
{
  margin-left: -1px;
  margin-top: -1px;
  position: absolute;
  z-index: 10;
}

img.menuArrow
{
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 10;
}


div#current_funerals
{
  position: relative;
  background-image: url(../images/current-funerals.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 75px;
  padding-left: 5px;
  left: 0 ;
  font-family: sans-serif;
  color: black;
  font-size: 10pt;
}

div#current_funerals div.title
{
  visibility: hidden;
  text-align: center;
  height: 1px;
}

div#current_funerals h1
{
  font-size: 14px;
}

div#current_funerals hr
{
  border: 0 ;
  visibility: hidden;
}

div#current_funerals a
{
  color: black;
  font-size: 10pt;
  text-decoration: none;
}

div#current_funerals a:hover
{
  text-decoration: underline;
}

div#footer
{
  height: 24px;
  background-image: url(../images/bottom.png);
  background-position: top center;
  color: black ;
}

a.deceased { position: relative; }

a.deceased div { display:none;}

div.hover_details img { float: left; height: 45px; margin-left: 20px; border: thin solid black;}

a.deceased:hover div {
   display: block;
   position: absolute;
   left: -225px;
   top: -45px;
   width: 200px;
   height: 56px;
   padding-right: 15px;
   padding-top: 3px;
   margin: 10px;
   margin-right: 200px;
   z-index: 100;
   color: #black;
/*   background: #DDD;
   border: thin double black; */
   background-image: url(../swd/images/obit-bubble-left.png);
   background-repeat: no-repeat;
   background-position: top center;
   font: 9px Verdana, sans-serif;
   vertical-align: middle;
   text-align: center; !important
}



