/*
*
*	The custom FTS styles for the site
*
*/
/* line 7, global.scss */
* {
  margin: 0px;
  padding: 0px; }

/* line 12, global.scss */
html {
  height: 100%; }

/* line 16, global.scss */
body {
  background: url("../images/ui/backdrop.png");
  background-repeat: repeat-x;
  background-color: white;
  height: 100%; }

/* line 23, global.scss */
#main {
  overflow: auto;
  padding-bottom: 400px;
  z-index: -1; }

/* line 29, global.scss */
#globalheader {
  height: 36px;
  width: 958px;
  display: block;
  /* margin: 18px auto; */
  margin: 9px auto;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #b1b1af;
  z-index: 10; }
  /* line 41, global.scss */
  #globalheader ul {
    float: left;
    list-style: none;
    font-family: PFBeauSansPro-Light !important;
    color: gray;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px; }
  /* line 49, global.scss */
  #globalheader li {
    float: left;
    border-left: 1px solid #b1b1af;
    width: 136px;
    text-align: center;
    text-decoration: none;
    height: 41px; }
    /* line 56, global.scss */
    #globalheader li a {
      color: #4e4e4d;
      text-decoration: none;
      display: block;
      vertical-align: middle;
      text-align: center;
      border: 1px solid none;
      height: 26px;
      padding-top: 10px;
      margin: 0px;
      text-shadow: 0px 1px white;
      line-height: 19px; }
      /* line 68, global.scss */
      #globalheader li a:hover {
        background: #f8f7f2;
        background: -moz-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f2), color-stop(50%, #e7e6d9), color-stop(51%, #d0cdb6), color-stop(100%, #f9f7e1));
        background: -webkit-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
        background: -o-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
        background: -ms-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f2', endColorstr='#f9f7e1',GradientType=0 );
        background: linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
        /*color: #82816f;*/
        color: #044068; }

/* line 84, global.scss */
.btnselect {
  background: #f8f7f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f2), color-stop(50%, #e7e6d9), color-stop(51%, #d0cdb6), color-stop(100%, #f9f7e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
  /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f2', endColorstr='#f9f7e1',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
  /* W3C */ }

/* line 102, global.scss */
.navround_right {
  border-radius: 0px 4px 4px 0px; }

/* line 106, global.scss */
#globalheader .navlogo {
  border-left: none;
  /*width: 120px;*/ }
  /* line 107, global.scss */
  #globalheader .navlogo a:hover {
    background: #f8f7f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f2), color-stop(50%, #e7e6d9), color-stop(51%, #d0cdb6), color-stop(100%, #f9f7e1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
    /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f2', endColorstr='#f9f7e1',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f8f7f2 0%, #e7e6d9 50%, #d0cdb6 51%, #f9f7e1 100%);
    /* W3C */
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    behavior: url("../PIE.php"); }

/* line 132, global.scss */
#home {
  display: block; }

/* line 136, global.scss */
#globalheader .tail a:hover {
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  behavior: url("../PIE.php"); }

/* line 143, global.scss */
#wrap {
  position: relative;
  min-height: 100%; }

/* line 148, global.scss */
#heromsg {
  color: #044068;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px;
  padding-bottom: 15px;
  border-radius: 0px 0px 4px 4px;
  font-family: PFBeauSansPro-SemiBold;
  font-size: 27px;
  /*background: url('../images/ui/bg_fabric_plaid.png');*/
  background: url("../images/ui/bg_light_toast.png");
  position: relative;
  top: -12px;
  left: -2px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  text-shadow: -1px -1px 0px black;
  text-shadow: 1px 1px 0px white;
  z-index: 0; }

/* line 172, global.scss */
#main {
  overflow: visible;
  clear: both;
 color:rgb(118,121,124);
  margin: 0 0 10px;
  min-width: 960px;
  width: 100%;
  position: relative;
  padding: 0px;
  height: 100%;
  display: block;
  padding-bottom: 400px;
  z-index: 2; }

/* line 187, global.scss */
#content {
  margin: 0 auto 10px;
  padding: 0;
  width: 960px;

  position: relative; }

/* line 195, global.scss */
#footer {
  position: relative;
  color: #bbbdbf;
  width: 100%;
  background: url("../images/ui/linen.png");
  margin-top: -400px;
  clear: both;
  padding-bottom: 80px;
  z-index: 900;
  text-shadow: -1px -1px #3e3e3e; }

/* line 208, global.scss */
#foothold {
  /* background: url("../images/ui/footer_shadow.png"); */
  background-repeat: no-repeat;
  height: auto;
  width: 990px;
  border: 1px solid none;
  height: 200px;
  margin: auto;
  overflow: visible;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px; }

/* line 222, global.scss */
.footercol {
  height: inherit;
  float: left;
  margin-top: 28px;
  border-left: 1px dotted grey;
  margin-left: 12px; }

/* line 230, global.scss */
.footerLcol {
  border: none;
  width: 250px;
  margin-left: 18px;
  border: 1px solid none; }

/* line 237, global.scss */
.footerMcol {
  width: 450px;
  padding-left: 15px;
  border: 1px solid none; }

/* line 243, global.scss */
.footerRcol {
  width: 215px;
  padding-left: 15px;
  border: 1px solid none; }

