/* 
	AZ Belgium colour 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#home_title{
	background-image:url(../images/titleback.jpg);
	color:#FFFFFF;
	background-color:transparent;
}

#home_title h1 {
	background-color:transparent;
	color:#FFcc00;
}

ul#home_news_features_holder {
	color:#000;
}

/*Landing Page styles begin*/
#landing_page_full #contentarea {
	background-color:#FAF7F2;
}

#landing_page_full #landing_body {
	background-color:#827761;
	border-bottom-color:#827761;
	border-top-color:#827761;
}

#landing_page_full #landing_body ul li a {
	color:#000000;
}

#landing_page_full #landing_body ul li.first a{
	background-color:#E9E2D0;
	background-image:url(../images/landing_li_first.gif);
}

#landing_page_full #landing_body ul li.second a{
	background-color:#FAF7F2;
	background-image:url(../images/landing_li_second.gif);
}

#landing_page_full #landing_body ul li.third a{
	
	background-image:url(../images/landing_li_third.gif);
}

#landing_page_full #landing_body ul li.third p a{
	background-image:none;
}

#landing_page_full ul li.third {
	background-color:#FFFFFF;
	background-image:url(../images/landing_li_last.gif);
}

#landing_page_full #imagestrip {
	background-image:url(../images/landing_bg.gif);
}

#landing_page_full #imagestrip #centrestrip {
	background-color:#FFFFFF;
	background-image:url(../images/landing_logo.gif);
}
/*Landing Page styles end*/

/* Footer scope */

#site_scope{
	border-color: #FFFFFF;
	background-image:url(../images/footer_bg.gif);
}

#site_scope ul li{
	background-image:url(../images/legal_arrow.gif);
}

#site_scope a:link, #site_scope a:visited {
	color:#FFFFFF;
}

#site_scope a:hover {
	color:#2F2C23;
}

/* Externally intergrated page */

#externally_integrated_full_page #contentarea{
	background-image:url(../images/extback.gif);
}

#externally_integrated_full_page #site_scope{
	background-color:#827760;
	border-left-color:#fff;
}




