/*  ======we imported the Partials/_base.scss file =======*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/Partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 22, ../sass/Partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 35, ../sass/Partials/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 44, ../sass/Partials/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 56, ../sass/Partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 66, ../sass/Partials/_normalize.scss */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 77, ../sass/Partials/_normalize.scss */
a {
  background: transparent;
}
/* line 79, ../sass/Partials/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 95, ../sass/Partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 103, ../sass/Partials/_normalize.scss */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 111, ../sass/Partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 120, ../sass/Partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 129, ../sass/Partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 138, ../sass/Partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 146, ../sass/Partials/_normalize.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 153, ../sass/Partials/_normalize.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 161, ../sass/Partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 172, ../sass/Partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 180, ../sass/Partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 191, ../sass/Partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 199, ../sass/Partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 209, ../sass/Partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 217, ../sass/Partials/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 237, ../sass/Partials/_normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 250, ../sass/Partials/_normalize.scss */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 262, ../sass/Partials/_normalize.scss */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 274, ../sass/Partials/_normalize.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 282, ../sass/Partials/_normalize.scss */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 294, ../sass/Partials/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 302, ../sass/Partials/_normalize.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 307, ../sass/Partials/_normalize.scss */
input {
  line-height: normal;
}
/* line 308, ../sass/Partials/_normalize.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 313, ../sass/Partials/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/* line 320, ../sass/Partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 324, ../sass/Partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/* line 331, ../sass/Partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/Partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 383, ../sass/Partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 394, ../sass/Partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 403, ../sass/Partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 414, ../sass/Partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 419, ../sass/Partials/_normalize.scss */
td, th {
  padding: 0;
}

/*  ======we imported the Partials/_base.scss file =======*/
/* ================================================================ */
/* line 4, ../sass/Partials/_typography.scss */
h1 {
  /* sstart using this instead of BlueHead */
  font-size: 200%;
  color: blue;
}

/* line 10, ../sass/Partials/_typography.scss */
h2 {
  font-size: 125%;
  color: blue;
  font-variant: small-caps;
  /* start using this instead of BlueSubhead */
}

/* replace redtext with h3 */
/* line 17, ../sass/Partials/_typography.scss */
h3 {
  font-size: 125%;
  color: red;
}

/* line 22, ../sass/Partials/_typography.scss */
h4 {
  font-size: 100%;
  color: red;
}

/* ================================================================ */
/* line 28, ../sass/Partials/_typography.scss */
.MediumType {
  font-size: 95%;
}

/* line 32, ../sass/Partials/_typography.scss */
.SmallType {
  font-size: 85%;
}

/* line 36, ../sass/Partials/_typography.scss */
.BoldType {
  font-size: 105%;
}

/* ================================================================ */
/* line 40, ../sass/Partials/_typography.scss */
.RedHead {
  font-size: 200%;
  color: red;
}

/* line 44, ../sass/Partials/_typography.scss */
.BlueHead {
  font-size: 200%;
  color: blue;
}

/* line 48, ../sass/Partials/_typography.scss */
.RedSubHead {
  font-size: 125%;
  color: red;
}

/* line 53, ../sass/Partials/_typography.scss */
.BlueSubHead {
  font-size: 125%;
  color: blue;
}

/* line 58, ../sass/Partials/_typography.scss */
.BlackSubHead {
  font-size: 125%;
  color: black;
}

/* line 63, ../sass/Partials/_typography.scss */
.GreenText {
  color: lime;
}

/* line 67, ../sass/Partials/_typography.scss */
.BlueText {
  color: blue;
}

/* ================================================================ */
/* line 74, ../sass/Partials/_typography.scss */
.CenterText {
  text-align: center;
}

/* ================================================================ */
/* line 4, ../sass/Partials/_elements.scss */
th {
  /* ???????????????/ ever used ??????????????????/ */
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* ================================================================ */
/* line 11, ../sass/Partials/_elements.scss */
td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  vertical-align: top;
}

/*  dt-dd only used in officers list */
/* line 17, ../sass/Partials/_elements.scss */
dt {
  color: blue;
  font-size: 105%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
}

/* line 25, ../sass/Partials/_elements.scss */
p {
  text-indent: 16px;
}

/* line 1, ../sass/Partials/_elements_local.scss */
.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
}

/* line 7, ../sass/Partials/_elements_local.scss */
.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
}

/* ========================= CODE ============================  */
/* line 63, ../sass/Partials/_zengridding.scss */
body {
  background-image: url('Images/bg.jpg');
  background-repeat: repeat;
}

/* line 70, ../sass/Partials/_zengridding.scss */
#wrapper {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  *position: relative;
  *zoom: 1;
  background-image: url('Images/bg.jpg');
  height: 780px;
}
/* line 46, ../../../../../../var/lib/gems/1.9.1/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#wrapper:before, #wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../var/lib/gems/1.9.1/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#wrapper:after {
  clear: both;
}

/*  .......... SETUP THE OUTLINED GRIDDED CLASSES  */
/* line 91, ../sass/Partials/_zengridding.scss */
.top {
  float: left;
  width: 81.25%;
  margin-left: 6.25%;
  margin-right: -87.5%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  clear: left;
  background-image: url('Images/top.jpg');
  background-repeat: no-repeat;
  height: 100px;
}

