html, body {
  min-width: 980px;
  height: 100%; }

body {
  color: #87888a;
  background: URL(../images/bk_gradient.jpg) no-repeat 0 0 fixed;
  background-color: #472f58;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.25em; }

a {
  text-decoration: none;
  color: #ffffff; }
  a:hover {
    color: #87888a; }

#container {
  height: 100%;
  position: relative; }

.toleft #container {
  min-height: 500px; }

#header {
  position: fixed;
  width: 100%;
  padding: 15px 0 0; }
  #header p, #header ul {
    margin-left: 15px;
    color: #d97300; }
    #header p#greeting,     #header ul#greeting {
      margin-top: 0;
      color: #87888a; }
  #header li {
    display: inline;
    color: #ffffff; }
    #header li a:hover {
      color: #ffffff !important; }
    #header li a#logout {
      color: #d97300;
      background: URL(../images/separate_login.gif) no-repeat 0 0.2em;
      padding-left: 0.4em; }
  #header #loginform {
    height: 216px; }
  #header #login {
    background: #3A1C51 URL(../images/bk_login.gif) no-repeat 0 100%;
    min-height: 30px;
    position: fixed;
    right: 30px;
    top: 0;
    color: #ffffff;
    width: 134px;
    padding: 10px 8px 0; }
    #header #login.hover, #header #login.shown {
      background-position: -151px 100%;
      background-color: #191516; }
    #header #login a {
      color: #87888a; }
      #header #login a:hover {
        color: #ffffff; }
    #header #login div {
      margin-bottom: 10px; }
    #header #login .text {
      width: 130px;
      font-family: Arial, Helvetica, Verdana, sans-serif; }
    #header #login #toggle {
      text-transform: uppercase;
      color: #87888a;
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0;
      font-size: 0.833em;
      cursor: pointer;
      display: block; }
      #header #login #toggle:hover {
        color: #ffffff; }
    #header #login button {
      border: none;
      background: none;
      color: #87888a;
      float: left;
      padding: 0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      text-align: left;
      cursor: pointer; }
      #header #login button:hover {
        color: #ffffff !important; }
      #header #login button#loginnow {
        color: #d97300;
        background: URL(../images/separate_login.gif) no-repeat 0 0.2em;
        padding-left: 0.4em;
        text-transform: uppercase; }
  #header #client {
    background: #191516 URL(../images/bk_login.gif) no-repeat 0 100%;
    min-height: 80px;
    position: fixed;
    right: 30px;
    top: 0;
    width: 150px;
    padding: 40px 0 60px;
    text-align: center; }

#nav {
  margin: 0 0 35px 15px; }
  #nav li {
    display: inline; }
    #nav li a {
      display: block;
      height: 28px;
      background-position: 0 0;
      background-repeat: no-repeat;
      text-indent: -9999px;
      margin-bottom: 2px; }
      #nav li a:hover {
        background-position: 0 -34px; }
    #nav li.active a {
      background-position: 0 -34px; }

#logo {
  position: fixed;
  right: 25px;
  bottom: 22px; }

#panelbk h1 {
  color: #ffffff; }
#panelbk p {
  margin: 15px 0; }
#panelbk hr {
  background: URL(../images/dotted.gif) repeat-x 0 0;
  height: 2px;
  background-color: #d97300;
  color: #d97300;
  border-width: 0;
  margin: 0; }
#panelbk table {
  margin: 0 0 20px;
  background: URL(../images/dotted.gif) 0 0 repeat-x;
  width: 100%;
  font-size: 0.92em; }
  #panelbk table td {
    background: URL(../images/dotted.gif) 0 100% repeat-x;
    padding: 0.4em 0 0.5em; }
    #panelbk table td.content-link {
      width: 310px; }
    #panelbk table td.content-date {
      width: 150px; }
    #panelbk table td.content-type {
      text-align: right; }
#panelbk a:hover {
  color: #ecb980; }
#panelbk.loggedin .content hr {
  background-image: URL(../images/dotted_loggedin.gif); }
#panelbk.loggedin .content table {
  background-image: URL(../images/dotted_loggedin.gif); }
  #panelbk.loggedin .content table tr.active a {
    color: #ffffff !important; }
  #panelbk.loggedin .content table tr td {
    background-image: URL(../images/dotted_loggedin.gif); }

#columns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 180px 0 240px;
  height: 100%; }

#leftcol {
  float: left;
  width: 240px;
  min-height: 100%; }
  #leftcol .content {
    width: 220px;
    margin-left: 15px; }
    #leftcol .content a {
      text-decoration: underline; }

#columns #leftcol {
  position: fixed;
  top: 75px;
  left: 0; }

#columns #panelbk {
  min-height: 100%;
  width: 550px;
  margin: 0 auto;
  position: relative; }
  #columns #panelbk .content {
    width: 514px;
    padding: 0 18px; }
    #columns #panelbk .content a {
      text-decoration: underline; }

.narrow #columns #panelbk {
  width: 500px; }
  .narrow #columns #panelbk .content {
    width: 448px;
    padding: 0 26px; }

#rows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#rows #toprow {
  top: 75px;
  position: fixed;
  left: 0;
  z-index: 1; }

