/* Start of CMSMS style sheet 'funeral' */
body {
	background-image: url(/images/heritage_funeral_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	position:absolute;
	width:990px;
	height:180px;
	top:0px;
	left:0px;
}

#container {
	position:relative;
	width:650px;
	top:150px;
	left:175px;
	padding:30px 50px 50px 50px;
	background-color:#FFF;
	border:1px solid #8F8D6B;
       min-height:400px;
}

#menu {
	position:absolute;
	width:175px;
	top:180px;
	left:0px;
}

#menubox {
	border-bottom: solid 1px #8F8D6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:1.25em;
	text-align:right;
	padding: 10px;
	color: #8F8D6B;
	list-style: none;
}

#menubox a {
	color: #8F8D6B;
	text-decoration: none;
}

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

#rightside {
        margin: 0px 0px 0px 30px;
	float:right;
}

#footer {
	position: relative;
	top:175px;
	left:175px;
	width:750px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38311F;
	line-height:1.5em;
}

#bodybtn {
        background-image: url(/images/body_btn_bg.jpg);
	background-repeat: repeat-x;        
        width:280px;
        padding:6px;
	border: 1px solid #8F8D6B;
	background-color: #FFFFFF;
}

#smlbodybtn {
        background-image: url(/images/body_btn_bg.jpg);
	background-repeat: repeat-x;        
        width:140px;
        padding:6px;
	border: 1px solid #8F8D6B;
	background-color: #FFFFFF;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38311F;
	line-height:1.75em;
}


a {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}

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

h2 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: .5em 0 .5em;
}

.photoframe {
	padding:6px;
	border: 1px solid #8F8D6B;
	background-color: #FFFFFF;
}

.photomarginright{
	padding:6px;
	border: 1px solid #8F8D6B;
	background-color: #FFFFFF;
margin-right:15px;
}

.noborder img{
	border: 0px solid #8F8D6B;
}

.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;
}
/* End of 'funeral' */

