/* Level 1 customizations */
/* --Adjust height left nav panel */

div#mainSideBar .navigation {
	padding-bottom: 0em;
}

/* --Adjust height of sub feature columns */

div.sub-feature-block {
	min-height: 38em;
}

/* --Adjust padding on level 1 intro */

div#mainContentFeature div.level1Intro {
	padding: 2.7em;
}


/* --Set background for page */

#wrapper {
	background: url("/core/SLCv4.0/img/bg/bg-wrap.gif") top center fixed;
}