@charset "UTF-8";
/* CSS Document */
.imageBar {
	margin-bottom: 6px;
	float:left;
}

.homeColumn {
	width: 300px;
	float:left;
	height: 380px;
}

#homeRentBowtie {}
#homeRentWhiteHouse {}
#homeRentLasalle {}

.homeColumn img {
	float: left;
}


.homeSectionBox {
	float:right;
	background:url(../images/black_trans_bg.png) repeat;
	margin-top: -180px;
	padding: 19px 12px;
	width: 90%;
}

.homeSectionBoxTitle h2 {
	/*height: 0px;
	padding: 18px 0 0 0;
	overflow: hidden;*/
	display: block;
	margin-bottom: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 200%;
	font-weight:normal;
	letter-spacing: -1px;
}
.homeSectionBoxBody2Col {
	width:110px;
}

#rentBowtie {float:left;}
#rentWhiteHouse {float:left;}
#rentLasalle {float:right;}

.homeSectionBoxSubTitle {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#homeRentBowtie .homeSectionBoxSubTitle {color:#9b33fe;}
#homeRentWhiteHouse .homeSectionBoxSubTitle {color:#00FFFF;}
#homeRentLasalle .homeSectionBoxSubTitle {color:#ec1e79;}

.homeSectionBoxText {
	line-height: 16px;
	color:#b2b2b2;
	margin-bottom: 8px;
}

.homeSectionBoxLink a {
	font-weight: bold;
}

.homeSectionBoxLink a:hover {
	color:#d8df21;
}


