/*
	Developed by Dyspersion Media Corporation, Los Angeles, CA
	in assiciation with Firefly Design, Inc., Chevy Chase, MD
	for The Housing Authority of Baltimore City, Baltimore, MD
		http://www.dyspersion.com				http://www.fireflyworks.com

	File:				subpage.css
	FILE VERSION:		V2.0
	CREATION DATE:		9/2/2008 1:33 PM
	OBJECT NAME:		N/A
	DESCRIPTION:		base CSS for the index page of baltimorehousing.org
	MODIFICATION HISTORY:
	09/2/2008 - sab - created file
*/



#header			{ height:129px; background:#FFFFFF url('http://static.baltimorehousing.org/img/site/subpage_header_bg.png') no-repeat; }

/* SPLASH AND MIDDLE NAV SECTIONS*/
#splash			{ height:195px; }
#middle_nav		{ height:60px; border: 1px solid #8195A2; }





	/* MAIN CENTER CONTENT SECTION */
#content				{ position:relative; height:auto; background-color: #FFFFFF; }

#content .top				{ height:296px; width:100%; border:none; }
#content .top .left			{ float:left; width:33.1%; height:296px; background:#FFFFFF url('http://static.baltimorehousing.org/img/site/business.jpg') no-repeat; margin-right:1em; }
#content .top .righttop		{ height:50%; border-bottom:1px solid #8195A2; }
#content .top .rightbottom	{ height:50%; }

#content .middle					{ width:100%; height:205px; border-top:1px solid #8195A2; }
#content .middle .left				{ float:left; width:33%; height:100%; border-right:1px solid #8195A2; }
#content .middle .right				{ float:right; width:66%; height:100%; }
#content .middle .right .right		{ float:right; width:50%; height:100%; border-left:1px solid #8195A2; }
#content .middle .right .left		{ float:left; width:49%; height:100%; border:none; }

#content .bottom	{ width:100%; clear:both; border-top:1px solid #8195A2; }
