/* ####################################### */
/* ############# STRUCTURAL ############## */
/* ####################################### */

.section {
	clear: both;
}

/* SECTION LAYOUT - HORIZTONAL
------------------------------------------------*/

.a-layout-horizontal .section {
	width: 100%;
}

.a-layout-horizontal .section-inner {
	margin: 0 auto;
	width: 960px;
}


/* SECTION LAYOUT - HORIZTONAL
------------------------------------------------*/

.a-layout-vertical .section {
	margin: 0 auto;
	width: 960px;
}


/* ####################################### */
/* ############ COLUMN GRIDS ############# */
/* ####################################### */

.e-main-content,
.e-sub-content,
.e-tertiary-content {
	padding: 20px;
}


/* Two Column Sub Right
------------------------------------------------*/

.two-col-right .e-main-content {
	float: left;
	width: 600px;
}

.two-col-right .e-sub-content {
	float: right;
	width: 280px;
}


/* Two Column Sub Left
------------------------------------------------*/

.two-col-left .e-main-content {
	float: right;
	width: 600px;
}

.two-col-left .e-sub-content {
	float: left;
	width: 280px;
}


/* Three Column Sub Left
------------------------------------------------*/

.three-col-left .e-main-content {
	float: left;
	width: 520px;

}

.three-col-left .e-sub-content {
	float: left;
	width: 160px;

}

.three-col-left .e-tertiary-content {
	float: left;
	width: 160px;

}