/* GENERAL STYLES */
/* CSS Document */
/*The position of the header background image*/
#logo-search p#header-flowers {
	right: 11px;
}
/*Left hand menu links and hover*/
#sub-menu-container ul#sub-menu li a {
	color: #FFFFFF;
	background-color: #003772;
/*old	background-color: #455890;*/
}
#sub-menu-container ul#sub-menu li a:hover {
	color: #333333;
	background-color: #FBC933;
}
/*Central content links and hover, plus sign-up, these should always be the same pairings so can be just two options 'link colours/link hover colours' in the CMS' */
#sub-menu-container p#sign-up-text a {
	color: #59800D;
}
#sub-menu-container p#sign-up-text a:hover {
	color: #870000;
}
#central-content-container a {
	color: #002C69;
}
#central-content-container a:hover {
	color: #870000;
}
/*Main headings*/
#central-content-container h1 {
	color: #000000;
	background-color: #FFCC00;
}
#central-content-container h2 {
	color: #000000;
	background-color: #FFCC00;
}
/*Standard central content*/
#standard-page #central-content-container-inner h3 {
	color: #002C69;	
}

/* EDITOR PROPERTIES */
