/* HTML Defaults */



body {

	font: 75%/1.4em Arial, Helvetica, sans-serif;

	color: #1c3400;

}

body.page {

	font: 75%/1.4em Arial, Helvetica, sans-serif;

	color: #1c3400;

	background: #8b8078;

	margin: 20px;

	padding: 0;

}

a {

	text-decoration: underline;

	color: #581600;

}

a:hover {

	text-decoration: underline;

	color: #8b4f3b;

}

h1 {

	font-size: 200%;

	line-height: 1.15em;

	font-weight: bold;

	color: #3c4874;

	margin-top: 0;

}


.seo {
	font-size: 200%;
	
	line-height: 1.15em;
	
	font-weight: bold;
	
	color: #3c4874;
	
	margin-top: 0;
}














h2 {

	font-size: 150%;

	line-height: 1.2em;

	font-weight: bold;

	color: #3c4874;

}

h3 {

	font-size: 120%;

	line-height: 1.2em;

	font-weight: bold;

	color: #3c4874;

}

h4 {

	font-size: 100%;

	font-weight: bold;

	color: #3c4874;

}

img {

	border: none;

}

hr {

	color: #c6cab4;

	background: #c6cab4;

	height: 1px;

	padding: 0;

	border: none;

}



/* Main Containers */



#container {

	background: #fff url(../images/container_bg.png) repeat-x left bottom;

	width: 100%;

	min-width: 940px;

	float: left;

	clear: both;

}

#main {

	background: url(../images/main_bg.png) repeat-y left top;

	border: solid 2px #fff;

}

#mainfull {

	border: solid 2px #fff;
	
}

#maininner {

	width: 100%;

	float: left;

}

#front #maininner {

	background: url(../images/front_bg.jpg) no-repeat right bottom;

}

.clear {

	clear: both;

}



/* Header */


#header hr {

	color: #365f3f;

	background: #365f3f;

	height: 4px;

	clear: both;

	margin: 0;

}

#header p {

	margin: 0;

}

#headerphotos {

	background: #c1c6ae;
	
	height: 186px;

	border: solid 2px #fff;

}

#headerphoto1 {

	height: 186px;

	width: 156px;

	float: left;
	
	border-right: solid 2px #fff;

}

#headerphotomid {
	
	height: 186px;
	
	width: 576px;
	
	float: left;
	
	border-right: solid 2px #fff;

}

#headerphoto2 {

	height: 186px;

	width: 200px;

	float: left;

}

#headerflash {

	background: #365f3f;

	height: 76px;

	width: 156px;

	float: left;

	border: solid 2px #fff;

}

#logo, #logo a {

	height: 60px;

	width: 295px;

	float: left;

}

#logo {

	background: #fff url(../images/header_logo.png) no-repeat left center;

	padding: 8px 0;

	border-top: solid 2px #fff;

	border-bottom: solid 2px #fff;

}

#logo a {

	text-indent: -9999px;

	border-right: solid 1px #c6cab4;

}

#contact {

	color: #c6cab4;

	background: #fff;

	width: 460px;

	float: left;


	padding: 14px 0 14px 20px;

}

#contact a {

	font-weight: bold;

	text-decoration: none;

	color: #8b8078;

}

#contact a:hover {

	text-decoration: underline;

}

.contactlocation {

	font-size: 108%;

	font-weight: bold;

	color: #365f3f;

}

.contactphone, .contactfax {

	color: #3c4874;

}

.contactphone {

	font-weight: bold;

}



/* Nav */



#nav {

	color: #fff;

	background: #3c4874;

	width: 156px;

	float: left;

	border-right: solid 2px #fff;

}

#nav a {

	display: block;

	width: 136px;

	padding: 4px 10px;

}

#nav a, #nav li:hover ul li a, #nav li:hover ul li:hover ul li a, #nav li:hover ul li:hover ul li:hover ul li a {

	text-decoration: none;

	color: #fff;

	background: #3c4874;

}

#nav a:hover, #nav li:hover a, #nav li:hover ul li:hover a, #nav li:hover ul li:hover ul li:hover a, #nav li:hover ul li:hover ul li:hover ul li:hover a {

	color: #3c4874;

	background: #c1c6ae;

}

#nav ul, #nav li {

	background: #3c4874;

	width: 156px;

	float: left;

}

#nav a.navhighlight {

	background: #365f3f;

}

#nav ul {

	margin: 0;

	padding: 0;

}

#nav li {

	line-height: 1.15em;

	list-style: none;

	border-bottom: solid 1px #c1c6ae;

	position: relative;

}

#nav ul li ul {

	display: none;

	border-top: solid 1px #c1c6ae;

	border-right: solid 1px #c1c6ae;

	border-left: solid 1px #c1c6ae;

	position: absolute;

	top: -1px;

	left: 156px;

}

