@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/specialevents_bl_corner.gif);
}


#SectionHeader { /* these styles very from section to section */
background-color: #BBCCA4; /* background colour for home page */
/* cornner image top right */
background-image:url(/images/section_head/specialevents_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 */
}

#SectionIntro a {
color:#ABBABE; /* colour changes from secton to section */
}

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

Secondary Nav STYLES

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



ul.SecondaryNav {
background-color:#ABBABE; /* 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/specialevents_icon_contact.gif); /* image changes from secton to section */

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

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

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

}

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

Section Menu STYLES */



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

ul.SectionMenu a {
color:#50544F;

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


#photogallery {
width: 644px;
height:290px;
float:left;
}




