/* Start of CMSMS style sheet 'CD: styles' */
/* size, colors, etc... */
#header img {
  border: none;
}
#breadcrumbs {
  margin: 0 0 18px;
  font-size: 70%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p, li {
  font-size: 80%;
}
big {
  font-size: 120%;
}
small {
  font-size: 80%;
}
a, a:link, a:visited {
  background-color: transparent;
  color: #0391d3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#navlist {
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 8px 0 0;
}
#navlist li {
  float: left;
  display: inline;
  margin: 0 3px;
  padding: 0;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
  line-height: 52px;
}
#navlist li a, #navlist li a:link, #navlist a:visited {
  float: left;
  width: 120px;
  height: 52px;
  background: transparent url('/uploads/images/bg_navlist_indicator.png') -300px -300px no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#navlist li a:hover {
  background-position: bottom left;
  color: #dba708;
}
#navlist li a.currentpage, #navlist li a.currentpage:link, #navlist li a.currentpage:visited,
#navlist li a.activeparent, #navlist li a.activeparent:link, #navlist li a.activeparent:visited {
  background-position: bottom center;
  color: #dba708;
}
#simpleslider big {
  font-size: 110%;
}
#simpleslider small {
  font-size: 70%;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 6px 0 0;
}
#content h2 {
  margin: 30px 0 0;
}
#content p {
  margin: 0 0 1.5em;
}
#greybar h4 {
  margin: 0 0 0.2em;
  padding: 0;
}
#greybar ul {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
#greybar p, #greybar li {
  font-size: 70%;
  line-height: 1.4em;
}
#greybar li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
#greybar a, #greybar a:link, #greybar a:visited {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
#greybar a:hover {
  color: #FA6D00;
}
#greybar img {
  border: none;
}
#footer p {
  margin: 0px;
  padding: 24px 380px 0px 0px;
  text-align: right;
}
#credit a {
  color: #FACA06;
  background-color: transparent;
}

#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

#categories li, #categories p {
  font-size: 80%;
  line-height: 1.4em;
}
#categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#categories li {
  margin: 0.5em 0em 1.5em;
  padding: 0em;
}
#categories a, #categories a:link, #categories a:visited {
  background-color: transparent;
  color: #FFFFFF;
}
#categories a.current, #categories a.current a:link, #categories a.current:visited {
  background-color: transparent;
  color: #dba708;
}
#categories a:hover {
  background-color: transparent;
  color: #dba708;
}

.clear {
   clear: both;
} 
/* End of 'CD: styles' */