/* line 110, ../sass/Partials/_zengridding.scss */
.middle {
  height: 540px;
  float: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  clear: left;
}

/* line 121, ../sass/Partials/_zengridding.scss */
.left {
  /*........  holds button ---------------*/
  width: 0px;
  height: 540px;
  float: left;
  float: left;
  width: 12.5%;
  margin-left: 0%;
  margin-right: -12.5%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

/* line 129, ../sass/Partials/_zengridding.scss */
.col1 {
  float: left;
  width: 62.5%;
  margin-left: 12.5%;
  margin-right: -75%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  background-image: url('Images/col1_background.jpg');
  float: left;
  height: 540px;
  opacity: 1.0;
  position: relative;
  top: -70px;
}

/* line 145, ../sass/Partials/_zengridding.scss */
.content, #content2 {
  height: 540px;
  position: relative;
}

/* line 152, ../sass/Partials/_zengridding.scss */
.container {
  height: 540px;
}

/* line 157, ../sass/Partials/_zengridding.scss */
#content2 {
  float: none;
  border-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  overflow: auto;
}
/* line 167, ../sass/Partials/_zengridding.scss */
#content2 li {
  color: "transparent";
  padding-top: inherit;
  padding-bottom: inherit;
  border-style: inherit;
}
/* line 172, ../sass/Partials/_zengridding.scss */
#content2 li src {
  padding-top: inherit;
  padding-bottom: inherit;
  border-style: inherit;
}

/* line 179, ../sass/Partials/_zengridding.scss */
.dropdownholder {
  position: absolute;
}

/* line 188, ../sass/Partials/_zengridding.scss */
.smalltext {
  font-size: 18px;
  position: absolute;
}

/* line 197, ../sass/Partials/_zengridding.scss */
#boxul {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 198, ../sass/Partials/_zengridding.scss */
#boxur {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 199, ../sass/Partials/_zengridding.scss */
#boxcl {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 200, ../sass/Partials/_zengridding.scss */
#boxcr {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 201, ../sass/Partials/_zengridding.scss */
#boxll {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 202, ../sass/Partials/_zengridding.scss */
#boxlr {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 208, ../sass/Partials/_zengridding.scss */
.col2 {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -70px;
}

/* line 219, ../sass/Partials/_zengridding.scss */
.menuarea {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  margin-top: 10px;
  height: 270px;
}

/* line 230, ../sass/Partials/_zengridding.scss */
.menuoption {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 234, ../sass/Partials/_zengridding.scss */
.logopic {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  margin-left: 10px;
  height: 270px;
  background-position: left center;
  background-image: url('Images/museum.gif');
  background-repeat: no-repeat;
}

/* line 254, ../sass/Partials/_zengridding.scss */
.bottom {
  clear: left;
  float: left;
  width: 87.5%;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 70px;
}

/* line 263, ../sass/Partials/_zengridding.scss */
.bottom2 {
  clear: left;
  float: left;
  width: 87.5%;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
  height: 50px;
}

/* ============================ dropdown ==================================== */
/* line 22, ../sass/Partials/_dropdown.scss */
.smalltext {
  font-size: 18px;
  position: absolute;
}

/* line 27, ../sass/Partials/_dropdown.scss */
span.dropt {
  border-bottom-width: thin;
  border-bottom-style: dotted;
  background-color: #ffeedd;
}
/* line 32, ../sass/Partials/_dropdown.scss */
span.dropt:hover {
  text-decoration: none;
  background-color: white;
  z-index: 6;
}
/* line 38, ../sass/Partials/_dropdown.scss */
span.dropt span {
  position: absolute;
  white-space: normal;
  font-size: 12pt;
  margin: 20px 0 0 0px;
  padding: 3px 3px 3px 3px;
  border-style: solid;
  border-color: black;
  border-width: thin;
  z-index: 6;
}
/* line 49, ../sass/Partials/_dropdown.scss */
span.dropt:hover span {
  left: 30%;
  background-color: white;
}
/* line 54, ../sass/Partials/_dropdown.scss */
span.dropt span {
  position: absolute;
  left: -9999px;
  margin: 4px 0 0 0px;
  padding: 3px 3px 3px 3px;
  border-style: solid;
  border-color: black;
  border-width: thin;
}
/* line 62, ../sass/Partials/_dropdown.scss */
span.dropt:hover span {
  margin: 20px 0 0 20px;
  background-color: #a8a8ff;
  z-index: 6;
}

/* ============================ smoothmenu ========================== */
/* ============================ PARAMS ========================== */
/* ============================ CODE ========================== */
/* line 33, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu {
  height: 0;
}

/* line 36, ../sass/Partials/_smoothmenu.scss */
.menutitle {
  height: 0;
}

/* line 40, ../sass/Partials/_smoothmenu.scss */
.ddshadow {
  /*shadow for NON CSS3 capable browsers*/
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  background: silver;
}

/* line 49, ../sass/Partials/_smoothmenu.scss */
.toplevelshadow {
  /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
  opacity: 0.8;
}

/* line 54, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul {
  /* Main Menu Items */
  margin: 0px;
  padding: 0px;
  width: 170px;
  list-style-type: decimal;
  font: bold 24px Verdana;
}
/* line 61, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li {
  position: relative;
}
/* line 63, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li a {
  display: block;
  overflow: auto;
  /*force hasLayout in IE7 */
  color: white;
  text-decoration: none;
  padding: 6px;
  border-bottom: 1px solid #777788;
  border-right: 1px solid #777788;
  text-align: center;
}
/* line 73, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
  color: #f80000;
  background: #96ddfa;
}
/* line 77, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li a.selected {
  /* background: GoldenRod ; when selected   background: #6699ff;  */
}
/* line 80, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li a:hover {
  background: #6699ff;
}
/* line 84, ../sass/Partials/_smoothmenu.scss */
.ddsmoothmenu-v ul li ul {
  /*  position: absolute; - */
  position: absolute;
  width: 170px;
  /*Sub Menu Items width */
  top: 0px;
  font-weight: normal;
  visibility: hidden;
  background: #6699ff;
}

