/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/screen.scss */
body {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 11pt;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #5d5d5d;
}

/* line 20, ../sass/screen.scss */
div.wrapper {
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

/* line 26, ../sass/screen.scss */
div.container {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

/* line 33, ../sass/screen.scss */
.blue {
  background-color: #0094ff;
}

/* line 37, ../sass/screen.scss */
.dark-grey {
  background-color: #5d5d5d;
}

/* line 41, ../sass/screen.scss */
.light-grey {
  background-color: #f4f4f4;
}

/* line 45, ../sass/screen.scss */
.white {
  background-color: #fff;
}

/* line 49, ../sass/screen.scss */
.default-grey {
  background-color: #ebebeb;
}

/* line 53, ../sass/screen.scss */
.nooverflow {
  overflow: hidden;
}

/* line 57, ../sass/screen.scss */
p {
  line-height: 1.6em;
}

/* line 61, ../sass/screen.scss */
div.section {
  margin: 0px auto;
  width: 800px;
  text-align: left;
}

/* line 67, ../sass/screen.scss */
.page-banner-image {
  margin: 0px auto;
  position: relative;
  width: 800px;
  height: 320px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 77, ../sass/screen.scss */
#header {
  min-height: 100px;
  background: #ebebeb url("/images/logo.png") no-repeat 180px center;
  background-size: 90px 90px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 77, ../sass/screen.scss */
  #header {
    background: #ebebeb url("/images/logo2x.png") no-repeat 180px center;
  }
}
/* line 87, ../sass/screen.scss */
#header h1 {
  display: inline;
  float: left;
  margin: 20px 0px 0px 0px;
  border-bottom: 2px solid #000;
}
/* line 92, ../sass/screen.scss */
#header h1 span {
  display: inline;
  float: left;
  margin: 0px 3px 0px 0px;
}
/* line 96, ../sass/screen.scss */
#header h1 span:first-child {
  font-size: 2.5em;
}
/* line 99, ../sass/screen.scss */
#header h1 span:last-child {
  font-size: 1.35em;
  padding-top: 0.6em;
  text-transform: capitalize;
}
/* line 106, ../sass/screen.scss */
#header h2 {
  display: inline;
  float: left;
  font-size: 1.1em;
  margin: 5px 0px 20px 0px;
  clear: both;
}
/* line 113, ../sass/screen.scss */
#header form {
  display: inline;
  float: right;
  width: 200px;
  margin: 35px 0px 0px 0px;
}
/* line 118, ../sass/screen.scss */
#header form fieldset {
  display: inline;
  float: left;
  width: 200px;
}
/* line 122, ../sass/screen.scss */
#header form fieldset input[type="text"] {
  display: inline;
  float: left;
  width: 170px;
  height: 18px;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 131, ../sass/screen.scss */
#header form fieldset input[type="submit"] {
  display: inline;
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-left: 0px;
  background-size: 24px 24px;
  background: #dddddd url("/images/search.png") no-repeat center;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 131, ../sass/screen.scss */
  #header form fieldset input[type="submit"] {
    background: #dddddd url("/images/search2x.png") no-repeat center;
  }
}

/* line 152, ../sass/screen.scss */
#nav ul {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
}
/* line 157, ../sass/screen.scss */
#nav ul li {
  position: relative;
  display: block;
  float: left;
  width: 160px;
}
/* line 162, ../sass/screen.scss */
#nav ul li a {
  display: inline;
  float: left;
  width: 149px;
  border-right: 1px solid #2288bb;
  padding: 0px 0px 0px 10px;
  min-height: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
/* line 174, ../sass/screen.scss */
#nav ul li ul {
  position: absolute;
  display: none;
  top: 32px;
  left: 0px;
  width: 250px;
}
/* line 180, ../sass/screen.scss */
#nav ul li ul li {
  display: inline;
  float: left;
  width: 260px;
}
/* line 184, ../sass/screen.scss */
#nav ul li ul li a {
  display: inline;
  float: left;
  width: 250px;
  background-color: #0094ff;
  line-height: 32px;
  border-right: 0px;
}
/* line 193, ../sass/screen.scss */
#nav ul li ul li:hover a {
  background-color: #44aadd;
}
/* line 199, ../sass/screen.scss */
#nav ul li ul li.selected a {
  background-color: #44aadd;
}
/* line 204, ../sass/screen.scss */
#nav ul li:hover {
  background-color: #44aadd;
}
/* line 206, ../sass/screen.scss */
#nav ul li:hover ul {
  display: inline;
  float: left;
  z-index: 2;
}
/* line 213, ../sass/screen.scss */
#nav ul li:last-child a {
  border-right: 0px;
}
/* line 220, ../sass/screen.scss */
#nav li.selected a {
  background-color: #44aadd;
}

/* line 226, ../sass/screen.scss */
#footer {
  margin: 0px auto;
  height: 100px;
  font-size: 0.8em;
  background-color: #ebebeb;
}
/* line 231, ../sass/screen.scss */
#footer ul {
  display: inline;
  float: left;
  clear: both;
  width: 760px;
  margin: 0px 0px 50px 20px;
  padding: 20px 0px 0px 0px;
  border-top: 2px solid #ccc;
}
/* line 239, ../sass/screen.scss */
#footer ul li {
  display: inline;
  float: left;
  clear: both;
}
/* line 243, ../sass/screen.scss */
#footer ul li strong {
  display: inline;
  float: left;
  width: 100px;
  font-weight: bold;
  color: #5d5d5d;
}
/* line 250, ../sass/screen.scss */
#footer ul li a {
  display: inline;
  float: left;
  color: #5d5d5d;
  margin: 3px 0px 3px 0px;
  text-decoration: none;
}
/* line 256, ../sass/screen.scss */
#footer ul li a:hover {
  text-decoration: underline;
}
/* line 260, ../sass/screen.scss */
#footer ul li:last-child {
  display: inline;
  float: right;
  margin-top: -15px;
}
