/*

management section Sylesheet

colour scheme is Purple.

Standard colour: #7DA853
Dark Colour:

Light Colour: 		#CEDFBD	(sub items)
Really light Colour: #00CC33	(rollover highlight)

*/


BODY {
	SCROLLBAR-FACE-COLOR: #eee; 
	SCROLLBAR-HIGHLIGHT-COLOR: #eee; 
	SCROLLBAR-SHADOW-COLOR: #eee; 
	SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #7DA853; 
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #fff
}

.ExternalLink
{
	FONT-WEIGHT: bold;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	font-size: 9px
}




.SectionLink{
color:#7DA853;
}

.SectionBackground{
background-color:#7DA853;
}

.SectionBackgroundOver{
background-color:#CEDFBD;
color: black;
cursor:pointer;
}




h1{
	color:#7DA853;

	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: #7DA853;
	text-transform:lowercase;
}

.SectionInput{
	BORDER-RIGHT:#7DA853 1px solid; 
	BORDER-TOP: #7DA853 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT:#7DA853 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #7DA853 1px solid; 
	FONT-FAMILY: verdana
}





.SectionButton A:hover {
	background-color: #CEDFBD;	/* really light */
}
.SectionButton{
	color: #7DA853;
	border: 1px solid #7DA853;
}


.CallMeButton A:hover {

	background-color: #CEDFBD;	/* really light */

}
.CallMeButton{
	color: #7DA853;	/* standard colour */

}







.SectionBorder {
	border: 1px solid #7DA853;
}



.SectionCallMeBorder {
	border: 1px solid #7DA853;
	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:#7DA853;
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;
}
