
body
{
  margin: 0;
  padding: 0;
  min-width: 1000px;
  font-family: sans-serif;
  font-size: 12pt;
  color: #6e7385;
  background-color: #d8deee;
  text-align: center;
  margin-top: 15px;
  background-image: url(../images/Lilybckg.png) ;
}

div#page_body
{
  text-align: left;
  width: 1000px;
  background-color: white ;
  margin: auto;
}

div#banner
{
  background-image: url(../images/JAW_WebBar.png) ;
  background-repeat: repeat-x ;  
  background-color: #363544 ;
  color: white ;
  height: 200px;
  padding-top: 10px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: #8ab1d2 ;
  width: 225px;
  background-image: url(../images/JAW_WebLogo.png) ;
  background-repeat: no-repeat ;
  vertical-align: top;
  min-height: 500px;
  padding-top: 188px;
}

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

td.right
{
  background-color: green ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin-left: 20pt;
  padding: 30px 210px 30px 30px;
  background-image: url(../images/JAW_WebColumn.png);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 640px;
}

div#sidebar_menu
{
  width: 225px;
  font-size: 15px;
  margin-top; 88px;
}

div.menu
{
}

div.menuItem,div.menuItemActive
{
  position: relative;
  font-family: sans-serif;
  font-size: 13px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 5px;
  width: 207px;
  height: 24px;
  cursor: pointer ;
  z-index: 10;
}

div.menuItem
{
  color: #363544 ;
  background-color: #93bcdf;
  border: 1px outset rgb(180,180,240) ;
}

div.menuItemActive
{
  color: white ;
  background-color: #84a9c9;
  border: 1px inset rgb(120,120,180) ;
}

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

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

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


div#current_funerals
{
  position: relative;
  left: 0 ;
  background-color: #8ab1d2 ;
  padding-left: 20px;
  padding-top: 10px;
  font-family: sans-serif;
  color: black;
  font-size: 12px;
}

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

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

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

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

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

div.funeralListDeceased
{
  padding-bottom: 5px;
}

div.funeralListCommunity h1
{
  display: none;
}

div#footer
{
  text-align: center;
  font-size: 8pt;
  height: 13px;
  background-color: #363544;
  color: white;
}

div#footer a
{
  color:white;
}


div.home_details a.images
{
	color: white;
}

div.home_details
{
	border: thin solid white;
}
div.home_details:hover
{
	border: thin solid blue;
}

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
}


