
@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}

table.classsite {
  margin: 0 auto;
  text-align: left;
  width: 1600px;
  font-family: 'PT Sans', sans-serif;
  color: #585858;
  padding: 0;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 1300px; }

td.classsite {
  margin: 0;
  padding: 30px 40px 30px 40px;
  line-height: 1.6em;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  width: 1000px;
  border-right: none; }

td.rightNav {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  border-left: none;
  width: auto; }

body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: url(https://images.reuniontechnologies.com/img/PU52/bg.jpg) repeat-x #ededed;
  font-weight: 400;
  font-size: 102%;
  line-height: 1.6em;
  color: #737373; }

table.notes td:first-child {
  padding-right: 20px; }

p {
  margin-bottom: 0.3em; }

h1 {
  display: block;
  background: #dd7430;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .25em;
  font-weight: bold; }

h2 {
  color: #dd7431;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: .5em; }

h3 {
  text-transform: uppercase;
  font-weight: normal;
  color: #2e2e2e;
  font-size: 1.3em; }

h4 {
  font: italic; }

html[data-page*=_splash] {
  height: 100%; }
  html[data-page*=_splash] body, html[data-page*=_splash] div[bftype=edithtml], html[data-page*=_splash] div.bfedithtmlbody {
    height: 100%; }
  html[data-page*=_splash] #splashcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%; }
    html[data-page*=_splash] #splashcontainer #splashtitle {
      height: 200px;
      width: 100%;
      background-color: #2e2e2e;
      display: flex;
      flex-direction: column;
      align-items: center; }
      html[data-page*=_splash] #splashcontainer #splashtitle div.logo_container {
        margin-bottom: 0px; }
      html[data-page*=_splash] #splashcontainer #splashtitle p {
        font: bold 24px/24px Arial; }
    html[data-page*=_splash] #splashcontainer #splashimage {
      flex-grow: 1;
      height: 30%;
      width: 100%; }
    html[data-page*=_splash] #splashcontainer #splashbuttons {
      padding: 20px; }

table.survey h1 {
  padding: 20px;
  font: bold 22pt/24pt Arial;
  background-color: #F66600;
  color: black; }

table.survey h2 {
  font: bold 18pt/20pt Arial; }

table.survey td div {
  font: 16pt/18pt Arial; }

