/* NATIONAL INSIDE KP STYLES (revision 01) - Web Development Group 2006 */

/* Style sheet controls customization of the theme, which include the banner, left nav and footer bar - refer to the KP Brand color palette for compliance. All areas for customization are in this CSS file */

div#banner {
	background: #7296CE url(../images/custom_header.gif) repeat-x;
	/* Add or Remove comments before and after "url" for option to add an image to the background - maximum height for image is 36px */
	border-top: 1px solid #e1ecf3;
}

/* Style controls the background color of the Search text input */
div#banner div#search input.textField {
	background: #E7EFF5;
}

/* Style controls the background color behind the tabs */
div#topNavContainer {
	background: #e1ecf3 url(../images/tab_bg.gif) repeat-x;
}

/* Style controls the background color of the left nav */
td#leftNavBg {
	background: #e1ecf3;
}

/* Style controls the background color of the feature block used in the multi-topic overview_v2 page type, also used as a home page */
div#featureBlock {
	background: #D1E0ED;
}

/* Style controls the background color of the footer bar where Terms and conditions appears. Can also be used for footer links */
div#footerBar {
	background: #e1ecf3;
}

