@charset "UTF-8";

/*--------------------------------------------------*/
/* DEFAULT
/*--------------------------------------------------*/

body {
	color: #999;
	background: #93907a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#template {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
}

img {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
}

a:hover {
	color: #fff;
}

a.button {
	background: #6a6351;
	border: 1px solid #000;
	color: #b9b1a4;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	padding: 4px 10px;
	text-decoration: none;
}

a.button:hover {
	background: #2e3639;
	color: #fff;
}

a.print {
	background: url(../img/print.gif) no-repeat;
	margin: 0 0 0 3px;
	padding: 0 16px 0 0;
}

a.print span {
	display: none;
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

#errorDiv,
#pageErrorDiv {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 15px 15px 15px;
	text-align: center;
}

/*--------------------------------------------------*/
/* HEADER
/*--------------------------------------------------*/

#header {
	background: url(../img/header_001.jpg) no-repeat;
	height: 151px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	display: block;
	height: 84px;
	left: 33px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	width: 217px;
}

#header h1 a span {
	display: none;
	visibility: hidden;
}

#headerPhoto {
	height: 151px;
	position: absolute;
	right: 0px;
	width: 306px;
}

/*--------------------------------------------------*/
/* CONTENT
/*--------------------------------------------------*/

#content {
	background: url(../img/content_bg.jpg) repeat-y;
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1024px;
}

/* CONTENT 1 */

#content1 {
	float: left;
	margin: 0px;
	padding: 0px 0px 50px 26px;
	width: 222px;
}

#content1 h2 {
	margin: 24px 0px 0px 0px;
	padding: 0px;
}

#content1 h2 span {
	display: none;
}

#servicesProvidedHeader {
	background: url(../img/headings/services_provided.gif) no-repeat;
	height: 22px;
	width: 184px;
}

#additionalServicesHeader {
	background: url(../img/headings/additional_services.gif) no-repeat;
	height: 25px;
	width: 193px;
}

#specialEventsHeader {
	background: url(../img/headings/special_events.gif) no-repeat;
	height: 39px;
	width: 139px;
}

/* CONTENT 2 */

#content2 {
	float: left;
	margin: 0px;
	padding: 0px 23px 30px 23px;
	width: 493px;
}

#content2 h1.gpl {
	background: #93907a;
	border: 3px solid black;
	padding: 15px;
	text-align: center;
}

#content2 h2 {
	font-family: "Times New Roman", Times, serif;
}

#content2 h2.gpl.first {
	background: #93907a;
	border: 3px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-top: 0;
	padding: 15px;
	text-align: center;
}

#content2 #contentHeader span {
	display: none;
}

#content2 .photo {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content2 .left {
	float: left;
	margin: 0px 10px 0px 0px;
}

#content2 .right {
	float: right;
	margin: 0px 0px 0px 10px;
}

#content2 .border {
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
}

#content2 blockquote.caption {
	background: #93907a;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px;
}

#content2 .bioBlocks {
	background: #93907a;
	border: 1px solid #000;
	float: left;
	margin: 15px 0px;
	padding: 15px;
}

#content2 .bioBlocks h2 {
	margin: 0px;
	padding: 0px;
}

#content2 .bioBlocks p {
	margin: 0px;
	padding: 0px;
}

#content2 .bioBlock {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 230px;
}

#content2 ol li {
	padding-bottom: 15px;
}

#content2 dt {
	font-weight: bold;
}

#content2 dd {
	padding-bottom: 15px;
}

a.contactButton {
	background: url(../img/contact_button.gif) no-repeat;
	display: block;
	height: 44px;
	width: 159px;
}

a.contactButton span {
	display: none;
	visibility: hidden;
}

/* OBITS */

#content2 #obitList {
	margin: 0px;
	padding: 0px;
}

#content2 #obitList li {
	float: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content2 #obitList img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#content2 #obitList span.obitName {
	display: block;
	font-size: 18px;
}

#content2 #obitList span.deceasedDate,
#content2 #obitList span.birthDate {
	display: block;
}

#content2 #obitList span.obitSeparator {
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#content2 #obitColumn1 {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	width: 200px;
}

