/* line 17, ../../../../../../../../Program Files/Scout/vendor/gems/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, ../../../../../../../../Program Files/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Program Files/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Program Files/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Program Files/Scout/vendor/gems/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, ../../../../../../../../Program Files/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Program Files/Scout/vendor/gems/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, ../../../../../../../../Program Files/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Program Files/Scout/vendor/gems/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/normal.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 15, sass/normal.scss */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 22, sass/normal.scss */
img {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 0;
}

/* line 30, sass/normal.scss */
body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding-bottom: 3em;
}

/* line 45, sass/normal.scss */
p {
  margin-bottom: 1em;
  color: #000;
  line-height: 120%;
  font-size: 120%;
}

/* line 53, sass/normal.scss */
h1 {
  font-family: Georgia, sans-serif;
  font-size: 140%;
  line-height: 150%;
  color: #111;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  font-weight: bold;
}

/* line 64, sass/normal.scss */
h2 {
  font-family: Georgia, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #111;
  line-height: 110%;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* line 76, sass/normal.scss */
h3 {
  font-family: Georgia, sans-serif;
  font-weight: bold;
}

/* line 83, sass/normal.scss */
em {
  font-style: italic;
}

/* line 87, sass/normal.scss */
strong {
  font-weight: bold;
}

/* line 93, sass/normal.scss */
label {
  float: left;
  width: 110px;
  text-align: right;
  margin-right: 16px;
  font-size: 100%;
}

/* line 100, sass/normal.scss */
legend {
  color: #000;
  font-size: 120%;
  font-weight: normal;
  padding: 6px;
  margin-bottom: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 110, sass/normal.scss */
input, select, textarea, div.attach {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: auto;
  border: 1px solid #ddd;
  background: #fafafa;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
}

/* line 120, sass/normal.scss */
input:hover, input:focus {
  border-color: #c5c5c5;
  background: #f6f6f6;
}

/* line 125, sass/normal.scss */
input.image {
  width: auto;
  border: none;
}

/* line 130, sass/normal.scss */
fieldset {
  border: 1px solid #ddd;
  padding: 0 0.5em 0.5em;
}

/* line 135, sass/normal.scss */
fieldset div {
  margin: 1em 0;
  clear: both;
}

/* line 141, sass/normal.scss */
option {
  padding-right: 10px;
}

/* line 159, sass/normal.scss */
#container {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: left;
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 10px #666666;
  -moz-box-shadow: 3px 3px 10px #666666;
  box-shadow: 3px 3px 10px #666666;
}

/* line 179, sass/normal.scss */
#top-section {
  width: auto;
  float: left;
  margin-top: 2em;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 185, sass/normal.scss */
#top-section img {
  width: 100%;
}

/* line 194, sass/normal.scss */
#content {
  clear: left;
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 201, sass/normal.scss */
#content ul, #content ol {
  padding: .25em 0em .5em 1.5em;
  list-style-position: outside;
  padding-left: 30px;
  list-style-type: disc;
  line-height: 1.5em;
}
/* line 210, sass/normal.scss */
#content li {
  padding-bottom: 5px;
  font-size: 120%;
}

/* line 220, sass/normal.scss */
.company {
  padding-bottom: 1em;
  background: url(../images/sep.gif) left bottom repeat-x;
  margin-bottom: 2em;
}

/* line 227, sass/normal.scss */
.comp-text {
  width: 45%;
  margin-right: 2%;
  float: left;
}

/* line 233, sass/normal.scss */
.diag {
  float: left;
  width: 53%;
}
/* line 236, sass/normal.scss */
.diag img {
  width: 100%;
}

/* line 242, sass/normal.scss */
#mapsearch {
  width: 95%;
  height: 30em;
  margin: 0px;
  padding: .2em;
  border: 1px solid #f9f9f9;
  float: left;
}

/* line 252, sass/normal.scss */
#terms {
  float: right;
  margin-top: -1.75em;
}

/* line 258, sass/normal.scss */
#email-contact {
  margin-top: 10px;
}
/* line 260, sass/normal.scss */
#email-contact p {
  margin-bottom: 8px;
}

/* TinyMCE specific rules */
/* line 268, sass/normal.scss */
.mceContentBody {
  background-color: #fff;
  font-size: 80%;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 274, sass/normal.scss */
.mceContentBody ul {
  padding-left: 25px;
}

/* line 281, sass/normal.scss */
.ileft {
  float: left;
  padding: 0px 12px 10px 0px;
}

/* line 286, sass/normal.scss */
.iright {
  float: right;
  padding: 0px 0px 10px 12px;
}

/* line 291, sass/normal.scss */
.left {
  float: left;
  text-align: left;
}

/* line 297, sass/normal.scss */
.right {
  float: right;
  text-align: right;
}

/* line 306, sass/normal.scss */
.lege {
  margin-bottom: 20px;
  font-size: 130%;
  padding-left: 5px;
  padding-right: 10px;
  color: #777;
  border-color: #777;
}

/* line 315, sass/normal.scss */
fieldset {
  border: 1px solid #777;
}

/* line 321, sass/normal.scss */
.legaltext {
  font-size: 70%;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 327, sass/normal.scss */
.cleardiv {
  height: 0px;
  overflow: hidden;
  clear: both;
}

/* line 334, sass/normal.scss */
.forminput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

/* line 341, sass/normal.scss */
tr.odd {
  background-color: #EDFFE3;
}

/* line 345, sass/normal.scss */
tr.even {
  background-color: #BFFF9F;
}

/* line 352, sass/normal.scss */
#nav1 {
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 0;
  padding-bottom: 0;
  height: auto;
  float: right;
  display: inline;
  padding-right: 3px;
}

/* line 366, sass/normal.scss */
#nav1 li {
  list-style-type: none;
  text-align: center;
  padding: 0px;
  float: left;
  position: relative;
  margin-right: 0px;
  margin-bottom: 0;
  display: inline;
}

/* line 380, sass/normal.scss */
#nav1 a {
  float: left;
  padding: 0.5em 0px 0.5em 2em;
  font-size: 130%;
  color: #333;
  display: block;
  font-weight: bold;
}

/* line 393, sass/normal.scss */
#nav1 a:hover, #nav1 a.selected {
  color: #ccc;
}

/* line 400, sass/normal.scss */
#nav1 a.selected {
  cursor: default !important;
}

/* line 407, sass/normal.scss */
A:link, A:visited, A:active {
  color: #069;
  text-decoration: none;
  font-size: 100%;
  font-weight: normal;
}

/* line 408, sass/normal.scss */
A:hover, a.selected {
  color: #ccc;
  text-decoration: none;
  font-size: 100%;
  font-weight: normal;
}

/* line 413, sass/normal.scss */
A.legal:link, A.legal:visited {
  color: #777;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 140%;
  font-weight: normal;
}

/* line 414, sass/normal.scss */
A.legal:hover, A.legal:active {
  color: #777;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 140%;
  font-weight: normal;
}

/* Mobile or tablet Portrait */
@media screen and (max-width: 768px) {
  /* line 417, sass/normal.scss */
  #container {
    width: 96%;
  }

  /* line 418, sass/normal.scss */
  #top-section {
    float: none;
  }

  /* line 419, sass/normal.scss */
  .comp-text {
    width: 100%;
    float: none;
  }

  /* line 420, sass/normal.scss */
  .diag {
    width: 100%;
    float: none;
  }
}
