@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

body {
	color: #333;
	background-color: #cbba90;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .76em;
	margin: 0; padding: 0;
	text-align: center;
}

a {
	outline:none;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	background-color: #f3dfac;
}

html>body #wrap {} 

#header {
	margin: 0 auto;
	width: 760px; height: 141px;
	background: url(../images/header_bg.jpg) no-repeat;
}
	#logo {
		margin: 0; padding: 0;
		position: absolute;
		top: 35px; left: 18px;
		text-indent: -9999px;
		width: 169px; height: 54px;
	}
		#logo a {
			display: block;
			width: 169px; height: 54px;
			overflow: hidden;
		}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


/* navigation */
#tabs {
	position: absolute;
	top: 0; left: 0;
}
	#nav {
	}
		#nav ul{
			margin: 0 auto; padding: 0;
			list-style-type: none;
			background: url(../images/nav_bg.gif) no-repeat;
			height: 25px;
			width: 760px;
			position: relative;
		}
			#nav ul li {
				float: left;
				height: 25px;
			}
				#nav ul li a {
					display: block;
					height: 25px;
					position: absolute;
					text-indent: -9999px;
					overflow: hidden;
				}
				#nav ul li#t32431 a {background: url(../images/nav_bg.gif) -17px 0 no-repeat; width: 56px; left: 17px;}
				#nav ul li#t32431 a:hover, #nav ul li#t32431.currenttab a {background-position: -17px -25px;}

				#nav ul li#t37211 a {background: url(../images/nav_bg.gif) -74px 0 no-repeat; width: 56px; left: 74px;}
				#nav ul li#t37211 a:hover, #nav ul li#t37211.currenttab a {background-position: -74px -25px;}

				#nav ul li#t37210 a {background: url(../images/nav_bg.gif) -131px 0 no-repeat; width: 170px; left: 131px;}
				#nav ul li#t37210 a:hover, #nav ul li#t37210.currenttab a {background-position: -131px -25px;}

				#nav ul li#t37209 a {background: url(../images/nav_bg.gif) -302px 0 no-repeat; width: 117px; left: 302px;}
				#nav ul li#t37209 a:hover, #nav ul li#t37209.currenttab a {background-position: -302px -25px;}

				#nav ul li#t37208 a {background: url(../images/nav_bg.gif) -421px 0 no-repeat; width: 116px; left: 421px;}
				#nav ul li#t37208 a:hover, #nav ul li#t37208.currenttab a {background-position: -421px -25px;}

				#nav ul li#t37207 a {background: url(../images/nav_bg.gif) -528px 0 no-repeat; width: 146px; left: 528px;}
				#nav ul li#t37207 a:hover, #nav ul li#t37207.currenttab a {background-position: -528px -25px;}

				#nav ul li#t37206 a {background: url(../images/nav_bg.gif) -675px 0 no-repeat; width: 67px; left: 675px;}
				#nav ul li#t37206 a:hover, #nav ul li#t37206.currenttab a {background-position: -675px -25px;}


#main-body {
	background: url(../images/bcbar_bg.gif) center top repeat-x;
}
	#main-table-body {
		clear: both;
		border-collapse:collapse;
		margin: 10px auto 0 auto;
		width: 760px;
	}
		#main-table-body-leftcell {
			margin: 0px;
			padding: 0;
			width: 210px;
			vertical-align: top;
		}	
		#main-table-body-rightcell {
			margin: 0px;
			padding: 0;
			width: 550px;
			vertical-align: top;
		}

#sidebar {}

#menu-header {
	height: 63px;
	background: url(../images/menu_header_established.gif) no-repeat;
}
	/* About Us */
		.tab37211 #menu-header { background-image: url(../images/menu_header_about_us.gif); }
	/* Funeral Prearrangements */
		.tab37210 #menu-header { background-image: url(../images/menu_header_funeral.gif); }
	/* Service Options */
		.tab37209 #menu-header { background-image: url(../images/menu_header_service_options.gif); }
	/* Grief Support */
		.tab37208 #menu-header { background-image: url(../images/menu_header_grief_support.gif); }
	/* Additional Resources */
		.tab37207 #menu-header { background-image: url(../images/menu_header_resources.gif); }
	/* Contact */
		.tab37206 #menu-header { background-image: url(../images/menu_header_contact.gif); }
