


div.horizontal {
width: 100%;
height:100px;
color:white;
background:black;
margin:0;

}

h3{
	float: left;
	 margin:16px;
    padding:0;
    display:inline;
    font-size:1.5em;
    
}
#nav{float:right; margin:16px 10em 0 10px}
#nav ul{padding:0px; margin:0px;}
#nav li{float:left; padding:0 15px;}
#nav li:last-child{ padding-right:10px;}
#nav li a{text-transform:uppercase; color:#6b8c9b; font-size:15px; padding:10px 15px 25px; display:block;text-decoration:none;}
#nav li a:hover{color:#23c3ab;}
#nav li a.active{color:#23c3ab;}


.flexslider {
  width: 99%;
  min-height: 90%;
  margin-bottom: 80px;
  border: 10px solid #ededed;
  box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.2);
  margin-left: auto ; margin-right: auto ;
  
  
}
 
/* the elliptical shadow below the slider */
.flexslider:after {
  content: '';
  display: block;
  width: 80%;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 10%;
  box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.2);
}
 
.slides li {
  display: block;
  
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
 
/* the text box */
.slides li .slide-text {
  position: relative;
  left:70px; 
  top: 12px;
  
  width: 210px;
  max-height: 316px;
  overflow: hidden;
  padding: 10px;
  border: 4px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}


/* the text box */
.slides li .slide-left {
 float:left;
 display:inline; 
}
.slides li .slide-test {
 margin:auto;
 width:210px;
}
.slides li .slide-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
 
.flex-control-nav {
  bottom: -60px;
}
.flex-control-nav li {
  margin: 0 2px;
}
 
/* the dots below the slider */
.flex-control-paging li a {
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #f5f5f5, #d9d9d9); /* add prefixed versions */
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 0 white, 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
  height: 14px;
  width: 14px;
}
.flex-control-paging li a.flex-active {
  background: #ef3a34;
  border-color: #ef3a34;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.flex-control-paging li a:hover {
  background: #015697;
  border-color: #015697;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.banner {
	position: relative;
	width: 100%;
	height:100%
	overflow: hidden;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
		height: 100%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		
		min-height: 350px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		margin-right: 5em;
		
		color: #fff;
	}
	
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
		

h1, h2, h3, h4, b {
	font-weight: 300;
	font-family: bree-web, Bree, sans-serif;
}
	h2 {
		font-size: 28px;
		padding-bottom: 60px;
	}
	b {
		font-weight: 500;
		font-size: 16px;
		
		color: #c3522f;
	}
	b_dark{
		font-weight: 500;
		font-size: 16px;
		
		color: black;
	}
	

/* tell the container's children to float left: */
.container > * {
    float:left;
    margin-right:5px;
}

/* this is called a clearfix. it makes sure that the container's children floats are cleared, without using extra markup */

.container {
    *zoom:1 /* for IE */
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}


/* the text box */

.infohead {
	height:8em;
	width: 100%;
	background-color:#FEDB00;
	
}

.textbox {
  width: 100em;
  height:30em;
 
  background-color:white;
  

}
.picture {
 width: 80em;
  height:30em;

  background-color:#eb7000;
	
}
.spfont {
font: normal 3.375em/1.0em "BentonSans","Arial",sans-serif;
font-family: BentonSans, Arial, sans-serif;
font-size: 3.20em;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1em;
text-transform: uppercase;
margin-bottom: 0px;
margin-left: 5em;
color:white;
}

.tdparagraph {
	font: normal 1.20em/1.0em "BentonSans","Arial",sans-serif;
font-family: BentonSans, Arial, sans-serif;
font-size: 1.20em;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin-left: 5em;
line-height: 2em;
 text-align: left;
 vertical-align:text-top;

}

/* end clearfix*/