div#masthead {
	background-image: url(/siteimages/home/masthead.gif);
}

div#channel_navigation ul,div#channel_navigation li ul
{
	background-color: #F57200;
}
div#channel_navigation li ul
{
	background-color: #FFD8AF;
}

/* hello stylesheet fans - the /* /* after each of the three selectors below
is to hide these styles from IE5 on windows - because the padding wasn't resolving
and the background image was displaying incorrectly. It is indeed a hack */

ul.arrow/* */
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

ul.arrow li/* */
{
	margin: 0;
	padding: 0;
	background-image: url(/siteimages/arrow_breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: -2px .1em;
}

ul.arrow li a/* */ {
padding: 3px 0 3px 10px;
}

.highlight {
color: red;
font-weight: bold;
}

.homebg {
    background-image: url(/siteimages/home/home_background_fade.gif);
    background-repeat: repeat-x;
	padding: 3px;
}

/* Photoflip */
div.photoflip_controls
{
	width: 140px;
	float: none;
	clear: both;

}

p.homepspace {
padding: 6px 0 0 0;
}

.homeblock {
height: 140px;
padding: 0;
margin: 0;
}

div#right_advertisement ul li.header {
background: #FDE3CC;
}

/* =Charity Registration */
div#charityForm input.text {
	width: 250px;	
}


/* =Web Designers */

#totally_design {
}

#totally_design .emailform {
	margin-top: 25px;
	border-top: 1px dotted #666666;
	padding-top: 20px;
}


