<!--
/* Lakes Funeral Home CSS */


body {
  position: absolute;
  top: 0px;
  left: 0px;
/*
  background-image: url("../art/lakesbackground.jpg");
  background-repeat: both;
*/
  background-color: beige;
  font-family: TimesRoman, serif;
  font-size: 12pt;
  color: black;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-width: 0px;
}



#menuArea {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: TimesRoman, serif;
  font-size: 10pt;
  width: 215px;
  text-align: center;
}

.menuItem {
  height: 40px;
  width: 215px;
  background-image: url("../art/LakesButton.gif");
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
} 

a.menuText:link {
  position: relative;
  top: 10px;
  font-family: TimesRoman, serif;
  font-size: 12pt;
  font-style: italic;
/*
  color: #dfd492;
*/
  color: gold;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
}

a.menuText:visited {
  position: relative;
  top: 10px;
  font-family: TimesRoman, serif;
  font-size: 12pt;
  font-style: italic;
/*
  color: #dfd492;
*/
  color: gold;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
}

a.menuText:hover {
  position: relative;
  top: 10px;
  font-family: TimesRoman, serif;
  font-size: 12pt;
  font-style: italic;
/*
  color: #dfd492;
*/
  color: gold;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
}

a.menuText:active {
  position: relative;
  top: 10px;
  font-family: TimesRoman, serif;
  font-size: 12pt;
  font-style: italic;
/*
  color: #dfd492;
*/
  color: gold;
  text-align: center;
  padding-top: 20px;
  text-decoration: none;
}




.sep {
  background-color: black;
  width: 65%;
}

.nothing {
}


.noheight {
  padding: 0px;
  margin: 0px;
}


#topBar {
  position: absolute;
  top: 30px;
  height: 160px;
  width: 550px;
}

#contentArea {
  padding: 25px;
  width: 550px;
}


.onTop {
  position: relative;
  top: -159px;
  left: -15px;
  z-index: 2;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

.below {
  position: relative;
  top: 10px;
  left: 0px;
  z-index: 1;
}


.homePageTitle {
  font-family: "Monotype Corsiva,cursive";
  font-size: 16pt;
  color: black;
  width: 410px;
}

.homePageText {
  font-family: "Monotype Corsiva,cursive";
  font-size: 13pt;
  color: black;
  width: 410px;
}


.caption {
  font-size: 10pt;
  text-align: center;
}

.indent {
  padding-left: 35px;
  padding-right: 15px;
}


.obitListings {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
}




.lovingHonors {
  font-size: 8pt;
  font-family: TimesRoman, serif;
  color: black;
  text-align: center;
  width: 100%;
}

a:link.lovingHonorsLink {
  font-size: 8pt;
  font-family: TimesRoman, serif;
  color: black;
  text-decoration: underline;
}
a:active.lovingHonorsLink {
  font-size: 8pt;
  font-family: TimesRoman, serif;
  color: black;
  text-decoration: underline;
}
a:hover.lovingHonorsLink {
  font-size: 8pt;
  font-family: TimesRoman, serif;
  color: black;
  text-decoration: underline;
}
a:visited.lovingHonorsLink {
  font-size: 8pt;
  font-family: TimesRoman, serif;
  color: black;
  text-decoration: underline;
}


-->
