@charset "utf-8";

/**********************************

Use: Condo Type Page Styles

***********************************/

/* Floor Plan Styles */
/* -------------------------------------------------- */

.fpLeft /* Floor Plan Left Cotnainer */
{
	float: left;
	padding-left: 50px;
	width: 348px;
}

.fpTitle /* Floor Plan Title */
{
	margin: 0px;
	color: #48A6C1 !important;
	font-size: 25px !important;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal !important;
}

.fpSubTitle /* Floor Plan Sub Title */
{
	margin: 30px 0px 25px 0px;
	color: #6E6560;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}

.fpSubTitle strong /* Floor Plan Location */
{
	font-size: 18px;
}

ul.fpFeatures /* Features List Holder */
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.fpFeatures li /* Features List Lines */
{
	margin-bottom: 3px;
}

ul.fpFeatures li a /* Features Links */
{
	display: block;
	width: 180px;
	padding: 5px 0px 5px 10px;
	
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	
	background-color: #A59B92;
}

ul.fpFeatures li a:hover /* Features Links Hover */
{
	background-color: #807266;
}

ul.fpInfo /* Info Link Holder */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.fpInfo li /* Info List Lines */
{
	margin-bottom: 10px;	
}

a.infoLink /* Info Links */
{
	display: block;
	padding-left: 30px;
	width: 150px;
	height: 20px;
	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	
	background-position: left;
	background-repeat: no-repeat;
}

a.infoLink:hover /* Info Links Hover */
{
	color: #48A6C1;
}	

.callNow /* Call Now */
{
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-image: url(../images/icon_phone.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.callNow span /* Call Now Number */
{
	font-size: 20px;
}

.fpRight /* Floor Plan Right Container */
{
	float: left;
	width: 339px;
}

.fpLarge /* Large Image */
{
	width: 339px;
	height: 474px;
	
	border: none;
}