﻿
/*

	AVAILABLE PROPERTIES PANEL FOR THE HOME PAGE
	-------------------------------------------------------------------------
	Author: Ken Ehrman
	01/10/2008

*/

	.AvHome
	{
		display: block;
		position: relative;
		margin-top: 5px;	
		bottom: 0px;
		left: 0px;
		width: 464px;
		overflow: visible;
		margin-left: 10px;
		margin-bottom: 20px;
	}
		.AvHomeBox 
		{
			height: 142px;
			background-image: url(/images/home/available-properties/AvPropsTop.gif);
			background-repeat: no-repeat;
		}

		.AvHomeBoxHead
		{
			position: relative;
			height: 22px;
		}
			h3.AvHomeBoxHead
			{
				display: block;
				text-align: left;
				color: #3794CB        !important;
				font-size: 12px       !important;
				text-transform: uppercase;
				padding: 3px 0px 0px 10px;
				height: 22px;
			}

		.AvHomeBoxPhotos
		{
			position: relative;
			display: block;
			height: 123px;
			background-color: #6D6E71;
			background-image: url(/images/home/available-properties/AvPropsBottom.gif);
			background-repeat: no-repeat;
			background-position: bottom;
		}

			.AvHomeBoxPhotosLeft, .AvHomeBoxPhotosMiddle, .AvHomeBoxPhotosRight
			{
				display: block;
				position: absolute;
				width: 143px;
				height: 113px;
			}

			.AvHomeBoxPhotosLeft
			{
					left: 9px;
					background-repeat: no-repeat;
			}

			.AvHomeBoxPhotosMiddle
			{
					left: 162px;
					background-repeat: no-repeat;
			}

			.AvHomeBoxPhotosRight
			{
					left: 314px;
					background-repeat: no-repeat;
			}		

			.Details 
			{
				position: relative;
				float: right;
				display: block;
				width: 60px;
				height: 20px;
				margin-top: 90px;
				background-color: #000000;
				text-align: center;
			}
			.Details a
			{
				color: #939598;
				font-size: 12px;
				font-weight:bold;
				text-transform: uppercase;
				text-decoration: none;
				vertical-align: top;
			}
			.Details a:hover
			{
				text-decoration: underline;
			}

		
		.AvHomeMoreLink
		{
				vertical-align: bottom;
				text-align: right;
				padding-right: 5px;
				margin-top: 0px;
				height: 25px;
		}

			.AvHomeMoreLink a
			{
				color: #A80532;
				font-size: 11px;
				line-height: 12px;
				font-weight: bold;
				text-transform: uppercase;
				background-image: url('/images/shared/blue-arrow.gif');
				background-repeat: no-repeat;
				background-position: 0px 1px;
				padding-left: 10px;
				margin-left: 0px;
			}


