/****************************************************************************************/
/* Boston Properties Corporate Website                                                  */           
/* properties_horizontal.css                                                              */
/* Sets styles specific to the horizontal properties layout for screen based media        */
/****************************************************************************************/


.contentLeft { /* Main Content Area - Left Column */
	width: 274px;  
	margin: 0;
	padding: 0;
	float: left;
	
}

#contentRight { /* Main Content Area - Right Column */
	width: 331px; 
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #FFFFFF;
}

form, select {
	width: 331px;
	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 {
	text-align: left;
	width: 50%;
	float: left;
	line-height: normal;
}

.twoCol a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.twoCol a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.twoCol img.icon {
	vertical-align: top;
	margin: 0px 5px 10px 0px;
	float: left;
}
