/*--------------------------------+
 | Site: New Communities Program  |
 | Part: Internet Explorer styles |
 +--------------------------------+
 | * html = Internet Explorer 5/6 |
 | * + html = Internet Explorer 7 |
 +--------------------------------*/


/* Basics
======================================================================*/
* html hr { margin: 0 0 -0.5em; }
* + html hr { margin: 0 0 -0.5em; }
* html legend { margin-bottom: 1em; }
* + html legend { margin-bottom: 1em; }


/* Core layout
======================================================================*/
* html #content { background-position: 25%; }
* html #content, * html #header-content, * html #footer-content, * html #nav ul { width: 920px; }
* html #content-primary, * html #content-secondary, * html #content-tertiary { overflow: hidden; }
* html #content-primary-secondary { width: 75%; }
* + html #content { background-position: 25%; }
* + html #content-primary { overflow: hidden; }
* + html #content-primary-secondary { width: 75.3%; }
* + html #content-secondary { overflow: hidden; }
* + html #content-tertiary { overflow: hidden; }

/*--- Footer ---*/
	/* Subfooter */
	* html #subfooter { height: 1%; }
	* + html #subfooter { height: 1%; }

/*--- Header ---*/
* html #header { height: 1%; }
* + html #header { height: 1%; }

/*--- Home ---*/
* html #home #content-primary-secondary { background-position: 67% 0; }
* + html #home #content-primary-secondary { background-position: 67% 0; }

/*--- Tertiary content ---*/
* html #content-tertiary { width: 24.5%; }
* html #content-tertiary .panel, * html #nav-secondary { height: 1%; }
* + html #content-tertiary { width: 24.5%; }
* + html #content-tertiary .panel, * + html #nav-secondary { height: 1%; }


/* Content
======================================================================*/
/*--- Feed aggregation ---*/
* html .aggregator h3 { padding-top: 0.5em; }
* + html .aggregator h3 { padding-top: 0.5em; }

/*--- Forms ---*/
	/* Buttons */
	* html .btn { padding: 0.2em 0.9em 0.1em; }
	* html .btns { margin-left: 27%; }
	* + html .btn { padding: 0.2em 0.9em 0.1em; }
	* + html .btns { margin-left: 27%; }
	
	/* Search */
	* html #search { margin-top: 1.8em; }
	* html #search * { vertical-align: middle; }
	* html #search .btn { width: 5.25em; }
	* html #search .txt { width: 15em; }
	* + html #search { margin-top: 1.8em; }
	* + html #search * { vertical-align: middle; }
	* + html #search .btn { width: 5.25em; }
	* + html #search .txt { width: 15em; }

/*--- Header ---*/
* html #logo { padding-bottom: 1.7em; }
* + html #logo { padding-bottom: 1.7em; }

/*--- Slideshows ---*/
* html .slideshow .thumb { display: block; }
* + html .slideshow .thumb { display: block; }