
/*Containers*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/

#Container
{
	width: 960px;
	margin: 0 auto;
}
	

/*Global Layout*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/

.PropertyWrap
{
	width: 700px;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	border: none;
	padding: 0;
}

.PropertyHeadWrap
{
	width: 680px;
	background: #9A8656;
	padding: 10px;
}

.PropertyImageWrap	
{
	float: right;
	margin: 3px 0 20px 20px;
	width: 330px;
}

.PropertyImageWrap span
{
	float: right;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	font-style: italic;
	color: #999;
}

.SectionWrap
{
	width: 700px;
	margin: 50px 0;
	padding: 0 0 50px 0;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	border: none;
	padding: 0;
}

.SectionHeadWrap
{
	width: 680px;
	background: #9A8656;
	padding: 3px 10px;
}

.ThreeColumn
{
	width: 213px;
	float: left;
	margin: 0 29px 0 0;
}

/*Content*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
#Map
{
	margin-bottom: 10px;
}

.RightLinks
{
	float: right;
	margin: 10px 15px 0 0;
}

.RightLinks a,
.RightLinks a:link,
.RightLinks a:visited
{
	color: #222;
	font-size: 10px;
	text-decoration: none;
}

.RightLinks a:hover,
.RightLinks a:active
{
	text-decoration: underline;
}

.FinancialHead
{
	float: left;
	width: 172px;
	margin-right: 4px;
}

.FinancialHead h2
{
	height: 21px;
	background: #005794;
	color: white;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	margin: 0;
}

.FinancialHead p
{
	text-align: center;
	margin: 5px 0;
	font-size: 9px;
	line-height: 12px;
}

/*Last Things*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.Right
{
	margin-right: 0;
}


