
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  color: #101490 ;
  background-color: gray;
}

div#page_body
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  background-color: white ;
}

div#banner
{
  background-image: url(../images/right-banner.png) ;
  background-position: top right;
  background-repeat: no-repeat ;  
  color: white ;
  height: 98px;
}

div#banner img
{
  display: block;
}

td.left
{
  vertical-align: top;
  background-image: url(../images/menu-topper.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 150px;
  background-color: #5D57D3 ;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
  color: #101490 ;
}

td.right
{
  background-color: #5D57D3 ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
  color: #101490 ;
}

div#sidebar_menu
{
  float: left ;
  min-height: 500px;
  width: 150px;
  min-height: 10em;
  font-size: 0.65em;
  color: black;
  padding-bottom: 114px;
}

div.menu
{
  position: static;
}

div.menuItem,div.menuItemActive
{
 position: relative;
  font-family: sans-serif;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 4px;
  width: 135px;
  height: 34px;
  cursor: pointer ;
  z-index: 10;
}

div.menuItem
{
  color: #FFFFFF ;
  background-color: #7F7AAE;
  border: 1px solid #2D257C ;
  border-top: 1px solid #BEBAE0;
  border-left: 1px solid #BEBAE0;
}

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
{
  color: #FFFFFF ;
  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.menuItemActive
{
  color: white ;
  background-color: #9591BA;
  border: 1px solid #2D257C ;
  border-top: 1px solid #BEBAE0;
  border-left: 1px solid #BEBAE0;
}

div.menuItemActive a
{
  color: white;
  text-decoration: none ;
}

div#current_funerals
{
  position: relative;
  left: 0 ;
  background-color: #5D57D3 ;
  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: yellow;
  text-decoration: none;
}

div#current_funerals a:hover
{
  text-decoration: underline;
}


div#footer
{
  height: 25px;
  background-color: #221F5D ;
  padding-top: 1px;
  font-family: sans-serif;
  font-size: 10px;
}

div#footer a
{
  color: #FFFFFF ;
}

div.event_container
{
	border: 3pt outset #221F5D;
	margin: 40px 60px 40px 60px;
}

h1.event
{
	text-align: center;
	font-family: 'Times New Roman', serif;
}

div.event
{
	padding: 0px 25px 25px 25px;
}
