body {
	font-family: Arial, Helvetica, sans-serif;
	color: #54513F;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 760px
}

/*basic links  - many links not in p tags */
a{
color:#286047;
text-decoration: underline;
}
a:hover{
color:#54513F;
text-decoration:underline;
}
a:active{
color:#ABA579;
text-decoration: underline;
}

/*left nav links */
.nav {
	font-size: 85%;
	line-height: 100%;
	font-weight: bold;
	color: #286047;
	text-decoration: none;
	display: block;
	padding: 5px 8px 6px;
	text-align: center;
}
a.nav:link,a.nav:visited {
	color: #286047;
	text-decoration: none;
}
a.nav:hover,a.nav:active {
	color: #286047;
	text-decoration: none;
	background-color: #FFFFFF;
}


/* headlines sized so that top headline can be H1 */
h1{
	font-weight: bold;
	font-size: 150%;
	line-height: 100%;
	color: #EEEBDA;
	margin: 10px 10px 10px 20px;
}
h2{
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #286047;
}
h3{
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #54513F;
}
h4{
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	color: #54513F;
}

/* default style for paragraphs and lists -li not in p tags*/
p,li,dd,td,th{
	font-size: 100%;
}
.normal{
	font-size: 100%;
}

/* main box style for obits, etc */

.box{
	background:#EEEBDA;
	float:right;
	width:200px;
	padding: 8px;
}

/* default padding for candle table */
.candlebox{
padding:6px 10px 8px 6px;
width:220px;
}

/* default copyright style */
.copyright{
	font-size: 60%;
	padding: 4px;
}

/* default error message style */

.error{
	color:#FF0000;
	font-size:80%;
	font-weight: bold;
}

/* default fixed font size for areas where font should not scale- keep 
topbox for legacy */
.fixed, .topbox{
font:normal 12px/14px Arial, Helvetica, sans-serif;
}

/* default floatbox for print article, mail article, etc  180 min width 
and keep float right*/
.floatbox{
float:right;
width:180px;
}

/* one box with a border for stories, and other highlighted text */

.linebox{
padding:8px;
border: 1px solid #AAA377;
width:200px;
}


/* default for non-link nav text*/
.navtext{
	font-size:65%;
	line-height: 110%;
	padding: 4px;
}

/* default style for notes */
.note{
	font-size:60%;
	line-height: 120%;
}

/* default for padding for some pages if applicable */
.pagebox{
	width:100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;
}

/* really small font for some forms */
.small {
	font-size:60%;
	line-height: 140%;
}

/* little bigger small text for various things -can be combined with 
small */
.smalltext {
	font-size:80%;
	line-height: 140%;
}
/* general table pad, used on many interactive elements */
.tdindent {
padding-left:11pt;
padding-right:6pt;
}

/* general table pad for vertical spacing on many interactive 
elements*/
.topspace, .tbspace {
padding-bottom:4px;
padding-top:4px;
}

hr {
	border: 0;
	color: #AAA377;
	background-color: #AAA377;
	height: 1px;
	width: 100%;
}

/* Begin site-specific styles */


