/* HTML Defaults */

body {
	font: 88%/1.3em Arial, Helvetica, sans-serif;
	color: #445061;
	
}
body.page {
	font: 88%/1.3em Arial, Helvetica, sans-serif;
	color: #445061;
	background: #fff url(../images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #193a65;
}
a:hover {
	text-decoration: underline;
	color: #4c74a8;
}
h1 {
	font: normal 171%/70px Georgia, "Times New Roman", Times, serif;
	color: #355681;
	margin: 0;
}
h2 {
	font: normal 143%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #355681;
}
h3 {
	font: normal 129%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #355681;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}

/* Main Containers */

#container {
	background: url(../images/container_bg.jpg) no-repeat left top;
	width: 100%;
	min-height: 500px;
	min-width: 980px;
	float: left;
}
#main {
	margin-left: 196px;
}
#maininner {
	width: 100%;
	float: left;
}
.clear {
	clear: both;
}

/* Nav */

#nav {
	width: 196px;
	float: left;
	padding-bottom: 10px;
}
#nav a {
	text-decoration: none;
	float: left;
}
#logo, #logo a {
	height: 117px;
	width: 196px;
	float: left;
}
#logo {
	background: url(../images/nav_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#nav ul li ul {
	background: #5d98c7;
	width: 185px;
	position: absolute;
	border-top: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}
#nav ul li ul, #nav ul li:hover ul li ul, #nav ul li.sfhover ul li ul {
	display: none;
}
#nav ul li:hover ul, #nav ul li.sfhover ul, #nav ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul {
	display: block;
}
#nav ul li ul li {
	width: 185px;
}
#nav ul li ul li {
	line-height: 1.15em;
	border-bottom: solid 1px #e1e1e1;
}
#nav ul li ul li a {
	color: #fff;
	width: 173px;
	padding: 2px 6px;
}
#nav ul li ul li a:hover {
	color: #fff;
	background: #8fbadc;
}
#mainnav, #mainnav ul, #mainnav ul li, #navtestimonials ul, #navtestimonials ul li {
	width: 196px;
}
#mainnav, #subnav, #navtestimonials {
	float: left;
	clear: both;
}
#mainnav ul li, #mainnav ul li a {
	height: 80px;
}
#mainnav ul li, #navtestimonials ul li {
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav ul li:hover {
	background-position: left -80px;
}
#mainnav ul li a, #subnav ul li a, #navtestimonials ul li a {
	font: 93%/27px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#mainnav ul li a {
	color: #fff;
	padding-left: 15px;
	width: 181px;
}
#mainnav ul li ul {
	opacity: .95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 Opacity */
	filter: alpha(opacity=95); /* IE5-7 Opacity */
	top: 26px;
	left: 5px;
}
#mainnav ul li ul li, #mainnav ul li ul li a {
	height: auto;
}
#mainnav ul li ul li a {
	font: 100%/1.15em Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
}
#mainnav ul li ul li ul {
	top: -1px;
	left: 185px;
}
#navobits {
	background-image: url(../images/nav_obits_bg.jpg);
	z-index: 4000;
}
#nav #navobits ul {
	background: #794f99;
}
#nav #navobits ul li:hover, #nav #navobits ul li a:hover {
	background: #a07dba;
}
#navservices {
	background-image: url(../images/nav_services_bg.jpg);
	z-index: 3000;
}
#nav #navservices ul {
	background: #498309;
}
#nav #navservices ul li:hover, #nav #navservices ul li a:hover {
	background: #6aa825;
}
#navabout {
	background-image: url(../images/nav_about_bg.jpg);
	z-index: 2000;
}
#nav #navabout ul {
	background: #cb932c;
}
#nav #navabout ul li:hover, #nav #navabout ul li a:hover {
	background: #e4ae49;
}
#navresource {
	background-image: url(../images/nav_resource_bg.jpg);
	z-index: 1000;
}
#nav #navresource ul {
	background: #416f94;
}
#nav #navresource ul li:hover, #nav #navresource ul li a:hover {
	background: #70a0c7;
}
#subnav, #subnav ul, #subnav ul li {
	width: 176px;
}
#subnav {
	padding: 0 10px;
}
#subnav ul li {
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	padding-bottom: 1px;
}
#subnav ul li a {
	width: 171px;
	padding-left: 5px;
}
#navtestimonials ul li {
	background-image: url(../images/nav_testimonials_bg.jpg);
	height: 95px;
}
#navtestimonials ul li a {
	line-height: 1.2em;
	height: 45px;
	width: 121px;
	padding: 25px 60px 25px 15px;
}

/* Header */

