 
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
.clearFloat { clear: both; }
.hidden { display: none; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {

}
h2 {

}
p {

}
a {

}


/**********************************************  HEADER  **********************************************/

#header {
	width:1000px;
	margin:0px auto;
	background-image:url(../images/bg/header.jpg);
	background-repeat:no-repeat;
	height:90px;
}

#header #HotSpotH a{
	width:100px;
	height:75px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	margin-top:30px;
}

#header #HotSpotH a:hover{
	cursor:pointer;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	background-image:url(../images/bg/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:85px;
	margin:0px auto;
	padding-bottom:30px;
	font-size:11px;
}

#footer #hotSpotF a{
	position:absolute;
	left:50%;
	width:75px;
	height:50px;
	margin-left:-37px;
	margin-top:3px;
}

#footer a{
	text-decoration:none;
	color:#4767a1;
}

#footer a:hover{
	text-decoration:underline;
	color:#4767a1;
}

#footer #left{
	float:left;
	margin:20px 0px 0px 20px;
	color:#4767a1;
}

#footer #right{
	float:right;
	margin:20px 18px 0px 0px;
	color:#4767a1;
}

#footer.footerHome {
	background-image:url(../images/bg/footer-home.jpg);
}


/***********************************************  MENU  ***********************************************/

#menu {

}

/***********************************************  NAV  ************************************************/

#navTopLeft {
	margin-left:46px;
	float:left;
	margin-top:45px;
}

*html #navTopLeft {
	margin-left:23px;
	float:left;
	margin-top:45px;
}

#navTopLeft ul li{
	float:left;
}

#navTopLeft ul li a{
	text-indent:-9999px;
	margin:0px 19px;
	background-position:bottom;
	display:block;
	height:40px;
	background-repeat:no-repeat;
}

#navTopLeft ul li a:hover{
	background-position:top;
}

#navTopLeft ul li.Homepage a{
	background-image:url(../images/nb_nav/homepage.jpg);
	width:68px;
}

#navTopLeft ul li.About a{
	background-image:url(../images/nb_nav/about.jpg);
	width:61px;
}

#navTopLeft ul li.Planning a{
	background-image:url(../images/nb_nav/planning.jpg);
	width:118px;
}

#navTopRight{
	margin-right:30px;
	float:right;
	margin-top:45px;
}

*html #navTopRight{
	margin-right:15px;
	float:right;
	margin-top:45px;
}

#navTopRight ul li{
	float:left;
}

#navTopRight ul li a{
	text-indent:-9999px;
	margin:0px 19px;
	background-position:bottom;
	display:block;
	height:40px;
	background-repeat:no-repeat;
}

#navTopRight ul li a:hover{
	background-position:top;
}

#navTopRight ul li.Community a{
	background-image:url(../images/nb_nav/community.jpg);
	width:106px;
}

#navTopRight ul li.Locations a{
	background-image:url(../images/nb_nav/locations.jpg);
	width:90px;
}

#navTopRight ul li.Contact a{
	background-image:url(../images/nb_nav/contact.jpg);
	width:70px;
}

#navTopLeft li a.menuSelected, #navTopRight li a.menuSelected{
	background-position:top;
}


/***********************************************  BODY  ***********************************************/

body {
	background:#eee4d2 url(../images/bg/body-bg.gif) top left repeat-x;

}


/*******************************************  PAGE LAYOUT  ********************************************/

#content{
	width:1000px;
	margin:0px auto;
	background:transparent url(../images/bg/content-bg.jpg) top left repeat-y;
	z-index:1;
}

#content #leftCol{
	width:745px;
	float:left;
	padding-bottom:40px;
}

#leftCol #breadCrumbs{
	margin:30px 0px 0px 62px;
	color:#00205a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

#breadCrumbs a{
	color:#b88d44;
	text-decoration:underline;
}

#breadCrumbs a:hover{
	color:#dbc6a1;
}

#leftCol h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#00205a;
	margin:12px 0px 0px 62px;
}

#leftCol h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#00205a;
	margin:30px 0px 0px 62px;
}

#leftCol h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#00205a;
	margin:20px 0px 0px 62px;
	font-weight:bold;
}

#leftCol p{
	margin:15px 0px 0px 62px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

#leftCol #indentedLocations{
	margin-left:62px;
	padding-top:15px;
	margin-top:10px;
}

#indentedLocations .locationCol{
	padding-right:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#indentedLocations .locationCol a, .moreInfo a{
	padding-left:5px;
	color:#00205a !important;
}

#indentedLocations .locationCol a:hover, .moreInfo a:hover{
	text-decoration:none;
	color:#00205a !important;
}

.moreInfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
span.small{
	font-size:11px;
	margin:0px;
	color:#999;
}

#indented p{
	margin:15px 0px 0px 0px;
	line-height:18px;
}

#indented .column{
	width:320px;
	float:left;
	margin-left:30px;
	display:inline;
}

#leftCol #questions{
	margin-left:32px;
	margin-top:10px;
}

