body {
	margin: 0px;
	padding: 0;
	background: #545a68 url(../images/design/bg_purple.jpg) repeat-x;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #302913;
	text-align: center;
}

.container {
	margin: 0px auto;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #3a6e2f;
}

h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #7c4a00;
	margin: 0px 0px 4px 0px;
}

.content {
	padding: 0px 20px 20px 30px;
	background-color: #f7f3da; /*new color*/
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #4E3C57;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #4E3C55;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #5F7D5B;
	text-decoration: underline;
}

p,td {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #302913;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#635d48;
}

/* MISC. CONTENT STYLES
========================================================================*/
.callout {
	font-size: 16px;
	line-height: 22px;
}

.caption { /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: center;
	color: #3a6e2f;
	line-height: 15px;
	font-size: 12px;
	margin: 5px 0px;
}

.btmborder td {
	border-bottom: 1px solid #c0b98e;
	padding-top: 10px;
}

ul.hotel li{
	border-bottom: 1px solid #c0b98e;
	padding-top: 10px;
	list-style-type:none;
}



.testimonials {border:4px solid #607b52/*#bbd19f*/; background: #d4e3c4 url(../images/splashimages/bg_testimonial.gif) repeat-x bottom right; padding: 8px; width:190px;float:left;margin:10px 0px 30px 0px;text-align:left;}

.testimtitle {font-family: Times New Roman, Times, Georgia, serif;
	font-size: 17px;/*font-weight:bold;*/
	color: #3f5434;
	border-bottom: 1px solid #bbd19f;
	margin: 0 0 8px 0;
	}

/*.testimname {font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #696b10;margin:5px 30px 2px 0px;
	float:right;}*/
	
.testimcontent p {font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;line-height:15px;
	color: #607b52;margin:2px 0px 2px 0px;}
	
.testimcontent  {font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;line-height:15px;
	color: #607b52;margin:2px 0px 2px 0px;}


/* SIDE NAVIGATION
========================================================================*/
.navbacktan {
	background-image: url(../images/splashimages/navback_top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	width: 206px;
}

#navcontainer {
	background: url(../images/splashimages/navback_shad.jpg) repeat-y;
	width: 206px;
	margin: 33px 0px 0px 0px;
	padding:0px;
	float:left;
	
}

#navwrap {
	width: 174px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	background: #e9e5ea url(../images/splashimages/navback_grad.jpg);
	border: 1px solid #ffffff;
}

#navwrap ul {
	margin: -20px 0 4px 0px;
	padding: 0;
	width: 174px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navwrap ul li ul {
	margin: 0 0 0px 15px;
	padding: 0px;
	width: 145px;
}

#navwrap a,#navwrap a:link,#navwrap a:visited {
	color: #440455;
	font-size: 13px;
	text-decoration: none;
	line-height: 13px;
	padding: 3px 5px;
	vertical-align: middle;
	margin: 0 4px 0px 4px;
	border-bottom: 1px solid #d4c9ce;
	width: 160px;
	display: block;
	list-style: none;
}

#navwrap a.supersubs {
	width: 145px;
}

#navwrap a:hover {
	color: #ffffff;
	background: #a886b1;
}

/* LISTS
========================================================================*/
ul.obitslist {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul.obitslist li {
	border-bottom: 1px solid #c0b98e;
}

ul.obitslist li a {
	margin: 1px 5px 1px 10px;
	text-decoration: none;
}

/* FOOTER
========================================================================*/
.footerdiv {
	font-size: 12px;
	width: 1010px;
	height: 75px;
	margin: 0px auto;
	background: #607B52; /*new green*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.footerdiv a {
	color: #dae8d2;
	text-decoration: none;
	font-weight: normal;
}

.footerdiv a:link {
	color: #dae8d2;
	font-weight: normal;
	text-decoration: none;
}

.footerdiv a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* FORMS
========================================================================*/
input,textarea {
	border: 2px solid #ccc;
	/*background-color: #ffffa0; yellow*/
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

input.noyellow {
	
	background-color: #fff;
	
}

input:focus,textarea:focus {
	border: 2px solid #666;
}

.focus {
	border: 2px solid #666;
}

input.noborder {
	border: none;
}

input.submit {
	color: #394A39;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #394A39;
}

input.submit:focus {
	border: 2px solid #666;
}

.debug {
	color: #FF0000;
	font-weight: bold;
}

/*.formtable { yellow
	background: #f2e092;
	border: 5px solid #e4c959;
}

.formtable td {
	padding: 5px;
	border-bottom: 1px solid #ceb54b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}*/
.formtable {background:#e8e4e9;border:5px solid #cdc6d3;}
.formtable td {padding:5px;border-bottom:1px solid #bbb1c3; font-family: Arial, Helvetica, sans-serif;font-size:13px; line-height:14px;}


.photos {
	border: 4px #bbd19f solid;
}
.photocaption {
  font-family: "Times New Roman", Times, Georgia, serif;
  text-transform:capitalize;
}
.obittable {padding:0px 0px;float:left;position:relative;width:730px;}
.obittable td {border-bottom:1px solid #bfb88d;}
.obittable td {border-bottom:1px solid #bfb88d;}
.obittable th {background:#ebe2be; font-family: Arial, Helvetica, sans-serif;font-size:12px;}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #c8dfbb;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #a3bd8d;
}

.productNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#ebe2be;
	padding:0px 5px;
	width:720px;
	float:left;
	margin:5px 0px;
}
