/* CSS Document 

function:		colour specific page elements depenent on selected menu item
*/

/* SECTION 8 :: LILAC */


/* FULL COLOUR */
h1,
h2,
h3,
h3 a, h2 a, h1 a,

.webpage .site_main_menu a.on,
.site_form p strong
{
		color:#9966FF;
}



/* BG COLOURS */

/* FULL */
.section_banner:hover 
{
	background-color:#9966FF;
}
/* MID */
.section_banner,
.form_one
{
	background-color:#CCB3FF;
}
/* LIGHT */
.webpage .site_main_menu a.on,
.form_two
{
	background-color:#E1D1FF;
}




/* SUBMENU */
.submenu
{
	background:url("../../media/gif/page_gif/submenu_main.gif") top left repeat-y #E1D1FF;/* LIGHT */
}
.submenu a.on,
.submenu a:hover.on
{
	color:#fff;
	background:url("../../media/gif/page_gif/sub_1_on.gif") 5px 7px no-repeat #9966FF;/* FULL */
}
.submenu a:hover
{
	color:#333;
	background-color:#CCB3FF;/* MIDD */
}
.submenu li.selected
{
	border-bottom:1px solid #9966FF;
}



/* BORDERS */
.edit_image_area img,
.supporting_images_col img,
#update_content img,
.generated_content_option img
{
	border-top:4px solid #9966FF;
	border-bottom:4px solid #9966FF;
}







/* HP BANNER  */
.section_banner h1
{
	color:#fff;
}
.section_banner p
{
	color:#333;
}



/* IMAGE BACKGROUNDS */
.donate_now a
{
	background:url("../../media/png/donate_lilac.png") top left no-repeat;
}
.quote
{
	background:url("../../media/section_media/section8/quote2.jpg") bottom right no-repeat;
}
.quote h4
{
	background:url("../../media/section_media/section8/quote1.jpg") top left no-repeat;
}
.banner_hover
{
	background:url("../../media/section_media/section8/ico_point.png") top left no-repeat;
}
.edit_image_area a .img_link_ico
{
	background:url("../../media/section_media/section8/ico_point.png") top left no-repeat;
}
.ico_movie
{
	background:url("../../media/section_media/section8/ico_movie_small.png") top left no-repeat;
}
.ico_lrg_movie
{
	background:url("../../media/section_media/section8/ico_movie.png") top right no-repeat;
}
.ico_photo
{
	background:url("../../media/section_media/section8/ico_photo_small.png") top left no-repeat;
}
.ico_lrg_photo
{
	background:url("../../media/section_media/section8/ico_photo.png") top right no-repeat;
}