/****************************************************************************************/
/* Boston Properties Corporate Website                                                  */           
/* sitemap.css                                                                          */
/* Sets styles specific to the sitemap layouts for screen based media                   */
/****************************************************************************************/

.sitemapCol {
	width: 50%;
	float: left;
}

ul.sitemap {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style-type: none;
	background:  none;
}

ul.sitemap li {
	margin: 0;
	padding: 0 0 .4em;
	list-style-type: none;
	background:  none;
	text-align: left;
}

ul.sitemap li a {
	color: #694809;
	text-decoration: none;	
}

ul.sitemap li a:hover {
	color: #003366;
	text-decoration: underline;	
}

ul.sitemap li strong {
	padding-bottom: 1em;
}

h3 a {
	color: #003366;
	text-decoration: none;
}

h3 a:hover {
	color: #694809;
	text-decoration: underline;
}

h4 {
	color: #694809;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 1em 0;
}

h4 a {
	color: #694809;
	text-decoration: none;
}

h4 a:hover {
	color: #003366;
	text-decoration: underline;
}
