h1,h2,h3,h4,h5,html,span,p
{
	font-family: sans-serif;	
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:1000px;
	height:280px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:250px;
	height:100%;
	text-align:center;
}
.ca-mores{
	position: absolute;
	bottom: 5px;
	right:0px;
	padding:2px 15px;
	font-weight:bold;	
	text-align:center;
	color: red;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;	
}
.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 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);
}
.ca-icon{
	width:150px;
	height:150px;
	position:relative;
	margin:0 auto;	
}
.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#000;
	margin-bottom:5px;
	height:20px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:11px;
	text-align:left;	
	padding-left:7px;
	line-height:13px;
	margin:5px;
	position:relative;
}
.ca-item h4 span{
	text-indent:15px;
	display:block;
	color: #5e5a5a;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:11px;
	position:absolute;
	top:10px;
	left:0px;
	text-indent:0px;
}
.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;
}