/* line 23, ../sass/Partials/_button.scss */
.button1 {
  font-size: 20px;
  padding: 0.5em 1.5em;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 19px;
  padding: 0.5em 1.5em;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFADD8E6', endColorstr='#FF5FB3CE');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deeff5), color-stop(50%, #add8e6), color-stop(100%, #86c5da));
  background: -webkit-linear-gradient(#deeff5, #add8e6 50%, #86c5da);
  background: -moz-linear-gradient(#deeff5, #add8e6 50%, #86c5da);
  background: -o-linear-gradient(#deeff5, #add8e6 50%, #86c5da);
  background: linear-gradient(#deeff5, #add8e6 50%, #86c5da);
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #72bcd4;
  color: white;
  text-shadow: #60b3ce 0 -1px 0;
  position: relative;
  -webkit-box-shadow: #7ec2d8 0 0.4em 0px, #f3f9fb 0 1px 0 inset;
  -moz-box-shadow: #7ec2d8 0 0.4em 0px, #f3f9fb 0 1px 0 inset;
  box-shadow: #7ec2d8 0 0.4em 0px, #f3f9fb 0 1px 0 inset;
  border-bottom: solid 1px lightblue;
  margin-left: -1cm;
}
/* line 15, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button1:hover {
  text-decoration: none;
}
/* line 24, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button1:hover {
  background-color: #86c5da;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6ecf3), color-stop(50%, #86c5da), color-stop(100%, #67b7d1));
  background: -webkit-linear-gradient(#d6ecf3, #86c5da 50%, #67b7d1);
  background: -moz-linear-gradient(#d6ecf3, #86c5da 50%, #67b7d1);
  background: -o-linear-gradient(#d6ecf3, #86c5da 50%, #67b7d1);
  background: linear-gradient(#d6ecf3, #86c5da 50%, #67b7d1);
}
/* line 27, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button1:active {
  -webkit-box-shadow: #67b7d1 0 1px 2px inset;
  -moz-box-shadow: #67b7d1 0 1px 2px inset;
  box-shadow: #67b7d1 0 1px 2px inset;
}
/* line 6, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button1.disabled, .button1[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #86c5da;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.button1::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 8, ../../../../../../var/lib/gems/1.9.1/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-styles.sass */
.button1:active {
  top: 0.3em;
  -webkit-box-shadow: #8ec9dc 0 0.2em 0px;
  -moz-box-shadow: #8ec9dc 0 0.2em 0px;
  box-shadow: #8ec9dc 0 0.2em 0px;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print and (max-width: 8.5in) {
  /* line 9, ../sass/Partials/_print.scss */
  html {
    width: 8.5in;
  }

  /* line 11, ../sass/Partials/_print.scss */
  body {
    background: white;
  }

  /* line 13, ../sass/Partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-size: 12pt;
  }

  /* line 23, ../sass/Partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 24, ../sass/Partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 26, ../sass/Partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 27, ../sass/Partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 30, ../sass/Partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 31, ../sass/Partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 32, ../sass/Partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 33, ../sass/Partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 35, ../sass/Partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 36, ../sass/Partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 43, ../sass/Partials/_print.scss */
  .bottom, .col2, .top {
    display: none;
  }

  /* line 46, ../sass/Partials/_print.scss */
  .col1, .content, #content2, .container, .content2 {
    width: 100%;
    height: auto;
    float: none !important;
    overflow: visible;
  }

  /* line 53, ../sass/Partials/_print.scss */
  body:after {
    content: "Hamilton Cty Museum-- http://http://www.hamiltoncountymuseum.com";
  }
}
