body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 760px
}
/*basic links  - many links not in p tags */
a:link{
color:#426486;
text-decoration: underline;
}

a:visited{
color:#426486;
text-decoration: underline;
}

a:hover{
color:#7B9BB7;
text-decoration:underline;
}

a:active{
	color:#999999;
	text-decoration: underline;
}

/*left nav links */

.navtopbox {
	background-image: url(http://lincolnfuneralcare.com/images/nav_button_off.gif);
	background-repeat: repeat-x;
	background-color: #466A8F;
}
.navtop {
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9CAEC0;
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
a.navtop:link,a.navtop:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.navtop:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #7B9BB7;
}
a.navtop:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #9CAEC0;
}
.navbuttonbox {
	background-image: url(http://lincolnfuneralcare.com/images/nav_button_off.gif);
	background-repeat: repeat-x;
}
.navbutton {
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CAEC0;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	width:194px;
}
a.navbutton:link,a.navbutton:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.navbutton:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #7B9BB7;
}
a.navbutton:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #9CAEC0;
}
.navbigbox {
	background-image: url(http://lincolnfuneralcare.com/images/nav_big_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.navbig {
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CAEC0;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a.navbig:link,a.navbig:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.navbig:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #7B9BB7;
}
a.navbig:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #9CAEC0;
}
.navsmalltext {
	font-size: 80%;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navsupport {
	font-size: 80%;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 24px;
}
a.navsupport:link,a.navsupport:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.navsupport:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #7B9BB7;
}
a.navsupport:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #9CAEC0;
}



/* headlines sized so that top headline can be H1 */
h1{
	font-weight: normal;
	font-size: 200%;
	line-height: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
h2{
	font-weight: bold;
	font-size: 140%;
	line-height: 100%;
	color: #426486;
}
h3{
	font-weight: bold;
	font-size: 140%;
	line-height: 100%;
	color: #7B9BB7;
}
h4{
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	color: #000000;
}

/* 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:#D3DCE5;
	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 12pt/14pt 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 #9CAEC0;
width:200px;
}


/* default for non-link nav text*/
.navtext{
	color:#FFFFFF;
	font-size:80%;
	line-height: 120%;
	padding: 10px;
}

/* 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: #9CAEC0;
	background-color: #9CAEC0;
	height: 1px;
	width: 100%;
}
.footer {
	font-size: 80%;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #7B9BB7;
	padding: 6px;
	text-align: right;
}
.topbar {
	font-size: 80%;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #7B9BB7;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CAEC0;
}
.topnavbox {
	color: #FFFFFF;
	background-color: #7B9BB7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CAEC0;
}
.sidenav {
	background-color: #4A729A;
}
a.navlink:link,a.navlink:visited,a.navlink:hover,a.navlink:active {
	color: #FFFFFF;
}
.topphone {
	font-size: 180%;
	line-height: 100%;
	color: #FFFFFF;
}
.frontphoto, .frontphoto1 {
	background-image: url(http://lincolnfuneralcare.com/images/front_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
	background-color: #3C5066;
	vertical-align: bottom;
}
.frontphoto2 {
	background-image: url(http://lincolnfuneralcare.com/images/front_photo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
	background-color: #3C5066;
	vertical-align: bottom;
}
.frontphoto3 {
	background-image: url(http://lincolnfuneralcare.com/images/front_photo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
	background-color: #3C5066;
	vertical-align: bottom;
}
.frontphoto4 {
	background-image: url(http://lincolnfuneralcare.com/images/front_photo4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
	background-color: #3C5066;
	vertical-align: bottom;
}
.fronttext {
	font-size: 85%;
	line-height: 120%;
	color: #FFFFFF;
	padding-top: 320px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 90px;
}
.frontSave {
	background-color: #3C5066;
	background-image: url(../images/front_save_bg.gif);
	background-repeat: repeat-x;
}
.titlebox {
	background-image: url(http://lincolnfuneralcare.com/images/titleBG.gif);
	background-repeat: repeat-x;
	height: 142px;
}
.condense{
margin-bottom:4px;
margin-top:2px;
}