@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F5EDDB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul
{
list-style-type: none;
padding: 0;
margin:0;
font-weight:normal;
}

li  
{
padding-left: 1em;
}

img {
	border:0;
}

#container {
	width: 878px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCB3;
	text-align: left;
	position: relative
}

#header {
	position:relative;
	height:110px;
	z-index:300;
	top: 0px;
	width: 878px;
}

#maincontent {
	position:relative;
	background-image: url(/images/jml_bg.gif);
	background-repeat: repeat-y;
	padding: 40px 40px 50px 0px;
	z-index:200;
}

#bodyarea {
	position:relative;
	width:550px;
	margin:0px 0px 0px 250px;
}
#bodyarea-funeral {
	position:relative;
	width:620px;
	margin:0px 0px 0px 220px;
}


#bodyarea350 {
	position:relative;
	width:350px;
	margin:0px 0px 0px 250px;
}

#rightside {
	position: relative;
	float:right;
	width:165px;
	padding:20px;
	border: 1px solid #CCCCB3;
	background-color: #FCFAF6;
	text-align: left;
	margin-left:15px;
}

#rightside2 {
	position:relative;
	z-index:10;
	float: right;
}

#tanbox {
	position: relative;
	padding:20px;
	border: 1px solid #CCCCB3;
	background-color: #FCFAF6;
}



#menu {
	position: relative;
	float:left;
	width:155px;
	margin-left:20px;
	z-index:400;
}
#menubox {
	border-top: solid 1px #737B84;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	color: #333333;
	list-style: none;
}

#menubox a {
	color: #1D2C49;
	text-decoration: none;
}

#menubox a:hover {
	color: #660000;
	text-decoration: none;
}

.blueheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
}

.subheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}

.textnospace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.25em;
}

.text a, .textnospace a {
	color: #1D2C49;
	text-decoration: none;
	font-weight:bold;
}

.text a:hover, .textnospace a:hover{
	color: #660000;
	text-decoration: underline;
	font-weight:bold;
}

.tableheadtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing:normal;
}

.tableheadtext a{
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}

.tableheadtext a:hover {
	color: #FFC;
	font-weight: bold;
	text-decoration:none;
}

.tableheadtext img {
	vertical-align:middle
}

.photoframe {
	background: #FFFFFF;
	border: 1px solid #CCCCB3;
	padding:3px;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
