
@import url("/pages/menucss?ts=");
/* /bfsitecss/full800 */

.logged-in { display:none }
.logged-out { }
.priv-ybeditor { display:none }
.priv-not-ybeditor { }
.priv-edit { display:none }
.priv-not-edit { }
.priv-admin { display:none }
.priv-not-admin { }
.edithtmlbody {background-color:white;background-image:none;}
.edithtmlbody .logged-in {display:block}
.edithtmlbody .logged-out {display:block}

div#headerlabel::after {
  content: ""; }

body {
  font-family: full800; }

/* Basic Layout */
/*@mixin bflayout-allwidths($w) {
    $w: $w + 0px;

    #bfmiddle > div {
        padding: 0;
        max-width: $w;
    }

    #bfmenubar > div {
        padding: 0;
        max-width: $w;
    }

    #bfheader > div {
        padding: 0;
        max-width: $w;
    }

    #bffooter > div {
        padding: 0;
        max-width: $w;
    }
}*/
/* TBD - replace with generic text-font mixin.  */
/*          i.e. "@include bfheader-h1-text(...) -->  #bfheader{ h1 { @include font-text(...) } } */
/********************************************************************************************************/
/*      Old mixins - probably not used */
/********************************************************************************************************/
/* Navbar */
/********************************************************************************************************/
/* Menu */
/********************************************************************************************************/
/* Buttons */
.btnCustom1 {
  /* Apply gradient (must be inside selector) */
  background: red;
  background: -moz-linear-gradient(top, red 0%, blue 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, red), color-stop(100%, blue));
  background: -webkit-linear-gradient(top, red 0%, blue 100%);
  background: -o-linear-gradient(top, red 0%, blue 100%);
  background: -ms-linear-gradient(top, red 0%, blue 100%);
  background: linear-gradient(top, red 0%, blue 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='blue',GradientType=0 );
  border-color: none;
  color: #FFFFFF; }

div.btnCustom1 > a, div.btnCustom1 > a:link, div.btnCustom1 > a:visited, div.btnCustom1 > a:active, div.btnCustom1 > a:hover {
  color: #FFFFFF;
  text-decoration: none; }

.btnCustom1:hover {
  /* Apply gradient (must be inside selector) */
  background: blue;
  background: -moz-linear-gradient(top, blue 0%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, blue), color-stop(100%, red));
  background: -webkit-linear-gradient(top, blue 0%, red 100%);
  background: -o-linear-gradient(top, blue 0%, red 100%);
  background: -ms-linear-gradient(top, blue 0%, red 100%);
  background: linear-gradient(top, blue 0%, red 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='blue', endColorstr='red',GradientType=0 );
  border-color: none;
  color: #FFFFFF; }

span#pane_select_button_title::after {
  content: "NewText3"; }

span#pane_select_button_title span {
  display: none; }

#RegPageNumber {
  display: none; }

.abc {
  color: red; }

option.PREVDECEASED {
  display: none; }

body {
  font-family: 'Droid Serif', serif;
  margin: 0;
  font-size: 95%;
  padding: 0;
  line-height: 1.7em;
  background-color: #FAF4E0;
  color: #757575; }

table.classsite > tbody > tr:nth-child(2) > td > table {
  border-collapse: separate;
  border-spacing: 10px; }

td.classsite {
  padding: 8px 5px 8px 5px;
  background-color: #eeeeff;
  margin-right: 200px; }

table.classsite {
  margin: 0 auto;
  margin-top: 0px;
  text-align: left;
  width: 980px;
  align: left;
  padding: 0; }

p {
  background-color: none; }

h1 {
  font: bold 18pt/24pt Verdana, Arial, Helvetica, sans-serif;
  color: #246244;
  margin: 0;
  padding: 0; }

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #777; }

a:link {
  color: #1F3E90; }

a:visited {
  color: #1F3E90; }

a:active {
  color: #1F3E90; }

a:hover {
  color: #1F3E90; }

.form h1 {
  color: white;
  background-color: #035338; }

/*  .formtable2 { background-color: #F46432; }  (not used) */
.formhead1 {
  background-color: #035338; }

.newsFlash a:hover {
  color: #FF9820; }

.newsFlash hr {
  color: #035338; }

.heading1 {
  font-weight: bold;
  font-size: 14px;
  font-family: helvetica, tahoma, 'arial', verdana; }

.heading3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold; }

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px; }

.llinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold; }

td.rightNav {
  background-color: #ccffcc;
  padding: 5px; }

/*********************************/
/***** Header and Footer *****/
/*********************************/
.footer {
  font: 8pt/14pt Verdana, Arial, Helvetica, sans-serif;
  color: white;
  background-color: #246244;
  padding: 5px; }

.footer a:link {
  text-decoration: underline;
  color: white; }

.footer a:visited {
  text-decoration: underline;
  color: white; }

.footer a:active {
  text-decoration: underline;
  color: white; }

.footer a:hover {
  text-decoration: underline;
  color: white; }

.utility {
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: .9em; }

#bgboxtop {
  margin: 0;
  position: absolute;
  z-index: -1;
  background-color: #246244;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
  height: 153px;
  display: inline-block; }

#bgboxbottom {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  min-width: 980px;
  background: -webkit-linear-gradient(#888888, #1a1a1a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#888888, #1a1a1a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#888888, #1a1a1a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#888888, #1a1a1a);
  /* Standard syntax */ }

.search {
  margin-top: 30px; }

.search input {
  padding: 5px 5px;
  background-color: #ffffff;
  border: 1px solid #e7ebdf;
  border-radius: 3px;
  margin-right: 3px; }

.search input[type="submit"] {
  background-color: #512698;
  color: #ffffff !important;
  text-transform: uppercase;
  border: none;
  font-size: .9em !important;
  padding: 7px 5px !important;
  cursor: pointer !important; }

.search input[type="submit"]:hover {
  background-color: #512698; }

img.logo {
  margin-top: 25px;
  margin-bottom: 25px; }

ul.bfmenu_rightnav {
  margin: auto; }

ul.bfmenu_rightnav.div {
  margin: auto; }

#ofdiv {
  background-color: #512698;
  margin-top: -12px;
  margin-left: -12px; }

#namesdiv table {
  font-size: 10pt !important; }

.buttons ul {
  margin: 20px 0px 20px 0px;
  padding: 0;
  width: 265px; }

.buttons ul li {
  list-style: none;
  background-color: #323232;
  font-family: 'Roboto Slab', serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 15px 20px 15px;
  height: 24px;
  font-size: 1.4em !important;
  border-bottom: 1px solid #ffffff; }

.buttons ul li:hover {
  background-color: #fdcc09;
  color: #613E83; }

.buttons ul li a:link {
  color: #ffffff; }

.buttons ul li a:visited {
  color: #ffffff; }

.buttons ul li a:active {
  color: #613E83; }

.buttons ul li a:hover {
  text-decoration: none;
  color: #613E83; }