#content2 #obitColumn1 .obitServiceInfo {
	background: #bec1ae;
	padding: 1px 5px;
}

#content2 #obitColumn1 h2 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content2 #obitColumn1 p {
	margin-top: 0px;
}

#content2 #obitColumn2 h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content2 #obitColumn2 h2 {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

#content2 #obitColumn2 h3 {
	font-size: 12px;
}

/* PRODUCTS */

#content2 .product {
	clear: both;
	padding-bottom: 10px;
}

#content2 .productPhoto {
	float: left;
}

#content2 .productName {
	float: left;
	font-weight: bold;
	margin: 0px;
	width: 400px;
}

#content2 .productPhotoName {
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	width: 290px;
}

#content2 .productPrice {
	float: right;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	width: 75px;
}

#content2 .productDescription {
	clear: both;
	margin: 0px;
	padding: 5px 0px 0px 25px;
}

/* VIRTUAL TOUR */

#content2 ol.tour {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content2 ol.tour li {
	float: left;
	height: 100px;
	padding-right: 10px;
}

/* CONTENT 3 */
#content3 {
	float: left;
	margin: 0px;
	padding: 0px 25px 20px 25px;
	width: 186px;
}

#content3 h2 {
	margin: 24px 0px -15px 0px;
	padding: 0px;
}

#content3 h2 span {
	display: none;
}

#content3 p {
	color: #52592e;
	font-size: 12px;
}

#obituariesHeader {
	background: url(../img/headings/obituaries_guestbook.gif) no-repeat;
	height: 33px;
	margin: 0px;
	padding: 0px;
	width: 190px;
}

/*--------------------------------------------------*/
/* FOOTER
/*--------------------------------------------------*/

#footer {
	background: url(../img/footer.jpg) no-repeat;
	clear: both;
	height: 149px;
	padding: 0px 0px 20px 0px;
	position: relative;
}

#footer h1 {
	display: none;
}

#footer h2 {
	color: #634a39;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#footer h3 {
	color: #adab8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
	width: 970px;
}

#footer p {
	color: #45443f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#footer p strong {
	font-size: 11px;
	font-weight: bold;
}

#footer a {
	color: #45443f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.tour {
	color: #634a39;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

#contactBlocks {
	margin: 20px 0px 0px 262px;
}

#footer .contactBlock {
	float: left;
	margin: 0px 20px 0px 0px;
}

#footerBio {
	bottom: 20px;
	height: 126px;
	position: absolute;
	right: 0px;
	width: 241px;
}

#footerBio h2 {
	display: none;
}

#footerBio p {
	display: none;
}

#footerBioLink a {
	bottom: 22px;
	height: 12px;
	left: 43px;
	position: absolute;
	width: 91px;
}

#footerBio a span {
	display: none;
}

/*--------------------------------------------------*/
/* TABLES
/*--------------------------------------------------*/

