@import url('reset.css');
/***** Layout *****/
body {
	background: url(../images/bg.jpg) center top no-repeat #0b101a;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 923px;
	position: relative;
}
/***** Content ******/
#contentWrapper {
	width: 923px;
	height: auto;
	position: relative;
	top: 239px;
}
#contentTitle {
	height: 32px;
	width: 899px;
	background: url(../images/content_title.png) left top no-repeat;
	overflow: hidden;
}
#contentTitle h1 {
	position: relative;
	top: 14px;
	left: 30px;
	overflow: hidden;
}
/** For Portfolio Only **/
#contentTitle h1 {
	background: url(../images/title_portfolio.png) left top no-repeat;
	height: 11px;
	width: 137px;
}
/** end **/
.content {
	height: auto;
	width: 899px;
	position: relative;
	left: 12px;
}
.content #sideContent {
	position: absolute;
	top: 72px;
	left: 23px;
	text-align: center;
}
.content #sideContent .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/sidecontent_bottom.gif) left top no-repeat;
	height: 10px;
	width: 246px;
}
*html .content #sideContent .bottom {
	bottom:-9px;
}
.content #sideContent img {
	margin-bottom: 30px;
}
.content .contentBox {
	height: auto;
	width: 596px;
	position: relative;
	top: 40px;
	left: 279px;
	margin-bottom: 10px;
}
.content .contentBox .mid {
	background: url(../images/latest_mid.png) left center repeat-y;
	position: relative;
}
* html .content .contentBox .mid {
	background: url(../images/latest_mid.gif) left center repeat-y;
	position: relative;
}
.content .contentBox .top h1 {
	/*
	position: relative;
	top: 10px;
	left: 20px;
	overflow: hidden;
	*/
	
	color:#FFFFFF;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	height:auto;
	line-height:32px;
	margin:0;
	padding:0 0 0 20px;
	text-indent:0;
	top:0;
	width:auto;
}
.content .contentBox .top {
	height: 31px;
	width: 596px;
	background: url(../images/latest_top.png) left top no-repeat;
	overflow: hidden;
}
/** For Other Only **/
#aboutContent .contentBox .top, #contactContent .contentBox .top, #industryContent .contentBox .top {
	height: 6px;
	width: 596px;
	background: url(../images/content_top.png) left top no-repeat;
}
/** end **/
.content .contentBox .mid p.withimg {
	width: 295px;
}
.content .contentBox .mid .links {
	margin-top: 10px;
}
.content .contentBox .bottom {
	height: 7px;
	width: 596px;
	background: url(../images/content_bottom.png) left top no-repeat;
	overflow: hidden;
}
/***** Footer ******/
#footer {
	height: 29px;
	width: 923px;
	border-top: 1px solid #1e2c46;
	border-bottom: 1px solid #1e2c46;
	margin-top: 120px;
}
#footer ul {
	margin: 11px 0 11px 200px;
}
#footer li {
	float: left;
}
#footer li.copyright {
	background: url(../images/footer_copyright.gif) left top no-repeat;
	height: 9px;
	width: 263px;
	text-indent: -9999px;
}
#footer li a.unique {
	display:block;
	background: url(../images/footer_2bunique.gif) left top no-repeat;
	height: 9px;
	width: 130px;
	text-indent: -9999px;
}
#footer li.rights {
	background: url(../images/footer_rights.gif) left top no-repeat;
	height: 9px;
	width: 131px;
	text-indent: -9999px;
}
/***** Text *****/
h1 {
	text-indent: -9999px;
	overflow: hidden;
}
p, li, h2 {
	color: #b2b2b2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: justify;
}
a {
	color: #b2b2b2;
	font-family: Tahoma, Geneva, sans-serif;
}
a:hover {
	text-decoration: none;
}
/***** Logo ******/
#logo {
	background: url(../images/logo.png) center center no-repeat;
	height: 75px;
	width: 433px;
	position: absolute;
	top: 70px;
	left: 245px;
}
/***** Navigation ******/
#nav {
	position: absolute;
	top: 185px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	text-indent: -9999px;
	height: 44px;
}
#nav a.about {
	width: 122px;
	background: url(../images/tab_aboutus.jpg) left top no-repeat;
}
#nav a.latest {
	width: 99px;
	background: url(../images/tab_latest.jpg) left top no-repeat;
}
#nav a.portfolio {
	width: 131px;
	background: url(../images/tab_portfolio.jpg) left top no-repeat;
}
#nav a.meet {
	width: 165px;
	background: url(../images/tab_meetourteam.jpg) left top no-repeat;
}
#nav a.industry {
	width: 172px;
	background: url(../images/tab_industryfirsts.jpg) left top no-repeat;
}
#nav a.press {
	width: 92px;
	background: url(../images/tab_press.jpg) left top no-repeat;
}
#nav a.contact {
	width: 142px;
	background: url(../images/tab_contactus.jpg) left top no-repeat;
}
#nav a:hover {
	background-position: left bottom;
}
/***** Buttons *****/
.button {
	border: 0;
	cursor: pointer;
	height: 32px;
	width: 86px;
}
.btn_send {
	background: url(../images/btn_send.jpg) left top no-repeat;
}
.btn_website {
	background: url(../images/btn_website.jpg) left top no-repeat;
}
.btn_directions {
	background: url(../images/btn_directions.jpg) left top no-repeat;
}
.btn_home {
	background: url(../images/btn_home.jpg) left top no-repeat;
}
.btn_floorplans {
	background: url(../images/btn_floorplans.jpg) left top no-repeat;
}
/***** Home Content  ******/
#homeContent {
	min-height: 177px;
	width: 728px;
	position: relative;
	top: 30px;
	left: 97px;
}
#homeContent #leftFlash {
	height: 177px;
	width: 167px;
	position: absolute;
	top: 0;
	left: 0;
}
#homeContent #rightFlash {
	width: 167px;
	height: 177px;
	position: absolute;
	top: 0;
	right: 0;
}
#homeContent #welcomeBox {
	height: auto;
	width: 354px;
	margin-left: 187px;
}
#homeContent #welcomeBox .top {
	height: 35px;
	width: 354px;
	background: url(../images/welcome_top.png) center top no-repeat;
}
#homeContent #welcomeBox .top h1 {
	height: 16px;
	width: 168px;
	background: url(../images/title_real.png) center center no-repeat;
	position: relative;
	top: 10px;
	left: 20px;
}
#homeContent #welcomeBox .bottom {
	height: 7px;
	width: 354px;
	background: url(../images/welcome_bottom.png) center top no-repeat;
	overflow: hidden;
}
#homeContent #welcomeBox .mid {
	height: 120px;
	width: 354px;
	background: url(../images/welcome_mid.png) center top repeat-y;/*border-left: 1px solid #465b83;
	border-right: 1px solid #465b83;*/
}
#homeContent #welcomeBox .mid p {
	padding: 15px 18px 0 18px;
}
/***** About Content  ******/
#aboutContent #contentTitle h1 {
	background: url(../images/title_about.png) left top no-repeat;
	height: 11px;
	width: 52px;
}
#aboutContent #sideContent {
	height: 270px;
	width: 246px;
	background: url(../images/about_left.png) left top no-repeat;
}
#aboutContent .contentBox {
	height: auto;
	width: 596px;
	position: relative;
	top: 40px;
	left: 279px;
}
#aboutContent .contentBox .mid {
	height: 257px;
	width: 536px;
	background: url(../images/content_mid.png) left center repeat-y;
	padding: 0 30px
}
#aboutContent .contentBox .mid p {
	padding-top: 20px;
}
/***** Contact Content  ******/
#contactContent #contentTitle h1 {
	background: url(../images/title_contact.png) left top no-repeat;
	height: 11px;
	width: 63px;
}
#contactContent #sideContent {
	height: 318px;
	width: 246px;
	background: url(../images/contact_left.png) left top no-repeat;
}
#contactContent .contentBox {
	height: auto;
	width: 596px;
	position: relative;
	top: 40px;
	left: 279px;
}
#contactContent .contentBox .mid {
	min-height: 305px;
	width: 536px;
	background: url(../images/content_mid.png) left center repeat-y;
	padding: 0 30px;
	position: relative;
}
* html #contactContent .contentBox .mid {
	height: 305px;
	width: 536px;
	background: url(../images/content_mid.gif) left center repeat-y;
	padding: 0 30px;
	position: relative;
}
#contactContent .contentBox .mid p {
	padding-top: 20px;
}
#contactContent table {
	width: 230px;
	color: #b2b2b2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: justify;
	margin-top: 17px;
}
#contactContent table tr {
	vertical-align: top;
}
#contactContent .leftCol {
	width: 52px;
	text-align: right;
	font-weight: bold;
}
#contactContent .rightCol {
	width: 228px;
	text-align: left;
	padding-left: 12px;
}
#contactForm {
	position: absolute;
	top: 68px;
	left: 334px;
	width: 222px;
}
#contactForm .inputBox {
	height: 14px;
	width: 220px;
	border: 1px solid #999;
	color: #808080;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	padding: 3px;
	margin-bottom: 10px;
}
#contactForm textarea {
	height: 70px;
	width: 220px;
	border: 1px solid #999;
	color: #808080;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	padding: 3px;
	margin-bottom: 10px;
}
#contactForm .btn_send {
	margin-left: 142px;
}
/***** Industry Content  ******/
#industryContent #contentTitle h1 {
	background: url(../images/title_industry.png) left top no-repeat;
	height: 11px;
	width: 52px;
}
#industryContent #sideContent {
	height: 411px;
	width: 246px;
	background: url(../images/industry_left.png) left top no-repeat;
}
#industryContent .contentBox {
	height: auto;
	width: 596px;
	position: relative;
	top: 40px;
	left: 279px;
}
#industryContent .contentBox .mid {
	height: 398px;
	width: 536px;
	background: url(../images/content_mid.png) left center repeat-y;
	padding: 0 30px
}
#industryContent .contentBox .mid p {
	padding-top: 20px;
}
#industryContent .contentBox .mid ul {
	margin-top: 35px;
}
#industryContent .contentBox .mid li {
	background: url(../images/list_industry.gif) 0 3px no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
