/* CSS Document */

body { 
padding: 0px; 
margin: 0px; 
background: url(/bg.jpg) repeat-x top #3ba8d4; 
behavior:url("csshover.htc");
}
.sildy { float: left; padding: 0px 10px 10px 0px; }
.fRightpad { float: right; padding: 10px 10px 10px 0px; }
P { margin: 15px 0px 15px 0px; }
H1 { margin: 0px; }
H2 { margin: 0px; padding: 0px; }
H3 { margin: 0px; }
.b0 { border: 0px; }
.inline { float: left; display: inline; }
.fLeft { float: left; }
.fRight { float: right; }
.center { text-align: center; }
.form { margin: 0px; padding: 0px; }

.inputField { background: url(/input1.gif); height: 24px; width: 204px; float: left; }
.inputPad { float: left; padding: 0px 0px 6px 11px; }
.input1 { font: 11px/13px Arial, Helvetica, sans-serif; color: #FFFFFF; background: transparent; border: 0px; margin: 0px; padding: 4px 0px 0px 5px;  }

/**********************STRUCTURE STYLES****************************/
.container { width: 1000px; margin: 0px auto; }
.header { height: 126px; float: left; width: 1000px; }
.slogan { width: 800px; float: right; text-align: right; }
.centerImgH { float: left; width: 1000px; height: 462px; background: url(/centerpiece3.jpg) no-repeat; }
.framePadDiv { float: left; padding: 0px 0px 0px 40px; }
.navigation { height: 36px; float: left; }
.lgo { width: 192px; float: left; display: inline; }
.bodyCnt { width: 1000px; float: left; background: url(/bodyTile.gif) repeat-y; }
.left { float: left; display: inline; width: 773px; }
.right { float: right; display: inline; width: 226px; }
.footerDiv { width: 1000px; float: left; background: url(/footer3.gif) no-repeat; }
.footer { height: 125px; width: 775px; float: left;  }
.footerPad { float: left; padding: 49px 0px 0px 14px; }
.resi { margin: 0px 30px 0px 0px; border: 0px; }
.featBldgs { float: left; background: url(/featBldgs.gif) no-repeat; width: 226px; height: 94px; }
.clientLogin { float: left; background: url(/clientLogin.gif); width: 226px; height: 183px; }
.searchBox { width: 226px; height: 128px; background: url(/searchYour.jpg) no-repeat; float: left; }
.flagPad { float: left; padding: 68px 0px 32px 0px; }

/***********************TEXT STYLES******************************/
.txt01 { font: 14px/20px Arial, Helvetica, sans-serif; color: #f6eadc; text-align: justify; }
.txt01 A { color: #f6eadc; text-decoration: none; }
.txt01 A:hover { color: #f6eadc; text-decoration: underline; }


.txtF { font: 12px/15px Arial, Helvetica, sans-serif; color: #ffffff; padding: 0px 0px 0px 10px; float: left; width: 500px;  }
.txtF A { color: #cdc8c2; text-decoration: underline; }
.txtF A:hover { color: #cdc8c2; text-decoration: none; }
.txtF2 { font: 12px/15px Arial, Helvetica, sans-serif; color: #a99a89; padding: 0px 0px 0px 10px; float: left; width: 500px; }
.txtF2 A { color: #a99a89; text-decoration: underline; }
.txtF2 A:hover { color: #a99a89; text-decoration: none; }
.txtBox { float: left; width: 725px; }
.txtPad01 { padding: 10px 0px 0px 40px; float: left; }
.txtRe { font: 12px/15px Arial, Helvetica, sans-serif; color: #333; text-align: left;}
.txtRe A { color: #333; font-weight: bold; text-decoration: none; }
.txtRe A:hover { color: #333; font-weight: bold; text-decoration: underline; }
.rePad { padding: 0px 20px 0px 15px;}
.centerPad { float: left; padding: 244px 0px 0px 320px; text-align: right; }
.ReBg { background:url(/newsBG.gif); background-repeat:repeat-y; }


/*****************************************ADVANCED STUFF AT INDEX*******************************************************************/
.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; }


.condo{ display: inline; float:left ; height:auto; text-align:left; width:30%;	margin-left: 20px; margin-bottom: 5px; }
.condos { width: 700px; float: left; }
.bttmcd { float: left; padding-bottom: 15px; }

#condoList { font-size: 12px; width:700px; height:auto; padding: 10px 0px 0px 0px; }
.condolist { display: table-cell; float:left; height:auto; width:100%; }

.txtCondos { font: 14px/20px Arial, Helvetica, sans-serif; color: #f6eadc; }
.txtCondos A { color: #f6eadc; text-decoration: none; }
.txtCondos A:hover { color: #f6eadc; text-decoration: underline; }

.titleH { padding-top: 10px; }
.titleH2 { padding-top: 30px; float: left; }
.commPadd { padding: 0px 0px 0px 30px; float: left; width:700px; }


.dropPadClass { padding:0px 0px 0px 12px; float: left; }

/* Drop-down list */
#dropdown {
	padding-top: 16px;
	padding-left: 10px;
	float: left;
	width: 200px;
	left: 200px;
	top: 30px;
	margin-bottom: 2em;/*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: 150px;   /* MAKE THE HEIGHT AS MUCH AS YOU LIKE*/
	overflow: auto;
	position: absolute;
	/*background: #eee;*/
  width: 200px;
	padding: 0 0 0px 0;
	margin: 0 1px 0 1px;
	background-color: #115c84;
}
#dropdown li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	background: #115c84;   /*--------------------- Insert dropdown back ground color  ---------------------- */
}
.class01Drop {
	text-decoration: none;
	text-align: left;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #115c84;

	border-left: #1a72a0 solid 1px;
	border-right: #1a72a0 solid 1px;	
	border-bottom: #1a72a0 solid 1px;
}
#dropdown li a {
	display: block;
	color: #e3e3dc;
	text-decoration: none;
	margin: 0 0 0 0;
	height: 18px;
	padding: 0 7px 0 7px;
	width: 200px;
	background-color: #115c84;
}
#dropdown li a:hover, #dropdown li a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #115c84;
/*	background-color: #eeeeee;  --------------------- Insert hover background color  ---------------------- */
}
/* -----------------------  COMMUNITY DROPDOWN  -------------------------------------------------------*/
ul.MenuBarHorizontal {
	margin:0;
	padding:0;
	background: #115c84;
	
	list-style-type: none;
	/*font: bold 80% Arial, Helvetica, sans-serif;
	text-decoration: none;	*/
	cursor: default;
	width: auto;	
}

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: #0b4fb9;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
	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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 198px;
	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: 200px;
}

/* 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: #115c84;
	padding:0 0 0 7px;
	color: #e3e3dc;
	text-decoration: none;
}

ul.MenuBarHorizontal a:visited {
	display: block;
	cursor: pointer;

	padding:0 0 0 7px;
	color: #e3e3dc;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a black background and white text */
ul.MenuBarHorizontal a:hover {
	background-color: #7c7c70;
	color: #ffffff;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover {
	background-color: #7c7c70;
	color: #ffffff;
}

/*******************************************************************************

 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;*/
	}
}


/*  RCRS CUSTOM INPUT BOX COLORS FOR RIGHT PANEL CLIENT LOGIN  */

form input.input1 { color:#333 }

