html { background-image: url(../images/main-colour.png);}

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

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

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

div#banner img
{
  display: block;
}

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

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

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


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
  background-image: url(../images/body-colour.png);
  background-repeat: repeat-all;
  color: #CCC;
}

div#main a
{
  color: white;
}

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

div#current_funerals
{
  position: relative;
  left: 0 ;
  background-color: green ;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: black;
  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: blue;
  text-decoration: none;
}

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

div#footer
{
  height: 13px;
  background-color: cyan;
  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-right.png);
   background-repeat: no-repeat;
   background-position: top center;
   font: 9px Verdana, sans-serif;
   vertical-align: middle;
   text-align: center; !important
}

div.mini_icons>a
{
  border: none;
}

div.mini_icons img
{
  border: none;
  width: 110px;
  margin-bottom: 50px;
}

#slideshow {
    position:relative;
    width: 300px;
    height: 260px;
}

#slideshow IMG {
    position:absolute;
    width: 300px;
    top:0;
    left:0;
    z-index:8;
    background-color: black;
    height: 225px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

p.testimonials
{
	width: 900px;
	padding: 30px 10px;
	border-bottom: thin groove;
	text-align: left;
	margin: auto;
}

p.testimonials span
{
	font-style: italic;
}

div#footer
{
	height: 20px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(../images/body-colour.png);
	background-repeat: repeat-all;
	margin-bottom: 50px;
}

div#footer a
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
