@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #066;
	background-attachment: fixed;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent p {
	line-height: 165%;
	margin-bottom: 6px;
}
.ntp #container {
	width: 952px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25;
	margin-left: auto;
	background-color: #C96;
}
.ntp #header {
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 125px;
	padding-top: 20px;
	background-image: url(images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: 550px -15px;
}
#header h1   {
	background-image: url(images/ntp-web-logo.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	height: 65px;
	width: 510px;
	position: relative;
}
.ntp #mainContent {
	clip: rect(300px,auto,auto,auto);
	top: 350px;
}
#menubar {
	background-color: #033;
	width: 960px;
	display: block;
	height: auto;
	padding: 0px;
	margin-bottom: 18px;
}
#leftimage {
	width: 600px;
	height: 450px;
	float: left;
	position: relative;
	margin: 0px;
	z-index: 0;
}
#rightcopy {
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-top: 15px;
	z-index: 5;
}
.traditions {
	background-image: url(images/traditions.png);
	background-repeat: repeat-y;
	text-indent: -9999em;
	display: block;
	height: 75px;
	width: 300px;
	margin: 0px;
}
.facilities {
	background-image: url(images/facilities.png);
	background-repeat: repeat-y;
	text-indent: -9999em;
	display: block;
	height: 75px;
	width: 300px;
	margin: 0px;
}
.obituaries {
	background-image: url(images/obituaries.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 75px;
	width: 225px;
	text-align: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 375px;
}
.cremation {
	background-image: url(images/cremation.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	height: 75px;
	width: 300px;
	margin: 0px;
}
.services {
	background-image: url(images/services.png);
	background-repeat: repeat-y;
	text-indent: -9999em;
	display: block;
	height: 75px;
	width: 385px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -75px;
	z-index: 1000;
	position: absolute;
}
.prearrange {
	background-image: url(images/prearrange.png);
	background-repeat: repeat-y;
	text-indent: -9999em;
	display: block;
	height: 102px;
	width: 850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -500px;
	z-index: 1000;
	position: absolute;
}
.staff {
	background-image: url(images/staff.png);
	background-repeat: repeat-y;
	text-indent: -9999em;
	display: block;
	height: 85px;
	width: 300px;
	margin: 0px;
}
.ntp #footer {
	background-color: #033;
	color: #FC9;
	font-size: 10px;
	text-align: center;
	height: 60px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15;
	padding-left: 0px;
	float: none;
	clear: both;
	position: relative;
}
.ntp #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.address    {
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 5px;margin-top: 15px;
	padding: 0px;
	margin-bottom: 5px;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	height: 19px;
	display: block;
}
#staff_photos {
	position: relative;
	float: left;
	width: 940px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
}
#staff_photos .thickbox img {
	height: 100px;
	width: 100px;
	margin: 3px;
	padding: 0px;
}
.prearrange-p {
	position: relative;
	margin-top: 95px;
	margin-bottom: 25px;
}
.services-p {
	position: relative;
	margin-top: 75px;
	margin-bottom: 25px;
}
.email {
	font-size: 12px;
	color: #FC9;
	background-color: #000;
	height: 125px;
	width: 110px;
	text-align: center;
	float: left;
	margin: 10px;
	padding-top: 5px;
}
.email a {
	color: #FC9;
	text-decoration: none;
}
