﻿/* Clear Float
------------------ */

/*** see http://www.positioniseverything.net/easyclearing.html ***/
.nav ul:after,
.nav2:after,
.nav3:after,
.button_collection:after,
.container:after,
dl.home-content:after,
.home-lower-division:after,
.content-panel-home-left:after,
.footer:after,
.content-wrapper:after,
.two-column:after,
.content-panel-02:after,
.split-column-list:after,
.division:after,
dl.sitemap:after,
.home_article:after,
.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}

.button_collection,
.nav ul,
.nav2,
.nav3,
dl.home-content,
.home-lower-division,
.content-panel-home-left,
.footer,
.content-wrapper,
.two-column,
.content-panel-02,
.split-column-list,
.division,
ul.sitemap,
.container,
.home_article,
.clearfloat {
	display: inline-block;
	}

 
/* Hides from IE-mac \*/
* html .nav2,
* html .nav ul,
* html dl.home-content,
* html .home-lower-division,
* html .content-panel-home-left,
* html .footer,
* html .content-wrapper,
* html .two-column,
* html .content-panel-02,
* html .split-column-list,
* html .division,
* html dl.sitemap,
* html .clearfloat { height: 1%; }

.nav ul,
dl.home-content,
.home-lower-division,
.content-panel-home-left,
.footer,
.content-wrapper,
.two-column,
.content-panel-02,
.split-column-list,
.division,
dl.sitemap,
.clearfloat { display: block; }

/* End hide from IE-mac */
/*** end clearing hack ***/ 