/*******************************************************************************
 ****   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;
}
.header{
	height:170px;
}
.navigation{
	padding:20px 0;
}

.homepage-block-wrapper .clear-left{
	clear:none;
}
.breadcrumbs{
	margin-top:10px;
}
/*******************************************************************************
 ****   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;
	}
	.header .header-logo{
		margin-bottom:-50px;
	}
	.navigation{
		padding:0 0;
	}
	.header{
		height:90px;
	}
	.breadcrumbs{
		margin-top:60px;
	}
}
@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;
	}
	.header .header-logo{
		margin-bottom:0px;
	}
	.navigation{
		padding:0 0;
	}
	.header{
		height:90px;
	}
	.breadcrumbs{
		margin-top:60px;
	}
}