#leftCol ul{
	margin-left:85px;
	padding-top:10px;
}

#leftCol ul ul{
	margin-left:35px;
	padding-top:10px;
}

#leftCol ul ul li{
	list-style-type:circle;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#leftCol ul li{
	list-style-type:disc;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#leftCol a{
	color:#b88d44;
	text-decoration:underline;
}

#leftCol a:hover{
	color:#dbc6a1;
	text-decoration:none;
}

.backToTop{
	text-align:right;
}

#questions p{
	margin:15px 0px 0px 0px;
	line-height:18px;
}

#questions .column{
	width:320px;
	float:left;
	margin-left:30px;
	display:inline;
}

#questions ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

#questions a{
	color:#b88d44;
	text-decoration:underline;
}

#questions a:hover{
	color:#dbc6a1;
	text-decoration:none;
}

#content #rightCol{
	width:216px;
	float:right;
	margin-top:30px;
}

#rightCol .rightBox{
	width:206px;
	margin-right:10px;
	background-image:url(../images/bg/rightCol_bg.jpg);
	background-repeat:repeat-x;
}

#rightCol p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	margin:0px 14px 10px 14px;
	line-height:16px;
}

#rightCol .rightHeader{
	background-image:url(../images/bg/rightCol-header.jpg);
	background-repeat:no-repeat;
	height:32px;
	padding:9px 0px 0px 15px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#rightCol .rightFooter{
	background-image:url(../images/bg/rightCol_footer.jpg);
	background-repeat:no-repeat;
	margin-right:11px;
	height:30px;
	width:206px;
}

#rightCol ul{
}

#rightCol ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:6px 0px 7px 18px;
	border-bottom:1px dashed #dcc6a2;
	display:block;
	color:#333333;
	text-decoration:none;
	width:188px;
}

#rightCol ul li a:hover{
	background-color:#b88d44;
	color:#fff;
}

#rightCol ul li a.selected{
	background-color:#b88d44;
	color:#fff;
}

#rightCol ul li.lastChild a{
	border:0px;
}





/********************************************  HOME PAGE  *********************************************/

#content #promo{
	border-top:1px solid #dcc6a2;
	margin-left:10px;
	margin-right:10px;
}

#promo .col{
	width:245px;
	height:240px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(../images/bg/border-right.jpg);
	background-repeat:no-repeat;
	position:relative;
}

.funeralTimes{
	background-color:#dbb980;
	height:185px;
}

.funeralTimes ul{
	padding:12px 20px;
}

.funeralTimes ul li{
	font-size:12px;
	line-height:23px;
}

.funeralTimes ul li a{
	color:#333;
	text-decoration:none;
}

.funeralTimes ul li a:hover{
	color:#666;
}

.col .header1Bg{
	background-image:url(../images/bg/header-bg-1.jpg);
	color:#00205a;
	font-weight:bold;
	font-size:14px;
	padding:8px 19px;
}

.col .header2Bg{
	background-image:url(../images/bg/header-bg-2.jpg);
	color:#00205a;
	font-weight:bold;
	font-size:14px;
	padding:8px 19px;
}

.col p{
	margin: 15px 19px;
	font-size:12px;
	line-height:18px;
}

ul.news{
	margin:10px 15px;
}

ul.news li{
	padding:8px 0px;
	border-bottom:1px dashed #dbb980;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

ul.news li.lastChild{
	padding:8px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	border:0px;
}

ul.news li a{
	white-space:normal;
	text-decoration:none;
	color:#333333;
}

ul.news li a:hover{
	color:#dbb980;
	text-decoration:none;
}

.col .moreBttn{
	position:absolute;
	bottom:5px;
	left:10px;
}


/**********************************************  COMMON  **********************************************/

.button{
	background-image:url(../images/bbtn-bg.jpg);
	background-repeat:repeat-x;
	padding:6px 1px;
	height:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.button a{
	border:1px solid #dbb980;
	padding:4px 15px;
	color:#dbb980;
	text-decoration:none;
}

.button a:hover{
	color:#fff;
	text-decoration:none;
}
.iconList {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 15px 62px;
	color: #333;
}
.iconList dt {
	font-weight: bold;
	background: no-repeat left center;
	padding-left: 20px;
	padding: 6px 0 6px 35px;
}
.iconList dd {
	margin: 0 0 10px 0;
}
.iconList dt.logo {
	padding: 16px 0 16px 75px;
}



/************************************************  Services  ****************************************/


.included{
	border:1px solid #aaaaaa;
	background-color:#00205a;
	background-image:url(../images/icons/ico-included.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:35px;
	height:25px;
}

.optional{
	border:1px solid #aaaaaa;
	background-color:#b88d44;
	background-image:url(../images/icons/ico-optional.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:35px;
	height:25px;
}

.notAvailable{
	border:1px solid #aaaaaa;
	width:35px;
	height:25px;
}

.divider{
	border-bottom:1px solid #f0f0f0;
	padding-left:10px;
	background-image:url(../images/bg/td_bg.gif);
	background-repeat:repeat-y;
	padding-right:10px;
}

table.services{
	margin-left:47px;
	margin-top:15px;
	width:690px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.odd{
	background-color:#FFF;
	padding-left:10px;
	border-bottom:1px solid #f0f0f0;
	padding-right:10px;
}

.headings{
	margin-left:-40px;
	padding:0px;
}

td.colheader{
	padding:0px 5px 10px 5px;
	font-weight:bold;
}

#locationPhotos ul{
	margin:0px 0px 0px 62px;
	list-style-type:none;
}

#locationPhotos ul li{
	list-style-type:none;
	margin-right:12px;
	float:left;
	display:inline;
}







/********************************************  FORM  ***************************************************/


#contact_form ul{
	margin-left:90px;
}

#contact_form ul li{
	float:left;
	list-style-type:none;
}

.label{
	width:125px;
}

a.googleMapLink {
	background-image:url(../images/icons/ico-bookmark.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-right:25px;
}

.homeIcon{
	float:right;
	margin-left:5px;
}

#content #locations{
	margin-left:62px;
	margin-top:30px;
}

#locations .local{
	width:205px;
	float:left;
	display:inline;
	margin-right:20px;
	text-align:left;
}

