/*defaults*/
body {
  background: #305019 repeat-x 0 0;
  color: #000000;
  margin: 0px 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 100%;
}

p {
  margin: 0 0 5px 15px;
  padding: 5px 5px 0 0;
}
a {
  color: #036703;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
}
ul,
li,
ol {
  margin: 0 0 5px 20px; /* sets the margins */
  padding: 0 0 0 5px; /* sets the padding */
  line-height: 1.3em;
}

/*structural elements*/
html {
  min-height: 100%;
  margin-bottom: 1px;
}
#container {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
  max-width: 1003px;
  height: 100%;
  background: #dbc890;
}
#holder {
  /*width: 100%;*/
  padding: 10px 20px 10px 20px;
  background: #dbc890;
  text-align: left;
}
#navigation {
  padding: 10px;
  color: #ffffff;
  background-color: #660000;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header {
  background: #dbc890 url("../images/cacs_logo.jpg") no-repeat 0px 10px;
  padding: 10px;
  height: 200px;
}
#content {
  float: left;
  padding: 20px 10px 0 0;
  line-height: 160%;
}
#footer {
  clear: both;
  /*width: 100%;*/
  font-size: 100%;
  background: #dbc890;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #036703;
}
#copyright {
  float: center;
}
#hr {
  color: #305019;
}
#img {
  margin: 15px;
  border: 1px solid #036703;
}

/*headings*/
#content h2.title {
  text-transform: uppercase;
}

#content h1 {
  font-family: serif, Arial;
  font-size: 170%;
  font-weight: bold;
  line-height: 100%;
  margin: 0;
  padding: 10px 0 15px 0;
  color: #660000;
}
#content h2 {
  font-family: serif, Arial;
  font-size: 150%;
  font-weight: bold;
  line-height: 90%;
  margin: 0;
  padding: 10px 0 13px 0;
  color: #660000;
}
#content h3 {
  font-family: serif, Arial;
  font-size: 130%;
  font-weight: bold;
  line-height: 80%;
  margin: 0;
  padding: 10px 0 11px 0;
  color: #660000;
}
#content h4 {
  font-family: serif, Arial;
  font-size: 110%;
  font-weight: bold;
  line-height: 70%;
  margin: 0;
  padding: 10px 0 9px 0;
  color: #660000;
}
#content h5 {
  font-family: serif, Arial;
  font-size: 90%;
  font-weight: bold;
  line-height: 60%;
  margin: 0;
  padding: 10px 0 7px 0;
  color: #660000;
}
#content h6 {
  font-family: serif, Arial;
  font-size: 70%;
  font-weight: bold;
  line-height: 50%;
  margin: 0;
  padding: 10px 0 5px 0;
  color: #660000;
}

/*navigation*/
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  font-size: 90%;
}
#navigation a {
  color: #dccc91;
  padding: 0 10px 0 10px;
  text-decoration: none;
  outline: none;
}
#navigation a:hover {
  color: #fad40d;
  outline: none;
}

#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#footer a {
  color: #036703;
  font-weight: bold;
  padding: 0 5px 0 5px;
  text-decoration: underline;
  outline: none;
}
#footer a:hover {
  color: #660000;
  text-decoration: none;
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.styled-table {
  text-align: left;
  border: 0;
  border-spacing: 0;
  width: 100%;
  padding: 0;
}

.article-container {
  margin: 0 0 20px 0;
  padding: 0;
}
.newspaper-image-right {
  float: right;
  padding: 10px 10px 10px 10px;
}

.newspaper-image-left {
  float: left;
  padding: 10px 10px 10px 10px;
}

.article-container:after {
  content: "";
  display: table;
  clear: both;
}

.qr-code {
  width: 200px;
  height: 200px;
}

.hidden {
  display: none;
}

.sitemap-links > li {
  border: 2px #000 !important;
}
