/*******************************************************************************
 ****   IE 7 n 8
 ******************************************************************************/
th,td{
	width:auto;
}
.document-search-from INPUT,.document-search-from SELECT{
	width:15em;
}
.document-search-from input.checkbox{
	width:auto;
}
.navigation > .inner{
	z-index:99;
}
.homepage-block-wrapper .clear-left{
	clear:none;
}

.navigation{
	font-size:0.9em;
}
.navigation UL{
	margin-bottom:0;
}
.header{
	height:190px;
}

/*******************************************************************************
 ****   IE 9
 ******************************************************************************/
@media (max-width: 1200px) {
	.homepage-block-wrapper .clear-left{
		clear:none;
	}
}
@media (min-width: 800px) {
	/* Policy Portal Section */
	th,td{
		float:none !important;
		display:block !important;
		width:auto !important;
	}
	select,.document-search-from input{
		width:100% !important;
	}
	.document-search-from input.checkbox{
		width:auto !important;
	}
	.document-search-from .checkbox{
		display:block;
		float:left;
	}
	.navigation{
		padding:0px 0;
	}
	.navigation{
		font-size:1.2em;
	}
	.header{
		height:134px;
	}
}
@media (max-width: 800px) {
	/* Policy Portal Section */
	th,td{
		float:left !important;
		display:block !important;
		width:100% !important;
	}
	select,.document-search-from input{
		width:100% !important;
	}
	.document-search-from input.checkbox{
		width:auto !important;
	}
	.document-search-from .checkbox{
		display:block;
		float:left;
	}
	.homepage-block-wrapper .clear-left{
		clear:none;
	}
	.navigation{
		padding:20px 0;
	}
	.navigation{
		font-size:1.2em;
	}
	.header{
		height:134px;
	}
}

