/**Header**/
* {
	font-family: Minion Pro, Arial, Georgia,  Times New Roman;
	font-size: 12px;
}

img {
	border:none;
}

body {
	background:URL('/images/bkgd.jpg') no-repeat;
}


#wrapper {
	width:960px;
	margin:0 auto;
}

#nav {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 10px 4px 15px;
	margin-right: 1px;
	margin-bottom: -9px;
}

#nav:hover {
	background:URL('/images/nav-flatbushgardens_r3_c6.png') no-repeat;
	color:#fff;
}

.selected {
	background:URL('/images/nav-flatbushgardens_r3_c6.png') no-repeat;
	color: #fff;
}


#text-style2 {
	color: #8ac0ad;
	font-size: 1.4em;
	font-weight: bold;
}

.text-style3 {
	color: #c7b7a4;
	font-size: 1.1em;
}

.text-style6 {
	color: #fff;
}

.text-style8 {
	font-size: 1.8em;	
	font-weight: bold;
}

.text-style9 {
	color: #fff;
	font-size: 2em;
}

#TABLE-STYLE1 {
	color: #fff;
	text-align: left;
}

h1 {
	font-size: 2.2em;
}

/** Footer **/
#footer {
	background:URL('/images/footer.png') no-repeat;
	color: #FFF78F;
}

.text-small {
	font-size: 0.8em;
}

#TABLE-comparison {
	border-left: solid 5px #7dbdd3;
	border-right: solid 5px #7dbdd3;
	border-bottom: solid 5px #7dbdd3;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
}

#TABLE-comparison-b {
	border-left: solid 5px #ffc00e;
	border-right: solid 5px #ffc00e;
	border-bottom: solid 5px #ffc00e;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
}

#line-vertical {
	background: URL('/images/line-vertialrule.png') repeat-y;
}

/*	##################################
  	DISPLAY HOME
  	################################## */

#display {
	position: relative;
	height: 445px;
	width: 960px;
	line-height: 24px;
	background: #f3f0e9;
	color: #000;
	z-index: 1;
	overflow: hidden;
}

#display2 {
	position: relative;
	height: 500px;
	width: 960px;
	line-height: 24px;
	background: #f3f0e9;
	color: #000;
	z-index: 1;
	overflow: hidden;
}

#display2 .left-img {
	height: 600px;
	float: left;
	margin: 50px 30px;
}

#display2 .right-img {
	position: absolute;
	top: 80px;
	right: 50px;
	float: right;
}

#display2 .main-content {
	width: 910px;
	line-height: 18px;
	font-family: Arial, Times New Roman, Georgia;
	margin-top: 80px;
}

.bold {
	font-weight:bold;
}

#man {
	position: absolute;
	left: 772px;
	top: 170px;
	z-index: 999;
}

.display-img {
	width: 960px; /* was 660px */ 
}

.display-inner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 280px;
}

#display .price-listing {
	right: 0px;
	bottom: 0px;
}

#display a {
	color: #fff;
}

#display h2 {
	margin: 0 0 10px;
	font-size: 24px;
}

#display h2 a {
	text-decoration: none;
}

#display-control {
	position: absolute;
	left: 100px;
	bottom: 0px;
	margin: 0px;
	height: 30px;
	z-index: 2;
}

#display-control li {
	display: inline;
}

#display-control a {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 9px 10px 0 0;
	background: transparent url(img/bg-display-control-inactive.png) no-repeat center center;
	outline: none;
}

#display-control li.ui-tabs-selected a {
	background: transparent url(img/bg-display-control-active.png) no-repeat center center;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#bg-display-control {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px; /* was 660px */ 
	height: 30px;
	/*background: transparent url(img/bg-display-control.png) repeat-x left top;*/
	z-index: 1;
}

.maintenance {
background-color:#8AC0AD;
border:1px solid #FFFFFF;
color:#fff;
float:right;
font-weight:bold;
margin:2px 3px;
padding:3px 17px;
text-decoration:none;
}

.maintenance:hover {
color:#000;
}

#maintenance-request {
	position:absolute;
	left:0;
	top:0;
}

form fieldset {
	width: auto;
	padding: 10px;
	margin-bottom: 8px;
	display: table-cell;
}
textarea {
	margin-bottom: 4px;
}
#caller input {
	width: 132px;
}
#request_add {
	cursor: pointer;
}
p.noshow {
	visibility:hidden;
}
a.rem {
	color:#771212;
	text-decoration:none;
	cursor:pointer;
}
p.delDoc {
	margin-top: -12px;
	margin-right: -4px;
}

#slide-out-div {
	display: none;
	position: absolute;
	top:100px;
	left:400px;
	z-index:99;
}
  

