/* Secondary Content - Left Col */
#index-content-secondary div.col-a {
	width: 545px;
	float: left;
}

	/* News This Week */
	#index-content-secondary div.col-a #news-this-week,
	#index-content-secondary div.col-a #broker-and-lender-search	 {
		width: 345px;
		max-height: 300px;

	}

	#index-content-secondary div.col-a #news-this-week-wrapper,
	#index-content-secondary div.col-a #broker-and-lender-search-wrapper, {
		width: 365px;

	}

	body.is-ie #index-content-secondary div.col-a #news-this-week {
		width: auto;
		float: none;
	}

	/* Right Col */
	#index-content-secondary div.col-a div.col-b {
		width: 165px;
		float: right;
	}

/* Secondary Content - Right Col */
#index-content-secondary div.col-b {
	width: 175px;
	float: right;
}

/* Tertiary Content - Left Col */
#index-content-tertiary #mortgage-rates-news-and-advice {
	width: 338px;
	float: left;
}

#index-content-tertiary #mortgage-rates-news-and-advice-wrapper {
	width: 360px;
	float: left;
}

body.is-ie #index-content-tertiary #mortgage-rates-news-and-advice {
	width: auto;
	float: none;
}

/* Tertiary Content - Right Col */
#index-content-tertiary #free-rates-and-quotes {
	width: 338px;
	float: right;
}

#index-content-tertiary #free-rates-and-quotes-wrapper {
	width: 360px;
	float: right;
}

body.is-ie #index-content-tertiary #free-rates-and-quotes {
	width: auto;
	float: none;
}

/* More Resources Clears the Other Floats */
#index-content-tertiary #more-resources, 
#index-content-tertiary #more-resources-wrapper {
	clear: both;
}

body.is-ie #index-content-tertiary #more-resources {
	clear: none;
}
