/**
 * 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-4 */
.AV-WContactinfo-4
{
	
}
	.AV-WContactinfo-4 .widget-inside
	{
		
	}
	
		.AV-WContactinfo-4 .widget-inside .title
		{
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.AV-WContactinfo-4 .widget-inside .map
		{
			margin-top: 10px;
			margin-bottom: 10px;
			width: 639px;
			height: 400px;
		}
		.AV-WContactinfo-4 .widget-inside .directions
		{
			margin-top: 10px;
			text-align: right;
		}
			.AV-WContactinfo-4 .widget-inside .directions input
			{
				width: 200px;
			}
			
		.AV-WContactinfo-4 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;
			font-family: "Open Sans",sans-serif;
			display: block;
			float: right;
			margin-left: 10px;
			position: relative;
			bottom: 1px;
			/*position: absolute;
			bottom: 0;
			right: 90px;*/
			font-size: 12px;
			line-height: 22px;
			text-align: center;
			white-space: nowrap;
			width: 100px;
			height: 22px;
		}
		.AV-WContactinfo-4 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 */
		}