@charset "UTF-8";
/* CSS Document */

h1.buildingTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660033;
	text-align:center;
	margin: 10px auto 5px auto;
}
a {
	color: #CC0000;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CC0000;
}
.enlargeImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0 auto 5px auto;
}
#pageTitleDivider {
	position: relative;
	 width: 540px;
	 height: 1px;
	 margin: 0 auto 10px 10px;
	 background: #CC0033;
}
.imageOverload {
	position: relative;
	width: 558px;	
	height: 655px;
	overflow-y scroll;
	overflow-x: hidden;
}
.galleryImages {
	position: relative;
	float: left;
	width: 150px;	
	min-height: 120px;
	height: auto;
	margin: 15px 18px;
}
.galleryImages img, .twoGalleryImages img {
	width: 150px;
	height: 113px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 2px auto 2px auto;
}
.acrossThreeImg {
	position: relative;
	width: 500px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 1px auto 0 auto;

}
.acrossThreeImgRed {
	position: relative;
	width: 500px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #660033;
	margin: 3px auto 0 -10px;

}
/*------ commercial Rentals------*/
.twoGalleryImages {
	position: relative;
	float: left;
	width: 150px;
	min-height: 120px;
	height: auto;
	margin: 15px 65px;
}
.bigImage {
	position: relative;
	witdh: 400px;
	min-height: 300px;
	height: auto;
	margin: 15px 80px;
}
/*------ Before and After ------*/	
.ba_image {
	position: relative;
	float: left;
	width: 200px;
	min-height: 155px; 
	height: auto;
	margin: 15px 40px;
}
.ba_image img {
	width: 200px; 
	height: 150px;
}
h2.ba_blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 5px auto 2px auto;
	text-align: center;
}