body {
  margin:  0;
  padding: 0;
  background-color: #36461f;
  background-image: url("/images/shared/bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin-top: 0;
  font-size: 18px;
  color: #63630d;
}

h2 {
  font-size: 18px;
  color: #63630d;
  font-weight: normal;
}

img.right_image1 {
  float: right;
  padding: 0 0 10px 18px;
}

img.left_image1 {
  float: left;
  padding: 0 18px 10px 0;
}

hr {
  border: 0;
  color: #cfcfc2;
  background-color: #cfcfc2;
  height: 2px;
}

.subtle { color: #7d7d73; }
.subtle a { color: #7d7d73; }
.small { font-size: 11px; }
.spacer { clear: both; }
.error { color: #FF0000; font-weight: bold; }

.quote_button a {
  padding: 4px 8px;
  background-color: #e9e9b4;
  color: #545429;
  border: 1px solid #c6c699;
  font-size: 11px;
  font-weight: bold;
}

.quote_button a:hover {
  text-decoration: none;
  color: #555516;
  background-color: #e7e77d;
  border-color: #c3c366;
}

.highlight1 a {
  border: 1px #363632 solid;
  background-color: #63635b;
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.highlight1 a:hover {
  text-decoration: none;
  color: #000;
  background-color: #bcbcb6;
  border-color: #63635b;
}

p.caption {
  margin: 2px 0 0 0;
  color: #67675f;
  font-size: 11px;
  line-height: normal;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
  background-color: #ebebdc;
}

#masthead {
  background-color: #001f66;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#nav {
  background-image: url("/images/nav/bg.png");
  background-repeat: repeat-x;
  background-position: top left;
}

#wrapper.homepage #nav {
  background-color: #253216;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav ul li.nav_divider img {
  margin: 5px 8px 8px 8px;
}

#nav ul li img {
  vertical-align: bottom;
}

#subnav {
  color: #717167;
  font-size: 12px;
  margin: 0 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3c5;
}

#subnav a {
  color: #717167;
}

#subnav li.active {
  color: #000;
}

#subnav li.active a {
  color: #000;
}

#subnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#subnav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#subnav ul li.subnav_sep {
  padding: 0 10px;
}

#content {
  padding: 20px 30px;
  min-height: 400px;
  line-height: 150%;
}

#footer {
  clear: both;
  padding: 30px;
  text-align: center;
  color: #717167;
  font-size: 11px;
}

#footer a {
  color: #717167;
}

#wrapper.homepage #content {
  padding: 0;
}

#home_content {
  padding: 0 30px;
  font-size: 16px;
}

#home_content ul {
  padding: 0;
  margin: 0;
  /*
  list-style-type: none;
  list-style-image: url('/images/shared/checkmark.png');
  */
}

#home_content ul li {
  margin-left: 1.2em;
}

#home_preview {
  clear: both;
  padding-top: 20px;
}

#home_preview div {
  float: left;
  width: 240px;
  margin-left: 10px;
  text-align: center;
}

#home_preview div.first { margin-left: 0; }

#home_preview div img.view_larger {
  margin-top: 5px;
}

/* CSS BUTTON */
.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}

a.button {
  background: transparent url('/images/shared/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('/images/shared/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
}

/* CASE STUDIES */

div.case_study_teaser {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cfcfc2;
}

div.case_study_teaser .description {
  float: left;
  width: 400px;
}

div.case_study_teaser .description p.title {
  margin-top: 0;
  font-weight: bold;
}

div.case_study_teaser .description p.title a {
  color: #000;
}

div.case_study_teaser .description p.cs_link {
  margin-bottom: 0;
}

div.case_study_teaser .thumbnail {
  float: right;
  width: 320px;
}

/* FAQ */

div.faq {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

div.faq .question {
  color: #226000;
  font-size: 15px;
}
