/* -- P&S hub - Bespoke layout:

containerB		- main content

*/

#ContentAreas {
	background: #fff;
	border-left: 1px solid #adc5d7;
	border-right: 1px solid #adc5d7;
}
/* -- B */
#AreaB {
	padding: 15px 0 0 19px;
	background: #fff;
	min-height: 300px;
}
* html #AreaB /* IE/Win, but not IE/Mac */ {
	/* \*/
	height: 300px; /* */
}

/* define spacing below slots */
#AreaB div.innerPortlet {
	padding-bottom:10px;
}

.containerB {
	width: 680px;
	padding-top:5px;
}
h1.aztitle{
	margin:-5px 0 6px 0;
}


/* -- 2 columns ------------------------------------------------------------------------------------------- */
.twoCols {
	width:100%;
}
#AreaB .containerBc {
	width:680px;
}
#AreaB .containerBc .twoCols {
	float:left;
}
.twoCols .colLeft {
	float: left;
	width: 48.5%;
}
.twoCols .colRight {
	float: right;
	width: 48.5%;
}
#areaBc {
	margin-left:5px;
}
#areaB1 {
	width:643px;
	height:186px;
	float:left;
	margin:0;
	padding:0;

}
#areaB2 {
	width: 699px;
	height: 147px;
	margin-top: 0;
	padding-top: 0;
	float:left
}