/* preplannedfunerals.com - Peace of Mind Planning, Inc. */
/* 2014-12-07 - REA - SlyRhyno */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: disc;
	list-style-position:inside;
	padding-bottom:1.0em;
	margin-left:1.0em;
}
ol li, ul li {
	padding-bottom: 0.25em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
// END RESET

// PMP Blue #156aae
html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	width:100%;
	background: #FFFFFF url('/img/ppfbkgd1.jpg') no-repeat center top !important;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #222222;
	padding-bottom:0.5em;
}
h1 {
	font-size:2.0em;
	margin-bottom:0.5em;
}
h2, h3, h4 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:.25em;
	margin-top:.25em;
}
h5,h6 {font-size: 1.1em;margin-bottom:.25em;margin-top:.25em;}
h1,h2,h3,h4,h5,h6 {font-family:"Philosopher";}
p {font-size: 1.0em;margin-bottom:.25em;}
a, a:visited, a:hover {
	color: #156aae;
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color:#ededed;
	border-left:1px solid #999;
	border-right:1px solid #999;
	box-shadow: .15em 0em .10em #aaa;
}
header {
	text-align:center;
	display:block;
	width:100%;
	/* position:absolute;
	top:0; */
	background-color:#ededed;
	border-bottom:1px solid #999;
	box-shadow: 0 .15em .10em #aaa;
}
footer {
	position:fixed;
	bottom:0;
	display:block;
	width:100%;
	height:4em;
	clear:both;
	background-color:#ededed;
	border-top:1px solid #999;
	box-shadow: 0 .15em .10em #aaa;
}
footer h3 {
	margin-top:1.0em;
}
article {
	text-align:left;
	width:80%;
	margin:0em auto;
	padding-top:1.0em;
	padding-bottom:30em;
}
#logo {
	display:block;
	clear:both;
	font-size:1.0em !important;
	line-height:1.0em !important;
}
#logoimg {
	height:5.5em;
	padding-top:1.0em;
	/* margin:0 2.0em; */
	/* display:inline-block; */
}

#navmenu {
	display:block;
	width:95%;
	margin:0 auto;
}

#navmenu li {
	display:block;
	clear:both;
}
#navmenu ul, #navmenu li {
	font-family:"Philosopher";
	font-weight:normal;
	line-height: 1.0em;
}
#navmenu ul {
	list-style:none;
	margin-top:0;
	}
#navmenu li {
	font-size:1.5em;
	margin-bottom: 2.0em;
	}
#navmenu a, #navmenu a:visited {
	text-decoration:none;
	padding:0.2em;
}
#navmenu ul .active {border-bottom:5px solid #093;}


