/*-----------------------------------------------------------------------------
	Community
-----------------------------------------------------------------------------*/
	
	#cta-community {
		background: #7E7386 url('../images/cta-onlinechat.png') no-repeat bottom;
		width: 191px;
		margin-left: 5px;
		position: absolute;
		top:0;
		bottom:0;
		left: 387px;
	}
	
	#cta-community .formatted {
		background: #7E7386 url('../images/cta-online-chat-top.png') no-repeat top;
	}
	#cta-community .formatted p {
		color: #FFF;
	}
	#cta-community .formatted p.footer {
		position:absolute;
		bottom:14px;
		left:10px;
	}
	#cta-community .formatted .footer a {
		text-indent: -1000em;
		display: block;
		height: 23px;
		width: 125px;
	}
		
/*---------------------------------------------------------------------------*/