@charset "UTF-8";
/* ----------- universal ----------- */
body {
	background-color: #E8E2AC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
.clear_cols {
	clear: both;
}
a:link {
	text-decoration: underline;
}
a {
	color: #5C3241;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* ----------- main layout ----------- */
#wrapper {
	background-image: url(images/layout_bg.jpg);
	background-repeat: repeat-y;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
}
#content {
	padding: 11px;
}
#rightcol {
	float: left;
	width: 202px;
}
#leftcol {
	width: 562px;
	float: left;
	margin-right: 15px;
	color: #0F1C2D;
}
/* ----------- header ----------- */
#nav {
	height: 25px;
}
#head-photo {
	width: 297px;
	float: left;
}
#head-right {
	width: 504px;
	float: left;
}
/* ----------- footer ----------- */
#footer {
	background-image: url(images/layout_footer.jpg);
	background-repeat: no-repeat;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
	text-align: center;
	height: 35px;
	padding-top: 10px;
	font-size: 10px;
	color: #5C3241;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #5C3241;
	padding-right: 4px;
	padding-left: 4px;
}
#copyright {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
	text-align: center;
	font-size: 10px;
	color: #5C3241;
	line-height: 20px;
	padding-bottom: 50px;
}
/* ----------- content ----------- */
#leftcol p {
	margin-bottom: 15px;
	margin-top: 0px;
}
/* ----------- current services ----------- */
#current-services {
	background-image: url(images/current-services-bg.jpg);
	background-repeat: repeat-y;
}
#scrollbg {
	background-color: #EFE0C6;
	margin-left: 11px;
	margin-right: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #553A3C;
	border-left-color: #553A3C;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #553A3C;
}
#address {
	text-align: center;
}
#scrollup, #scrolldown {
	text-align: center;
}
#scrollup {
	margin-bottom: 10px;
}
#scrolldown {
	margin-top: 10px;
}

#nocol {
	width: 779px;
	float: left;
	color: #0F1C2D;
}
form div {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
form div label {
	float: left;
	width: 100px;
	font-weight: bold;
}
input, textarea {
	width: 300px;
}
form div label.checklabel {
	width: 100%;
}
#obits {
	margin-top: 15px;
	margin-bottom: 0px;
	height: 15px;
	width: 100%;
	float: left;
	text-align: center;
	color: #000000;
}
.tradition-block {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0F1C2D;
	margin-bottom: 10px;
	width: 562px;
}
#leftcol h2 {
	font-size: 16px;
	font-weight: normal;
}
.tradition-block img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
input.checkbox, input.submit {
	width: auto;
}
