body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: 300;
  color: #666666;
  background: #f4f4f4 url(/img/background.png);
}
html { overflow-y: scroll; }
#header { margin-bottom: 20px; }
#title {
  font-size: 3em;
  font-weight: bold;
  color: #484848;
  margin-bottom: -10px;
  text-shadow: #989898 2px 2px 2px;
}
#title a {
  text-decoration: none;
  color: #484848;
}
#subtitle {
  float: left;
  font-size: 1.3em;
  font-weight: bold;
}
h2, h3, h4, h5, h6 { font-weight: 200; }
h2 { color: #4488aa; }
h1 { font-weight: 100; }
strong { font-weight: 700; }
a { color: #4488aa; }
a:hover { color: #8ebed4; }
#footer {
  color: #989898;
  font-size: 0.85em;
  padding-bottom: 20px;
}
#footer p { margin-bottom: 8px; }
#menu {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
}
#menu a {
  text-decoration: none;
  color: #4488aa;
}
#menu li {
  margin-left: 15px;
  display: inline;
  padding: 0px 4px;
  position: relative;
}
#menu .megamenu_top {
  color: #4488aa;
  cursor: default;
}
#menu li.mega .menupage {
  display: none;
  padding: 4px;
  background: white;
  font-weight: 300;
  z-index: 1000;
  position: absolute;
  top: 1.4em;
  left: 0em;
  color: #666666;
  border: 6px solid #4488aa;
  border-width: 6px 1px 1px 1px;
  -webkit-box-shadow: #989898 4px 4px 4px;
  -moz-box-shadow: #989898 4px 4px 4px;
  box-shadow: #989898 4px 4px 4px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  border-top-right-radius: 1px;
}
#menu li.mega .menupage table {
  margin-bottom: 0px;
  font-size: 0.8em;
  border-collapse: separate;
}
#menu li.mega .menupage table td {
  border-right: 0.1em solid white;
  border-left: 0.1em solid white;
}
#menu li.mega .menupage table td ul { margin: 0px; }
#menu li.mega .menupage table td li { display: block; }
#menu li.mega .menupage table a {
  color: #4488aa;
  padding: 2px;
}
#menu li.mega .menupage table a:hover {
  background-color: #4488aa;
  color: white;
  border: 0px solid #4488aa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: #484848 1px 1px;
  text-decoration: none;
}
#menu li.mega .menupage table .category {
  background-color: #f0f0f0;
  padding: 1px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #484848;
  width: 10em;
  font-weight: bold;
}
#menu li.mega .menupage table .category-wide { width: 20em; }
#menu li.hovering {
  background-color: #4488aa;
  border-bottom: solid 0.2em #4488aa;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-box-shadow: #b6b6b6 4px 4px 4px;
  -moz-box-shadow: #b6b6b6 4px 4px 4px;
  box-shadow: #b6b6b6 4px 4px 4px;
}
#menu li.hovering .megamenu_top { color: #ffffff; }
#menu li.hovering a { color: #ffffff; }
#menu li.hovering .menupage { display: block; }
#main { font-size: 1.15em; }
#main a[href^="/"] {
  background-color: #4488aa;
  color: white;
  border: 0px solid #4488aa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: #484848 1px 1px;
  padding: 1px 6px 2px;
  text-decoration: none;
}
#main a[href^="/"]:hover {
  background-color: #8ebed4;
  border: 0px solid #8ebed4;
  text-decoration: underline;
}
blockquote { margin-left: 35px; }
blockquote p:before {
  color: #4488aa;
  content: '\201C';
  font-size: 5em;
  line-height: 0px;
  margin: 0px 5px 0px -35px;
  vertical-align: bottom;
}
blockquote.quote_right {
  float: right;
  width: 300px;
  font-style: italic;
}
code { font-size: 0.9em; }
#contactform input {
  padding: 5px;
  width: 300px;
  background: white;
}
#contactform textarea {
  padding: 5px;
  width: 300px;
  background: white;
}
#contactform textarea { width: 660px; }
.shadow {
  -webkit-box-shadow: #b6b6b6 4px 4px 4px;
  -moz-box-shadow: #b6b6b6 4px 4px 4px;
  box-shadow: #b6b6b6 4px 4px 4px;
}
.caption_text {
  font-size: 0.8em;
  margin: 0;
}
.primary_color { color: #4488aa; }
.secondary_color { color: #8ebed4; }
.align_right {
  float: right;
  margin: 1em;
  margin-right: 0px;
  margin-top: 0.5em;
}
.align_left {
  float: left;
  margin: 1em;
  margin-left: 0px;
  margin-top: 0.5em;
}
.align_center {
  margin-left: auto;
  margin-right: auto;
}
.note {
  margin: 1em 3em;
  padding: 0.5em 1em;
  border-left: 5px solid #fce27c;
  background-color: #f6ebc1;
}
.note p { margin: 0; }

