body {
	padding-top: 0px;
	color: #959595;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	}

p {
margin: 10px 0 10px;	
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}
	
.feature {
	background-color: #a73a38;
	color: #efd76d;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: #a3c4b4;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.navbar-fixed-top {
	top: 0;
	/* float: right; */
	right: 0;
	position: relative;
}

.navbar-brand {
  float: left;
  height: 48px;
  padding:  15px 15px;
  font-size: 20px;
  line-height: 20px;
}
p.navbar-brand {
	margin: 0;
}
.navbar-nav {	
  margin: px -2px;
}
.navbar-inverse{background-color: #41604d;border-color:#080808;
	color: #eff8ee;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color: #d59165}

.navbar-inverse .navbar-brand{color: #ccf6e3}

.navbar-inverse .navbar-nav>li>a{color: #cacaca}

iframe {
	border: none;
	margin-left: 10px;
	padding-left: 10px;
}
.imagecaption {
	float: left;
	clear: right;
	max-width: 1%;
}
.jumbotron {
	top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  color: #8c3428;
  background-color: #e4cd9c;
}
.jumbotron2 {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #8c3428;
  background-color: #e4cd9c;
}

.jumbotron2 .img-logo {
  display: inline-block;
  max-width: 100%;
  width:  150px; 
}
.row a {
	color: #41604d;
	}

 .col-md-3 {
	padding-top: 20px;
	padding-bottom: 20px;
    width: 25%;
	background-color: #a3c4b4;
}
.col-md-9 {
	width: 70%;
	margin-left: 20px;
	margin-bottom: 100px;
	margin-top: -15px;
	padding-top: -15px;
}	


.jumbotron p {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 200;
}

.img-logo {
  display: inline-block;
  max-width: 100%;
  width:  200px;
  height: auto;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
  
}
.intropage h4 {
	padding-top: 5px;
}
.intropage h3 {
	padding-bottom: 20px;
}
.intropage em {
	font-style: italic;
	color: #777;
}
.intropage strong {
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.intropage h4 p {
	color: #555;
	font-size: .8em;
	display: inline;
}
.intropage ol li {
	padding-bottom: 10px;
	list-style-type: decimal;
}
.intropage ul li {
	padding-bottom: 10px;
	list-style-type: circle;
}
.intropage a {
	color: #41604c;
}
.separate {
	clear: left;
	padding-bottom: 30px;
}
.img-subpage {
  display: inline-block;
  max-width: 33%;
  max-height: 30%;
  height: auto;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
  
}
.img-subpageright {
  display: inline-block;
  max-width: 33%;
  max-height: 30%;
  height: auto;
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
  
}

/*show hide radio button code */

.more {
      display: none;
	color: #818181;
	font-size: .9em;
}
.more em {

	font-style: italic;
	color: #585858;
}
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #41604d;
      padding-left: 20px;
      background: transparent url(../images/down.png) no-repeat left; }
   a.hideLink {
      background: transparent url(../images/up.png) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px solid #41604d; }

@media (max-width: 768px) {
  .col-md-3 {
	width: 100%;
	padding: 20px;
}
  iframe {
	width: 100%;
	padding: 20px;
}
}
 
@media (max-width: 1000px) {
  .col-md-3 {
	width: 100%;
	padding: 20px;
}
  iframe {
	width: 95%;
	padding: 10px;
	margin: 10px;
	border: thin black dotted;
 
}



/* My Comment */
}