/***** Latest Content  ******/
#latestContent #contentTitle h1 {
	background: url(../images/title_latest.png) left top no-repeat;
	height: 11px;
	width: 121px;
}
#latestContent #sideContent {
	height: 1086px;
	width: 246px;
	background: url(../images/latest_left.png) left top no-repeat;
}
#latestContent #titleAqualongbeach {
	background: url(../images/title_aqualongbeach.png) left top no-repeat;
	height: 14px;
	width: 124px;
}
#latestContent #titleSeasons {
	background: url(../images/title_seasons.png) left top no-repeat;
	height: 14px;
	width: 191px;
}
#latestContent #titleMeadows {
	background: url(../images/title_meadows.png) left top no-repeat;
	height: 14px;
	width: 340px;
}
#latestContent .contentBox .mid {
	height: 255px;
	width: 534px;
	padding: 31px;
	overflow: hidden;
}
* html #latestContent .contentBox .mid {
	height: 255px;
	width: 534px;
	background: url(../images/latest_mid.gif) left center repeat-y;
	padding: 31px;
}
#latestContent .contentBox .mid .thumbnails {
	margin-right: 4px;
}
#latestContent .contentBox .mid p {
	padding-top: 10px;
	font-size: 0.7em;
}
#latestContent .contentBox .mid ul {
	margin-top: 20px;
}
#latestContent .contentBox .mid li {
	list-style: inside disc;
	font-size: 0.7em;
}
#latestContent .contentBox .mid .links {
	position: relative;
	top: 20px;
	margin-right: 5px;
}
/***** Meet Content  ******/
#meetContent #contentTitle h1 {
	background: url(../images/title_meet.png) left top no-repeat;
	height: 11px;
	width: 83px;
}
#meetContent #sideContent {
	height: 910px;
	width: 246px;
	background: url(../images/meet_left.png) left top no-repeat;
}
#meetContent #titleEngel {
	/*background: url(../images/title_engel.png) left top no-repeat;
	height: 14px;
	width: 149px;
	*/
}
#meetContent #titleBurman {
	/*
	background: url(../images/title_burman.png) left top no-repeat;
	height: 14px;
	width: 139px;
	*/
}
#meetContent #titleKrieger {
	/*
	background: url(../images/title_krieger.png) left top no-repeat;
	height: 14px;
	width: 155px;
	*/
}
#meetContent .contentBox .mid {
	width: 516px;
	padding: 25px 40px 0 40px;
}
#meetContent .contentBox .mid img {
	position: absolute;
	top: 28px;
	left: 426px;
	height: 181px;
}
#meetContent .contentBox .mid p {
	width: 360px;
	font-size: 0.7em;
	margin: 0;
}
/***** Press Content  ******/
#pressContent #contentTitle h1 {
	background: url(../images/title_press.png) left top no-repeat;
	height: 11px;
	width: 33px;
}
#pressContent #sideContent {
	height: 597px;
	width: 246px;
	background: url(../images/press_left.png) left top no-repeat;
}
#pressContent #titleArticles {
	background: url(../images/title_articles.png) left top no-repeat;
	height: 11px;
	width: 40px;
}
#pressContent #titlePublications {
	background: url(../images/title_publications.png) left top no-repeat;
	height: 12px;
	width: 65px;
}
#pressContent #titleTestimonials {
	background: url(../images/title_testimonials.png) left top no-repeat;
	height: 12px;
	width: 67px;
}
#pressContent .contentBox .articleBox {
	height: auto;
	width: 546px;
	padding: 20px 25px 5px 25px;
	background: url(../images/content_mid.png) left center repeat-y;
	overflow: hidden;
}
* html #pressContent .contentBox .articleBox {
	background: url(../images/content_mid.gif) left center repeat-y;
}
#pressContent .contentBox .articleBox h2 {
	font-size: 1.1em;
	color: #b2b2b2;
}
#pressContent .contentBox .articleBox p {
	margin-bottom: 10px;
}
#pressContent .contentBox .articleBox p .date {
	font-size: 0.9em;
	font-style: italic;
}
#pressContent .contentBox .articleBox ul.articles li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#pressContent .contentBox .articleBox ul.articles li a {
	color: #b2b2b2;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#pressContent .contentBox .articleBox ul.articles li a:hover {
	text-decoration: underline;
}
#pressContent .contentBox .articleBox ul.articles li span {
	font-size: 1em;
	font-style: italic;
}
#pressContent .contentBox .publicBox {
	min-height: 453px;
	width: 574px;
	padding: 30px 0 0 22px;
	background: url(../images/content_mid.png) left center repeat-y;
	overflow: hidden;
}
* html #pressContent .contentBox .publicBox {
	background: url(../images/content_mid.gif) left center repeat-y;
}
#pressContent .contentBox .publicBox .magRow {
	display: block;
	width: 574px;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#pressContent .contentBox .publicBox .magBox {
	min-height: 220px;
	width: 126px;
	margin-right: 15px;
	float: left;
	position: relative;
	display: inline;
	text-decoration: none;
}
#pressContent .contentBox .publicBox .magBox p {
	text-align: center;
	margin-top: 5px;
}
#pressContent .contentBox .publicBox .magBox p a {
	text-decoration: none;
}
#pressContent .contentBox .testiBox {
	height: auto;
	width: 520px;
	padding: 30px 38px 10px 38px;
	background: url(../images/content_mid.png) left center repeat-y;
}
#pressContent .contentBox .testiBox .writer {
	text-align: right;
	margin-bottom: 25px;
}
#pressContent .contentBox .testiBox .writer span {
	font-weight: bold;
}
/***** Portfolio Content  ******/
#portContent .portRow {
	height: 332px;
	width: 899px;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
