
h6
{
	margin-top: 5px;
}	

/*  Content area's headings and UL lists - The special heading styles and bullet point lists which are only on the home page */
#content h6
{
	color: #cc6633;
	border-bottom-color: #cc6633; /* dark orange colour */
}

#content ul
{
	margin: 0; /* no margin on the UL as a whole - that way it will be close to preceding objects. Indentation done on LI tag */
	list-style: none;
}

#content li
{
	padding: 3px 10px 3px 15px;

	background: url(../../images/arrow-news.jpg) no-repeat;
}

/* The home page's "Spotlight" has different colours */
#sidebar2 .sf2 h6
{
	color: Red;
	border-bottom-color: Red;
}	

#sidebar2 .sf2 p
{
	color:#000099;
	margin-top: 5px;
}	

#sidebar2 .sf2 p a
{
	color: Red;
}



/*  "Focus" area - the big feature banner which is only on the home page */

#focus div.sf2 li
{
	background: url(../../images/arrow-home.jpg) no-repeat;
}	

#focus
{
	clear: both;
	height: 176px;
	background-color: #aba0a6;
	background-image:url(home-focus-left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#focus .leftSide
{
	width: 460px;
	float: left;
	padding: 5px;
}

#focus .leftSide .sf2
{
	width: 190px;
	float: left;

}

#focus h6
{
	margin-top: 5px;
}	
	

#focus .quoteArea
{
	margin-left: 460px;
	margin-right: 192px;
	padding-top: 10px;	
	color: White;
	font-weight: bold;
	font-style:normal;	
}	

#focus .quoteArea blockquote
{
	margin: 0;
	font-size: larger;
}	

#focus .quoteArea blockquote a:hover
{

}

#focus .quoteArea blockquote a
{
	
	color: Yellow;
}	


#focus .rightSide
{
	float:right;
	height: 176px;
	background-image:url(home-focus-right.jpg);
	background-repeat:no-repeat;
	padding-left: 87px;
	width: 192px;
	padding-top: 5px;
}

#focus .rightSide div
{
    margin: 0;
    padding: 0px;
}

#focus .rightSide .sf1 ul 
{
    padding: 0;
    margin: 0;
}

#focus .rightSide .sf1 ul li
{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#focus .rightSide .sf1 ul li a:hover, #focus .rightSide .sf1 ul li a:visited, #focus .rightSide .sf1 ul li a
{
    color: #990000;
}

#focus .rightSide .sf1 ul li.login, #focus .rightSide .sf1 ul li.print
{
    padding-top: 8px;
    height: 16px;
}

/*
#focus .rightSide div
{
	padding-top: 6px;
	clear: both;
}	

#focus .rightSide a
{
	color: Purple;
}	


#focus .rightSide form
{
	text-align:right;
	padding-right: 2em;
	margin-bottom: 4px;
}

#focus .rightSide form label
{
	color: Purple;
}	

#focus .rightSide form input
{
	font-size: xx-small;
	width: 7em;
}	

#focus .rightSide form input.imageButton
{
	width: auto;
	padding-right: 2em;
}
*/

#focus h6
{
	color: Purple;
	border: none;
}
