body {
  font-family: 'Times New Roman', Tahoma, Helvetica, sans-serif, Arial;
  background:#5D9B65;
  font-size:14px;
  background-image: url("../images/bgStripedgreen.gif");
  color:#103a40;
//font-size:small;
}

h4 {
  font-size:1.05rem;
  font-family: 'Times New Roman',Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
}
body:after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content: url(../images/banner.jpg) url(../images/image-slider1.jpg)  url(../images/image-slider2.jpg)  url(../images/image-slider3.jpg)  url(../images/image-slider4.jpg)  url(../images/image-slider5.jpg) url(../images/image-slider6.jpg) ;
}

p {
//font-size: small;
  color: #103a40;
  text-align: left;
  margin-left: 20px;
  font-weight: normal;
  margin-right: 20px;
  margin-top:10px;
}

h1 {color:#68383d; font-weight:bold;}
h2 {color:#68383d; font-weight:bold;}
h3 {color:#383d68;  font-weight:bold;}
h4 {color:#68383D;}
h5 {color:#383d68;}

a {color:#0000FF;text-decoration:underline;}
a:hover {text-decoration:none;}
a:visited {color:#663399;}

.container {
//width: 914px;
  padding: 2px 2px 2px 2px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #68383d;
  margin:0 auto;
}
.container.margin-top {
  margin-top:35px;
}

.header {
//width: 900px;
//height: 300px;
  padding: 4px 4px 4px 4px;
  margin: 2px auto;
  border: 1px solid;
  position: relative;
  border-color: #68383d;
}
.content {
  padding: 4px 4px 4px 4px;
//border: 1px solid;
  border-color: #68383d;
  margin: 4px 2px 2px 2px;
}

table {
  width: 100%;
  background-color: #ffffff;
}
/*
td {
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#103a40;
	}
th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#103a40;
	background-color: white;
	}
	*/
table.courses {
  width: 100%;
  text-align: center;
  border: 1px solid;
  bordercolor: #39684C;

}
.courses th, .courses td {
  width: 33%;
  border: 1px solid;
  bordercolor: #39684C;
}

ul.courses {
  text-align: left;
}

#title_bar {
  margin-top: 5px;
}
nav a {
  font-size:16px;
}

ul.nav {
  height: 30px;
  margin: 0;
  margin:  auto;
}
ul.nav li {
  line-height: 30px;
  float: left;
  margin-right: 15px;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
}
ul.nav a {
  text-decoration: none;
  color: #326447;
  font-size:16px;
}
ul.nav a:hover {
  text-decoration: underline;
}


.footer {
  text-align: center;
}
img.space {
  margin: 10px;
}

.header #fader > img {
  display:inline-block;
  right:15px;
  width:520px;
  height:300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/*#fader img:not(:first-child){
    display:none;
}*/

#fader img{position:absolute;z-index:1}
#fader img.active{z-index:3}


/* NAV */

.navbar {
  margin-top: 10px;
}

#mainNav a{
  text-decoration:none;
  text-transform: uppercase;
}
#mainNav a:hover{
  text-decoration:underline;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar {
//background-color:#356549;
  background-color:#FFF;
  color: #326447 !important;
}
.navbar .navbar-inner {
  padding: 0;
}

.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}

.navbar ul {
  width:100%;
}

nav ul{
  list-style: none;
  margin: 0 2px;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
  color: #326447 !important;
}
.navbar a{
  color: #326447 !important;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .75);
  border-right: 1px solid rgba(0, 0, 0, .1);
  color: #326447 !important;
}

.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar li.active a{
  text-decoration:underline !important;
}

.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}
.fixed-top {
  margin-top: 0 !important;
  border: 1px solid #68383d;

}

.text-green {
  color: #326447 !important;
}

/* content banners */

div.banner {
  background-image: url("../images/bgStripedgreen.gif");
  height: 41px;
  line-height:41px;
  width:100%;
  color: #FFF;
  margin: auto;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;

}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

