@charset "UTF-8";
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Ellem Styles
================================================== */
body {
  background: #faedce url("/images/marble-bar.jpg") repeat-x;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.main {
  border-bottom: 1px solid #c4c4c4;
}

header {
  margin-bottom: 30px;
}
header .banner {
  background-color: #006633;
  margin: -6px auto 0;
  max-width: 882px;
  text-align: center;
}
header .banner h3 {
  color: #faedce;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 10px 12px;
}

header, footer {
  text-align: center;
}

header img, aside img {
  max-width: 100%;
  height: auto;
}

nav.navcol {
  padding-left: 30px;
}
nav.navcol ul li a, nav.navcol ul li a:visited {
  color: #551716;
}

nav.menu {
  display: none;
  text-align: right;
}
nav.menu .show-menu {
  position: absolute;
  top: 0;
  right: 20px;
  color: #000;
  font-weight: bold;
}
nav.menu ul {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  margin: 0;
  background: #551716 url("/images/bg-marble-red.jpg") repeat-x;
  padding: 5px 15px;
  width: 140px;
}
nav.menu ul li {
  line-height: 1.7em;
  margin: 0;
}
nav.menu ul li a {
  color: #fff;
}
nav.menu .menu-on {
  display: block;
}

.phone {
  position: absolute;
  top: 13px;
  right: 61px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.phone a {
  color: #000;
}

article ul {
  margin-left: 30px;
  list-style: disc outside;
}
article li {
  margin-bottom: 5px;
}
article p {
  margin-bottom: 10px;
}
article h5 {
  margin-bottom: 5px;
}

.bottom {
  text-align: center;
}
.bottom ul li {
  display: inline;
  margin: 0 2px;
}

.mini {
  line-height: 1.2;
  font-size: 80%;
}

.box {
  border: 1px solid #551716;
  margin-top: 15px;
  margin-bottom: 15px;
}
.box p {
  padding: 7px 10px 5px 10px;
}
.box h5 {
  background: #551716;
  color: #faedce;
  text-align: center;
}
.box .more {
  text-align: center;
  margin-bottom: 5px;
}

#case-form {
  background-color: #551716;
  padding: 12px 20px 0 20px;
  position: relative;
}
#case-form h3 {
  text-align: center;
  color: #faedce;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 20px;
}
#case-form input, #case-form select, #case-form textarea {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 96%;
  border: 1px solid #000;
  margin-bottom: 7px;
  padding: 4px;
  background-color: #fff2da;
  border-radius: 0;
}
#case-form input:focus, #case-form select:focus, #case-form textarea:focus {
  border: 1px solid #afcdd8;
  background-color: #fff;
}
#case-form input::-webkit-input-placeholder, #case-form select::-webkit-input-placeholder, #case-form textarea::-webkit-input-placeholder {
  color: #666;
}
#case-form input:-moz-placeholder, #case-form select:-moz-placeholder, #case-form textarea:-moz-placeholder {
  color: #666;
}
#case-form input input.placeholder-text, #case-form input textarea.placeholder-text, #case-form select input.placeholder-text, #case-form select textarea.placeholder-text, #case-form textarea input.placeholder-text, #case-form textarea textarea.placeholder-text {
  color: #666;
}
#case-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
#case-form textarea {
  height: 50px;
  resize: none;
}
#case-form #case-submit {
  width: 100px;
  color: #000;
  border: none;
  display: block;
  float: right;
  margin-bottom: 0px;
  background-color: #faedce;
}
#case-form #case-submit:hover {
  background-color: #ccc;
}
#case-form #form-messages {
  display: none;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  color: #fff;
}
#case-form #form-messages.error {
  display: block;
  background-color: #993333;
}
#case-form #form-messages.success {
  display: block;
  background-color: #336633;
}

#disclaimer-link {
  float: right;
  clear: right;
  font-size: 11px;
  margin-top: 4px;
}
#disclaimer-link a {
  color: #faedce;
}

.g-recaptcha {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
a, a:visited {
  color: #551716;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  color: #cc6600;
}

p a, p a:visited {
  line-height: inherit;
}

a.current {
  color: #551716;
  font-weight: bold;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

/*# sourceMappingURL=base.css.map */
