
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-image: url(../images/background.png);
}

div#page_body
{
  width: 800px;
  margin: auto;
}

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

div#banner img
{
  display: block;
}

td.left
{
  background-image: url(../images/background-body.png);
  width: 155px;
  padding: 20px 0px 75px 20px;
  vertical-align: top;
  min-height: 500px;
}

td.left img
{
  margin-left: 5px;
}

td.middle
{
  vertical-align: top;
  background-image: url(../images/background-body.png);
  background-position: top right;
  min-height: 500px;
}

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


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

div#sidebar_menu
{
  height: 25px;
  min-width: 730px;
  font-size: 10pt;
  padding-left: 5px;
  margin: auto;
  position: relative;
}

span.topMenu
{
  font-family: Sans-Serif;
  font-size: 11pt;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 2px black;
}

div.menubar
{
  width: 800px;
  background-image: url(../images/background-menu-bar.png);
  height: 25px;
}

div.menuItem, div.menuItemActive
{
  position: relative;
  float:left;
  height: 15px;
  padding: 5px;
  padding-right: 14px;
  padding-left: 14px;
  background-image: url(../images/Menu-Divider.png);
  background-repeat: no-repeat;
  background-position: top right;
  text-shadow: none;
}

div.menuItem img
{
  display:block;
  border: 0 ;
  margin: -5px 5px 0px 0 ;
}

div.menuItemActive img
{
  display:block;
  border: 0 ;
  margin: -5px 5px 0px 0 ;
}

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

div.menuItemActive
{
  cursor: pointer;
}

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

div.subMenu
{
  position: relative;
}

div.menuItemActive div.subMenu
{
  position: absolute;
}

div.subMenu div.menuItem
{
  clear:both;
  background-image: none;
  background-color: #dbdfdf;
  border-bottom: thin solid #7b4f48;
  width: 140px;
  position: relative;
}

div.subMenu div.menuItemActive
{
  clear:both;
  background-image: none;
  background-color: #b5c4d3;
  border-bottom: thin solid #a5b4c3;
  width: 140px;
  position: relative;
}

div.subMenu div.menuItemActive>div.subMenu
{
/*  background-image: url(../images/Menu-Bar-Stretch.png);
  background-repeat: repeat-x;
  background-position: bottom center; */
  position: relative;
  left: 155px;
  top: -10px;
}

div.subMenu div.menuItemActive>div.subMenu div.menuItem
{
  background-color: #dbdfdf;
  width: 220px;
}

div.subMenu div.menuItemActive>div.subMenu div.menuItemActive
{
  background-color: #c5d4e3;
  width: 220px;
}

div#current_funerals
{
  position: relative;
  left: 0 ;
  background-image: url(../images/background-cf.png);
  padding: 10px 5px;
  margin-bottom: 20px;
  font-family: sans-serif;
  min-height: 300px;
  color: black;
  font-size: 10px;
}

div#current_funerals div.title
{
  background-image: url(../images/cf.png);
  margin-top: 10px ;
  height: 13px;
  width: 149px;
  overflow: hidden;
  text-indent: -3000px;
  color: transparent;
}

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: 13px;
  text-align: center;
  padding-top: 450px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  color: black ;
}

div#footer > a
{
  font-size: 10pt;
  color: #602222;
}

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

div.menuItemActive img.menuArrow
{
	display:none;
}

div.menuItem img.menuArrow
{
	display:none;
}

div.subMenu div.menuItem > img.menuArrow
{
	display: block;
}

div.subMenu div.menuItemActive > img.menuArrow
{
	display: block;
}

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: 115px;
   top: -45px;
   width: 200px;
   height: 56px;
   padding-left: 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-right.png);
   background-repeat: no-repeat;
   background-position: top center;
   font: 9px Verdana, sans-serif;
   vertical-align: middle;
   text-align: center; !important
}

div.obit_details#details_image { display: block; float: left; }
div.obit_details#details_image img {height: 45px; margin-left: 20px; border: thin solid black;}
div.obit_details#details_dod:before { content: "Passed On\A"; white-space: pre;}
div.obit_details#details_dod { display: block;}
div.obit_details#details_service_date:before { content: "Service Date\A"; white-space: pre;}
div.obit_details#details_service_date { display: block;}

/* Modal Stuff */

input[type=checkbox] {
  display: none;
}

div.modal_moase
{
  position: relative;
  left: -130px;  
}

div.modal_moase label img {
  transition: transform 0.25s ease;
  cursor: zoom-in;
  width: 700px;
  box-shadow: 2px 2px 10px;
  z-index: 100;
}

input[type=checkbox]:checked ~ label > img {
  transform: scale(1.5);
  cursor: zoom-out;
  position: absolute;
  z-index: 100;
}

div#mission
{display: none;}
