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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e7e7e3;
	text-align: center; /* MS IE patch for centering divs */
	background-image: url(bg-body.jpg);
	background-repeat: repeat-x;
}

/* Body Elements */
p, ol, ul, dl, dt, td, th {margin-bottom: 1em; line-height: 1.6em; font-size: 1.15em;}
.clear {clear: both;}


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

/* All Headings */

/* Basic Links */
        a { /* removed for client control */ }
  a:hover { /* removed for client control */ }

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

#hp_main{
	float: right;
	width: 605px;
	margin: 20px 30px 10px 0px;
	text-align: left}
	#hp_main p{ margin: 10px 0px;
}
#mp_main{
	float: right;
	width: 585px; /* 625 - 20 */
	padding: 20px;
	background-image: url(bg-mp_main.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 20px 30px 10px 0px;
	text-align: left}
	#mp_main p{ margin: 10px 0px;
}

/* menu tweaks */
.flyLevel0{
	/* OVERRIDES: 'Lock In' Specific Colors */
/*	color:#fff;
	TEMPLATE EXTRAS: Add border effects
	border: 1px solid #c2af87;
	border-bottom: 1px solid #c2af87;
	border-left: 1px solid #c2af87;
	border-top: 1px solid #c2af87;
	border-right: 1px solid #c2af87;
*/
}

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

/* services */
#services{
	padding: 0px 20px 0px 25px}
	#services a{ color: #575656; font-size: 13px; font-weight: bold}
	#services #servicecontrols a{ color: #603525; font-size: 10px; text-decoration: none; text-transform: uppercase}
	#CurrentRecords ul li,#PastRecords ul li{ list-style: none; margin-left: 0px}
	#services a.bsel, #services a.b{
		font-size: 11px;
		color: #fff;
		text-align: center;
		width: 177px; /* 187 - 10 */
		display: block;
		padding-bottom: 5px;
		padding-top: 2px;
		padding-left: 10px;
		background-color: #94827a;
		font-weight: lighter;
}

#bomLogo{
	margin: 5px 0px 0px 0px;
}


/* module - news */
#funeralnews{
	padding: 5px 15px;
	color: #fff}
	#funeralnews h1{ font-size: 17px; font-weight: bold}
	#funeralnews p{ font-size: 11px; padding-bottom: 10px}
	.news_date{ color: #575656; font-size: 12px; font-weight: bold;
}

/* module - location */
#ourlocation{
	padding: 5px 15px;
	color: #fff}
	#ourlocation h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px;
}
#map{
	width: 247px;  /* IMPORTANT!!! */
	height: 169px; /* IMPORTANT!!! */
	border: 1px solid #00f;  /* NOT important, frivolous really */
}

/* module - airlines */
#localairlines{
	padding: 5px 15px;
	color: #fff}
	#localairlines h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px}
	#localairlines ul{ padding-bottom: 20px}
	#localairlines ul li{ list-style: disc; color: #575656; margin-left: 30px; list-style-image: none;}
	#localairlines a{ color: #575656; font-size: 13px; font-family: Verdana, Geneva, sans-serif;
}


/* module - weather */
#localweather{
	padding: 5px 15px;
	color: #fff}
	#localweather h1{ font-size: 17px; font-weight: bold; padding-bottom: 10px}
	#localweather a{ color: #575656; font-size: 12px; padding-bottom: 10px }
	#localweather b{ font-size: 12px;
}

/* website area */
#sitewrapper{
	position: relative;
	width: 959px;
	margin: 0px auto;
	background-image: url(bg-sitewrapper.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* header */
#top_menu{
	height: 23px;
	padding: 0px 65px 0px 268px;
	line-height: 23px;
	background-image: url(bg-header_top-menu200.jpg);
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif}
	a.b, a.b:link, a.b:visited, a.b:active{ 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{ width: 120px; display: inline-block;
}
#header_flash{
	/* width: 959px; */
	height: 263px;
}
#header_address-bar{
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #FFF;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(bg-header_address-bar.jpg);
}

/* main area */
#left-column{
	float: left;
	width: 245px; /* 268 - 23 */
	margin-left: 23px;
	background-image: url(bg-left-column.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#tp_main{
	float: right;
	width: 285px;
	margin: 20px 30px 10px 0px;
	text-align: left}
	#tp_main p{ margin: 10px 0px;
}
#right-column{
	float: right;
	width: 287px;
	margin: 17px 25px 0px 0px;
	text-align: left;
	background-color: #c4c3b0;
}

/* footer */
#footer{
	height: 24px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	color: #968c6b;
	font-size: 10px;
	margin: 20px auto 0px auto} /* note: body margin */
	#footer a { color: #027ffe; font-size: 10px; text-decoration: none;
}
