/* EXTRA CSS file to correct blackborder width problem and add custom APGCI banner */

div.blackborder {
	border: 1px solid #000;
	width: 390px;
}

div.banner-gateway-eng {
	color: #FFF;
	background: url(/CanadasGateways/apgci/images/banner-top-en.jpg) no-repeat top center;
	text-align: center; 
	height: 80px;
	margin-top: 3.14em;
	position: relative;
	z-index: 1;
}

div.banner-gateway-fra {
	color: #FFF;
	background: url(/Portesetcorridors/ipcap/images/banner-top-fr.jpg) no-repeat top center;
	text-align: center; 
	height: 80px;
	margin-top: 3.14em;
	position: relative;
	z-index: 1;
}

/* Simple Two Column Table with Spacer */

.container {
    width:100%;
}

.cell1 {
    width:45%;
    float:left;
}

.cell2 {
    width:45%;
    float:right;
}

/* Specifies Text Widths Below Pictures */

.emerson-and-xiuhong {
    width:458px;
    text-align:left;
}
