/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:4px 0 20px 8px;
	width:436px;
	height:200px;
}
.ca-wrapper{
	width:100%;
	height:200px;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:218px;
	height:100%;
	text-align:left;
}

.ca-item-main{
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#fff;
	overflow:hidden;

}
.ca-item-main img { border:solid 1px #f4f4f4; border-bottom-color:#75bbff; border-bottom-width:2px; margin-bottom:12px; }
.ca-item-main p { line-height:16px; width:160px; }
.ca-content-wrapper{
	background:#b0ccc6;
	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: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:15px;
	height:20px;
	background:transparent url(../img-files/news-events/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-50px;
	left:-25px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}