/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px 0 20px -5px;
	width:990px;
	height:370px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:20px;
	font-size:15px;
	padding:4px 15px;
	font-weight:normal;
	color:#86c224 !important;
	
	text-align:center;
	color: white;
	font-family:Segoe UI,Segoe WP,Segoe UI Regular,Helvetica Neue,Helvetica,Tahoma,Arial Unicode MS,Sans-serif;
	text-decoration:none;
}
.ca-more:hover{
	text-decoration:underline;
}
.ca-more img{
	top:15px;
	right:15px;
	float:left;
	right:0px;
	font-weight:bold;
	border:none;
}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px 2px rgba(185,185,185,0.50);
	-webkit-box-shadow:1px 1px 2px 2px rgba(185,185,185,0.50);
	box-shadow:1px 1px 2px 2px rgba(185,185,185,0.50);
}
.ca-icon{
	width:279px;
	height:150px;
	position:relative;
	margin:0 auto;
	background:none;
}
.ca-icon img{
	width:280px;
	height:150px;
	border:none;
}
.ca-item-2 .ca-icon{
	background:none;
}
.ca-item-3 .ca-icon{
	background:none;
}
.ca-item-4 .ca-icon{
	backgrounde:none;
}
.ca-item-5 .ca-icon{
	background:none;
}
.ca-item-6 .ca-icon{
	background:none;
}
.ca-item-7 .ca-icon{
	background:none);
}
.ca-item-8 .ca-icon{
	background:none;
}
.ca-item h3{
	font-size:20px;
	font-family:Segoe UI,Segoe WP,Segoe UI Regular,Helvetica Neue,Helvetica,Tahoma,Arial Unicode MS,Sans-serif;
	color:#606062;
	text-align:left;
	font-weight:normal;
	padding:0;
	text-shadow: 0px 1px 1px #e4ebe9;
	
}
.ca-item h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:19px;
	position:relative;
	color:#666;
	font-weight:normal;
	margin-top:0;
}
.ca-item h4 span{
	display:block;
	list-style-type:none;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#e7e7e7;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
	color:#60606;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	padding-bottom:5px;
	color:#606062;
	border-bottom:2px solid #86c224;
	text-shadow: 1px 1px 1px #FFF;
	text-transform:uppercase;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:right;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#86c224;
	padding:3px 6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}