/* New Home Page */
.feature_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%; }
  .feature_wrapper .feature_left {
    position: relative;
    margin-right: 30px;
    width: 900px;
    float: left; }
    .feature_wrapper .feature_left h1 {
      display: block;
      background: #dd7430;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: .25em;
      font-weight: bold; }
    .feature_wrapper .feature_left img[src*="EditHTML/images/pencil.gif"] {
      position: absolute;
      top: 10px;
      left: 10px; }
  .feature_wrapper .feature_right {
    float: right;
    position: relative;
    padding: 15px;
    background: white;
    width: 250px; }
    .feature_wrapper .feature_right h1 {
      font-weight: bold;
      color: black;
      font-size: 16pt; }
    .feature_wrapper .feature_right h2 a:link {
      color: #fc883e; }
    .feature_wrapper .feature_right h4 {
      color: #000;
      font-size: 1.2em;
      font-weight: bold;
      border-bottom: 1px solid #585858;
      margin-bottom: 1em;
      padding-bottom: .5em; }

.home_content_wrapper {
  width: 100%; }

.home_content_left {
  width: 600px;
  position: relative;
  padding-right: 30px;
  float: left; }
  .home_content_left h3 {
    margin-top: 0;
    margin-bottom: 1em; }

.home_content_right {
  float: right;
  position: relative;
  width: 600px; }
  .home_content_right h3 {
    margin-top: 0;
    margin-bottom: 1em; }
  .home_content_right .box_head, .home_content_right h1 {
    background: #e0e0e0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #dddddd), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#dcdcdc',GradientType=0 );
    /* IE6-9 */
    text-transform: uppercase;
    padding: 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #d4d4d4; }
  .home_content_right .box_bg {
    background: #f6f6f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
    /* IE6-9 */
    padding: 10px; }

/* Birthdays blog */
div[blogid=B5F75618-8F3D-4201-9500-14898E291513] div.content {
  text-transform: none; }

div[blogid=B5F75618-8F3D-4201-9500-14898E291513] div.header {
  text-transform: none; }

hr {
  border: 0;
  color: #e1e1e1;
  background-color: #e1e1e1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 1px; }

blockquote {
  border-bottom: none;
  border-top: none;
  margin-bottom: 1em;
  margin-top: 1em; }

.logo_container {
  float: left;
  margin-right: 25px;
  margin-bottom: 30px; }

.site_name {
  float: left;
  margin-top: 0px; }

.menu {
  float: left;
  margin-top: 8px;
  position: relative; }
  .menu ul li {
    padding-bottom: 10px; }
    .menu ul li ul li {
      padding: 5px 0;
      border-bottom: 1px solid #4a4949;
      margin: 0 5px; }
    .menu ul li ul li:last-child {
      border-bottom: none; }

.newmenu {
  float: left;
  margin-top: 65px;
  position: relative; }
  .newmenu ul li {
    padding-bottom: 10px; }
    .newmenu ul li ul li {
      padding: 5px 0;
      border-bottom: 1px solid #4a4949;
      margin: 0 5px; }
    .newmenu ul li ul li:last-child {
      border-bottom: none; }

.search {
  float: right;
  padding-top: 20px; }

.search input[type=text] {
  margin-right: 5px;
  width: 175px;
  padding: 6px 7px;
  border-radius: 15px;
  border: none;
  background-color: #4a4949;
  color: #ffffff;
  font-size: 1em; }

.search input[type=submit] {
  padding: 5px 8px;
  border-radius: 15px;
  border: none;
  background-color: #4a4949;
  color: #ffffff;
  text-transform: uppercase;
  font-size: .1em;
  font-family: 'PT Sans', sans-serif; }

.search input[type=submit]:hover {
  background-color: #dd7431;
  font-family: 'PT Sans', sans-serif; }

ul.bfmenu_topnav {
  background: transparent; }

ul.bfmenu_topnav a, ul.bfmenu_topnav li.dis a:hover {
  background: transparent; }

ul.bfmenu_topnav li a:hover, ul.bfmenu_topnav li:hover > a {
  background: transparent; }

ul.bfmenu_topnav span,
ul.bfmenu_topnav li:hover a span {
  background-image: none;
  font-family: 'PT Sans', sans-serif; }

ul.bfmenu_topnav li {
  margin-right: 10px; }

ul.bfmenu_topnav ul {
  background-color: #2e2e2e;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black; }

ul.bfmenu_topnav ul li a {
  color: #dd7431;
  padding: .5em; }

ul.bfmenu_topnav span {
  padding-right: 15px; }

ul.bfmenu_topnav ul a, ul.bfmenu_topnav ul li.dis a:hover, ul.bfmenu_topnav ul li:hover > a, ul.bfmenu_topnav ul li a:hover {
  color: #dd7431;
  font-size: 14px;
  text-decoration: none; }

.login_container {
  line-height: 3em;
  margin-bottom: 30px;
  font-family: 'PT Sans';
  color: #737373;
  margin-right: 10px;
  border-right: 1px solid #e0e0e0;
  width: 50%; }

input.login {
  width: 175px;
  padding: 6px 7px;
  border-radius: 15px;
  border: 1px solid #d4d4d4;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: .75em; }

input.login_button[type="submit"] {
  background-color: #dd7431;
  padding: 5px 8px;
  color: #ffffff;
  border-radius: 15px;
  text-transform: uppercase;
  display: block;
  margin: .75em auto;
  border: medium none;
  font-weight: bold; }

input.login_button[type=submit]:hover {
  background-color: #4a4949; }

.forgotten {
  font-size: .85em;
  margin-top: 1em; }

ul.signup li {
  background-color: #dd7431;
  padding: 3px 8px;
  color: #ffffff;
  font-size: .9em;
  border-radius: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: .35em auto;
  border: medium none;
  font-weight: bold;
  list-style: none; }

.new-to-site ul.signup a:link {
  color: #ffffff; }

.new-to-site ul.signup a:hover {
  color: #ffffff;
  text-decoration: none; }

.new-to-site ul.signup li:hover {
  background-color: #4a4949; }

.new-to-site {
  margin-bottom: 40px;
  font-family: 'PT Sans';
  color: #737373;
  float: right;
  width: 48%;
  line-height: 1.4em; }

.btnBasic {
  background: #462f29;
  border: 3px solid #d0c3b0;
  color: #ffffff; }

.btnBasic:hover {
  background: #211714; }

.bftable th {
  background-color: #873b22;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif; }

a:link {
  color: #dd7431;
  text-decoration: none; }

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

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

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

td.leftNav {
  font-family: tahoma, "arial", verdana;
  font-size: 8pt;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 5px;
  width: 117px;
  border-right: dotted 1px #999999; }

.leftNav ul {
  font-weight: bold;
  color: #FF6600;
  list-style: none outside;
  text-indent: 0;
  text-align: left;
  margin: 0 0 0 4px;
  padding: 0 0 0 0;
  line-height: 1.6; }

.leftNav ul a {
  color: #FF6600;
  text-decoration: none; }

.leftNav ul a:visited {
  color: #FF6600;
  text-decoration: none; }

.leftNav ul a:hover {
  color: #FF6600;
  text-decoration: underline; }

.leftNav ul ul {
  font-weight: normal;
  color: #000000;
  margin-left: -5;
  list-style: disc outside url(https://images.reuniontechnologies.com/img/PU52/layout/bullet_orange.gif);
  text-indent: 0;
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  line-height: 1.7; }

.leftNav ul ul a {
  color: #000000;
  margin-left: -5;
  text-decoration: none; }

.leftNav ul ul a:visited {
  color: #000000;
  text-decoration: none; }

.leftNav ul ul a:hover {
  color: #000000;
  text-decoration: underline; }

.xnewsFlash {
  line-height: 1.2;
  color: #000000;
  position: static;
  top: auto;
  width: auto;
  right: 15px;
  background-color: #dddddd;
  border: 1px #000000 solid;
  font-size: .9em;
  font-family: verdana;
  text-align: left;
  padding: 5px 5px 5px 5px;
  clip: rect(); }

.xnewsFlash a:link {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:visited {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:active {
  text-decoration: none;
  color: #666666; }

.xnewsFlash a:hover {
  color: #F86833;
  text-decoration: underline; }

.xnewsFlash hr {
  height: 3px;
  color: #F86833;
  border: 3px #999999 dotted; }

table.form {
  background-color: #ffffff;
  border: none;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  width: 100%; }

.form table {
  background-color: #ffffff;
  border: none;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 5px;
  text-align: left;
  vertical-align: top; }

table.BFTabStrip {
  border-bottom: 1px solid #cccccc;
  color: #737373;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  line-height: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  text-align: center; }

.BFTabStrip a {
  font-family: PT Sans,sans-serif;
  font-size: 10pt; }

.form h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  color: #2e2e2e;
  background-color: transparent;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: .5em; }

.form h6 {
  margin: 0;
  padding: 2px 2px 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  line-height: 1.0; }

.formhead1 {
  background-color: #F86833; }

.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; }

.footer-links {
  margin-left: 75%;
  margin-top: -30px;
  padding-bottom: 30px; }

.footer-links ul {
  list-style: none; }

.footer-links a:link, .footer-links a {
  color: #ffffff; }

.footer a:link {
  color: #dd7431; }

.footer a:hover {
  color: #dd7431; }

.footer {
  color: #ffffff;
  font-size: .8em;
  background-color: #2e2e2e;
  padding-left: 40px;
  padding-right: 40px; }

.footer p {
  padding-top: 30px;
  line-height: 2em; }

ul.bfmenu_memorials {
  padding: 5px;
  width: 100%;
  margin-bottom: 1.5em; }

ul.bfmenu_memorials {
  border-color: #000000;
  border-style: solid;
  border-width: 0; }

ul.bfmenu_memorials {
  background-color: #ededed;
  border: 1px solid #e1e1e1; }

ul.bfmenu_memorials {
  display: block;
  float: left; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  padding: 2px; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  border-color: #000000;
  border-style: solid;
  border-width: 0; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover, ul.bfmenu_memorials li:hover > a, ul.bfmenu_memorials li a:hover {
  color: #dd7431;
  font: PT Sans,sans-serif;
  text-decoration: none; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  background-color: transparent; }

ul.bfmenu_memorials a, ul.bfmenu_memorials li.dis a:hover {
  cursor: pointer;
  display: block;
  text-align: left;
  vertical-align: top; }

.send_notes {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  float: right;
  width: 200px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  border: 1px solid #e1e1e1; }

table {
  line-height: 1.6em; }

/*Home Page Styles*/
.home_right {
  float: right;
  width: 47%;
  text-align: top;
  padding-top: 5px; }

.home_left {
  width: 47%;
  text-align: top;
  clear: both;
  float: left;
  padding-top: 5px; }

.home_right h3 {
  margin-top: 0;
  margin-bottom: 1em; }

.home_left > h1, .home_right > h1 {
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(50%, #dddddd), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0e0e0 0%, #dddddd 50%, #dcdcdc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#dcdcdc',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  padding: 10px;
  padding-right: 0;
  font-size: 1.2em;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 10px;
  margin-bottom: 0px; }

.box {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
  padding: 10px; }

/*Blog Styles*/
div.bfblog {
  font: normal 12pt/15pt 'PT Sans',sans-serif;
  color: #737373; }

div.bfblog > div {
  font: normal 12pt/15pt 'PT Sans',sans-serif;
  color: #737373; }

div.bfblog > div > span.subtitle {
  font: italic 400 11pt/13pt 'PT Sans',sans-serif;
  color: #737373; }

div.bfblog > div > div.content {
  font: normal 12pt/15pt 'PT Sans',sans-serif;
  color: #737373; }

div.bfblog > div.tableofcontents {
  font: normal 12px/20px 'PT Sans',sans-serif;
  color: #dd7431; }

div.bfblog > div div.bfblogleft {
  float: left;
  margin-left: 5px;
  margin-right: 10px; }

div.bfblog > div div.bfblogright {
  float: right;
  margin-left: 10px;
  margin-right: 5px; }

div.bfblog > div div.bfblogleftunder {
  float: left;
  margin-left: 5px;
  margin-right: 10px; }

div.bfblog > div div.bfblogrightunder {
  float: right;
  margin-left: 10px;
  margin-right: 5px; }

/*** Custom - used for Notes to the Secretary blog ***/
div.bfblog_custom > div {
  margin: 0 0 30px 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

div.bfblog_custom > div:first-child {
  border-top: 0px;
  padding-top: none; }

div.bfblog_custom > div > div.header {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  color: #dd7431;
  margin-bottom: 12.25px; }

div.bfblog_custom > div > span.subtitle {
  margin-top: 0; }

div.bfblog_custom > div > div.content {
  font: 400 16px/19.2px;
  color: #737373;
  text-indent: 40px;
  margin-top: 0; }

div.bfblog_custom > div > div.more {
  font: 400 16px/19.2px;
  color: #737373;
  text-indent: 40px;
  margin-top: 0; }

div.bfblog_custom > div div.bfblogsizedefault {
  width: 18%; }

div.bfblog_custom > div.tableofcontents > div > div.header {
  font: normal 16px/25px 'PT Sans',sans-serif;
  color: #dd7431; }

div.bfblog_custom > div.tableofcontents > div > div.header > a {
  font: normal 16px/25px 'PT Sans',sans-serif;
  color: #dd7431; }

div.bfblog_custom > div.tableofcontents > div > span.subtitle {
  font: italic 10px/12px;
  color: #868686; }

div.bfblog_custom > div.tableofcontents > a {
  font-weight: bold;
  margin-left: 30px;
  color: #444444; }

/*** Custom2 - used for Feature blog ***/
div.bfblog_custom2 {
  font: 0.8em tahoma,arial,sans-serif;
  color: #DD7431;
  background-color: #2E2E2E;
  border-top: 5px solid #DD7431;
  border-bottom: 5px solid #DD7431;
  margin-bottom: 5px; }

div.bfblog_custom2 > div {
  font: 12.8px tahoma,arial,sans-serif;
  margin: 0;
  padding: 10px;
  background-color: #2E2E2E;
  border-top: 5px solid #DD7431;
  border-bottom: 5px solid #DD7431; }

div.bfblog_custom2 > div > div.header {
  font: bold 24px/30px 'PT Sans',sans-serif;
  color: #DD7431;
  margin-left: 50%; }

div.bfblog_custom2 > div > span.subtitle {
  margin-left: 50%;
  font: italic 11px/13.2px "Trebuchet MS", Tahoma,san-serif;
  margin-top: 8px; }

div.bfblog_custom2 > div > div.content {
  font: normal 18px/25px 'PT Sans',sans-serif;
  color: #FFFFFF;
  margin-left: 50%; }

div.bfblog_custom2 > div > div.more {
  margin-left: 5px;
  font: 400 12px/16px Georgia, serif; }

div.bfblog_custom2 > div div.bfblogsizedefault {
  width: 45%; }

div.bfblog_custom2 > div div.bfblogleft {
  float: left;
  margin-right: 10px; }

div.bfblog_custom2 > div.tableofcontents > div > div.header {
  font: bold 12px/14px  'PT Sans',sans-serif;
  color: #DD7431; }

div.bfblog_custom2 > div.tableofcontents > div > div.header > a {
  font: bold 12px/14px  'PT Sans',sans-serif;
  color: #DD7431; }

div.bfblog_custom2 > div.tableofcontents > div > span.subtitle {
  font: italic 10px/12px tahoma,arial,sans-serif;
  color: #868686; }

div.bfblog_custom2 > div.tableofcontents > a {
  font-weight: bold;
  margin-left: 30px;
  color: #444444; }

/*** Custom3 - used for Events blog, Birthdays ***/
div.bfblog_custom3 {
  font: 0.8em tahoma,arial,sans-serif;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f4f4f4), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f4f4f4 50%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f3f3f3',GradientType=0 );
  /* IE6-9 */
  padding: 10px 0 10px 0;
  margin-top: 0px; }

div.bfblog_custom3 > div {
  font: 12.8px tahoma,arial,sans-serif;
  margin: 0 0 30px 0;
  background-color: transparent; }

div.bfblog_custom3 > div > div.header {
  font: normal 700 16px/26px 'PT Sans', sans-serif;
  color: #585858; }

div.bfblog_custom3 > div > div.subtitle {
  font: italic 11px/13.2px  'PT Sans', sans-serif;
  color: #585858;
  margin-top: 8px; }

div.bfblog_custom3 > div > div.content {
  margin-top: 12px;
  font: normal 400 16px/24px  'PT Sans', sans-serif;
  color: #585858; }

div.bfblog_custom3 > div.tableofcontents > div > div.header {
  font: bold 16px/25px 'PT Sans',sans-serif;
  color: #555555; }

div.bfblog_custom3 > div.tableofcontents > div > div.header > a {
  font: bold 16px/25px 'PT Sans',sans-serif;
  color: #555555; }

div.bfblog_custom3 > div.tableofcontents > div > span.subtitle {
  font: italic 10px/12px tahoma,arial,sans-serif;
  color: #868686; }

div.bfblog_custom3 > div.tableofcontents > a {
  font-weight: bold;
  margin-left: 30px;
  color: #444444; }

div.bfposts_forum {
  font-size: 12px; }
