@charset "UTF-8";



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


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

}

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

SECTION STYLES / SECTION TEXT STYLES 

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



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

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



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

Secondary Nav STYLES

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



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


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

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

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

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

}

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

Section Menu STYLES */



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

ul.SectionMenu li a {
color:#FFFFFF;
}
ul.SectionMenu li a:hover {
color: #706C62; /* colour may change section to section */
}


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

 MAIN MENU STYLES NOT IN USE

 ******************************************************************************
#MainMenu {
background-color:#A6A192; 
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding 
ul.MenuBarHorizontal
{

	background-color:#A6A192; 
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

 ******************************************************************************


ul.MenuBarHorizontal a
{
	background-color:#A6A192; /* colour changes from secton to section 
	
}
ul.MenuBarHorizontal li ul a {
	background-color: #A3DCE6; 
	
	}
 
*/