table,
table tr,
table td {
	background: #eee;
	border: 0px;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table td,
table th {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 3px 5px;
}

table td.last {
	border-right: 1px solid #000;
}

table tr.last td {
	border-bottom: 1px solid #000;
}

table tr.tableHead {
	background: #93907a;
}

table tr.tableHead th {
	text-align: left;
}

table tr.tableHead td,
table tr.tableHead th {
	background: #93907a;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 11px;
	font-weight: bold;
}

table.dataTable tr.alt td {
	background: #ddd;
}

table.dataTable tr.parent td {
	background: #e6e8d9;
}

table.dataTable tr:hover td {
	background: #bbb;
}

table.sortable th {
	cursor: pointer;
}

table.sortable th:hover {
	background: #2e3639;
	color: #fff;
}

table.sortable th.sorttable_nosort:hover {
	background: #93907a;
}

table.sortable th.sorttable_nosort {
	cursor: default;
}

table.sortable th,
table.dataTable tr.tableHead td {
	background: #93907a;
	color: #000;
	text-decoration: underline;
}

table.sortable th.sorttable_nosort {
	color: #000;
	text-decoration: none;
}

table.sortable tr:hover {
	background: #ccc;
}

table.sortable td.status {
	padding: 6px 0px 0px 18px;
	text-align: center;
	width: 27px;
}

table.sortable th.last {
	width: 67px;
}

table.dataTable td.hierarchyColumn {
	width: 75px;
}

td div.hierarchy {
	float: right;
	width: 25px;
}

td div.hierarchyButtonContainer {
	width: 30px;
	height: 12px;
	float: left;
	margin-right: 7px;
	background: #ddd;
	padding: 2px;
	border: 1px solid #ccc;
}

table span.highlight {
	color: #fff;
	background: #600;
	padding: 2px 10px;
}

/*--------------------------------------------------*/
/* NAV
/*--------------------------------------------------*/

.nav {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	margin: 10px 0px 0px 18px;
	padding: 0px;
}

.nav li {
	padding: 0px 0px 8px 0px;
}

.nav li a {
	background: url(../img/nav_separator.png) no-repeat 4px 3px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.nav li a.first {
	background: none;
	padding: 0px;
}

.nav li a span {

}

.nav li a:hover {
	text-decoration: underline;
}

.nav li a.on {
	color: #fff;
}

/*------------------------------
// TOP NAV
//------------------------------*/

#topNav {
	background: url(../img/nav_bg.jpg) no-repeat;
	height: 47px;
	margin: 0px;
	padding: 0px 53px 0px 0px;
}

#topNav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#topNav li {
	background: url(../img/nav_separator.png) 12px 5px no-repeat;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 25px
}

#topNav li.first {
	background: none;
}

#topNav li a {
	color: #fff;
	text-decoration: none;
}

#topNav li a:hover {
	text-decoration: underline;
}

/*------------------------------
// BOTTOM NAV
//------------------------------*/

#bottomNav {
	margin: -12px 0px 0px 115px;
	padding: 1px 0px 0px 0px;
}

/* UTILITY NAV */
ul#utilityNav {
	margin: 0px;
	padding: 0px 0px 35px 0px;
}

ul#utilityNav li {
	list-style-type: none;
}

ul#utilityNav li a {
	background: #93907a;
	border: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	margin: 0px 2px;
	padding: 2px 5px;
	text-decoration: none;
	width: auto;
}

ul#utilityNav li a:hover {
	background: #fff;
}

/*--------------------------------------------------*/
/* PAGINATION
/*--------------------------------------------------*/
#paginationBlock ol {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

#paginationBlock ol li {
	list-style-type: none;
	float: left;
}

#paginationBlock ol li a {
	background: #93907a;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 12px 12px 0px;
	padding: 5px 0px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

#paginationBlock ol li a:hover,
#paginationBlock ol li a.on {
	background: #fff;
}

/*--------------------------------------------------*/
/* FORMS
/*--------------------------------------------------*/

#errorDiv {
	color: #a00f00;
}

fieldset {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
	display: none;
}

#form1 {
	margin: 0px;
	padding-bottom: 0px;
}

#form1 label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin: 0px 7px 0px 0px;
}

#form1 label.note {
	width: auto;
	text-align: left;
	margin: 0px;
	float: none;
	font-size: 9px;
	font-weight: normal;
}

#form1 label.checkbox {
	float: none;
	width: auto;
	margin: 0px 0px -10px 0px;
	text-align: left;
	display: block;
	padding-top: 2px;
}

#form1 label.required {
	font-weight: bold;
}

#form1 label.invalid {
	color: #a00f00;
}

#form1 label.valid {
	color: #000;
}

#form1 input.withLabel {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#form1 input[type="text"],
#form1 input[type="password"],
#form1 textarea {
	width: 375px;
}

#form1 textarea {
	height: 250px;
}

#form1 input[type="text"],
#form1 input[type="password"],
#form1 input[type="file"],
#form1 textarea,
#form1 select {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 6px;
	padding-left: 3px;
}

#form1 select optgroup,
#form1 select optgroup option {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#form1 input[type="submit"],
#form1 input[type="button"] {
	background: #93907a;
	border: 1px solid #000;
	color: #000;
	margin-top: 15px;
	padding: 2px 4px;
}

#form1 input[type="submit"]:hover,
#form1 input[type="button"]:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}

#form1 input[type="button"]#cancel {
	color: #600;
}

