#galleryBuildingContainer{
	margin:20px;
	text-align:left;
}
.buildingTitle{
	font-size:1.2em;
	font-weight:600;
	color:#333;
	background:#ddd;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #bbb;
	cursor:pointer;
}
.buildingTitle.SELECTED{
	background:#bbb;
	border:1px solid #777;
	color:black;
}
.buildingTitle:hover{
	background:#bbb;
	border:1px solid #777;
	color:black;
}
.galleryProjects{
	display:none;
	margin-bottom:10px;
}
.galleryProjects .project{
	border:1px solid #e0e0e0;
	background:#eaeaea;
	margin-bottom:5px;
	padding-left:20px;
	color:#555;
	cursor:pointer;
}

.galleryProjects .project:hover{
	background:#ddd;
	border:1px solid #bbb;
	color:#333;
}
/* ------------------------------------------
				OVERRIDES
------------------------------------------ */
#page{
	height:810px;
}
#content{
	height:595px;
}