/* Level 1 customizations */

/* --Adjust height left nav panel */

div#mainSideBar .navigation {
	padding-bottom: 0;
}

/* --Adjust height of sub feature columns */

div.sub-feature-block {
	min-height: 24em;
}

div#mainContentFeature p {
	padding-left: 2em;
	padding-right: 2em;
}
div#mainContentFeature h3 {
	padding-left: 1.8em;
	padding-right: 1.8em;
}


/* --Set background for page */

#wrapper {
	background: url("/core/SLCv4.0/img/bg/bg-wrap.gif") top center fixed;
}
div.columns3 div#feature-block1, div.columns3 div.feature-block1 {
	width: 34em;
	border-left: 0;
}
div.columns3 div#feature-block2, div.columns3 div.feature-block2 {
	width: 31em;
}
div.columns3 div#feature-block3, div.columns3 div.feature-block3 {
	width: 29em;
}
div.FSL-button img {
	display: block;
	margin: auto;
	padding-top: 1em;
}
img#mainImg {
	padding-bottom: 3em
}

