/****************************************************************************************/
/* Boston Properties Corporate Website                                                  */           
/* home.css                                                                             */
/* Sets styles specific to the homepage layout  for screen based media                  */
/****************************************************************************************/

p {
	text-align: left;
}

.contentLeft { /* Main Content Area - Left Column */
	width: 279px;  
	float: left;
	background-color: #DBDBC7;
}

#contentRight { /* Main Content Area - Right Column */
	width: 326px; 
	float: left;
	border-left: 1px solid #FFFFFF;
}

.thumbRow  {
	border-bottom: 1px solid #FFFFFF;
	height: 74px;
}

.thumbRow img.sep {
	border-right: 1px solid #FFFFFF;
}


.homeQuote {
	height: 51px;
	border-bottom: 1px solid #FFFFFF;
}

.positioningGraphic {
	height: 217px;
	margin: 0;
	padding: 0;
}

.positioningText {
	display: none;
}

.footer {
	margin-left: 0;
}

h3 {
	margin: 0;
	padding: 0;
	height: 9px;
}

.news {
	margin: 0;
	padding: 0 30px 0 30px;
	font-size: 70%;
	height: 63px;
	text-align: left;
	line-height: 1.3em;
	background-color: #DBDBC7;
}

.news a {
	color: #666666;
	text-decoration: none;
}

.news a:hover {
	color: #003366;
	text-decoration: underline;
}