#locations h2{
	margin:10px 5px;
}

#locations h3, #locations ul, #locations ul li, #locations p{
	margin:0px 5px;
}

#locations ul{
	padding-bottom:20px;
}

#locations ul, #locations ul li{
	margin-left:10px;
	font-size:11px;
}

.imageRe{
	width:200px;
	height:200px;
	background-color:#CCC;
}

.quote{
	font-style:italic;
	padding:15px 30px 50px 30px;
	border-top:1px solid #b88d44;
	background:#faf8f3 url(../images/quote.jpg) bottom center no-repeat;
	width:200px;
	float:right;
	margin:10px 0px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:23px;
}

.quoteAbout{
	width:260px;
	float:right;
	margin:10px 0px 0px 20px;
}

.quoteAbout .quoteRepl{
	font-style:italic;
	padding:15px 30px 50px 30px;
	border-top:1px solid #b88d44;
	background:#faf8f3 url(../images/quote.jpg) bottom center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:23px;
	margin-top:10px;
	
}

div.quotable{
	font-style:normal;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

.quote-img{
	background-color:#FFF;
}



/******************** SPECIAL **********************/

#headerHotSpot{
	z-index:99;
	margin:0px auto;
	margin-top:50px;
	width:100px;
	height:100px;
	background-color:#F00;
}


.charities{
	float:left;
	display:inline;
	padding-right:15px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

#indentedLocations ul, #indentedLocations ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}

#indentedLocations p{
	margin-left:0px;
	font-weight:bold;
	padding-bottom:10px;
}

.org{
	width:325px;
	float:left;
}

.phone{
	width:140px;
	float:left;
}

.web{
	width:200px;
	float:left;
}

#timeline{
	margin-left:40px;
	padding-top:25px;
}


/**************************************** NEWS ***********************************************/

#news{
	margin-left:62px;
}

#news p, #news h2{
	margin:0px;
}

#news p{
	margin:10px 0px;
}

#news ul{
	margin:0px;
	list-style-type:none;
}

#news ul li{
	margin:15px 0px;
	border-bottom:1px dashed #dbb980;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	list-style-type:none;
}
.newsImage {
/*    width: 180px;*/
    float: left;
    padding-right: 10px;
    margin: 30px 0px 0px 60px;
/*    padding-left: 10px;
    padding-top: 30px;*/
}
.newsImageCaption {
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	line-height:18px;
	color: #333333;
	text-align: center;
}
.newsBackLink2 {
    float: left;
/*    text-align: left !important;
    padding-left: 0px !important;
    margin-left: 0px !important;*/
}
.newsBackLink {
    margin-left: 62px;
}
.newsBackLink .backToTop {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.newsImageHeightExtent {
    margin-bottom: 10px;
}


.countries{
	float:left;
	padding-right:15px;
}

/* Google Maps */
.mapInfo h4{
	font-weight:bold;
	margin:0 0 3px;
	font-size:1.2em;
}
.mapInfo p{
	font-size:0.8em;
	line-height:1.25em !important;
	margin:0 0 20px !important;
}
.locations img {}



/******************************************* PAGE CONTROLS *******************************************/

.home #pageControls {
	display: none;
}
#pageControls {
	text-align: right;
	font-size: 0px;
	height: 12px;
	width:745px;
	position: relative;
	top:30px;
	margin-bottom: -12px;
}
#pageControls img {
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}
.home #goTop {
	display: none;
}
#goTop {
	width: 100%;
	text-align: right;
}
#goTop a{
	color: #917E01;
	text-decoration: none;
	font-family: Georgia, sans-serif;
	font-size: 0.65em;
	text-decoration: none;
}
