@charset "UTF-8";
/* CSS Document */

*{
	float: none !important;
	position:static !important;
	background-color: #FFF;
}

body {
	background: white;
	font-size:12px;
}


#pageWrapper, #pageContent, #header, #footer{
	width: 685px;
	height:auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color:#000;
	background:none;
	background-color:#FFF;
	}
	
#shopping #leftCol, #leasing #leftCol, #contact #leftCol{
	background-color:#FFF;
	width:580px;
	height:auto;
}

#shopping .sectionHead, #leasing .sectionHead, #contact .sectionHead{
	background-color:#FFF;
	text-align:left;
	color:#000;
}

#rightColContent, #leftColContent{
	padding:0;
	height:auto;
	overflow:visible;
}

#mainNav{
	display: none;
}

#subNav{
	display: none;
}

#rightCol{
	display:none;	
}

#home #leftCol{
	display: none;
	
}

#home #rightCol{
	display:block;
	background:#FFF;
	width:580px;
}

#header{
	height:140px;
	
}

.logo{
	display:none;	
}

.printLogo{
	display:block;
}

#footer{
	font-size:11px;	
}

.learnMore{
	display:none;	
}

.printURL{
	display:block;
	font-size:12px;
	font-weight:500;
}
