/* 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, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/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, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/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, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/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, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/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 16, ../../sass/screen.scss */
p {
  color: #386578;
  font-size: 0.8125em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1.625em;
}
/* line 23, ../../sass/screen.scss */
p.orange {
  color: #fb7f05;
}
/* line 26, ../../sass/screen.scss */
p.orange span.tel {
  font-size: 1.25em;
}
/* line 30, ../../sass/screen.scss */
p.orange a.email-link {
  text-decoration: none;
  color: #fb7f05;
  font-weight: bold;
}
/* line 35, ../../sass/screen.scss */
p.orange a.email-link:hover {
  color: #386578;
}
/* line 41, ../../sass/screen.scss */
p.tight {
  margin-bottom: 0.5em;
}

/* line 48, ../../sass/screen.scss */
label {
  color: #386578;
  font-size: 0.8125em;
  line-height: 1.25em;
  display: inline-block;
  width: 94px;
}

/* line 57, ../../sass/screen.scss */
input[type=text],
input[type=email] {
  width: 200px;
  border: 1px solid #2d4c20;
  height: 1.5em;
  padding-left: 3px;
  paddin-right: 3px;
  margin-top: 1em;
}

/* line 67, ../../sass/screen.scss */
select {
  width: 205px;
  height: 24px;
  border: 1px solid #2d4c20;
  line-height: 1.5em;
  padding: 1px;
  margin: 1em 0 0 0;
}

/* line 77, ../../sass/screen.scss */
option {
  color: black;
  line-height: 1.25em;
}

/* line 82, ../../sass/screen.scss */
textarea {
  width: 235px;
  max-width: 235px;
  margin-bottom: 1em;
  margin-top: 1em;
  border: 1px solid #2d4c20;
}

/* line 91, ../../sass/screen.scss */
h3 {
  color: #386578;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 0.25em;
}

/* line 98, ../../sass/screen.scss */
h4 {
  color: #386578;
  font-weight: bold;
  font-size: 0.8125em;
  margin-bottom: 0.25em;
}

/* line 105, ../../sass/screen.scss */
span.tel {
  font-size: 1.25em;
}

/* line 109, ../../sass/screen.scss */
a.email-link {
  margin-top: 0.25em;
  text-decoration: none;
  color: #386578;
  font-weight: bold;
}
/* line 115, ../../sass/screen.scss */
a.email-link:hover {
  color: #fb7f05;
}

/* line 120, ../../sass/screen.scss */
form div.error {
  display: block;
  text-align: right;
  width: 199px;
  margin-left: 98px;
  margin-bottom: 1em;
  font-size: 0.75em;
  background: #2d4c20;
  color: white;
  padding: 3px;
}

/* line 132, ../../sass/screen.scss */
.clear {
  clear: both;
}

/* line 136, ../../sass/screen.scss */
img {
  vertical-align: bottom;
}

/* line 140, ../../sass/screen.scss */
body {
  background: url(../images/background.gif) 0 0 repeat-x white;
  font-family: helvetica, arial, sans-serif;
}

/* line 146, ../../sass/screen.scss */
header {
  position: relative;
  height: 119px;
  background: url(../images/globe.png) 100% 20px no-repeat transparent;
  padding: 52px 0 0 0;
}

/* line 153, ../../sass/screen.scss */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
/* line 158, ../../sass/screen.scss */
.container .nav-col {
  display: inline;
  float: left;
  width: 239px;
}
/* line 162, ../../sass/screen.scss */
.container .nav-col .nav {
  position: relative;
  height: 382px;
}
/* line 171, ../../sass/screen.scss */
.container .nav-col .nav ul li.active, .container .nav-col .nav ul li:hover.active {
  background: white;
}
/* line 174, ../../sass/screen.scss */
.container .nav-col .nav ul li.active a, .container .nav-col .nav ul li:hover.active a {
  color: #386578;
}
/* line 179, ../../sass/screen.scss */
.container .nav-col .nav ul li:hover {
  background: #fc9f44;
}
/* line 183, ../../sass/screen.scss */
.container .nav-col .nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  width: 239px;
  display: block;
  padding-left: 10px;
  font-size: 1.125em;
  outline: 0;
}
/* line 200, ../../sass/screen.scss */
.container .contact {
  padding-top: 20px;
  font-size: 1.125em;
}
/* line 206, ../../sass/screen.scss */
.container .content-col {
  display: inline;
  float: right;
  width: 721px;
  background: white;
  min-height: 382px;
  margin-bottom: 3em;
}
/* line 213, ../../sass/screen.scss */
.container .content-col .top-images {
  position: relative;
  width: 721px;
  height: 382px;
  overflow: hidden;
}
/* line 219, ../../sass/screen.scss */
.container .content-col .top-images #slideshow {
  position: relative;
  height: 382px;
}
/* line 224, ../../sass/screen.scss */
.container .content-col .top-images #slideshow IMG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
/* line 231, ../../sass/screen.scss */
.container .content-col .top-images #slideshow IMG.active {
  z-index: 10;
}
/* line 235, ../../sass/screen.scss */
.container .content-col .top-images #slideshow IMG.last-active {
  z-index: 9;
}
/* line 242, ../../sass/screen.scss */
.container .content-col .left-col {
  display: inline;
  float: left;
  width: 341px;
  margin-left: 10px;
  padding-top: 20px;
}
/* line 248, ../../sass/screen.scss */
.container .content-col .left-col .section_one {
  height: 362px;
}
/* line 252, ../../sass/screen.scss */
.container .content-col .left-col .section_two {
  margin-top: 32px;
}
/* line 257, ../../sass/screen.scss */
.container .content-col .right-col {
  display: inline;
  float: right;
  width: 340px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 20px;
}
/* line 264, ../../sass/screen.scss */
.container .content-col .right-col .top_pic {
  margin-top: -20px;
  margin-bottom: 20px;
}
/* line 269, ../../sass/screen.scss */
.container .content-col .right-col .fluid-wrapper {
  position: relative;
  width: 350px;
  height: 382px;
}
/* line 274, ../../sass/screen.scss */
.container .content-col .right-col .fluid-wrapper.short {
  height: 382px;
  /* was 364px */
}
/* line 278, ../../sass/screen.scss */
.container .content-col .right-col .fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