#header {
	min-height: 180px;
	width: 784px;
	float: left;
}
#header a {
	text-decoration: none;
}
#header h2, #header p {
	font-size: 86%;
	line-height: 1.15em;
	margin: 0;
}
#header h2, #header h2 a {
	height: 62px;
}
#header h2 {
	background-repeat: no-repeat;
	background-position: left top;
}
#header h2 a {
	display: block;
	text-indent: -9999px;
}
#header div, #header p {
	white-space: nowrap;
	float: left;
}
#header div {
	padding-left: 10px;
}
.contactinfo {
	display: block;
}
#bosmarenkes {
	background: url(../images/header_dots.png) no-repeat right 14px;
	width: 483px;
}
#bosmarenkes h2 {
	background-image: url(../images/head_title_bosmarenkes.png);
}
#bosmagibson {
	width: 280px;
}
#bosmagibson h2 {
	background-image: url(../images/head_title_bosmagibson.png);
}
.morrison {
	padding-right: 30px;
}
.morrison .contactinfo {
	padding-left: 10px;
}
.fulton {
	padding-right: 22px;
}
.fulton .contactinfo {
	padding-left: 5px;
}
.prophetstown .contactinfo {
	padding-left: 12px;
}

/* Footer */

#footer {
	font-size: 64%;
	line-height: 1.2em;
	color: #8491a3;
	background: url(../images/footer_bg.png) repeat-x left top;
	width: 100%;
	min-height: 55px;
	float: left;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 15px;
}

/* Content */

#side {
	background: url(../images/side_bg.png) repeat-x left 70px;
	width: 196px;
	min-height: 270px;
	float: right;
	padding: 70px 0 20px 0;
}
#side + #content {
	margin-right: 196px;
}
#sidenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 5px 10px;
}
#sidenav dl, #sidenav dt, #sidenav dd {
	margin: 0;
	padding: 0;
}
#sidenav dt, #sidenav dd {
	background: url(../images/dots_blue_h.png) repeat-x left bottom;
	padding: 5px 5px 6px 5px;
	list-style: none;
}
#sidenav dt {
	font-size: 129%;
	line-height: 1.15em;
}
#sidenav dt, #sidenav dt a {
	color: #fff;
}
#sidenav dt a:hover {
	color: #4c74a8;
}
#sidenav dd {
	font-size: 86%;
	line-height: 1.15em;
	color: #8692a3;
}
#sidenav dl a {
	text-decoration: none;
	display: block;
}
#contentinner {
	width: 100%;
	float: left;
}
#title {
	height: 70px;
	padding: 0 20px;
}
#bodytext {
	padding: 10px 20px 20px 20px;
}
.photo {
	float: left;
	margin: 1.3em 20px 20px 0;
}
.preneedbox, .floatright {
	background: #e8f0f6;
	width: 250px;
	float: right;
	margin: 1.3em 0 20px 20px;
	padding: 10px;
}
.map, .photoalt {
	text-align: center;
	float: right;
	margin: 1.3em 0 20px 20px;
}
.error {
	color: #cc0000;
}
.contactbosmarenkes {
	width: 60%;
	float: left;
}
.contactbosmagibson {
	width: 35%;
	float: right;
}
.contactbosmarenkes img, .contactbosmagibson img {
	margin-bottom: 5px;
}
.contactbosmarenkes p {
	width: 50%;
	float: left;
}

/* Front */

#front {
	background: url(../images/front_bg.png) no-repeat right top;
	width: 100%;
	float: left;
}
#front #side {
	background: url(../images/side_front_bg.png) no-repeat left top;
	width: 239px;
	min-height: 370px;
	padding: 0;
}
#front #side + #content {
	margin-right: 239px;
}
#front #title {
	background: url(../images/title_front.png) no-repeat left top;
}
#front #title h1 {
	text-indent: -9999px;
}
#obits h2, #obits h2 a {
	height: 25px;
}
#obits h2 {
	margin: 0;
}
#obits h2 a {
	display: block;
	text-indent: -9999px;
}
#obits ul {
	margin: 0;
	padding: 8px 20px;
}
#obits ul li {
	padding: 2px 0;
	list-style: none;
}
#obits a {
	text-decoration: none;
	color: #fff;
}
#obits a:hover {
	color: #c8dfef;
}
.candlebutton, .candlebutton a {
	height: 57px;
	width: 132px;
}
.candlebutton {
	background: url(../images/obits_candle.png) no-repeat center center;
	margin: 0;
	padding: 0 15px;
}
.candlebutton a {
	display: block;
	text-indent: -9999px;
}
#front #bodytext h2 {
	font-size: 129%;
	margin-bottom: .5em;
}
#front #bodytext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 0;
}
.intro:first-letter {
	font-size: 285%;
	color: #95bcdb;
}

/* styles added to display holiday promo KRW Dec 4 2010 */

.holiday, .holiday a {
	height: 50px;
	width: 180px;
}
.holiday {
	background: url(../images/hopeholidays_180.jpg) no-repeat center center;
	margin: 0;
	padding: 15px 15px;
}
.holiday a {
	display: block;
	text-indent: -9999px;
}
'



.flowerbutton, .flowerbutton a {
	height: 55px;
	width: 150px;
}
.flowerbutton {
	background: url(/images/obits-flowers.png) no-repeat center center;
	margin: 0;
	padding: 0 5px;
	height: 55px;
	width: 150px;
}
.flowerbutton a {
	display: block;
	text-indent: -9999px;
	height: 55px;
	width: 150px;
}
