.box {
	background-position: 0 0;
	background-repeat: repeat-y;
	position: relative;
	padding: 0;
	min-height: 126px;
}

.box .wrapper_top {
	padding: 15px 30px 40px 30px;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
	left: 0;
}

.box .wrapper_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;	
}

.withBoxes .wrapper_top {
	padding: 10px 0 15px 0;
}

.subBox {
	border-bottom: 1px #e7e7e7 solid;	
	padding: 10px 20px 15px 20px;
}

#subBox_last {
	border: 0;
}


.fullWidthBox {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.13);
	border-radius: 3px;
}


.fullWidthBox .wrapper_top_white {
	background-image: url(../i/fullWidthBoxTop_allwhite_bg.png);	
	background-repeat: no-repeat;
	padding: 15px 0 30px 0;
	position: relative;
	top: -6px;
	left: 0;
}


.fullWidthBox .wrapper_bottom {
}
		
		.header{
				/* color: #3C5AB4; */
				font-size: 18px !important;
				width: 100%; 
				height: 38px; 
				line-height: 38px; 
				margin-top: 26px; 
				text-align: center;
			}



.sideBar hr {
	margin: 24px 0	
	width: auto;
}

#bigSideBarRight {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0;
}

#bigSideBarRight .sideBar {
	float: none;
	margin-bottom: 0;
}

.sideBar {
	width: 240px;	
	background-image: url(../i/sideBarMiddle_bg.png);	
}

.sideBar .wrapper_top {
	background-image: url(../i/sideBarTop_bg.png);
}

.sideBar .wrapper_bottom {
	background-image: url(../i/sideBarBottom_bg.png);
}




#sideBarLeft {
	float: left;	
}

#sideBarRight {
	float: right;	
}

.bigBoxLeft {
	margin-right: 252px;
}

.bigBoxRight {
	margin-left: 252px;
}



/* only for press layout */

.customBox {

}

#customBox_1 {
	width: 300px;	
	float: left;	
	background-image: url(../i/customBox01Middle_bg.png);
}

#customBox_1 .wrapper_top {
	padding: 0 0 37px 0 !important;
	background-image: url(../i/customBox01Top_bg.png);
}


#customBox_1 .wrapper_bottom {
	background-image: url(../i/customBox01Bottom_bg.png);
}



#customBox_2 {
	width: 465px;
	margin-left: 305px;
	background-image: url(../i/customBox02Middle_bg.png);
}

#customBox_2 .wrapper_top {
	background-image: url(../i/customBox02Top_bg.png);
}

#customBox_2 .wrapper_bottom {
	background-image: url(../i/customBox02Bottom_bg.png);
}
