/** Print styles
---------------------------------*/

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ;
  color: #000;
  font-size: 10pt;
}
a img {
  border: none;
}
#page {
  width: 100%;
}
#site-name {
  font-size: 20px;
  font-weight: bold;
}
#content,
#content #content-inner,
.content,
.title {
  margin: 20px 0;
  width: auto;
}
a:hover, a:active, a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}
#site-logo:after {
  content:"";
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
}
h1 {/* 30px */
  font-size: 250%;
  margin: 0 0 0.8em;
}
h2 {/* 24px */
  font-size: 260%;
  margin: 0 0 0.2em;
  color:#dc8651;
  font-weight: bold;
}
h3 {/* 18px */
  color:#dc8651;
  font-size: 25px;
  font-weight: bold;
  margin: 0.5em 0 0;
}
h4 {/* 16px */
  font-size: 133%;
  font-weight: bold;
  margin: 0.5em 0;
}
h5 {/* 14px */
  font-size: 116%;
  margin: 0.5em 0;
}
h6 {/* 13px */
  font-size: 108%;
}


/* Paragraph Styles */

p {
  margin: 0 0 1.5em;
}
strong, dt {
  font-weight: bold;
}
dd {
  margin-bottom:10px;
}
em, dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup, sub {
  line-height: 0;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
abbr {
  border-bottom: 1px dotted #666;
  white-space: nowrap;
}
img {
  border: none;
  vertical-align: baseline;
}

/* Paragraph Styles */

p {
  margin: 1em 0;
}


#footer a:link:after, a:visited:after {
  content: "";
}

/* HIDING FOR PRINT */
#footer .siteby,
#footer #nav_privacy_policy,
#footer #nav_sitemap,
#navigation,
#skip {
  display:none;
}
