/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* //////////////// BODY ////////////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000;
	text-align: center; /* MS IE patch for centering divs */
	background-image: url(bg-body.jpg);
	background-repeat: repeat;
	margin: 0px 0px;
	padding: 0px 0px}
	#bg-body_patch-tp{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-image: url(bg-body_patch-tp.jpg);
		background-repeat: repeat-x;
		z-index: -1;
}
.clear {clear: both;}


/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ////////////// DATA PANE /////////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* All Headings */
/* most elements removed to comply with client
   expectations to be able to "change everything"
   in their editor. Most typographic styles
   should be tied to a specific div id/class */
/* headings and anchors removed */
/* h1 put back in on purpose: */
h1{ font-size: 17px; color: #A5A55A; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 10px;}


/* List Items */
ul li {margin-left: 40px; list-style-image: url(bullet.png);}
ol li {margin-left: 40px; list-style-type: decimal;}

/* Forms */
form input,
form select,
form textarea {
    margin-right: 5px;
    font-size: 1em;
    padding: 0px;
    margin: 0;
    border: 1px solid #663333; /* usually the same clour as headings */
    background-color: #fff;
}

/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ////////// MAIN LAYOUT STYLES ////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* website area */
#hp_sitewrapper{
	width: 758px; /* 770 - 12 (border) */
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-top: 6px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
	background-image: url(bg-hp_sitewrapper.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}
#mp_sitewrapper{
	width: 758px; /* 770 - 12 (border) */
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-top: 6px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
	background-image: url(bg-mp_sitewrapper.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}

/* header */
#top-menu{
	position: relative;
	height: 25px; /* same as line height to center text vertically */
	line-height: 25px;
	padding-left: 160px; /* width of quicksearch */
	background-color: #a69b21;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-bottom: 6px solid #fff;}
	a.b{ color: #fff; text-decoration: none}
	a.bsel{ color: #eee; text-decoration: none}
	a:hover.b, a:hover.bsel{ color: #eee; text-decoration: none}
	a.b span, a.bsel span{ color:#fff; /* set each top menu item to be the same width, optional */}
	#top-menu #quicksearch{ position: absolute; left: 0px; top: 0px; text-align: right; width: 152px; /* 160 - right margin */ height: 25px; padding-top: 4px; /* vertical align patch */
}

/* main area */
/* basic and most common set up */

#left-column{
	float: left;
	text-align: left;
	width: 160px; /* 166 - 6 (border) */}
	#left-column #date{
		color: #fff;
		font-style: italic; 
		font-size: 9px; 
		height: 23px; 
		line-height: 23px; 
		text-align: left; 
		background-color: #878787; 
		padding-left: 10px}
	#left-column a.bsel, #left-column a.b{
		font-size: 11px;
		color: #643846;
		text-align: center;
		width: 150px; /* 160 - 10 */
		display: block;
		padding-bottom: 5px;
		padding-top: 2px;
		padding-left: 10px;
		background-color: #c5c3b0;
		font-weight: lighter}
	#left-column a:hover.bsel, #left-column a:hover.b{
		background-color: #8C8A79;
}
/* menu tweaks */

#hp_main{
	width: 434px;
	margin-left: 165px; /* width of right column + white separating border */
	text-align: left}
	#hp_main p{ margin: 10px 0px;
}
#mp_main{
	margin-left: 165px; /* width of right column + white separating border */
	text-align: left}
	#mp_main p{ margin: 10px 0px;
}
#right-column{
	width: 154px;
	float: right;
	text-align: left;
	color: #fff;
	font-size: 10px;
	padding-bottom: 20px;}
	#right-column p b{ font-weight: normal; color: #D9C700; font-weight: bold}
	#right-column p{ padding: 5px 10px}
	#right-column hr{ background-color: #bea06a; color: #bea06a; height: 1px; margin: 5px 10px;}
	#right-column #condolences{
		background-image: url(bg-hp_condolences.jpg);
		padding: 159px 0px 5px 0px;
		background-repeat: no-repeat; 
		background-color: #643846;
		text-align: center;
}


/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ///////// TUNNEL LAYOUT STYLES ///////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* website area */
#tp_sitewrapper{
	width: 750px;
	margin: 0px auto;
	background-image: url(bg-tp_sitewrapper.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#tp_right-column{
	float: right;
	width: 210px; /* 230 - 20 */
	padding-right: 20px;
	text-align: left}
	#tp_right-column h1{ font-size: 15px; color: #A5A55A; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 10px}

#tp_main{
	float: left;
	width: 475px; /* 492 - 17 */
	padding-left: 17px;
	text-align: left;
	color: #000;
	font-size: 12px}
	#tp_main h1{ font-size: 15px; color: #A5A55A; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 10px}

/* services */
#services{
	padding-bottom: 15px}
	#services #servicecontrols a{ color: #000; font-size: 10px; text-transform: uppercase; cursor: pointer; text-decoration: underline; }
	#CurrentRecords ul{ padding-bottom: 20px}
	#CurrentRecords ul li, #PastRecords ul li{
		list-style: none;
		margin-left: 0px;
		list-style-image: none;
		line-height: 20px;
	}
	#services a{ color: #A5A55A; font-size: 13px;
}
#bomLogo{
	padding-bottom: 10px;
}


/* module - news */
#funeralnews{
	color: #000;
	text-align: left;}
	#funeralnews h1{ font-size: 17px; color: #A5A55A; font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 15px}
	#funeralnews p{ font-size: 12px; padding-bottom: 20px}
	.news_date{
		color: #A5A55A;
		font-size: 12px}
	.news_article{
		background-image: url(bg-tp_news-date.jpg);
		background-repeat: no-repeat;
		padding-left: 20px;
}

/* module - location */
#ourlocation{
	} 

#map{
	width: 210px; /* !important IMPORTANT!!! */
	height: 130px; /* !important IMPORTANT!!! */
}

/* module - airlines */
#localairlines{
	float: left;
	text-align: left;
	width: 221px}
	#localairlines #scroller{ height: 183px; overflow: auto }
	#localairlines ul{ padding-bottom: 20px}
	#localairlines ul li{ list-style: none; padding-left: 10px; margin-left: 0px; margin-right: 10px; color: #fff; list-style-image: none; line-height: 20px; background-image: url(bullet.png); background-position: left center; background-repeat: no-repeat;}
	#localairlines a{ color: #A5A55A; font-size: 13px; font-family: Verdana, Geneva, sans-serif;
}


/* module - weather */
#localweather{
	float: left;
	text-align: left;
	color: #000}
	#localweather h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px}
	#localweather a{ color: #A5A55A1; font-size: 12px; padding-bottom: 10px }
	#localweather b{ font-size: 12px;
}


/* footer */
#mp_footer{
	color: #fff;
	font-size: 10px;
	padding-bottom: 20px;
	padding: 20px 0px;
	border-top: 40px solid #fff;
	background-image: url(bg-footer.jpg);
	background-repeat: repeat} /* note: body margin */
	#mp_footer a { color: #a5a55a; font-size: 10px; text-decoration: none;
}#tp_footer{
	color: #fff;
	font-size: 10px;
	padding-bottom: 20px;
	padding: 20px 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(bg-footer.jpg);
	background-repeat: repeat} /* note: body margin */
	#tp_footer a { color: #a5a55a; font-size: 10px; text-decoration: none;
}
.obitlinks{width:163px !important;}

