/*================================== */
/*       Call to actions             */
/*================================== */
.ctabartop{
		background: url(../../../images/ctabar_top_bg.png) no-repeat center;
		width: 210px;
		height: 13px;
		color: #fff;
		margin-left: 0px;
		margin-bottom: -1px;
		float: left;
		padding: 0px;
}
.ctabarmain{
		float: left;
		background: url(../../../images/ctabar_main_bg.png) repeat-y center;
		width: 210px;
		color: #fff;
		margin-left: 0px;
}
.ctabarbottom{
		background: url(../../../images/ctabar_bottom_bg.png) no-repeat center;
		width: 210px;
		height: 12px;
		color: #fff;
		margin-left: 0px;
		float: left;
		margin-bottom: 0px;
}
.ctabreak {
		background-color: #f6eed9;
		width: 210px;
		height: 10px;
		float: left;
}
.cta {
	position: relative;
	color:#000;
	padding-left:15px;
	margin-top:0.5em;
	margin-bottom:1em;
	width: 180px;
}
.cta a img{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background: White;
	border: thin solid #CCCCCC;
}
.cta a:hover img{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background: #018075;
	border: thin solid #CCCCCC;
}
.ctaimgholder{
	text-align:center;
}
.cta a {
	color:#8D213B;
	text-decoration:none;
}
.cta_url {
	color:#000;
	font-weight:700;
	margin-top:1em;
	text-align:right;
}
.cta_title {
	font-size:1.5em;  
	line-height: 1em; 
	margin: 0 0 0.5em 0;
	font-weight: normal;
	text-align: center;
}
.cta_contents {
	color:#000;
	width: 180px;
	margin-left: 3px;
}
.cta_inner_contents {
	margin-top: 10px;
}
.cta a:hover,.call_to_action a:hover {
	text-decoration:underline;
	color:#018075;
}
.sideimageholder{
	color: #393939;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background: White;
	border: thin solid #CCCCCC;
}