
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/Right-Banner.png);
  background-repeat: no-repeat;
  background-position: right;
  color: white ;
  height: 150px;
}

div#banner img
{
  display: block;
}

td.top
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  background-color: white ;
}

td.left
{
  background-color: #B8B7B7 ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background-color: #000000 ;
  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
{
  margin-top: 10px;
}

div.menuItem,div.menuItemActive
{
  margin-bottom: 10px;
  margin-left: 6px;
  clear: both;
}

div.menuItem img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
  visibility: hidden;
}

div.menuItemActive img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
}

div.menuItem a
{
  text-decoration: none;
  font-weight: bold;
  color: white ;
}

div.menuItemActive
{
  cursor: pointer;
}

div.menuItemActive a
{
  text-decoration: none;
  font-weight: bold;
  color: white ;
}


div#current_funerals
{
  position: relative;
  left: 0 ;
  background-color: #000000 ;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: white;
  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#main_footer
{
  height:25px;
  color: white;
  font-size: 12pt;
  font-family: ariel, serif;
  text-align: center;
  background-image: url(../images/family-bar.png);
  background-repeat: repeat-x;
}

div#footer 
{
  background-color: gray;
  padding: 15px 0px 5px 0px;
  font-size: 8pt;
  text-align: center;
}

div#footer a
{
  color: white;
  text-decoration: none;
}

div#footer a:hover
{
  text-decoration: underline;
}

div.obit_details_container { display: none; }

a { color: #777;} 
