/* Clear floated divs */

.clearme:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



/* Hides from IE-mac \*/

* html .clearme {height: 1%;}

/* End hide from IE-mac */





/* Make each page minimum height of 500px */

.one-column #primary-content,

.two-column-layout1 #primary-content,

.two-column-layout1 #secondary-content,

.two-column-layout2 #primary-content,

.two-column-layout2 #secondary-content,

.two-column-layout3 #primary-content,

.two-column-layout3 #secondary-content,

.three-column #primary-content,				

.three-column #secondary-content,

.three-column #tertiary-content {

	min-height: 500px;

	height: auto !important;

	height: 500px;

	}

	

/* Fix Primary Navigation width in IE */

#primary-navigation li a {

	width: auto !important;

	width: 125px;

	}