/* vertical margins */
/* not sure ?*/
/* gap between dialogs */
/* line 26, ../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body {
  font-size: 87.5%;
  line-height: 1.429em;
}

/* line 30, ../../../../usr/local/lib/ruby/gems/1.9.1/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html > body {
  font-size: 14px;
}

/*$navigation-background:adjust-saturation(darken(#5dc01a, 5%), -2%);*/
/*
** Site Configuration
** ==================
**
** All the main variables from every area of the website can be overridden here.
**
*/
/*
** Text & Link Colors
**
** A basic set of complementary colors for Headings, Bold and Normal text.
** Variatiouns on these coles can be used for Heading Levels and Box Headings.
*/
/*
** Header
*/
/* Header Background Color          */
/* Total Header Height              */
/* Sits below Multi level menu      */
/* Top level of menu system         */
/* 2nd level of menu system         */
/* Temporary borders to assist with layout */
/*
** Navigation
*/
/* see $corner-radius of create_tabmenu_sprite */
/* header-styles.scss */
/*
** Tabmenu Sprite Image
**   If you alternavSprite variables, you need to:
**      - run togif to convert this to a gif for IE6 (note the filename)
**      - update _navigation  variables navSprite & navSpriteGIF with the
**        latest navSprite-<cachebuster>.jpg (and .gif)
*/
/*
** Content
*/
/*
** Dialog Box Images
**
** (run togif to create fallback gif's for IE6)
*/
/*
** Footer 
*/
/* line 39, sass/partials/_base.scss */
.clearfix {
  clear: both;
}

/* Print Defaults -------------------------------------------------------------- */
/* line 13, sass/print.scss */
nav {
  display: none;
}

/* line 16, sass/print.scss */
* {
  background: transparent !important;
  color: #444444 !important;
  float: none !important;
  text-shadow: none !important;
}

/* line 22, sass/print.scss */
body {
  font-family: Georgia, serif;
  /*font-family: Cambria, Georgia, serif;*/
  /*font-family: Times, "Times New Roman", Georgia, serif;*/
  font-size: 12pt;
  background: white;
  color: black;
}

/* line 29, sass/print.scss */
a:link, a:visited {
  color: #444444 !important;
  text-decoration: underline;
}
/* line 32, sass/print.scss */
a:after {
  content: " (" attr(href) ") ";
  font-size: smaller;
}

/* line 36, sass/print.scss */
abbr:after {
  content: " (" attr(title) ")";
  font-size: smaller;
}

/* line 40, sass/print.scss */
pre, blockquote, img {
  page-break-inside: avoid;
}

@page {
  margin: 0.5cm;
}

/* line 46, sass/print.scss */
p, h2, h3 {
  orphans: 3;
  widows: 3;
}

/* line 50, sass/print.scss */
h2, h3 {
  page-break-after: avoid;
}