#nav ul li:hover ul, #nav ul li:hover ul li:hover ul, #nav ul li:hover ul li:hover ul li:hover ul {

	display: block;

}

#nav ul li:hover ul li ul, #nav ul li:hover ul li:hover ul li ul {

	display: none;

}

.navarrow {

	background: url(../images/nav_arrow.png) no-repeat center top;

	height: 4px;

	width: 7px;

	position: absolute;

	top: 1px;

	left: 148px;

}
.navhighlight {
	background: #581600;
}

/* Footer */



#footer {

	font-size: 83%;

	font-weight: bold;

	width: 100%;

	min-width: 940px;

	float: left;

	clear: both;

	padding: 10px 0;

}

#footer p {
	
	margin: 0;

}

#footer img {
	float: right;
}



/* Content */



#content {

	margin-left: 158px;

}

#side + #content {

	margin-right: 200px;

}

#contentinner {

	width: 100%;

	float: left;

	padding: 20px 0;

}

#bodytext {

	padding: 0 25px;

}

#side {

	background: url(../images/side_bg.png) repeat-x left top;

	min-height: 252px;

	width: 200px;

	float: right;

}

.sidetext {

	padding: 20px;

}

.sidetext h2 {

	font-size: 133%;

	margin-top: 0;

}

.photo img {

	border-bottom: solid 2px #fff;

}

#sidenav {

	padding: 10px 20px;

}

#sidenav ul {

	margin: 0;

	padding: 0;

}

#sidenav ul li ul {

	padding-left: 15px;

}

#sidenav ul li {

	line-height: 1.15em;

	font-weight: bold;

	padding: 2px 0;

	list-style: none;

}

#sidenav a {

	font-weight: normal;

	text-decoration: none;

}

#sidenav a:hover {

	text-decoration: underline;

}


.photoEW {					/* AAM 12/5/08 */
	text-align: center;
	padding: 5px 0;	
	font-size: 90%;     
}
.faq dt {font-style:italic;} 	/* AAM 12/5/08 */
.faq dd, .persons dd {			/* AAM 12/5/08 */
	margin-left:15px;
	padding-bottom:5px;
}

a.button {
	font-size: 115%;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #3c4874;
	background-image: url(../images/button_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	float: left;
	padding: 5px 10px 5px 20px;
	border: solid 1px #c1c6ae;
}
a.button:hover {
	text-decoration: none;
	color: #3c4874;
	background-color: #c1c6ae;
}
.obitcolumn {
	width: 45%;
	float: left;
	padding-right: 10px;
}


/* Front */


/*
#intro h1 {

	font-size: 150%;

	line-height: 1.2em;

	margin: 0 0 .2em 0;

}
*/
#intro h1 {

	font-size: 110%;

	line-height: 1.2em;

	margin: 0 0 .2em 0;

}

#intro p {

	margin: 0;

}

#introvid {
	float: right;
	margin: 0 0 15px 15px;
}

#obits {

	width: 65%;

	float: left;

}

#tools {

	width: 30%;

	float: right;

}

#obits h2, #tools h2 {

	margin: 1em 0 .2em 0;

}

#obits h2 a, #tools h2 a {

	text-decoration: none;

	color: #3c4874;

}

#obits h2 a:hover, #tools h2 a:hover, #events a:hover {

	text-decoration: underline;

}

#obits p, #obits ul, #tools p {

	margin: .2em 0 1em 0;

}

.obitcolumn ul {

	padding: 0;

}

.obitcolumn li {

	list-style: none;

}

#events h2 {

	margin: 0 0 .2em 0;

}

#events h2 a {

	text-decoration: none;

	color: #1c3400;

}

#events p {

	margin: 0 0 .5em 0;

}

#events strong {

	color: #365f3f;

}

.error{
color: #FF0000;
font-size: 10px;
}

/* Added Newsletter Style MAD 05/07/2009 */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#newsletter {
clear: both;
padding: 0 5px;
padding-top: 15px;
padding-bottom: 10px;
}


#newsletter h2 {
font-size: 125%;
line-height: 1.1em;
color: white;
margin: 0;
padding-bottom: 5px;
}

#newsletter label {
font-size: 83%;
line-height: 1.2em;
font-weight: bold;
color: white;
}


.newsletterinput {
width: 135px;
}

.newsletterbutton {
font: bold 92% Arial, Helvetica, sans-serif;
color: #3c4874;
background: #f3f3f3;
margin-top: 4px;
border: outset 2px #f3f3f3;
}






















#bbb2 {

	background: #fff url() no-repeat right center;

	padding: 8px 8px 8px 8px;

	border-top: solid 0px #fff;

	border-bottom: solid 0px #fff;
	
	float: right;


}

#bbb2 a {

	text-indent: -9999px;

	border-right: solid 0px #c6cab4;

}