html, body { 
  
  height: 100%; padding:0px;margin:0px;}
html, body, table, td { font-family: Arial,sans-serif; color: #454545; font-size: 12px; }
a{text-decoration:none; color:#2f578a; font-weight:bold;}
a:hover{color:#2f578a;}
a:visited{color:#2f578a;}

.quickShareHeader{
width: 300px;
padding: 2px;
box-shadow: 0px 2px 3px #888;
-moz-box-shadow: 0px 2px 3px #888;
-webkit-box-shadow: 0px 2px 3px #888;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #dadada;
margin-bottom: 10px;
padding-top: 5px;
}

.contactHeader{
  color:#876892;
  font-size:30px;
}

.homePageButton{
text-decoration:underline;
color:#2f578a;
position:absolute;
bottom:10px;
right:10px;
padding:5px;
font-size:14px;
text-align:right;
}

.contactMessageList{
  margin-left:10px;
  padding:0px;
  color:#b31f30;
}

.tabBar{
  background: #b187bc;
  background: -moz-linear-gradient(top, #b187bc 0%, #784c8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b187bc), color-stop(100%,#784c8a));
  background: -webkit-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  background: -o-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  background: -ms-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B187BC', endColorstr='#784C8A',GradientType=0 );
  background: linear-gradient(top, #b187bc 0%,#784c8a 100%);
  border-top:2px solid #784c8a;
  box-shadow:0px 2px 2px #454545;
  -moz-box-shadow: 0px 2px 2px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 2px #454545; /* Saf3.0+, Chrome */
  display:inline-block;
  width:100%;
  padding-right: 1px;
}

.profileListHeader{
  font-weight:bold;
  font-size:14px;
  color:#876892;
  border-bottom:1px solid #dadada;
  margin-top:10px;
  margin-bottom:10px;
}

ul.profileList{
  margin:5px;
  padding:5px;
  list-style:none;
}

ul.profileList li{
  float:left;
  margin:5px;
  font-size:12px;
  width:140px;
}

.profileTabSelected{
  padding: 5px;
  color: #5b565d;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 1px #dadada;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c3abcd;
  margin: 5px;
  border:1px solid #888;
  cursor:pointer;
  float:left;
  padding-left:10px;
  padding-right:10px;
}

.profileTab{
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  cursor:pointer;
  float:left;
  padding-left:10px;
  padding-right:10px;
}

.profileCopyBox{
  padding:10px;
  min-height:400px;
}

.profileCopyBoxHidden{
  padding:10px;
  min-height:400px;
  display:none;
}

.profileBox{
  border: 1px solid #dadada;
box-shadow: 2px 2px 3px #888;
-moz-box-shadow: 2px 2px 3px #888;
-webkit-box-shadow: 2px 2px 3px #888;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 10px;
  background-color:white;
}

.contactLeftSide{
  width:560px;
  border-right:1px solid #dadada;
  float:left;
}

.contactSeperatorBar{
  border-bottom:1px solid #dadada;
  margin-top:20px;
  margin-bottom:20px;
}

.contactOR{
  position:absolute;
  color:#876892;
  font-size:40px;
  background-color:white;
  left:587px;
  font-family: Arial Black,sans-serif;
}

.contactOwnerButton{
  float:right;
    font-size: 29px;
  display: block;
  color:#876892;
  padding: 10px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
  position: relative;
  cursor:pointer;
  text-align:center;
  width:340px;
  margin-bottom:20px;
}

.boldContactText{
  font-family: Arial Black,sans-serif;
  font-size:27px;
}

.smallButtonText{
  font-size:10px;
  color:#454545;
  text-shadow:none;
}

.contactPromoteButton{
  float:right;
    font-size: 12px;
  display: block;
  color:#876892;
  padding: 10px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
  position: relative;
  cursor:pointer;
}

.contactImage{
  float:right;margin-right:133px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #888;
  -moz-box-shadow: 1px 2px 3px #888;
  -webkit-box-shadow: 1px 2px 3px #888;
}

.contactRightSide{
  width:370px;
  float:right;
  padding-top:35px;
}

.contactCopy{
  padding:10px;
  font-size:12px;
}

.contactFormLabel{
  font-weight:bold;
  font-size:14px;
  text-shadow: 1px 1px 1px white;
  color:#454545;
  text-align:left;
}

.contactInput{
  text-align:left;
  width:290px;
  height:24px;
  color:#454545;
  margin-top:4px;
  box-shadow:2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #888; /* Saf3.0+, Chrome */
  border:none;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
  margin-bottom:10px;
}

.formWrapper{
  background-color:#dcd4df;
  width:300px;
  padding:10px;
  border-color:#dadada;
  margin:10px;
  margin-left:0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #888;
  -moz-box-shadow: 1px 2px 3px #888;
  -webkit-box-shadow: 1px 2px 3px #888;
  margin-left:112px;
}

.formWrapper td{
  font-weight:bold;
  font-size:14px;
  text-shadow: 1px 1px 1px white;
  color:#454545;
  text-align:left;
}

.formWrapper input[type=text] {
  text-align:left;
  width:290px;
  height:24px;
  color:#454545;
  margin-top:4px;
  box-shadow:2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #888; /* Saf3.0+, Chrome */
  border:none;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
  margin-bottom:10px;
}

.formWrapper select {
  text-align:left;
  width:290px;
  height:24px;
  color:#454545;
  margin-top:4px;
  box-shadow:2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #888; /* Saf3.0+, Chrome */
  border:none;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
  margin-bottom:10px;
}

.formWrapper textarea {
  text-align:left;
  width:290px;
  height:24px;
  color:#454545;
  margin-top:4px;
  box-shadow:2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #888; /* Saf3.0+, Chrome */
  border:none;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
  margin-bottom:10px;
  width:600px;
  height:100px;
}

.formWrapper input[type=submit] {
    font-size: 18px;
  display: block;
  color:#876892;
  padding: 10px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;

  cursor:pointer;
  margin-top:20px;
}

.formWrapper p{
  font-size:14px;
  font-weight:bold;
}


.contactButton{
  float:right;
    font-size: 12px;
  display: block;
  color:#876892;
  padding: 10px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
  position: relative;
  cursor:pointer;
}

.aboutTitle{
  font-size:20px;
  margin-bottom:20px;
}

.aboutCopy{
  font-size:14px;
  margin:10px;
}

.adHeader{
  font-weight:bold;
  font-size:50px;
  text-align:center;
  color;#454545;
  font-family: Arial Black,sans-serif;
}


.adBulletHeader{
  font-family: Arial Black,sans-serif;
  font-size:16px;
}

.adBulletBlock{
 width: 45%;
float: left;
padding-left: 20px;
padding-top: 8px;
}

.adBulletList{
  font-size:17px;
}

.adFooter{
  background-color: #fefefe;
  border: 1px solid #b3b3b3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:20px;
margin:20px;
text-align:center;
width:740px;
height: 140px;
padding-top:5px;
box-shadow: 1px 2px 3px #888;
  -moz-box-shadow: 1px 2px 3px #888;
  -webkit-box-shadow: 1px 2px 3px #888;
}

.adFooterCopy{
  font-size:20px;
  color:#454545;
  font-weight:bold;
  float:left;
  padding:25px;
  padding-top: 40px;
}

.getStartedButton{
  float:right;
    font-size: 30px;
  display: block;
  color:#023375;
  padding: 10px;
  padding-top:25px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  height: 90px;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
  position: relative;
  width: 330px; 
  cursor:pointer;
}

.aboutUsMenuBar{
  font-size: 18px;
  display: block;
  color:#876892;
  padding: 10px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
}

.aboutUsMenuItem{
  margin-left: 10px;
margin-right: 10px;
}

.adButtonBoldText{
  font-family: Arial Black,sans-serif;
  color:#023375;
}

.adFooterCallText{
  width: 338px;
float: right;
font-size: 16px;
}

.adFooterPurpleText{
  font-family: Arial Black,sans-serif;
  color:#023375;
}

.adHeaderBar{
  background: #97abc6; /* Old browsers */
background: -moz-linear-gradient(top, #97abc6 0%, #023375 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97abc6), color-stop(100%,#023375)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #97abc6 0%,#023375 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #97abc6 0%,#023375 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #97abc6 0%,#023375 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97abc6', endColorstr='#023375',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #97abc6 0%,#023375 100%); /* W3C */
  box-shadow: 0px 2px 2px #454545;
  -moz-box-shadow: 0px 2px 2px #454545;
  -webkit-box-shadow: 0px 2px 2px #454545;
  display: inline-block;
  width: 989px;
  margin-top: -3px;
  padding: 5px;
  color: #dadada;
  text-align: center;
  font-size: 20px;
  margin-left: -10px;
}

.adHeaderCopy{
  font-size:18px;
  color:#454545;
  padding:20px;
  text-align:center;
}

.siteMapItem{
  color:#663d75;
  font-weight:bold;
  font-size:14px;
}

.advertisingBlock{
  top: -40px;
position: relative;
padding-left:5px;
left:10px;
width: 319px;
float:right;
}

.courtesyOwnButton{
  font-size: 15px;
  display: block;
  color: #2f578a;
  padding: 2px;
  font-weight: bold;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
  background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  height: 18px;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
  margin: 5px;
  position: relative;
  width: 228px;
}

.siteMapMenuBar{
  width:565px;
  float:left;
  margin-left:50px;
  margin-top:15px;
}
.cityList{
  font-size:16px;
  margin:0px;
  padding:0px;
  text-align:left;
  margin-left:10px;
}

.cityListItem{
  font-size:14px;
  float:left;
  margin:5px;
  list-style:none;
  text-align:left;
}

a.cityListLink{
  color:#454545;
  text-decoration:none;
  display:block;
  width:150px;
  text-align:left;
  font-weight:normal;
}

.countryAnchorHeader{
font-size: 16px;
border-bottom: 2px solid #c1cddd;
display: block;
width: 99%;
margin-bottom:10px;
text-align:left;
margin-top:10px;
color:#454545;
font-weight:bold;
}

.searchHeader{
color: #454545;
text-shadow: 1px 1px 1px white;
width: 96%;
font-size: 20px;
margin-bottom: 10px;
background-color: #c1cddd;
padding: 5px;
border-bottom:1px solid #888;
padding-left: 20px;
text-align:left;
-moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   margin-top:10px;
}

a.funeralGuideLink{
  color:#2f578a;
}

.topMenuBar{
  color:white;
  background-color:#454545;
  padding-top:5px;
  padding-bottom:5px;
  box-shadow:0px 2px 2px #454545;
  -moz-box-shadow: 0px 2px 2px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 2px #454545; /* Saf3.0+, Chrome */
  border-bottom:1px solid #96afc5;
  display:inline-block;
  width:100%;
}

.topMenu{
  width:490px;
  float:right;
  color:#cecece;
  display:inline-block;
}

a.topMenuItem{
  color:#cecece;
  text-decoration:none;
}

a.topMenuItem:hover{
  text-decoration:underline;
}

.bottomMenuBar{
  background: #97abc6; /* Old browsers */
background: -moz-linear-gradient(top, #97abc6 0%, #023375 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97abc6), color-stop(100%,#023375)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #97abc6 0%,#023375 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #97abc6 0%,#023375 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #97abc6 0%,#023375 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97abc6', endColorstr='#023375',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #97abc6 0%,#023375 100%); /* W3C */
  border-top:2px solid #505863;
  box-shadow:0px 2px 2px #454545;
  -moz-box-shadow: 0px 2px 2px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 2px #454545; /* Saf3.0+, Chrome */
  display:inline-block;
  width:100%;
  margin-top:-3px;
}

.bottomMenu{
  text-align:center;
  color:white;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  font-size:16px;
  display:inline-block;
  width:100%;
}

a.bottomMenuItem{
  color:white;
  text-decoration:none;
  font-size: 16px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   padding:5px;
}

a.bottomMenuItem:hover{
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#E3E3E3',GradientType=0 );
  background: linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  color:#454545;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

a.selectedTab{
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#E3E3E3',GradientType=0 );
  background: linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  color:#454545;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

.logoSearchHeader{
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#E3E3E3',GradientType=0 );
  background: linear-gradient(top, #fcfcfc 0%,#e3e3e3 100%);
  width:100%;
  height:95px;
  display:inline-block;
}

.logo{
  width: 216px; 
  height: 63px;
  display:inline-block;
  text-decoration:none;
  border:none;
}

.logoText{
  color:#777777;
  font-weight:bold;
  font-size:16px;
}

.logoBlock{
  text-align:center;
  width:275px;
  margin-left:75px;
  margin-top:5px;
  float:left;
  display:inline-block;
}

.searchBlock{
  float:right;
  margin-right:75px;
  margin-top:10px;
  display:inline-block;
}

.searchText{
  font-weight:bold;
  color:#454545;
  font-size:16px;
  margin-left:-55px;
  text-align:left;
}

.searchTextBold{
  color:#003573;
  font-family: Arial Black,sans-serif;
}

.searchButton{
background: #d6dde7; /* Old browsers */
background: -moz-linear-gradient(top, #d6dde7 0%, #8393ad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dde7), color-stop(100%,#8393ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde7', endColorstr='#8393ad',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* W3C */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
width: 98px;
height: 30px;
border: 0;
margin-top:6px;
margin-left:10px;
font-size:18px;
color:#454545;
}

.noResultLink{
  background: #d6dde7; /* Old browsers */
background: -moz-linear-gradient(top, #d6dde7 0%, #8393ad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dde7), color-stop(100%,#8393ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde7', endColorstr='#8393ad',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* W3C */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
border: 0;
margin:20px;
font-size:20px;
color:#454545;
padding:20px;
display:block;
width:39%;
float:left;
text-align:center;
}

.noResultLinkCity{
  background: #d6dde7; /* Old browsers */
background: -moz-linear-gradient(top, #d6dde7 0%, #8393ad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dde7), color-stop(100%,#8393ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* IE10+ */
filter: progfont-size: 13px;id:DXImageTransform.Microsoft.gradient( startColorstr='#d6dde7', endColorstr='#8393ad',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #d6dde7 0%,#8393ad 100%); /* W3C */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
  text-shadow: 1px 1px 1px #dadada;
  border: 1px solid #dadada;
  text-shadow: 1px 1px 1px white;
border: 0;
margin:20px;
font-size:20px;
color:#454545;
padding:20px;
display:block;
float:left;
text-align:center;
width:70%;
}

h4{
  padding:0px;
  margin:0px;  
}


.noResultImage{
  top: 6px;
position: relative;
left: -10px;
border:none;
}

.searchBox{
  height:24px;
  margin-top:4px;
  box-shadow:2px 2px 2px #454545;
  -moz-box-shadow: 2px 2px 2px #454545; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #454545; /* Saf3.0+, Chrome */
  border:none;
  color:#a2a2a2;
  padding:3px;
  padding-left:5px;
  margin-right:1px;
  -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  width:218px;
  font-style:italic;
  font-size:14px;
  display:inline-block;
  border: 1px solid #dbdbdb;
}

.container { text-align: center; }
.container-inner {
	width: 100%; 
	margin: 0 auto;
	text-align: left;
}

.autocompleteResult {
	position: absolute;
	z-index: 10000;
	background-color: white;
	border: 1px solid  #C1BCCB;
	border-width: 0px 1px 1px 1px;
	padding: 2px;
	font-size: 95%;
	margin-top:2px;
	margin-left:1px;
}
.autocompleteResult div {
	padding-left: 5px; 
	text-indent: -5px;
}
.autocompleteResult div.hasFocus {
	background-color: #dcd4df;
}
.autocompleteResult div.hasHover {
	background-color: #dcd4df;
}

.content{
  margin-top:3px;
  background: #c1cddd; /* Old browsers */
background: -moz-linear-gradient(top, #c1cddd 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1cddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c1cddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c1cddd 0%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #c1cddd 0%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1cddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #c1cddd 0%,#ffffff 100%); /* W3C */
}

.innerContainer{
   width:1010px;
   background-color:#ebebeb;
   margin:auto;
   box-shadow:0px 2px 3px #454545;
  -moz-box-shadow: 0px 2px 3px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #454545; /* Saf3.0+, Chrome */
  -moz-border-radius: 0 0 3px 3px; /* FF1+ */
  -webkit-border-radius: 0 0 3px 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 0 0 3px 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   border:1px solid #b3b3b3;
  padding:10px;
  margin-top:-2px;
}

.headerDropDownMenu{
  box-shadow:0px 2px 3px #454545;
  -moz-box-shadow: 0px 2px 3px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #454545; /* Saf3.0+, Chrome */
  -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   background-color:#c4aacc;
   border:1px solid #767676;
   width:88%;
   margin:auto;
   padding:10px;
   padding-top:3px;
   margin-top:-11px;
   margin-bottom:10px;
   position:relative;
   cursor:pointer;
}

form{
  padding:0;
  margin:0;
} 

span{
  padding:0;
  margin:0;
}

.dropDownText{
  color:#5b565d;
  font-weight:bold;
  font-size:18px;
  text-shadow: 1px 1px 1px #dadada;
  width:265px;
  height:25px;
  vertical-align:top;
  display:inline-block;
}

.pushpin{
  background-image:url("/images/imageMap.png");
  background-position: -232px -0px;
  background-repeat:no-repeat;
  width:32px;
  height:40px;
  display:inline-block;
  top:-10px;
  position:relative;
  margin:3px;
  vertical-align:top;
}

.tools{
  background-image:url("/images/imageMap.png");
  background-position: -270px -0px;
  background-repeat:no-repeat;
  width:32px;
  height:40px;
  display:inline-block;
  top:-11px;
  position:relative;
  margin:3px;
  vertical-align:top;
}

.upArrow{
  background-image:url("/images/imageMap.png");
  background-position: -258px -52px;
  background-repeat:no-repeat;
  width:32px;
  height: 32px;
  display:inline-block;
  margin:3px;
  vertical-align:top;
  position:absolute;
  top:-15px;
  right:5px;
}

.downArrow{
  background-image:url("/images/imageMap.png");
  background-position: -215px -52px;
  background-repeat:no-repeat;
  width:32px;
  height: 32px;
  display:inline-block;
  margin:3px;
  vertical-align:top;
  position:absolute;
  top:-15px;
  right:5px;
}


.pageContent{
  min-height:200px;
  background-color:white;
  box-shadow:0px 2px 3px #454545;
  -moz-box-shadow: 0px 2px 3px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #454545; /* Saf3.0+, Chrome */
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   border:1px solid #b3b3b3;
   width:97%;
   margin:auto;
   padding:10px;
   padding-bottom:50px;
}

.headerSlideDownMenu{
  background-color:#c4aacc;
  color:white;
  font-size:13px;
  width:98%;
  height:100px;
}

.dropDownDetailText{
  float:left;
  width:265px;
  padding-top:5px;
  height:100px;
}

a.dropDownDetailButton{
  width:95px;
  display:block;
  padding:5px;
  text-decoration:none;
  background-color:#f5f5f5;
  color:#9772c4;
  position:relative;
  top:5px;
  left:126px;
  font-weight:bold;
  text-shadow: 1px 1px 1px white;
  font-size:12px;
}

li{
  padding:0;
  margin:0;
}

ul{
  margin-top:5px;
  padding-top:5px;
}

.funeralGuideBlock{
  background-color:#d5d5d5;
  border:1px solid #bdbdbd;
  margin-top:10px;
  padding:10px;
  width:256px;
  display:inline-block;
  float:left;
  margin-left:20px;
}

.funeralGuideText{
  color:#777777;
  font-weight:bold;
  text-shadow: 1px 1px 1px white;
  text-align:center;
  font-size:22px;

}

.funeralGuideList{
  color: #2f578a;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px white;
}

.funeralResourcesBlock{
  float:left;
  margin:1px;
  margin-top:22px;
  padding:10px;
  display:inline-block;
  width:345px;
}

.rescourceFooterText{
  color:#777777;
  text-shadow: 1px 1px 1px white;
  font-weight:bold;
  font-size:21px;
  margin:10px;
}

.recourceFooterLink{
  color: #2f578a;
padding: 4px;
border-bottom: 1px solid #bdbdbd;
text-align: right;
text-decoration: none;
font-weight: bold;
display: inline-block;
width: 300px;
float: right;
margin-right:10px;
font-size:14px;
}

.recourceFooterLink:hover{
  background-color:#D5D5D5;
}

.detailedFooterSearchText{
  float:right;
  text-size:8px;
  color:#777777;
  width:320px;
  margin-top:5px;
}

.footer{
  padding:1px;
}

.tinyFooterMenu{
  color: #8A8A8A;
    position: relative;
    right: 0;
    text-align: right;
    top: 8px;
    width: 100%;
}

a.tinyFooterLink{
  color:#8a8a8a;
  font-size:10px;
  text-align:right;
  font-weigh:bold;
  text-decoration:none;
}

.contentHeader{
  color:#454545;
  font-size:30px;
  text-align:center;
  width:100%;
  margin:5px;
  margin-top:0px;
  text-shadow: 1px 1px 2px #888888;
}

.homePageContentBox{
  background-color:white;
  box-shadow:2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 3px #888; /* Saf3.0+, Chrome */
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   padding:10px;
   width:270px;
   float:left;
   margin:8px;
   height:215px;
   position:relative;
   border:10px solid #c6c9ce;
}

.homePageContentBox:hover{
  background-color:#e8edf3;
  border:10px solid #2f578a;
}

.homePageContentHeaderText{
  color: #2f578a;
  font-size: 23px;
  font-weight:bold;
}

.homePageContentBoxCopy{
  color: #454545;
  font-size: 14px;
  position:relative;
  top:10px;
  margin-left:5px;
}

.homePageBlogContentBlock{
  background-color: #DADADA;
    margin-bottom: 10px;
    padding: 10px;
    width: 267px;
    height:134px;
}

.copyblock{
  padding-bottom:10px;
}

.blogBlockHeader{
  color: #454545;
  font-size: 14px;
  font-weight: bold;
}

.blogArticleList{
  color: #663D75;
  margin-left: 0;
  padding-left: 24px;
}

.blogArticleLink{
  color:#663D75;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}

.blogReadMoreButton{
  background-color: #C4AACC;
  color: #6b636d;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
  width: 64px;
  text-align:center;
  font-size:12px;
  position:absolute;
  bottom:20px;
  right:20px;
  text-shadow:1px 1px 1px #f2ecf4;
}

.insightReadMoreButton{
  font-size: 12px;
  display: block;
  color: #725B7C;
  padding:2px;
  font-weight: bold;
background: #eaeaea;
background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#D6D6D6',GradientType=0 );
background: linear-gradient(top, #eaeaea 0%,#d6d6d6 100%);
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  box-shadow:0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #888; /* Saf3.0+, Chrome */
  text-shadow: 1px 1px 1px #dadada;
  height:16px;
  border:1px solid #dadada;
  text-shadow:1px 1px 1px white;
  margin:5px;
  float:right;
}

.insightContent{
  font-size:10px;
}

.insightHeaderBar{
  background-color: #e1dae4;
width: 400px;
height: 17px;
float: left;
margin-top: 10px;
vertical-align: top;
}

.insightBlock{
  background-color: #e8e8e8;
padding: 5px;
width: 292px;
margin: 3px;
margin-left: 15px;
}

.insightBlock:hover{
  background-color:#d5d5d5;
}

.insightsHeader{
  width:100%;
  display:inline-block;
  margin-top:10px;
  margin-bottom:10px;
}

.insightHeader{
    color:#663d75;
  font-weight:bold;
}

.homePageResourceBlock{
  float:left;
  width:330px;
}

.homePageSpotlights{
  width:318px;
  float:left;
}

.industryInsightsBlock{
  width:325px;
  float:left
}

.recourceLink{
  color: #876892;
  padding: 4px;
  border-bottom: 1px solid #bdbdbd;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 300px;
  float: right;;
  font-size:14px;
}

.recourceLink:hover{
  background-color:#efefef;
}

.homePageResourceHeader{
  font-weight:bold;
  color:#454545;
  font-size:18px;
}

.homePageResourceList{
  width:316px;
}

.servebyLine{
  color: #725B7C;
  font-weight: bold;
  font-size: 12px;
  font-style:italic;
  position: relative;
  top: -4px;
}

/******************************************************************************************/

.sidebar-content .sidebar-container { background-color: #D5C5D9; border: 1px solid black; vertical-align: top; width: 264px; }
.sidebar-content .sidebar {
	float: left; width: 264px;
	background-color: #D5C5D9;
	color: white;
}
.sidebar-heading { background-color: #5D0C7B; font-size: 110%; padding: 0.5em; font-weight: bold; }
.sidebar ul, .sidebar li { margin: 0; padding: 0; list-style: none; }
.sidebar .sidebar-link { border-bottom: 1px solid #CBB1D5; }
.sidebar .sidebar-link a:link, .sidebar .sidebar-link a:visited { display: block; padding: 0.5em 1em; color: black; text-decoration: none; font-weight: bold; }
.sidebar .sidebar-link a:hover { background-color: #E5D5E9; }
.sidebar-content .content-with-sidebar { margin-left: 5px; }


.breadcrumb { margin-top: 0; margin-bottom: 0.5em; }
div.breadcrumb { margin: 0; float:left; padding-top: 0.5em; }
.bannerad { margin-bottom: 0.5em; height: 90px; }

h1 { color: #454545; font-weight: bold; padding: 0px; margin: 0px; border-bottom:5px solid #2c5990; margin-top:10px;margin-bottom:10px; 
  text-shadow: 1px 1px 1px #dadada;}

div.title-box { 
	width: 50%;
	background-color: #D5C5D9;
	color: black; 
	font-weight: bold;
	font-size: 120%;
	padding: 3px 5px;
}
.highlight-box { 
	display: block; 
	padding: 7px; 
	background-color: #D5C5D9; 
	border: 1px solid #5D0C7B; 
	font-weight: bold; 
	margin-bottom: 10px; 
}
div.column1 { float: left; width: 665px; }

table, td { font-size: 1em; }

a.resultCategory1:link, a.resultCategory1:visited { font-weight: bold; text-decoration: none; color: #454545; font-size: 120%; }
a.resultCategory:link, a.resultCategory:visited { text-decoration: none; color: black; font-size: 95%; }
a.resultCategory:hover { text-decoration: underline; }

.tinlisting { font-size: 80%; }
.searchResults, .content-box{
  padding: 0.5em 1em; margin-bottom: 0.75em; margin-top: -1px; text-align:left;
}

.tinlisting  {
	border: 1px solid #9393A5;
	padding: 0.5em 1em; margin-bottom: 0.75em; margin-top: -1px; text-align:left;
}

.tinlisting:hover  {
	background-color:#f5f3f6;
}
.tinlisting .listingname { font-weight: bold; }
.tinlistinginfo1 { float: left; } 
.tinlistinginfo2 { margin-left: 225px; text-align:right; }
/*.pagenav { text-align: right; } */
.column2 { float: right; width: 305px; }
.myfsn_listing_feature { float: right; width: 68px; border: 1px solid #888;  box-shadow:0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 2px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 2px #888; /* Saf3.0+, Chrome */}
.myfsn_listing_feature img { display: block; }
.myfsn_listing_feature_foot { display: block;
text-align: center;
font-size: 11px;
background: #888;
color: white;
margin: 0;
margin-left: -1px;
margin-right: -1px;
margin-bottom: -1px;}
.myfsn_listing_feature a:link, .myfsn_listing_feature_foot a:visited { color: white; text-decoration: none !important; }

.pagecopy h3 { font-size: 120%; }
.clear { clear: both; }

.major-separator { 
	background-color: #9393A5; height: 8px; margin: 1em 0;
}
.sep { clear:both; }
.minor-separator {
	height: 0px; border-top: 1px solid #9393A5; margin: 1em 0;
}
/* the hr may exist for semantics, but won't display */
.major-separator hr, .minor-separator hr, .sep hr { display: none; }

/************** End FSNFuneral Home specific tags ****************/

#maptable { margin: 1em auto; display: none; }
#maptable td { vertical-align: top; }
#map { min-height: 400px; height: 100%;}
table.map{
  border:1px solid #dadada;
	box-shadow:2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 3px #888; /* Saf3.0+, Chrome */
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
   padding:10px;
}
#map #mapinfo { width: 300px; }
#mapinfo .listingNode, #mapinfo .floristNode { 
	border: 1px solid white; 
	padding: 3px;
	margin-left: -10px;
	font-size:10px;
}
/* #mapinfo .listingNode { background: url(/images/cross.gif) 5px center no-repeat; } */
/* #mapinfo .floristNode { background: url(/images/flower2.gif) 5px center no-repeat; } */
#mapinfo #mapInfoActiveItem { border: 1px solid #dadada; background-color: #f7f2f9; }


/* text ad rules */
.ad_box          { width: 223px; margin: 0px 0px 2px 0px; font-size: 12px; padding: 5px; padding-top:10px; padding-bottom:0px; min-height:86px;}
.ad_box:hover { background-color:#faf8fa;}
.ad_head                { text-align: left; font-weight: bold; padding: 0px 0px 5px 0px; }
.ad_head a:link, .ad_head a:visited , .ad_head a:hover { text-align: left; font-weight: bold; padding: 5px 0px 5px 0px; }
.ad_list .clear { padding-top: 3px; }

.ad_text         { text-align: left; font-weight: normal; padding: 0px 5px 5px 5px; font-size: 12px; }
.ad_text a       { text-align: left; font-weight: bold; text-decoration: none;  }
.ad_text a:hover { text-align: left; font-weight: bold; text-decoration: underline;  }
.ad_link         { text-align: center; color: #454545; font-weight: normal; padding: 0px 5px 5px 5px; font-size: 12px; }
.ad_link a       { text-align: left; color: #454545; font-weight: bold; text-decoration: none; font-size: 12px; }
.ad_link a:hover { text-align: left; color: #454545; font-weight: bold; text-decoration: underline; font-size: 12px; }
/* end text ad rules */
.error-message { color: red; }

/** needed for company information box **/
.client-summary { border: 1px solid; margin: 0.5em 0; padding: 0.1em 0.25em; background-color: white; } 
.half {	width: 49.8%; }
.left {	float:left; } 
.right { float:right; }
.clear { clear:both; }
/** end needed for company information box **/


div.prem-listing {
	border:1px solid #dadada;
	box-shadow:2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 3px #888; /* Saf3.0+, Chrome */
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
   border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	margin-bottom:10px;
/* 	margin-top: 10px; */
}

div.prem-listing:hover { background-color:#f7f2f9;}

.tagLine{
  font-style:italic;
  color:#efefef;
}

div.prem-header {
	color:white;
	
	padding:5px 10px 5px 10px;
	font-size:12px;
	width:644px;
	background: #b187bc;
  background: -moz-linear-gradient(top, #b187bc 0%, #784c8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b187bc), color-stop(100%,#784c8a));
  background: -webkit-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  background: -o-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  background: -ms-linear-gradient(top, #b187bc 0%,#784c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B187BC', endColorstr='#784C8A',GradientType=0 );
  background: linear-gradient(top, #b187bc 0%,#784c8a 100%);
  border-top:2px solid #784c8a;
  box-shadow:0px 2px 3px #454545;
  -moz-box-shadow: 0px 2px 3px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #454545; /* Saf3.0+, Chrome */

}
div.prem-header h3 { font-size:120%; margin:0px; }
div.prem-header h3 .phonenumber { float: right; clear: right; }
div.prem-header-end { clear: both; }
div.prem-header p { margin:0px; padding:2px; }
div.prem-body { padding: 10px; }
div.prem-listing .look_at_me {
	font-size:120%;
	font-weight:bold;
}
.listing-left { float: left; width: 49%; } 
.listing-right { margin-left: 50%; margin-top: 0; }
div.prem-listing ul, div.prem-listing li { margin-top: 0; margin-bottom: 0; }
div.prem-listing .address { margin: 0 0 0.5em 0; }
div.listing-right { text-align: right; }
div.prem-listing .button, div.prem-listing .button-mag { 
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative; 
	height: 34px; 
	line-height: 34px; 
	vertical-align: middle; 
	background: url(/images/themes/current/button-bg.jpg) repeat-x;
	font-weight: bold;
	zoom: 1;
}
div.prem-listing .button-inner1 { 
	position: absolute; 
	width: 9px; 
	height: 34px; 
	top: 0; left: 0;
	background: url(/images/themes/current/button-left.jpg) no-repeat;
}
div.prem-listing .button-mag .button-inner1 { 
	width: 30px; 
	background: url(/images/themes/current/button-left-mag.jpg) no-repeat;
}
div.prem-listing .button-inner2 { 
	position: absolute; 
	width: 9px; 
	height: 34px; 
	top: 0; right: 0;
	background: url(/images/themes/current/button-right.jpg) no-repeat;
}
div.prem-listing .button-inner3 {
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
	z-index: 1;
}
div.prem-listing .button-mag .button-inner3 {
	padding-left: 30px;
}

div.prem-listing .button a:link, div.prem-listing .button a:visited, 
div.prem-listing .button-mag a:link, div.prem-listing .button-mag a:visited
{ 
	text-decoration: none; color: #454545; 
	text-shadow:1px 1px 1px #f2ecf4;
}
div.prem-listing div.prem-header a:link, 
div.prem-listing div.prem-header a:visited {
	color: white;
}
div.prem-copy { 
	border: 1px solid black;
	padding: 0.5em;
	background-color: #D5C5D9;
}

table.compact-listings {
	border: 0;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
table.compact-listings td {
	padding: 1px 3px;
	font-size: 80%;
}
table.compact-listings td.column1 { width: 30%; }
table.compact-listings td.column2 { width: 55%; }
table.compact-listings td.column3 { width: 15%; }

.blog_breadcrumb{
  font-size:10px;
}

#content{
  font-size:1em;
}

.entry{
  width:100%;
}

#comment{
  width:500px;
}