#rows #bottomrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.totop #columns #panelbk {
  background: URL(../images/bk_totop.gif) no-repeat 0 0; }
  .totop #columns #panelbk .content {
    padding-top: 298px !important;
    padding-bottom: 20px;
    color: #ecb980; }

.totop.narrow #columns #panelbk {
  background: URL(../images/bk_totop_narrow.gif) no-repeat 0 0; }
  .totop.narrow #columns #panelbk .content {
    padding-top: 222px !important; }

.tobottom #columns #panelbk {
  background: URL(../images/bk_tobottom.gif) no-repeat 0 100%; }
  .tobottom #columns #panelbk .content {
    padding: 0 17px 250px;
    color: #ecb980; }

.home #columns #panelbk {
  background: #d97300; }
  .home #columns #panelbk .content {
    padding: 0 17px;
    color: #ecb980; }
  .home #columns #panelbk .flash_video {
    padding-top: 3em;
    background-position: 0 1.5em; }

.tobottom #columns #panelbk.loggedin {
  background: URL(../images/bk_tobottom_loggedin.gif) no-repeat 0 100%; }
  .tobottom #columns #panelbk.loggedin .content {
    padding-top: 1.5em;
    color: #87888a; }
    .tobottom #columns #panelbk.loggedin .content a {
      color: #d97300; }
      .tobottom #columns #panelbk.loggedin .content a:hover {
        color: #ffffff; }

.toleft #rows #panelbk {
  background: URL(../images/bk_toleft.gif) no-repeat 0 0;
  height: 358px;
  margin: -180px 0;
  position: absolute;
  width: 100%;
  top: 50%; }
  .toleft #rows #panelbk .content {
    padding: 24px 0 24px 235px; }

.diagonal #container {
  min-height: 642px; }

.diagonal #columns {
  background: URL(../images/bk_diagonal.gif) no-repeat 100% 0; }

.diagonal #columns #panelbk {
  height: 550px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

#map {
  position: absolute;
  right: 180px;
  margin-top: 40px;
  width: 473px;
  height: 473px; }
  #map div[dir] {
    margin-right: 140px; }
  #map a {
    display: block;
    text-align: center;
    margin-bottom: 25px; }
  #map .gmnoprint h2, #map .gmnoprint p {
    font-family: Arial;
    color: #000;
    margin: 0 0 1em 0; }
    #map .gmnoprint h2 a,     #map .gmnoprint p a {
      color: #0000FF;
      display: inline; }

.vcard span {
  display: block; }
  .vcard span.fn {
    display: none; }
  .vcard span.locality, .vcard span.postal-code {
    display: inline; }
.vcard .tel {
  margin-top: 1em; }

.raster {
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px; }

.intro, h2 {
  margin: 15px 0; }

.thumbnails {
  padding: 17px 0 9px 7px;
  display: inline-block; }
  .thumbnails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .thumbnails li {
    display: inline; }
    .thumbnails li a {
      display: block;
      height: 76px;
      width: 76px;
      float: left;
      background: URL(../images/bk_circle.gif) 0 0;
      margin: 0 0 11px 11px;
      text-indent: -9999px; }
      .thumbnails li a:hover {
        background-position: -76px 0; }
    .thumbnails li.active a {
      background-position: -76px 0; }

#panelbk .flash_video {
  margin-top: 0;
  padding: 1.5em 0;
  background: URL(../images/dotted.gif) repeat-x 0 0; }
#panelbk.loggedin .flash_video {
  background-image: URL(../images/dotted_loggedin.gif); }

/* Horizontal Carousel */ */
.toleft #panelbk .content .slideshow {
  float: left;
  width: 468px;
  height: 304px;
  margin-bottom: 10px;
  position: relative; }
  .toleft #panelbk .content .slideshow .container {
    width: 468px;
    height: 304px;
    position: relative;
    overflow: hidden;
    border-left: 1px dashed #ecb97f;
    border-right: 1px dashed #ecb97f; }
  .toleft #panelbk .content .slideshow ul {
    margin: 0;
    padding: 0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 304px; }
    .toleft #panelbk .content .slideshow ul li {
      width: 468px;
      height: 304px;
      float: left;
      padding: 0; }
    .toleft #panelbk .content .slideshow ul#prevnext {
      height: 33px;
      float: left;
      margin: 138px 32px 0 32px;
      width: 92px; }
      .toleft #panelbk .content .slideshow ul#prevnext li {
        height: 33px;
        width: 33px;
        margin-right: 13px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 0 0; }
        .toleft #panelbk .content .slideshow ul#prevnext li:hover {
          background-position: 0 -34px; }
        .toleft #panelbk .content .slideshow ul#prevnext li.previous_button {
          background-image: URL(../images/prev.gif); }
        .toleft #panelbk .content .slideshow ul#prevnext li.next_button {
          background-image: URL(../images/next.gif); }
        .toleft #panelbk .content .slideshow ul#prevnext li.previous_button_disabled, .toleft #panelbk .content .slideshow ul#prevnext li.next_button_disabled {
          background-position: 0 -68px;
          cursor: default; }
