/* WELCOME PANEL */

.welcomeText
{
	float: left; display: block;
	width: 49%; margin-right: 20px;
}

.WelcomeContent /* Content for the welcome panel, not the actual box though */
{
	overflow-y: auto; overflow-x: hidden; height: 155px;
	padding-right: 5px; padding: 10px;
}

/* FEATURED PROPERTY */

.featuredProperty
{
	float: left; display: block; width: 48%; 
}

.featuredCellLeft
{
	float: left; margin-right: 10px;
}

.featuredContainer
{
	padding: 10px; margin-bottom: 20px;
	height: 153px;
}

/* LATEST INSTRUCTIONS */

.newHomesAddress
{
	white-space: nowrap;
	width: 170px; text-overflow: ellipsis;
	overflow: hidden;
}

.newHomesText
{
	height: 54px; text-overflow: ellipsis;
	overflow: hidden; margin-bottom: 5px;
	display: block; white-space: normal;
	position: relative;
}

.featuredSalesHolder
{
	float: left; display: block;
	margin-right: 20px; width: 99.5%;
	padding-bottom: 10px;
}

.featuredLettingsHolder
{
	display: none;	
}

.featuredPropertyBlock
{
	 padding: 10px;
}

.featuredPropertySplitter
{
	clear: both;
	height: 1px; margin: 0px 10px 0px 10px;
}