.headTopBox {
	background-color: #286047;
	background-image: url(/images/head_greenBG.gif);
	background-repeat: repeat-x;
	height: 51px;
}
.headAddressBox {
	background-image: url(/images/head_darkBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 28px;
}
.headAddress {
	font-size: 85%;
	line-height: 100%;
	padding: 7px 8px 7px 2px;
}
.headTopNavBox {
	background-image: url(/images/head_lightBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
}
.navBox {
	background-image: url(/images/head_lightBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #AAA377;
	height: 26px;
	position: relative;
	z-index: 1000;
}
.navDivider {
	background-image: url(/images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1px;
}
.frontTopBox {
	border-bottom: 1px solid #AAA377;
}
p.intro {
	margin: 18px 5px 18px 30px;
	vertical-align: middle;
}
.eventsTitleBox {
	background-image: url(/images/events_titleBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 68px;
	width: 100px;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #AAA377;
}
.eventsBox {
	background-image: url(/images/events_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
}
h2.events {
	color: #AAA377;
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}
h3.events {
	color: #286047;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
.frontHistoryBox {
	color: #FFFFFF;
	background-color: #286047;
	background-image: url(/images/front_greenfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
a.reversed:link,a.reversed:visited {
	color: #C0B98F;
	text-decoration: underline;
}
a.reversed:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.reversed:active {
	color: #AAA377;
	text-decoration: underline;
}
.photoBorder {
	border: 3px double #AAA377;
}
.frontTitleBox {
	background-color: #DFDCC7;
	background-image: url(/images/front_titleBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
}
h2.front {
	color: #54513F;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	margin: 5px;
}
.frontLightBox {
	background-image: url(/images/front_lightfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}
p.poll, td.poll {
	font-size: 85%;
}
p.poll {
	margin: 0px 0px 2px;
}
form.poll {
	margin: 0px;
}
input.poll {
	font-family: Arial, Helvetica, sans-serif;
	color: #286047;
	font-size: 85%;
	font-weight: bold;
	background-color: #EEEBDA;
	border: 1px solid #AAA377;
}
ul.obits {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
li.obits {
	margin: 0px 0px 6px;
	list-style-image: url(/images/obit_bullet.gif);
}
a.obitsAll {
	font-weight: bold;
	margin-left: 20px;
}
.frontMiddleBox {
	color: #FFFFFF;
	background-color: #286047;
	background-image: url(/images/front_MiddleBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-left: 1px solid #AAA377;
	border-right: 1px solid #AAA377;
}
h2.tools {
	font-size: 100%;
	font-weight: bold;
	color: #ECE9D6;
	margin: 0px;
}
p.tools {
	font-size: 85%;
	color: #FFFFFF;
	margin: 0px 0px 15px;
}
.frontServicesBox {
	background-image: url(/images/front_greenfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	border-top: 1px solid #AAA377;
	border-left: 1px solid #AAA377;
}
.frontCandleBox {
	padding: 10px;
}
.featuredCandleText {
	font-size: 75%;
	color: #FFFFFF;
}
h3.tools {
	font-size: 85%;
	font-weight: bold;
	color: #C0B98F;
	margin: 0px;
}
.footerBox {
	background-color: #DFDCC7;
	background-image: url(/images/front_titleBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #AAA377;
	border-bottom: 1px solid #AAA377;
}
.footer {
	font-size: 65%;
	padding: 8px;
}
.titleBox {
	background-color: #286047;
	background-image: url(/images/titleBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #AAA377;
}
.contentBox {
	padding: 20px;
}
.sideBox {
	background-image: url(/images/front_lightfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 220px;
	border-left: 1px solid #AAA377;
}
.sidenav {
	font-size: 85%;
	line-height: 100%;
	font-weight: bold;
	color: #286047;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	background-image: url(/images/head_lightBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #AAA377;
}
a.sidenav:link,a.sidenav:visited {
	color: #286047;
	text-decoration: none;
}
a.sidenav:hover,a.sidenav:active {
	color: #286047;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
}
div.sidephoto {
	text-align: center;
	padding: 5px;
}

.condense{
margin-bottom:4px;
margin-top:2px;
}

/* for mem tables and other table displays */
.tableDots{
  border:1px dotted #E8E1CA;
  padding:10px;
}

/* style for mem and other display tables */
.tableDots{
  border:1px dotted #CCCCCC;
  padding:10px;
}

/* Home Page 11-09 */

.front h1, .front h2, .front h3, .front p, .front ul, .front table, .front form {
	margin: 0;
}
.frontside {
	color: #fff;
	background: #398655 url(../images/front_greenfade.gif) repeat-x left bottom;
	width: 490px;
}
#frontphoto, #frontphotoborder, #slides {
	height: 327px;
	width: 490px;
}
.front, #frontphoto {
	position: relative;
	z-index: 1;
}
#frontphoto {
	border-bottom: 1px solid #AAA377;
}
#slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#frontphotoborder {
	background: url(../images/slides_border.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.fronttools {
	padding: 10px 0;
}
.fronttools td {
	font-size: 85%;
	color: #fff;
}
.fronttools h2 {
	font-size: 110%;
}
.toollist td {
	padding: 0 10px 10px 0;
}
.introtext {
	background: url(/images/front_lightfade.gif) repeat-x left top;
	padding: 10px 20px;
}
.introtext h1 {
	font: 160%/1.15em Georgia, "Times New Roman", Times, serif;
	color: #286047;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAA377;
}
.introtext p {
	line-height: 1.5em;
	margin: .8em 0;
}
.cap {
	font: 3em/1em Georgia, "Times New Roman", Times, serif;
	color: #AAA377;
	float: left;
	margin-right: .15em;
}
.frontcolumns {
	background: url(/images/front_lightfade.gif) repeat-x left top;
}
.servicehead {
	font-size: 100%;
	font-weight: bold;
	color: #54513F;
	background: #DFDCC7 url(/images/front_titleBG.gif) repeat-x left bottom;
	padding: 5px 10px;
	border-bottom: 1px solid #AAA377;
}
.frontservices {
	font-size: 85%;
	padding: 10px 20px;
}
.frontservices h3 {
	clear: both;
	margin-bottom: .5em;
}
.frontservices p {
	margin-bottom: .8em;
}
.frontservices img {
	float: left;
	margin: 0 5px .8em 0;
}
.featuredcandle .featuredCandleText {
	color: #54513F;
}
.obitlist ul {
	padding: 0;
}
.obitlist li {
	list-style: none;
	border-bottom: 1px solid #AAA377;
}
.obitlist a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
.obitlist a:hover {
	color: #fff;
	text-decoration: none;
	background: #286047;
}
.featuredcandle {
	background: url(../images/featuredcandle_bg.gif) repeat-x left top;
	padding: 10px;
	border-top: 1px solid #AAA377;
}
.featuredcandle h3, .featuredcandle p {
	font-size: 85%;
}

