/*

management section Sylesheet

colour scheme is Purple.

Standard colour:  #FFCC00 
Dark Colour:

Light Colour: 		#CEDFBD	(sub items)
Really light Colour: #FFE67D	(rollover highlight)

*/


BODY {
	SCROLLBAR-FACE-COLOR: #eee; 
	SCROLLBAR-HIGHLIGHT-COLOR: #eee; 
	SCROLLBAR-SHADOW-COLOR: #eee; 
	SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #FFCC00; 
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #fff
}

.ExternalLink
{
	FONT-WEIGHT: bold;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	font-size: 9px
}


.SectionLink{
color:#FFCC00;
}

.SectionBackground{
background-color:#FFCC00;
}

.SectionBackgroundOver{
background-color:#FFE67D;
color: black;
cursor:pointer;
}




h1{
	color:#FFCC00;

	FONT-WEIGHT: normal;
	FONT-SIZE: 26px;
	MARGIN-BOTTOM: -9px;
	MARGIN-TOP: -4px;
	FONT-FAMILY: verdana
}



.SectionMainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #990099;
}

.SectionSubHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #FFCC00;
	text-transform:lowercase;
}

.SectionInput{
	BORDER-RIGHT:#FFCC00 1px solid; 
	BORDER-TOP: #FFCC00 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT:#FFCC00 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #FFCC00 1px solid; 
	FONT-FAMILY: verdana
}





.SectionButton A:hover {
	background-color: #FFE67D;	/* really light */
}
.SectionButton{
	color: #FFCC00;
	border: 1px solid #FFCC00;
}


.CallMeButton A:hover {
	background-color: #FFE67D;	/* really light */
}
.CallMeButton{
	color: #FFCC00;	/* standard colour */
}




.SectionBorder {
	border: 1px solid #FFCC00;
}



.SectionCallMeBorder {
	border: 1px solid #FFCC00;
	padding: 0px;
}

.SectionSidebar {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
text-align: center;
TEXT-DECORATION: none;
color: #000000;
line-height: normal;
font-size:8pt;
}

.SectionSidebarHeader{
background-color:#FFCC00;
color: #ffffff;
font-weight:bold;

FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
text-align: center;
TEXT-DECORATION: none;

line-height: normal;
font-size:8pt;
}



LI {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	LIST-STYLE-TYPE: square;
	list-style-position: outside;
	list-style-image: url(../images/people/bullet.gif);
	margin-top: 15px;
	margin-left: 10px;
}



.NoBorder{
	border:none;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
}