/* Page Layout Spacing CSS Document */

/* Horizontal Space between Left Navigation and Content */
.gap-navigation-content {
	width: 10px;
}

/* Vertical Space between Header and Content. Also the space alloted for the breadcrumbs area */
.gap-header-content {
	height: 21px;
}

/* Vertical Space between Banner and Orange Banner */
.gap-banner-content {
	height: 1px;
}

/* Vertical Space alloted for the Right Navigation Bar Header */
.gap-header-rightnav {
	height: 18px;
}

/* Horizontal Space alloted between the Right Navigation Bar and Content Area */
.gap-rightnav-content {
	width: 7px;
}

/* Vertical Space between Orange Banner and Content */
.gap-height-10px {
	height: 10px;
}

/* Vertical Space alloted for 1px lines */
.gap-height-1px {
	height: 1px;
}

