html {
     -webkit-text-size-adjust:none; 
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:900px;
	height:550px;  
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:30px 15px;
	font-weight:bold;
	background: #2B85BB;
	text-align:center;
	color: white;
	font-family: calibri, myriad, 'myriad pro', sans-serif; 
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
A.ca-more {
	text-decoration:none
}
A.ca-more:hover {
	text-decoration:underline;
}
.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:0px 0px 20px 0px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	/*background:#D1DDE7;*/
	background-image:url(../images/Circular-Content-Carousel-Backdrop-3.jpg);
	overflow:hidden;
	border:2px solid #043a6e;
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	box-shadow:2px 2px 4px rgba(0,0,0,0.4);
}

.ca-item-productline {
	position:relative;
/*	height:40px;  */ 
	background-color:#043a6e;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	text-align:left;
	color: #FFF;
	font-family: calibri, myriad, 'myriad pro', sans-serif; 
	font-style:italic;
}

.ca-item-productline div {
/*	height:36px;  */
	padding-top:7px;
	padding-bottom:7px;
}


.ca-icon{
	padding-top:10px;
	width:233px;
	height:189px; 
	position:relative;
	margin:0 auto;
}

.ca-item h3{
	font-family: calibri, myriad, 'myriad pro', sans-serif;
	font-size:24px;
	color:#043a6e;
	margin-bottom:10px;
	height:45px;   
	text-align:center;
	padding:0px 0px 0px 0px;
	padding-bottom:0px;
}
.ca-item h4{
	font-family: calibri, myriad, 'myriad pro', sans-serif; /* WAS "Georgia","Times New Roman",serif; */
	font-style:normal;
	font-size:15px;
	text-align:left;
	margin:18px 10px 10px 10px;	 
	line-height:18px;
	position:relative;
	font-weight:normal;
	padding: 20px 20px 0px 20px;
	color:#FFFFFF;
}
.ca-item h4 span{
	/*
	text-indent:40px;
	display:block;
	*/
}
.ca-item h4  span.ca-quote{
	color:#FFFFFF;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#E6E6E6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:100%; /* 540px */
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	box-shadow:2px 2px 4px rgba(0,0,0,0.4);
}
.ca-content{
	width:600px;
	overflow:hidden;
	max-height: 999999px;
}
.ca-content-text{
	font-size: 16px;
	font-style: normal;
	font-family: calibri, myriad, 'myriad pro', sans-serif;
	margin:5px 5px 5px 20px;
	padding:5px 5px 5px 20px;
	line-height:1.2em;
}

ul.feature-bullets li{
	font-style: normal;
	font-family: calibri, myriad, 'myriad pro', sans-serif;
	padding-bottom:5px;
} 
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content-text h2{
	font-weight:bold;
	color:#043a6e;
	line-height:1em;
	}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:1.6em;
	padding-bottom:5px;
	font-family: calibri, myriad, 'myriad pro', sans-serif;
	color:#043a6e;
	border-bottom:2px solid #666666;
	line-height: 1.25em;
}
ul.ca-content{
	margin:20px 35px;
	height:30px;
	list-style-type: none;
}
ul.ca-content li{
	float:left;
	margin:0px 2px;
}
ul.ca-content li a{
	color:#fff;
	font-weight:bold;
	background: #043a6e;
	padding:3px 6px;
	font-size:16px;
	font-family: calibri, myriad, 'myriad pro', sans-serif; 
	font-style:italic;
	text-decoration:none;
}

ul.ca-content li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
	text-decoration:underline;
}
.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;
}