/* Circular Content Carousel Style */
.ca-container{
	position:absolute;
	margin:0px 0px 0px 0px;
	width:978px;
	height:400px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	background: #fff;
}
.ca-item{
	position:relative;
	float:left;
	width:327px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	top: -1px;
	right: 10px;
	padding: 0px 0px;
	width: 302px;
	height: 60px;
	font-weight: bold;
	background: #838e92;
	text-align: center;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #000;
}
.ca-close{
	position:absolute;
	top:10px;
	right:27px;
	background:#ccc url(../images/cross.png) no-repeat center center;
	width:72px;
	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:0px;
	position:absolute;
	top:0px;
	left:0px;
	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-item-2 .ca-icon{
	background-image:url(../images/2.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/1.jpg);
}
.ca-icon{
	width:300px;
	height:360px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/3.jpg) no-repeat center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-left-color: #000;
}

.ca-item h3{
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	color:#193c6e;
	text-align:center;
	text-shadow:0px 1px 1px #999;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}

/*	background-image: background-image: url(/images/grid.gif); 
*/

.ca-content-wrapper{
	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;
	left: 70px;


}
.ca-content{
	width:660px;
	overflow:hidden;
	
}
.ca-content-text{
	font-size: 15px;
	font-family: arial, sans-serif;
	margin:10px 20px;
	padding:0px 0px;
	line-height:18px;
	color:#000;
	
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 15px;
	font-size:38px;
	padding-bottom:0px;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	color: #006;
	border-bottom:8px solid #91acc9;
}
.ca-content h7{
	margin:0px 0px 0px 35px;
	font-size:20px;
	font-weight:bold;
	padding-bottom:0px;
	font-family: sans-serif;
	color:#006;
	border-bottom:1px solid #91acc9;
}
.ca-content ul{
	margin:20px 35px;
	height:0px;
}
.ca-content ul li{
	float:left;
	margin:3px 3px 13px;
	list-style-type: none;

}
.ca-content ul li a{
	color:#000;
	background:#91acc9;
	padding:3px 6px;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
	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;
}