#portContent .portBox {
	height: 332px;
	width: 273px;
	float: left;
	margin-right: 39px;
	display: inline; 
}
#portContent .right {
	margin-right: 0;
}
#portContent .portBox .top {
	height: 31px;
	width: 273px;
	background: url(../images/portfolio_top.png) left top no-repeat;
	position: relative;
}
#portContent .portBox .top h1 {
	position: absolute;
	top: 10px;
	left: 20px;
}
#portContent .portBox .box {
	height: 261px;
	width: 233px;
	padding: 20px;
	background: url(../images/portfolio_content.png) left center repeat-y;
}
* html #portContent .portBox .box {
	height: 261px;
	width: 243px;
	padding: 20px 15px;
	background: url(../images/portfolio_content.gif) left center repeat-y;
}
#portContent .portBox .box p {
	padding: 5px 0 7px 0;
	margin: 20px 0 5px 0;
	font-size: 0.7em;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}
#portContent .portBox .box a {
	font-size: 0.7em;
	margin-top: 20px;
}
/***** Properties Content  ******/
.contentBox .mid .side {
	float: right;
	width: auto;
}
.contentBox .mid ul.properties {
	margin: 13px 0 14px 0;
}
.contentBox .mid ul.properties li {
	list-style: disc outside;
	font-size: 0.7em;
	width: 295px;
	margin-left: 15px;
	line-height: 1.25em;
}
/***** Assisted Content  ******/
#assistContent #sideContent {
	height: 1543px;
	width: 246px;
	background: url(../images/assisted_leftcol.png) left top no-repeat;
	padding-top: 67px;
}
#assistContent .contentBox .mid {
	width: 516px;
	padding: 25px 40px;
}
#assistContent .contentBox .mid p {
	font-size: 0.7em;
}
/***** Independent Content  ******/
#indeContent #sideContent {
	height: 1766px;
	width: 246px;
	background: url(../images/independent_leftcol.jpg) left top no-repeat;
	padding-top: 115px;
}
#indeContent .contentBox .mid {
	width: 516px;
	padding: 20px 40px;
}
*:first-child+html #indeContent .contentBox .mid {
	padding: 20px 40px 19px 40px;
} * html #indeContent .contentBox .mid {
	padding: 20px 40px 19px 40px;
}
#indeContent .contentBox .mid p {
	font-size: 0.7em;
	line-height: 1.25em;
}
/***** Retail Content  ******/
#retailContent #sideContent {
	/*height: 1301px;*/
	height: 862px;
	width: 246px;
	background: url(../images/retail_leftcol.jpg) left top no-repeat;
	padding-top: 115px;
}
#retailContent .contentBox .mid {
	width: 516px;
	padding: 26px 40px;
}
*:first-child+html #retailContent .contentBox .mid {
	padding: 25px 40px;
} * html #retailContent .contentBox .mid {
	padding: 25px 40px;
}
#retailContent .contentBox .mid p {
	font-size: 0.7em;
}
/***** Commercial Content  ******/
#comContent #sideContent {
	height: 1316px;
	width: 246px;
	background: url(../images/commercial_leftcol.png) left top no-repeat;
	padding-top: 115px;
}
#comContent .contentBox .mid {
	width: 516px;
	padding: 25px 40px 22px 40px;
}
*:first-child+html #comContent .contentBox .mid {
	padding: 25px 40px 20px 40px;
} * html #comContent .contentBox .mid {
	padding: 25px 40px 20px 40px;
}
#comContent .contentBox .mid p {
	font-size: 0.7em;
	line-height: 1.25em;
}
/***** Industrial Content  ******/
#induContent #sideContent {
	/*height: 1123px;*/
	height: 925px;
	width: 246px;
	background: url(../images/industrial_leftcol.jpg) left top no-repeat;
	padding-top: 67px;
}
#induContent .contentBox .mid {
	width: 516px;
	padding: 26px 40px;
}
#induContent .contentBox .mid p {
	font-size: 0.7em;
}
/***** Institutional Content  ******/
#instContent #sideContent {
	height: 393px;
	width: 246px;
	background: url(../images/institutional_leftcol.jpg) left top no-repeat;
	padding-top: 67px;
}
#instContent .contentBox .mid {
	width: 516px;
	padding: 25px 40px;
}
#instContent .contentBox .mid p {
	font-size: 0.7em;
}
/***** Titles *****/
.titleInstitutional {
	background: url(../images/title_institutionalproperties.png) left top no-repeat;
	height: 14px;
	width: 121px;
}
.titleLongterm {
	background: url(../images/title_longterm.png) left top no-repeat;
	height: 12px;
	width: 92px;
}
.titleIndustrial {
	background: url(../images/title_industrialproperties.png) left top no-repeat;
	height: 14px;
	width: 109px;
}
.titleParametric {
	background: url(../images/title_parametric.png) left top no-repeat;
	height: 13px;
	width: 297px;
}
.titleHighwoods {
	background: url(../images/title_highwoods.png) left top no-repeat;
	height: 13px;
	width: 272px;
}
.titleNorthcarolina {
	background: url(../images/title_northcarolina.png) left top no-repeat;
	height: 12px;
	width: 120px;
}
.titleEvergood {
	background: url(../images/title_evergood.png) left top no-repeat;
	height: 12px;
	width: 120px;
}
.titleCalverton {
	background: url(../images/title_calverton.png) left top no-repeat;
	height: 13px;
	width: 221px;
}
.titleCommercial {
	background: url(../images/title_commercialproperties.png) left top no-repeat;
	height: 14px;
	width: 122px;
}
.titleCanadaport {
	background: url(../images/title_canada.png) left top no-repeat;
	height: 12px;
	width: 132px;
}
.titleMontreal {
	background: url(../images/title_montreal.png) left top no-repeat;
	height: 12px;
	width: 60px;
}
.titleBiscayne {
	background: url(../images/title_biscayne.png) left top no-repeat;
	height: 13px;
	width: 142px;
}
.titleUnderhill {
	background: url(../images/title_underhill.png) left top no-repeat;
	height: 14px;
	width: 161px;
}
.titleLiesouth {
	background: url(../images/title_liesouth.png) left top no-repeat;
	height: 13px;
	width: 206px;
}
.titleEsselte {
	background: url(../images/title_esselte.png) left top no-repeat;
	height: 14px;
	width: 255px;
}
.titleRetail {
	background: url(../images/title_retailproperties.png) left top no-repeat;
	height: 14px;
	width: 89px;
}
.titleLowehome {
	background: url(../images/title_lowehome.png) left top no-repeat;
	height: 14px;
	width: 320px;
}
.titleEckerd {
	background: url(../images/title_eckerd.png) left top no-repeat;
	height: 14px;
	width: 182px;
}
.titleRoosevelt {
	background: url(../images/title_roosevelt.png) left top no-repeat;
	height: 14px;
	width: 204px;
}
.titleCitycellar {
	background: url(../images/title_citycellar.png) left top no-repeat;
	height: 14px;
	width: 145px;
}
.titleFamousdave {
	background: url(../images/title_famousdave.png) left top no-repeat;
	height: 14px;
	width: 190px;
}
.titleBreakaway {
	background: url(../images/title_breakaway.png) left top no-repeat;
	height: 14px;
	width: 122px;
}
.titleIndependent {
	background: url(../images/title_independentliving.png) left top no-repeat;
	height: 14px;
	width: 102px;
}
.titleActiveadult {
	background: url(../images/title_activeadult.png) left top no-repeat;
	height: 12px;
	width: 155px;
}
.titleBelaire {
	background: url(../images/title_belaire.png) left top no-repeat;
	height: 12px;
	width: 171px;
}
.titleOceangrande {
	background: url(../images/title_oceangrande.png) left top no-repeat;
	height: 14px;
	width: 195px;
}
.titleCondominiums {
	background: url(../images/title_condominiums.png) left top no-repeat;
	height: 12px;
	width: 88px;
}
.titlePlainview {
	background: url(../images/title_plainview.png) left top no-repeat;
	height: 12px;
	width: 231px;
}
.titleEastmeadow {
	background: url(../images/title_eastmeadow.png) left top no-repeat;
	height: 13px;
	width: 274px;
}
.titleAqua {
	background: url(../images/title_aqua.png) left top no-repeat;
	height: 12px;
	width: 30px;
}
.titleMeadows {
	background: url(../images/title_meadows.png) left top no-repeat;
	height: 14px;
	width: 340px;
}
.titleBristal {
	background: url(../images/title_thebristal.png) left top no-repeat;
	height: 14px;
	width: 149px;
}
.titleMassapequa {
	background: url(../images/title_BRISTALMASSAPEQUA.png) left top no-repeat;
	height: 14px;
	width: 259px;
}
.titleNorthhills {
	background: url(../images/title_BRISTALNORTHHILLS.png) left top no-repeat;
	height: 13px;
	width: 243px;
}
.titleBistaleast {
	background: url(../images/title_BRISTALEASTMEADOW.png) left top no-repeat;
	height: 12px;
	width: 267px;
}
.titleWestbury {
	background: url(../images/title_BRISTALWESTBURY.png) left top no-repeat;
	height: 14px;
	width: 223px;
}
.titleNorthwoodmere {
	background: url(../images/title_BRISTALNORTHWOODMERE.png) left top no-repeat;
	height: 13px;
	width: 310px;
}
.titleLynbrook {
	background: url(../images/title_BRISTALLYNBROOK.png) left top no-repeat;
	height: 14px;
	width: 222px;
}
.titleFedex {
	background: url(../images/title_fedex.png) left top no-repeat;
	height: 13px;
	width: 163px;
}
.titleFranklin {
	background: url(../images/title_franklin.png) left top no-repeat;
	height: 12px;
	width: 153px;
}
.titleHempstead {
	background: url(../images/title_hempstead.png) left top no-repeat;
	height: 12px;
	width: 154px;
}
.titleMeadowseast {
	background: url(../images/title_meadowseast.png) left top no-repeat;
	height: 13px;
	width: 280px;
}
.titleMagazine {
	background: url(../images/title_magazine.png) left top no-repeat;
	height: 12px;
	width: 132px;
}
.titleCanadaprop {
	background: url(../images/title_canadaprop.png) left top no-repeat;
	height: 14px;
	width: 98px;
}
.titleVirginia {
	background: url(../images/title_virginia.png) left top no-repeat;
	height: 12px;
	width: 48px;
}