
@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}

/*************************************/
/****** Basic style overrides ******/
/*************************************/
body {
  font-family: 'Droid Serif', serif;
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7em;
  background-color: white;
  color: #757575; }

td.classsite {
  padding: 8px 5px 8px 5px; }

table.classsite {
  margin: 0 auto;
  margin-top: 0px;
  text-align: left;
  width: 980px;
  align: left;
  padding: 0;
  font: 400 15px/20px Verdana,Arial,Helvetica,sans-serif;
  color: black; }

table.survey h1 {
  font: bold 28px/30px Arial;
  color: #59319A; }

table.survey h2 {
  font: bold 16px/18px Arial;
  color: black; }

table.survey h3 {
  font: 16px/18px Arial;
  color: #555; }

table.survey .surveycheckbox {
  font: 14px/16px Arial;
  color: black; }

table.survey .choicelist h3 {
  font: 14px/16px Arial;
  color: black; }

p {
  background-color: none; }

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

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15pt;
  color: black;
  margin: 0; }

a:link {
  color: #1F3E90; }

a:visited {
  color: #1F3E90; }

a:active {
  color: #1F3E90; }

a:hover {
  color: #1F3E90; }

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

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

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

.newsFlash hr {
  color: #FF9820; }

.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: white;
  padding: 5px; }

/*********************************/
/***** Header and Footer *****/
/*********************************/
.footer {
  font: 8pt/14pt Verdana, Arial, Helvetica, sans-serif;
  color: white;
  background-color: #58a618;
  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: #58a618;
  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 */ }

img#logo {
  margin: 16px 15px 0px 20px; }

/*************************************/
/***** Button style overrides  *****/
/*************************************/
.btnRounded12Point {
  border: none; }

.btnCustom1 {
  background: #fcd450;
  /* Old browsers */
  background: -moz-linear-gradient(top, #407912 0%, #407912 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #407912), color-stop(100%, #407912));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #407912 0%, #407912 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #407912 0%, #407912 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #407912 0%, #407912 100%);
  /* IE10+ */
  background: linear-gradient(top, #407912 0%, #407912 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$buttoncolor', endColorstr='$buttoncolor',GradientType=0 );
  /* IE6-9 */
  xxxborder-color: #DDDEDF;
  border: none;
  color: white; }

.btnCustom1:hover {
  background: #fcd450;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c9015 0%, #4c9015 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9015), color-stop(100%, #4c9015));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c9015 0%, #4c9015 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c9015 0%, #4c9015 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c9015 0%, #4c9015 100%);
  /* IE10+ */
  background: linear-gradient(top, #4c9015 0%, #4c9015 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$buttoncolor2', endColorstr='$buttoncolor2',GradientType=0 );
  /* IE6-9 */
  xxxborder-color: #DDDEDF;
  border: none;
  color: #ffffff; }

.btnCustom1 a:link {
  color: #407912;
  font-weight: bold; }

.btnCustom1 a:visited {
  color: #407912; }

.btnCustom1 a:active {
  color: #407912; }

.btnCustom1 a:hover {
  text-decoration: underline;
  color: #407912; }

option.PREVDECEASED {
  display: none; }
