@charset "UTF-8";



#PageContainer { /* page container holds all page content */
background-color: #ECEFE6; /* background colour of section, header colour may differ */
background-image:url(/images/section_background/advertising_bl_corner.gif);
}


#SectionHeader { /* these styles very from section to section */
background-color: #8AA1A5; /* background colour for home page */
/* cornner image top right */
background-image:url(/images/section_head/advertising_sh_tr_corner.gif);

}

/*******************************************************************************

SECTION STYLES / SECTION TEXT STYLES 

 *******************************************************************************/



#SectionIntro p {
color:#A9A8A6; /* colour changes from secton to section */
}

#SectionIntro .highlight {
color:#99A58E; /* colour changes from secton to section */
}



/*******************************************************************************

Secondary Nav STYLES

 *******************************************************************************/



ul.SecondaryNav {
background-color:#D8DEDF; /* colour changes from secton to section */
}


ul.SecondaryNav a
{
color: #8AA1A5; /* colour changes from secton to section */
}
ul.SecondaryNav a.contact {
background-image:url(/images/secondary_nav/advertising_icon_contact.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.locate {
background-image:url(/images/secondary_nav/advertising_icon_locate.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.info {
background-image:url(/images/secondary_nav/advertising_icon_info.gif); /* image changes from secton to section */

}
ul.SecondaryNav a.subscribe {
background-image:url(/images/secondary_nav/advertising_icon_subcribe.gif); /* image changes from secton to section */

}

/*******************************************************************************

Section Menu STYLES */



#SectionMenuBlock {
background-color: #D8DEDF; /* may change from section to section */
}

ul.SectionMenu a {
color:#50544F;

}
ul.SectionMenu a:hover {
color:#8AA1A5; /* colour may change section to section */
}



