﻿/*
 *     LAYOUT DIVS 
 */

#PropertyDetail
{
	background-color: #FFFFFF;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;	
	
}
	#PropertyHeader
	{
		position: relative;
		
		width: 880px;
		left: 0px;
		padding-top: 30px;
		background-color: white;
		text-align: left;
	}
		#PropertyImageContainer 
		{
			position: relative;
			float: left;
			left: 15px;
		}
		
		#Specifications
		{
			position: relative;
			float: left;
			left: 20px;
			margin: 15px 0px 15px 15px;
		}
		
		
	#PropertyDescription
	{
		width: 870px;
		position: relative;
		left: 0px;
		top: 15px;
		background-color: white;
		text-align: left;
		clear:both;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
		#LeftColumn
		{
			background-color: white;
			position: relative;
			float:left;
			margin-left: 6px;
			margin-bottom: 15px;
			padding-bottom: 15px;
			padding-right: 20px;
		}
		
		#RightColumn
		{
			background-color: white;	
			position: relative;
			float:left;
			left: 10px;
			margin-bottom: 15px;
			padding-bottom: 15px;
		}



#BrokerPageFooter
{
	text-align: center; 
	line-height: 15px;
}

	#BrokerPageFooterContactInfo
	{
		text-align: center; 
		line-height: 15px;
		font-weight:bold;
	}
	
	#BrokerPageFooterText 
	{
		text-align: center; 
		line-height: 15px;
	}

.SectionHead 
{
	display: block;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 3px;
	width: 864px;
	background-color: #7D0016;
	color: White;
	height: 20px;
	clear: both;
	text-align: center;
	font-weight: bold;
}



.FieldContainer 
{
	width: 400px;
	margin-bottom: 6px;
}

	.FieldLabel 
	{
		float:left;
		width: 120px;
		text-align: left;
		font-weight:bold;
		line-height: 14px;
		padding-bottom: 7px !important;
	}
	
	.FieldValue
	{
		width: 275px;
		text-align: left;
		float: left;
		line-height: 14px;
		padding-bottom: 7px !important;
	}

	.WideFieldValue
	{
		width: 395px;
		text-align: left;
		float: left;
		line-height: 14px;
		padding-bottom: 7px !important;
	}
	
	.FooterArea
	{
		display: block;
		clear: both;
		width: 869px;
		border-top: 2px solid Maroon;
		padding-top: 15px;
	}


