/****************************************************************************************/
/* Boston Properties Corporate Website                                                  */           
/* properties_vertical.css                                                              */
/* Sets styles specific to the vertical properties layout for screen based media        */
/****************************************************************************************/


.contentLeft { /* Main Content Area - Left Column */
	width: 384px;  
	float: left;
	
}

#contentRight { /* Main Content Area - Right Column */
	width: 221px; 
	float: left;
	border-left: 1px solid #FFFFFF;
}

form, select {
	width: 221px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}


.callout dl {
	margin: 0;
	padding: 0;
	font-size: 65%;
	line-height: 1em;
	text-align: left;
}

.callout dt {
	margin: 0;
	padding: 0;
	color: #003366;
	font-weight: bold;
}

.callout dd {
	margin: 0;
	padding: 0px 0px .8em 0px;
}

.twoCol p {
	text-align: left;
	width: 50%;
	float: left;
	line-height: normal;
}

.twoCol p a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.twoCol p a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.twoCol p img {
	vertical-align: top;
	margin: 0px 5px 10px 0px;
	float: left;
}

.contentLeft p {
	margin-bottom: 1em;
}

#contentRight p.note {
	padding-top: 1em;
}

.noFlash {
	margin: 20px 0 0 0;
}
