/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* //////////////// 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 */

/* 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-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: #465749;
	font-size: 11px;
	color: #fff;
	border-bottom: 6px solid #fff;}
	a.b{ color: #fff; text-decoration: none}
	a.bsel{ color: #fdd; text-decoration: none}
	a:hover.b, a:hover.bsel{ color: #ddd; text-decoration: none}
	a.b span, a.bsel span{ /* 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: #465749; 
		padding-left: 10px}
	#left-column a.bsel, #left-column a.b{
		font-size: 11px;
		color: #1e503e;
		text-align: center;
		width: 150px; /* 160 - 10 */
		display: block;
		padding-bottom: 5px;
		padding-top: 2px;
		padding-left: 10px;
		background-color: #c5c3b0;
		font-weight: lighter;
}
/* 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: #000;
	font-size: 10px;
	padding-bottom: 20px;}
	#right-column p b{ font-weight: bold; color: #5e3442; font-size: 12px}
	#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: #372e1d;
		text-align: center;
}


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

/* website area */
#tp_sitewrapper{
	width: 798px;
	margin: 0px auto;
	border-left: 1px solid #b4b475;
	border-right: 1px solid #b4b475;
	border-bottom: 1px solid #b4b475;
	background-color: #023925;
}

#tp_welcome{
	text-align: left;
	color: #fff;
	padding: 0px 30px 0px 30px;
}

/* services */
#services{
	padding: 0px 0px 0px 0px;
}
	#services #scroller { text-align: left; height: 155px; overflow: auto}
	#services #servicecontrols a{ color: #ffffff; font-size: 9px; text-decoration: none; font-weight: bold; text-transform: uppercase}
	#CurrentRecords ul{ padding-bottom: 20px}
	#CurrentRecords ul li, #PastRecords ul li{
	list-style: none;
	margin-left: 0px;
	color: #b79861;
	list-style-image: none;
	line-height: 19px;
	background-image: url(bg-tp_star.jpg);
	background-repeat: no-repeat;
	}
	#services a{ color: #b79861; font-size: 12px; font-weight: bold; font-family: Verdana, Geneva, sans-serif; text-decoration: none;
}
#bomLogo{
	margin: 5px 0px 0px 0px;
}


/* module - news */
#funeralnews{
	position: relative;
	float: left;
	width: 340px; /* 410 - 70 */
	color: #fff;
	text-align: left;
	padding: 0px 35px;}
	#funeralnews h1{ font-size: 17px; font-weight: bold}
	#funeralnews p{ font-size: 11px; 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: 30px;

}

/* module - location */
#ourlocation{
	float: left;
	text-align: center;
	width: 239px; /* 279 - 40 */
	padding-left: 40px;
	height: 183px;
}
#map{
	width: 200px; /* !important IMPORTANT!!! */
	height: 135px; /* !important IMPORTANT!!! */
}

/* module - airlines */
#localairlines{
	float: left;
	text-align: left;
	width: 221px}
	#localairlines #scroller{ height: 183px; overflow: auto }
	#localairlines h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px}
	#localairlines ul{ padding-bottom: 20px}
	#localairlines ul li{ list-style: none; margin-left: 0px; color: #b79861; list-style-image: none; border-bottom: 1px solid #fff; line-height: 27px}
	#localairlines a{ color: #b79861; font-size: 11px; font-family: Verdana, Geneva, sans-serif;
}


/* module - weather */
#localweather{
	padding: 20px 0px;
	text-align: left;
	color: #fff}
	#localweather h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px}
	#localweather a{ color: #b79861; font-size: 12px; padding-bottom: 10px }
	#localweather img { /* display: none */ }
	#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-top: 1px solid #b4b475;
	background-image: url(bg-footer.jpg);
	background-repeat: repeat} /* note: body margin */
	#tp_footer a { color: #a5a55a; font-size: 10px; text-decoration: none;
}