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

div#page_body
{
  background-color: white ;
}

div#banner
{
  background-image: url(../images/title-bckg.gif) ;
  background-repeat: x-repeat ;  
  background-color: blue ;
  color: white ;
  height: 122px;
  overflow: none;
}

div#banner img
{
  display: block;
}

td.left
{
  padding-top: 100px;
  background-color: #6E100D;
  background-image: url(../images/menu-topper.png);
  background-repeat: no-repeat;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}

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

td.right
{
  background-color: #A71A09 ;
  width: 150px;
  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: white ;
  background-color: #6E100D;
  border: 1px solid #4E100D ;
  border-top: 1px solid #AE100D;
  border-left: 1px solid #AE100D;
}

div.menuItemActive
{
  color: white ;
  background-color: #4E100D;
  border: 1px solid #AE100D ;
  border-top: 1px solid #4E100D;
  border-left: 1px solid #4E100D;
}

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

div.menuItem a
{
  color: white ;
  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;
  left: 0 ;
  background-color: #A71A09 ;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: #F7F0C8;
  font-size: 10px;
}

div#current_funerals div.title
{
  margin-top: 10px ;
  text-align: center;
}

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

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

div#current_funerals a
{
  color: white;
  text-decoration: none;
}

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

div#footer
{
  height: 2px;
  background-color: #A71A09;
  color: black ;
}

