/* banner*/

#manifest_banner {
	width: 1000px;
	height: 320px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	clear: both;
}

/* end of banner */
h2{
	font-size: 16px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
}

h3{
	font-size: 18px;
	color: #006699;
}

h4{
	font-size: 16px;
	color: #000;
	
}

/******************************    slider  ******************************/


/* slider */
.slider-holder {
	background: #000 url(images/slider-holder.png) no-repeat center 0;
	height: 350px;
	position: relative;
	z-index: 5;
}
.slider-holder .shell {
	padding-top: 10px;
	position: relative;
	height: 360px;
}
.slider-holder .shell span.slider-shadow {
	width: 1000px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: -30px;
}
.flexslider {
	/*border: 1px solid #645c52;*/
	height: 310px;
	width: 1081px;
	position: relative;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flexslider ul.slides { list-style: none; list-style-position: outside;  position: relative; overflow: hidden; }
.flexslider ul.slides li {
	float: left;
	height: 344px;
	width: 1081px;
	position: relative;
}
.flexslider ul.slides li img {
	width: 1081px;
	height: 344px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.flexslider ul.slides li .slide-cnt {
	position: absolute;
	top: 0px;
	right: 0;
    background: url(images/slide-cnt.png);
	/*width: 150px;
	min-height: 299px;
	border-radius: 0px 5px 6px 0;
	-moz-border-radius: 0px 5px 6px 0;
	-webkit-border-radius: 0px 5px 6px 0;
	-o-border-radius: 0px 5px 6px 0;*/
	margin-top:25px;
	margin-right:10px;
	padding-right: 15px;
	padding-left: 15px;
	
}
.flexslider ul.slides li .slide-cnt h2 {  color:#FFF; font-size: 23px; line-height: 23px; }
.flexslider ul.slides li .slide-cnt p { color: #ccc8bd; font-size: 13px; padding-bottom: 42px; }
.flexslider ul.slides li .slide-cnt p a { font-size: 11px; color:#3D9FDD; }
.flexslider ul.slides li .slide-cnt p a hover { font-size: 11px; color:#FFF; }
.flexslider ul.slides li .slide-cnt a.slider-btn {
	width: 205px;
	height: 30px;
	padding: 0 0 0 0;
	display: block;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	text-shadow: 2px 2px 1px rgba(255,255,255,0.1);*/
}
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { text-decoration: none; background-position: 0 bottom; }
/* end of slider */


/*********************  tabbed content  ********************/


#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  	}

	#tabs li {
	  float: left;
	  margin: 0 -15px 0 0;
	}

	#tabs a {
	font-size: 15px;
	float: left;
	position: relative;
	padding: 0 40px;
	height: 0;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #3D3D3D;
	border-bottom-color: #777\9;
	opacity: .3;
	filter: alpha(opacity=30);
	}

	#tabs a:hover,
	#tabs a:focus {
	  border-bottom-color: #cb0252;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current {
	  z-index: 3;
	  border-bottom-color: #840136;
	  opacity: 1;
	  filter: alpha(opacity=100);      
	}

	/* ----------- */
	#content {
	    background: #fff;
	    border-top: 2px solid #3d3d3d;
	    padding-top:0px;
		padding-bottom:30px;
	    /*height: 220px;*/
	}

	#content h2,
	  #content h3,
	  #content p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}  

	/* Demo page only */
	#about {
	    color: #999;
	    text-align: center;
	    font: 0.9em Arial, Helvetica;
	}

	#about a {
	    color: #777;
	}  
	
	


/* gallery display */
.photos {
  display: block;
}

.photos ul {
  list-style: none;

}

.photos ul li { display: inline; }

.photos ul li a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 7px;
  opacity: 0.9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.photos ul li a:hover {
  opacity: 1.0;
}

.photos ul li a img {
  border: 6px solid #e1d9ec;
}

/* footer */
#credits {
  display: block;
  padding: 5px 6px;
  text-align: center;
}

#credits p {
  font-size: 1.2em;
  color: #666;
  text-shadow: 0 1px 0 #fff;
}

#credits p a {
  color: #798fad;
}
#credits p a:hover {
  color: #4d6b94;
}

/* CSS Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE 6/7 */


/* lightbox hacks */
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


/******************    gallery light box  ****************/

