.allContentTbl {display: table;width: 100%;border-collapse: collapse;}
.allContentTbl-row{ display:table-row; width: 100%; }
.allContentTbl-cell-left {display:table-cell; width:725px; padding: 10px; vertical-align:top;}
.allContentTbl-cell-right {display:table-cell; width:276px; padding: 10px; vertical-align:top;}
.allContentTbl-cell-all {display:table-cell; width:100%; padding: 10px; vertical-align:top;}
/*.allContentTbl-cell-left, .allContentTbl-cell-right {
	font: 12px normal Arial, Helvetica, sans-serif; color: #333333;
	line-height:16px; text-align:left; vertical-align: top;
}*/

.box-shadow-bottom{
	width: 90%; padding:10px; border: 1px solid #b5b5b5; margin-left:auto; margin-right:auto;
	box-shadow: 0 5px 10px -6px #333; /* all latest browser */
	-moz-box-shadow: 0 5px 10px -6px #333; /* Firefox older version*/
	-webkit-box-shadow: 0 5px 10px -6px #333; /* Chrome/Safari older version */
}

@media screen and (max-width: 736px) {
	.mainContentTbl{width:100%;}
	.topNavTbl{width:100%;}
	.topHeaderTbl{width:100%;}
	.topNavMenu {width:100%;}
	.responsiveImg {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	#hdrCell-1 { width:44%;}
	#hdrCell-2 { width:0%;}
	#hdrCell-3 { width:56%;}
	#headerImgMiddlev2 {display:none;}
	#headerImgLeftTopv2,#headerImgLeftMiddlev2,#headerImgLeftBottomv2,#headerImgRightTopv2,#headerImgRightMiddlev2,#headerImgRightBottomv2 {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
    .allContentTbl{ margin: 0px; display: block; width:100% }
    .allContentTbl-row{ display: block; width:100%;}
    .allContentTbl-cell-left{ display:inline-block; width:100%; padding:0px;}
    .allContentTbl-cell-right{ display:inline-block; width:100%; padding:0px;}
    .allContentTbl-cell-all{ display:inline-block; width:100%; padding:0px;}
}