/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic&subset=latin,latin-ext);
/* line 16, sass/main.scss */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 23, sass/main.scss */
html body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 1em;
  background-color: #000000;
  background-image: url(background_repeat.png);
  background-repeat: repeat-x;
  border-top: 15px solid #EDEDED;
  position: relative;
}
/* line 40, sass/main.scss */
html body #container {
  width: 960px;
  margin: 0 auto;
  background-color: #B20000;
  background-image: url(body_repeat.png);
  background-repeat: repeat-x;
}
/* line 53, sass/main.scss */
html body #container > header {
  width: 960px;
  height: 316px;
  position: relative;
  overflow: hidden;
  background-image: url(header_images.jpg);
  background-repeat: no-repeat;
  background-position: 249px top;
}
/* line 68, sass/main.scss */
html body #container > header img#logo {
  display: block;
  width: 192px;
  height: 246px;
  position: absolute;
  left: 29px;
  top: 31px;
  z-index: 200;
}
/* line 78, sass/main.scss */
html body #container > header h1 {
  margin: 202px 22px 0 249px;
  padding: 0;
  height: 114px;
  width: 689px;
  position: relative;
  z-index: 200;
  background-image: url(banner.png);
  background-repeat: no-repeat;
}
/* line 92, sass/main.scss */
html body #container > header h1 span {
  visibility: hidden;
}
/* line 98, sass/main.scss */
html body #container nav#main {
  width: 220px;
  margin: 0 0 30px 15px;
  padding: 0;
  float: left;
  font-family: 'Garamond', serif;
  font-weight: normal;
  position: relative;
  z-index: 155;
}
/* line 110, sass/main.scss */
html body #container nav#main #search_form {
  margin: 0;
  text-align: center;
  color: #000000;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 121, sass/main.scss */
html body #container nav#main #search_form div {
  padding: 6px 0;
}
/* line 124, sass/main.scss */
html body #container nav#main #search_form div label {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0.75em;
  text-transform: uppercase;
}
/* line 132, sass/main.scss */
html body #container nav#main #search_form div input {
  vertical-align: middle;
}
/* line 135, sass/main.scss */
html body #container nav#main #search_form div input[type="text"] {
  width: 115px;
  margin: 0 4px;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-size: 1em;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 145, sass/main.scss */
html body #container nav#main #search_form div input[type="image"] {
  border: none;
  width: 16px;
  height: 16px;
  margin: 0;
}
/* line 154, sass/main.scss */
html body #container nav#main p#folder {
  margin: 17px 0 0 0;
  padding: 0px 10px 10px 10px;
  color: #000000;
  background-image: url(folder_arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  font-size: 0.8em;
}
/* line 168, sass/main.scss */
html body #container nav#main p#folder a {
  color: #000000;
  text-decoration: none;
}
/* line 172, sass/main.scss */
html body #container nav#main p#folder a:hover {
  text-decoration: underline;
}
/* line 177, sass/main.scss */
html body #container nav#main ul {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0 0 0;
}
/* line 182, sass/main.scss */
html body #container nav#main ul li {
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
/* line 189, sass/main.scss */
html body #container nav#main ul li a {
  margin: 0px;
  display: block;
  text-decoration: none;
  padding: 8px 12px;
  color: #D80000;
  background-color: #FFFFFF;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 201, sass/main.scss */
html body #container nav#main ul li.uber a, html body #container nav#main ul li:hover > a {
  color: #FFFFFF;
  background-color: #E03333;
}
/* line 206, sass/main.scss */
html body #container nav#main ul li ul {
  display: none;
  position: absolute;
  width: 220px;
  left: 100%;
  top: 0px;
  margin: 0 0 0 3px;
  text-align: left;
  background-color: #FFFFFF;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 7px;
}
/* line 219, sass/main.scss */
html body #container nav#main ul li ul:before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  bottom: -150px;
  left: -3px;
  background-image: url(transparent_background.png);
}
/* line 230, sass/main.scss */
html body #container nav#main ul li ul li {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #D80000;
}
/* line 235, sass/main.scss */
html body #container nav#main ul li ul li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 242, sass/main.scss */
html body #container nav#main ul li ul > :first-child {
  border-top: none;
}
/* line 245, sass/main.scss */
html body #container nav#main ul li ul > :first-child:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 15px 9px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
/* line 257, sass/main.scss */
html body #container nav#main ul li ul > :first-child:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #D80000 transparent transparent;
}
/* line 276, sass/main.scss */
html body #container nav#main ul li:hover > ul {
  display: block;
}
/* line 283, sass/main.scss */
html body #container #content {
  float: left;
  width: 689px;
  margin: -60px 22px 30px 14px;
  overflow: hidden;
  position: relative;
  z-index: 150;
  color: #000000;
  background-color: #EEEEEE;
  font-size: 0.9em;
}
/* line 299, sass/main.scss */
html body #container #content #content-inner {
  margin: 80px 30px 30px 30px;
}
/* line 302, sass/main.scss */
html body #container #content #content-inner nav#breadcrumbs {
  font-size: 0.7em;
  margin: 0 0 5px 0;
}
/* line 307, sass/main.scss */
html body #container #content #content-inner > :first-child {
  margin-top: 0;
}
/* line 311, sass/main.scss */
html body #container #content #content-inner strong, html body #container #content #content-inner b {
  font-weight: 600;
}
/* line 315, sass/main.scss */
html body #container #content #content-inner a {
  color: #000000;
  font-weight: 600;
}
/* line 319, sass/main.scss */
html body #container #content #content-inner a:hover {
  color: #F20000;
  font-weight: 600;
}
/* line 325, sass/main.scss */
html body #container #content #content-inner h1, html body #container #content #content-inner h2, html body #container #content #content-inner h3, html body #container #content #content-inner p {
  padding: 0px;
}
/* line 329, sass/main.scss */
html body #container #content #content-inner h1, html body #container #content #content-inner h2, html body #container #content #content-inner h3 {
  line-height: 120%;
  font-family: 'Garamond', serif;
  font-weight: normal;
  margin: 20px 0 5px 0;
}
/* line 335, sass/main.scss */
html body #container #content #content-inner h1 + p, html body #container #content #content-inner h2 + p, html body #container #content #content-inner h3 + p {
  margin: 5px 0 17px 0;
}
/* line 339, sass/main.scss */
html body #container #content #content-inner h1 {
  color: #DC0000;
}
/* line 342, sass/main.scss */
html body #container #content #content-inner h2 {
  color: #000000;
}
/* line 345, sass/main.scss */
html body #container #content #content-inner h3 {
  color: #666666;
}
/* line 352, sass/main.scss */
html body > footer {
  font-size: 10px;
  color: #FFFFFF;
  height: 31px;
  width: 900px;
  padding: 30px;
  margin: 0 auto;
}
/* line 363, sass/main.scss */
html body > footer a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 367, sass/main.scss */
html body > footer a:hover {
  color: #FFCC00;
}
/* line 372, sass/main.scss */
html body > footer #spike_footer {
  height: 31px;
  position: relative;
  z-index: 110;
}

/* line 382, sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 388, sass/main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 397, sass/main.scss */
.clearfix {
  *zoom: 1;
}