/* line 249, global.scss */
.footerlist {
  line-height: 25px;
  text-decoration: none;
  list-style: none;
  border: 1px solid none;
  padding: 0px; }
  /* line 256, global.scss */
  .footerlist li a {
    text-decoration: none;
    color: #c4ae6f; }
    /* line 259, global.scss */
    .footerlist li a:hover {
      color: #feedae; }
  /* line 263, global.scss */
  .footerlist li p {
    color: green; }

/* line 269, global.scss */
#billboard {
  height: 260px;
  /* margin-bottom: 18px; */
  margin-bottom: 9px;
  position: relative;
  text-align: center;
  padding: 0px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  border: 1px solid #999999; }

/* line 281, global.scss */
#articles {
  position: relative;
  width: 959px;
  padding: 0px;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 18px;
  padding-bottom: 18px; }

/* line 290, global.scss */
.feature {
  border: 1px solid #dee1e1;
  width: 451px;
  min-height: 235px;
  margin-top: 18px;
  margin-left: 18px;
  position: relative;
  float: left;
  font-family: PFBeauSansPro-Light;
  border-radius: 3px 3px 3px 3px; }

/* line 302, global.scss */
.newsarea {
  margin: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 26px; }
  /* line 307, global.scss */
  .newsarea a {
    color: blue;
    text-decoration: none; }

/* line 313, global.scss */
.inset {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid white;
  border-bottom: 1px solid white; }

/* line 320, global.scss */
#articles .subpage {
  height: 260px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-left: 18px;
  width: 433px;
  padding-top: 0px; }

/* line 331, global.scss */
a.button {
  background: transparent url(../images/ui/buttons/btn_norm_right.png) no-repeat scroll top right;
  display: block;
  float: left;
  height: 39px;
  margin-right: 6px;
  margin-top: 10px;
  padding-right: 40px;
  margin-left: -3px;
  /* font props */
  text-decoration: none;
  color: palegoldenrod;
  font-size: 12px;
  text-transform: uppercase; }
  /* line 345, global.scss */
  a.button:hover {
    background: transparent url(../images/ui/buttons/btn_hover_right.png) no-repeat scroll top right; }
  /* line 348, global.scss */
  a.button:active {
    background: transparent url(../images/ui/buttons/btn_select_right.png) no-repeat scroll top right; }
  /* line 351, global.scss */
  a.button span {
    background: transparent url(../images/ui/buttons/btn_norm_left.png) no-repeat;
    display: block;
    line-height: 40px;
    padding-left: 14px; }
  /* line 357, global.scss */
  a.button:hover span {
    background: transparent url(../images/ui/buttons/btn_hover_left.png) no-repeat;
    color: white; }
  /* line 361, global.scss */
  a.button:active span {
    background: transparent url(../images/ui/buttons/btn_select_left.png) no-repeat; }

/* line 366, global.scss */
.featurecontent {
  position: relative;
  left: 25px;
  top: 30px;
  width: 400px;
  float: left; }

/* line 375, global.scss */
#articles h1 {
  font-weight: normal;
  font-size: 18px;
  font-family: PFBeauSansPro-SemiBold;
  color: rgb(4,64,104);
  line-height: 27px;
  text-shadow: 0px 1px white;
  width:200px;
 }
/* line 383, global.scss */
#articles h2 {
  font-family: PFBeauSansPro-Thin;
  font-weight: normal;
  font-size: 16px;
  display: block;
  width: 190px;
  line-height: 22px;
  min-height: 67px; }

/* line 394, global.scss */
.featurehead {
  font-size: 21px;
  color: #054e7d; }

/* line 399, global.scss */
.clear {
  clear: both; }

/* line 403, global.scss */
#subnav {
  height: 40px;
  width: 958px;
  margin-bottom: 18px;
  border-radius: 0px 0px 4px 4px;
  font-family: PFBeauSansPro-Light;
  border-top: 1px solid #999999; }

/* line 412, global.scss */
#pointer {
  width: 17px;
  height: 16px;
  background: url(../images/ui/subnav_pointer2.png) no-repeat;
  margin-top: -22px;
  left: 10px;
  top: 320px;
  position: absolute;
  opacity: 0;
  z-index: 300; }

/* line 425, global.scss */
#subnav a {
  margin-top: 3px;
  text-decoration: none;
  color: black;
  height: 21px;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  width: 180px;
  padding-top: 11px;
  padding-left: 0px;
  font-size: 13px;
  border-right: 1px dotted #cccccc;
  cursor: pointer;
  text-shadow: 1px 1px white; }
/* line 441, global.scss */
#subnav .init {
  border-left: 1px dotted #cccccc; }
/* line 444, global.scss */
#subnav .widebtn {
  width: 225px; }
/* line 447, global.scss */
#subnav a:hover {
  color: grey; }

/* line 452, global.scss */
#headlines {
  font-size: 14px;
  position: relative;
  width: 960px;
  border: 1px solid none;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden; }

/* line 461, global.scss */
.headlinerow {
  margin: 0px;
  margin-bottom: 5px;
  /*font-size: 13px;*/
  -webkit-text-size-adjust: none; }

/* line 468, global.scss */
.news_header {
  font-weight: normal;
  font-size: 18px;
  font-family: PFBeauSansPro-SemiBold;
  color: #044068;
  line-height: 27px;
  text-shadow: 0px 1px white;
  display: block;
  margin-bottom: 10px; }

/* line 479, global.scss */
.headlinerow span {
  /*display:block;*/ }

/* line 483, global.scss */
.headlines h2 {
  margin-bottom: 10px;
  font-size: 16px; }

/* line 488, global.scss */
.pipe {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }

/* line 494, global.scss */
.date {
  font-family: PFBeauSansPro-SemiBold;
  display: inline-block;
  width: 115px;
  text-shadow: 0px 1px white;
  font-size: 13px; }

/* line 502, global.scss */
.headlinerow a {
  color: #044068;
  text-decoration: none;
  border: 1px solid none;
  display: inline-block;
  width: 750px; }
  /* line 508, global.scss */
  .headlinerow a:hover {
    color: #0878c2; }
