/* CSS Document */
/********GLOBAL STYLES************/
.absMiddle { vertical-align: middle; }

/**********************FEATURED PROPERTY DISPLAY***************************/
/***(INC_FEATUREDLOGIC.asp)***/

/********DIV CONTAINING PROPERTY MODULE*****/
#featPropDiv { width: 226px; float: left; position:relative; height: 300px; }
.featuredDiv01 { width: 226px; height: 300px; float: left; }
.featured { position:absolute; top:0px; height: 300px; }

/*****DIV CONTAINING THE IMAGE***/
.featImgDiv { float: left; display: inline; width: 226px; }

/********IMAGE CLASS*****/
.featIMG { width: 197px; height: 136px; border: #d5c47f solid 4px; margin: 1px 0px 0px 10px; } 

/********FEAT TEXT CONTAINER*****/
.featTextDiv { width: 215px; float: left; height: 100px; } 
.featTxtPad { float: left; padding: 5px 15px 0px 15px; }

/********FEAT OPTIONS CONTAINER**/
.featOptionsDiv { float: left; padding: 0px 0px 0px 0px; }
.featOptionsClass01 { display: inline; float: right; }
.featOptionsClass02 { display: inline; float: left; padding: 0px 0px 0px 0px; }
.featOptionsClass03 { display: inline; float: left; padding: 0px 0px 0px 0px; }

/********FEAT TEXT STYLES********/
.featText01 { font: 11px/17px Verdana, Arial, Helvetica, sans-serif; color: #003366; }
.featText01 A { color: #003366; text-decoration: none; }
.featText01 A:hover { color: #c6a626; text-decoration: none; }
.padFeatTxt {  padding: 0px 0px 0px 0px; }

/***********************************************************************/



/**********************ADVANCED CONDOMINIUMS***************************/
/***(INC-CONDOS.ASP)***/
#condoList{ width: 600px; height: 250px; padding:0px 155px 0px 25px; }
.condolist{ display: table-cell; float:left; height:auto; width: 100%; }
.condo{ display: inline; float:left; height:auto; text-align:left; width:30%;	margin-left: 20px; margin-bottom: 5px; }
.noAvailCondos { float: left; padding: 50px; }
/***********************************************************************/



/**********************ADVANCED COMMUNITIES****************************/
/***(INC-COMMUNITIES.ASP)***/
.commlist { display: table-cell; float:left; height:auto; width:100%; }
.comm { display: inline; float:left; height:auto; text-align:left; width: 30%; margin: 0px 0px 5px 20px; }
.noAvailComm { padding: 0px 0px 0px 20px; width: 400px; }
/***********************************************************************/


#newsPanel {
	width: 746px;
	text-align: left;
	display: inline;
}
/**********************BLOG TOOL****************************/
/***(INC-BLOG-RIGHT-PANEL.ASP)***/
.newsPanelColumn { padding-left: 10px; width: 200px; float: left; }
.newsTxtRight { font: 11px/16px Verdana, Arial, Helvetica, sans-serif; color: #003366; }
.newsTxtRight A { text-decoration: none; color: #c6a626;  }
.newsTxtRight A:hover { text-decoration: none; color: #003366;  }


#blogDiv {
	background: url(images/rightPanel/realEstateNews.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	width: 224px; 
	border-bottom: solid 1px #546275;
}
.blogtxt {
	color: #b7bdc5;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}
.blogtxt a {
	text-decoration: none;
	color: #f18723;
}
.blogtxt a:hover {
	color: #FFF;
}
/***********************************************************************/



/****************************************************************************************************************************/
/* ----------------------------------------------------------------  ADVBUILDING DROPDOWN  -------------------------------------------------------*/
/* ----------------------------------------------------------------  ADVBUILDING DROPDOWN  -------------------------------------------------------*/
#advStuff { padding: 0px 0px 0px 13px; height: 60px; float: left; }
#content #dropdown a { text-decoration: none; }

/* Drop-down list */
#dropdown {
	padding-top: 0px;
	padding-left: 10px;
	float: left;
	width: 190px;
	left: 200px;
	top: 30px;
	/*background: url(/i/dropdown.jpg) no-repeat;  -------------------------- Insert drop down image ------------------------------ */
}
#droplist {
	display: block;
}
#dropdown span {
	display: block;
	padding: 0 0 0 0;
	line-height: 26px;
}
#dropdown ul {
	display: none;
	height: 200px;   /* MAKE THE HEIGHT AS MUCH AS YOU LIKE*/
	overflow: auto;
	position: absolute;
  	width: 189px;
	padding: 0px;
	margin: 0px;
}
#dropdown li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	background: #ffffff;   /*--------------------- Insert dropdown back ground color  ---------------------- */
}
.class01Drop {
	text-decoration: none;
	text-align: left;
	font: 11px/16px Arial, Helvetica, sans-serif; color: #4b5c66;
	background: #ffffff;
	border-right: 1px solid #d5c47f;
	border-bottom: 1px solid #d5c47f;
	border-left: 1px solid #d5c47f;
}
#dropdown li a {
	display: block;
	color: #4b5c66;
	text-decoration: none;
	margin: 0px;
	height: 21px;
	padding: 10px 0px 0px 7px;
	width: 190px;
	background-color: #ffffff;
}
#dropdown li a:hover, #dropdown li a:active {
	color: #4b5c66;
	text-decoration: none;
	background-color: #ffffff;
}
ul.MenuBarHorizontal {
	margin:0;
	padding:0;
	background: #ffffff;
	list-style-type: none;
	/*font: bold 80% Arial, Helvetica, sans-serif;
	text-decoration: none;	*/
	cursor: default;
	width: auto;	
	width: 192px;
	height: 20px;
}

ul.MenuBarActive {
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	color: #4b5c66;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 192px;
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
	ul.MenuBarHorizontal ul {
		margin: 1px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		list-style-type: none;
		font-size: 100%;
		z-index: 1020;
		cursor: default;
		width: 192px;
		height:100px;
		position: absolute;
		left: -1000em;
		overflow: scroll;
		overflow-x:hidden;
		overflow-y:scroll;
	}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 192px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


ul.MenuBarHorizontal ul {

}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding:0 0 0 7px;
	color: #4b5c66;
	text-decoration: none;
}

ul.MenuBarHorizontal a:visited {
	display: block;
	cursor: pointer;
	padding:0 0 0 7px;
	color: #4b5c66;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a black background and white text */
ul.MenuBarHorizontal a:hover {
	background-color: #ffffff;
	color: #4b5c66;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover {
	background-color: #f7f1df;
	color: #4b5c66;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	
	background-repeat: no-repeat;
	height: 20px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}