#menu{
	background-color: #333;
}
	#menu ul{
		margin: 0; padding: 0 0 0 15px;
		list-style-type: none;
		font-size: 1.2em;
	}
		#menu ul li {
			background: url(../images/menu_bullet.gif) 0 4px no-repeat;
			padding: 0 0 5px 14px;
		}
			#menu ul li a {
				text-decoration: none;
				display: block;
				color: #fff;
			}
			#menu ul li a:hover, #menu ul li a.current {}
	#menu ul ul{
		margin: 5px 0 0 0; padding: 0;
		list-style-type: none;
		font-size: .8em;
	}
#menu-footer {
	background: url(../images/menu_bottom.gif) no-repeat;
	padding-bottom: 70px;
}
	#menu-footer p.contact {
		margin: 0 15px 0 15px;
		padding: 65px 0 0 0;
		font-size: 110%;
	}
	#menu-footer .email_link {
		margin: 0 0 0 15px;
		padding: 40px 0 0 0;
	}
		#menu-footer .email_link h3 {
			font-weight: normal;
			color: #5ea934;
			margin: 0; padding: 0;
		}
		#menu-footer .email_link p {}
			#menu-footer .email_link p a {
				color: #333;
				text-decoration: none;
				font-size: 95%;
			}
			#menu-footer .email_link p a:hover {
				text-decoration: underline;
			}

#banner {
	display: none;
}



/* breadcrumbs */
#breadcrumbbar{
	width: 740px;
	margin: 0 auto; padding: 5px 0 0 20px;
	font-size: 85%;
}
#breadcrumblist{
	float: left;
	width:530px;
	margin: 0; padding: 0;
}
	#breadcrumblist a {
		color:#333;
		text-decoration:none;
	}
	#breadcrumblist a:hover {
		color:#4B7CB7;
		text-decoration:underline;
	}
	#breadcrumbemail{
		float: left;
		width: 100px;
		font-size: 95%;
		padding: 0 0 10px 10px;
	}
	
	#breadcrumbemail a:link, #breadcrumbemail a:visited {
		background: url(../images/email.gif) left center no-repeat;
		color: #86837a;
		padding: 0 5px 0 18px;
		text-decoration: none;
	}

	#breadcrumbprint{
		float: left;
		width: 100px;
		font-size: 95%;
	}
	#breadcrumbprint a:link, #breadcrumbprint a:visited {
		background: url(../images/printer.gif) left center no-repeat;
		color: #86837a;
		padding: 0 5px 0 18px;
		text-decoration: none;
	}


#content {
	padding: 0 20px 0 15px;
}

#content-header {
	display: none;
}

#content-body {
}

#pagetitle{
	margin-bottom:10px;
}
	#pagetitletext h1 {
		font-weight: normal;
		font-size: 200%;
		margin: 0;
		padding: 0 0 2px 0;
		color: #5ea934;
		background: url(../images/pagetitle_bg.gif) bottom left no-repeat;
	}


#content-footer {
	display: none;
}

#footer {
	clear: both;
	width: 760px;
	background-color: #f3dfac;
	margin: 0 auto 25px auto;
	text-align: left;
}


#footerwrap {
	width: 760px;
	padding: 15px 0 0 0;
	position: relative;
}


#footer_block {
	height: 40px;
	background-color: #d9d4c1;
	clear: both;
}
#footernav {
	width: 600px;
	margin: 0 auto; padding: 14px 0 0 0;
	list-style-type: none;
	font-size: 10px;
	float: left;
}
	#footernav li {
		display: inline;
		border-right: 1px solid #86837a;
	}
	#footernav li.last {border: 0;}
		#footernav li a {
			padding: 0 7px;
			color: #333;
			text-decoration: none;
		}
		#footernav li a:hover {text-decoration: underline;}

#copyright{
	width: 145px;
	float: right;
	text-align: right;
	margin: -26px 9px 0 auto;
	color: #86847a;
	font-size: 11px;
}

#poweredby{
	clear: both;
	text-align: right;
	padding: 20px 10px 0 0;
	font-size: 90%;
	position: absolute;
	bottom: -20px; right: 0;
	
}
	#poweredby a {
		color: #666;
	}