/*basic links  - many links not in p tags */
a:link{
color:#7C2020;
text-decoration: none;
}

a:visited{
color:#7C2020;
text-decoration: none;
}

a:hover{
color:#7C2020;
text-decoration:underline;
}

a:active{
	color:#CC3300;
	text-decoration: underline;
}

/*left nav links */

.navbar {
	color:#000000;
	text-decoration:none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navhead {
	color:#7C2020;
	text-decoration:none;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.navbar:link,a.navbar:visited{
	color:#7C2020;
	text-decoration:none;
}

a.navbar:hover{
color:#000000;
text-decoration:none;
}

/* optional top nav links or heading links */
a.navhead:link,a.navhead:visited{
color:#7C2020;
text-decoration:none;
}

a.navhead:hover{
color:#000000;
text-decoration:none;
}

a.navhead:active{
	color:#CC3300;
	text-decoration: none;
}

a.navbar:active{
	color:#CC3300;
	text-decoration: none;
}

/* headlines sized so that top headline can be H1 */
h1{
	background:url(/images/head_bg.jpg) no-repeat left bottom;
	color:#7C4920;
	font:italic 30px/48px Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09B6D;
	display: block;
	padding-left: 10px;
	vertical-align: bottom;
	padding-top: 36px;
}
h2{
color:#7C4920;
font:bold 18pt Arial, Helvetica, sans-serif;
}
h3{
color:#C09B6D;
font:bold 14pt Arial, Helvetica, sans-serif;
}
h4{
background:transparent;
color:#000000;
font:bold 12pt Arial, Helvetica, sans-serif;
}

/* default style for paragraphs and lists -li not in p tags*/
p,li,dd{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* main box style for obits, etc */

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

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

/* default copyright style */
.copyright{
color:#C09B6D;
font:9px/12px Arial, Helvetica, sans-serif;
}

/* default error message style */

.error{
	color:#FF0000;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* default fixed font size for areas where font should not scale- keep 
topbox for legacy */
.fixed, .topbox{
color:#000000;
font:normal 12px/18px Verdana, 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 #EBDDCC;
width:200px;
}

/*  optional style for left nav if applicable 
.navbox{
background:#EEEEEE;
padding: 10px 10px 10px 12px;
border: 1px; #CCCCCC solid;
width:200px;
}
*/

/* default for non-link nav text*/
.navtext{
color:#000000;
font:bold 12px/18px Arial, Helvetica, sans-serif;
margin-bottom:4px;
margin-top:7px;
}

/* default style for notes */
.note{
	color:#666666;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/* default for padding for some pages if applicable */
.pagebox{
padding-left:12px;
width:90%;
}

/* really small font for some forms */
.small{
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* little bigger small text for various things -can be combined with 
small */
.smalltext{
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
/* general table pad, used on many interactive elements */
.tdindent{
padding-left:11px;
padding-right:6px;
}

/* general table pad for vertical spacing on many interactive 
elements*/
.topspace, .tbspace{
padding-bottom:4px;
padding-top:4px;
}
.navbg {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.introbg {
	background-image: url(/images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	line-height: 18pt;
	color: #000000;
}
.obits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
}
.initialcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	line-height: 18pt;
	color: #7C4920;
}
hr {
	border: 0;
	color: #C09B6D;
	background-color: #C09B6D;
	height: 1px;
	width: 100%;
}
.condense {margin-bottom:4px;margin-top:2px;}



img {
	border: 1px;
	color: #000000;
}
