@charset "utf-8";
.bodycopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}
.headlinesbg {
	background-color: e8e8e8;
	background-image: url(../images/headlinesbg.gif);
	background-repeat: repeat-x;
}
.redbar {
	background-color: e8e8e8;
	background-repeat: repeat-x;
	background-image: url(../images/redbar.gif);
}
.redbarcopy {
	font-size: 14px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-left: 15px;
}
.linkcopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	color: #ef5324
}
.bodycopysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
.greyline {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/greylinebg.gif);
}
.greyline2 {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/greylinebg2.gif);
}
.greyline3 {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/greylinebg3.gif);
}
.greylinecopy {
	font-size: 20px;
	color: #ef5324;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.biocopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-left: 20px;
	text-align: justify;
}

.backtotop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-align: right !important;
	;
	color: #ef4f1e !important;
	;
}
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}
div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}
#creditfooter { 
        display: none;
}
.smallerfont {
	font-size: 11px;
}
.bodycopy p {
	text-align: justify;
}

/*Slideshow container*/

.slideshow-container {
  max-width: 994px;
  max-height: 327px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons 
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}*/

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
/*.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}
