/*

This style sheet adds section specific colouring to the main style.
This particular stylesheet is included when $colour="orange".

*/

DIV.extender
{
	background-image: url(../images/headers/orange/extender.jpg);
}

A
{
	color: #FFB600;
}

DIV#header A.active, DIV#header A.active:HOVER
{
	color: #FFB600;
}

.highlight
{
	color: #FFB600;
	font-weight: bold;
}

DIV.copybackground	
{
	background-image: url(../images/bottomlines/orange.jpg);
}

DIV.copybackground DIV.swoosh
{
	background-image: url(../images/swooshes/orange.jpg);
}

DIV.copybackground H3
{
	color: #FFB600;
}

INPUT.active
{
	background-color: #FFB600;
}

INPUT.grey
{
	background-color: #8D8E8D;
}

P.testimonialAuthor
{
	color: #FFB600;
}

IMG.inset, IMG.border
{
	border: 1px solid #FFB600;
}

UL#toolbar LI
{
	border-left: 1px solid #FFB600;
}

UL#toolbar LI.last
{
	border-right: 1px solid #FFB600;
}

UL#toolbar LI:HOVER, UL#toolbar LI A:HOVER
{
	background-color: #FFB600;
	color: #000000;
}
