/* This file enables us to apply a low contrast version, with the ICP specific branding elements.

Because of the cascade, the structural controls contained in base.css will all blend with 
the low contrast colour controls declared here, producing a cohesive, consistent CSS based layout for all versions and sub-brands.

*/



/*
--ICP specific rules --------------------------------*/

body { background-image: url(icp_header_overflow.gif) repeat-x top right; }

div#secondaryNav, div#secondaryNav a { color: #003366; }

div#header h2.areaTitle a /*, div#header h2#areaTitle a // is now class selector */ { background: transparent url(head_text_icp.gif) no-repeat 100% 0%; }


div#secondaryNav { background: #ffff33 url(accessBar_bg_icp.gif) repeat-x top left; }


h2#homepage { background: #660099 url(icp_hmpage_header.jpg) no-repeat 0% 100%; }


div#bc { background: #ffffff url(bc_bg_icp.gif) no-repeat top right; }
div#bc span { background: url(bc_bg_leftc_icp.gif) no-repeat top left; }



div#summaryData { background: #FFFCE4 url(clientnotes_bg_icp.gif) no-repeat top right; }



/*
-- Homepages - also see the master base.css file for structrual rules */

h2.homepage-header { background: #182A80 url(icp_homepage_header.jpg) no-repeat top right; border: 1px solid #666666; }




