/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WContactinfo-2 */
.AV-WContactinfo-2
{
	position: relative;
}
	.AV-WContactinfo-2 .title
	{
		/*height: 22px;*/
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	.AV-WContactinfo-2 .width
	{
		width: 315px;
	}
	.AV-WContactinfo-2 .map
	{
		clear: both;
}
	.AV-WContactinfo-2 .info
	{
		height: 50px;
		margin-top: -1px;
		font-size: 12px;
	}
		.AV-WContactinfo-2 .info .left
		{
			float: left;
			margin-right: 2px;
			width: 45%;
			min-width:100px;
		}
		.AV-WContactinfo-2 .info .right
		{
			float: right;
			text-align: right;
			width: 50%;
			min-width: 100px;
		}
	
	.AV-WContactinfo-2 a.button-readmore
	{
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40000), to(#760000));
		background: -webkit-linear-gradient(top, #B40000, #760000);
		background: -moz-linear-gradient(top, #B40000, #760000);
		background: -ms-linear-gradient(top, #B40000, #760000);
		background: -o-linear-gradient(top, #B40000, #760000);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B40000', EndColorStr='#760000'); /* IE */
		border: 1px solid rgba(0,0,0,0.7);
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-family: "Open Sans",sans-serif;
		font-size: 12px;
		position: relative;
		float: right;
		line-height: 22px;
		text-align: center;
		white-space: nowrap;
		width: 100px;
		height: 22px;
		margin-left:5px;
		margin-bottom: 5px;
	}
	.AV-WContactinfo-2 a.button-readmore:hover
	{
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#760000), to(#B40000));
		background: -webkit-linear-gradient(top, #760000, #B40000);
		background: -moz-linear-gradient(top, #760000, #B40000);
		background: -ms-linear-gradient(top, #760000, #B40000);
		background: -o-linear-gradient(top, #760000, #B40000);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#760000', EndColorStr='#B40000'); /* IE */
	}