/***********************************

VHA Global modules

Used globally across all VHA properties
Contains:
- module base layouts

/************************************/


/* module layout*/

.vha-mod{
	width:auto;
	background-color:#FFF;
}

.vha-mod .vha-mod-inner{
	padding:10px;
}

/*hd*/
.vha-mod .mod-hd{}

/*bd*/
.vha-mod .mod-bd{}
.vha-mod .mod-bd p{
	margin:5px 0px;
}
.vha-mod .mod-bd p a{
	text-decoration:underline;
}
.vha-mod .mod-bd h4{
	margin-bottom:5px;
}
.vha-mod .mod-bd ol{}
.vha-mod .mod-bd ol li{}

.vha-mod .mod-bd .mod-intro-para{
	font-size:18px;
	color:#666666;
	margin:8px 0px;
}
.vha-mod .mod-bd .mod-cont-img-full{
	position:relative;
}
.vha-mod .mod-bd .mod-cont-img-full img{
	display:block;
}
.vha-mod .mod-bd .mod-cont-img-left{
	position:relative;
}
.vha-mod .mod-bd .mod-cont-img-left img{
	float:left;
}
.vha-mod .mod-bd .mod-cont-img-right img {
    float: right;
}
.vha-mod .mod-bd .mod-cont-img-left .mod-cont-copy{
	float:right;
	width:70%;
}
.vha-mod .mod-bd ul{
	margin-top:8px;
}
.vha-mod .mod-bd ul li{}
.vha-mod .mod-bd ul li a{
	background: url(../img/img_arrows.png) no-repeat scroll 0 4px transparent;
    padding-left: 10px;
	line-height:20px;	
}
.vha-mod .mod-bd ul li a:hover{
	background-position: 0 -52px;
}
/*ft*/
.vha-mod .mod-ft{
	margin-top:10px;
}
.vha-mod .mod-ft strong{}
.vha-mod .mod-ft ul{}
.vha-mod .mod-ft ul li{}
.vha-mod .mod-ft ul li a{
	background: url(../img/img_arrows.png) no-repeat scroll 0 4px transparent;
    padding-left: 10px;
}
.vha-mod .mod-ft ul li a:hover{
	background-position: 0 -52px;
}

/*caption CTA*/
#vha-vca .vha-vca-cbtn-caption .ctaoptions-box {
	text-align: left;
	width: 222px;
	font-size: 12px;
	margin-left: -29px;
	position: absolute;
	box-shadow: 0px 0px 15px 4px #ccc;
	-webkit-box-shadow: 0px 0px 15px 4px #ccc;
	-moz-box-shadow: 0px 0px 15px 4px #ccc;
	border-radius: 8px 8px 8px 8px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	background: linear-gradient(to bottom, #fff 1%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#eee) );
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=0, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=45, strength=2 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=90, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=135, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=180, strength=10 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=225, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=270, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=315, strength=2 );
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-box-content {
	
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-box p {
	padding-right: 0px;
	margin-top: 0px;
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-box a {
	font-weight: bold;
	color:#cb2026;
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-box-arrow {
	border-top: 4px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid white;
	border-right: 10px solid transparent;
	position: relative;
	top: -20px;
	left: 102px;
	height: 3px;
	width: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=0, strength=5 ), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,
		direction=45, strength=2 ),
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-close {
	position: absolute;
	left: 226px;
	top: -16px;
	height: 32px;
	background: url(../img/close-button-black.png);
	width: 32px;
	z-index: 1;
}
#vha-vca .vha-vca-cbtn-caption .ctaoptions-close:hover{
	cursor: pointer
}

#vha-vca .vha-vca-cbtn-caption a.vha-vca-ctacaptions {
	width: 140px;
	display: block;
	word-wrap: break-word;
}

#vha-vca .vha-vca-cbtn-caption .vha-vca-ctacaptions {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	width: 140px;
}
#vha-vca .vha-mod-free-text .vha-vca-cbtn-caption a.vha-vca-ctacaptions
	{
	margin-left: 12px;
}

#vha-vca .vha-vca-cbtn-caption .vha-vca-btn{
	float: none;
	background: none;
	color: rgb(191, 0, 0);
	
}

#vha-vca .vha-vca-cbtn-caption .ctaoptions-box .ctaoptions-box-content .vha-vca-btn span{
	text-decoration: underline;
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
	float: none;
	color: rgb(191, 0, 0);
	font-family: arial;
	font-size: 12px;
	text-transform: capitalize;
}
#vha-vca .vha-vca-cbtn-caption .ctaoptions-box .ctaoptions-box-content .vha-vca-btn:hover span{
	color: rgb(191, 0, 0);
}