/* Green markup
-------------------- */
body {
	background: #FFF url(../images/bg_green.gif) repeat-x left top;
	}
	
/* Heading images */
#header h1 {
	background: url(../images/header_green.gif) no-repeat 0 0;
	}	
	
#header_picture {
	background: url(../images/pic_green.gif) no-repeat 0px 0px;
	}
	
/* Top Menu */
#tabs a {
	background: url(../images/bg_tabs_green.gif) no-repeat right center;
	}	
#tabs a span {
	color: #a1ad87;
	}
#tabs li.active a,
#tabs li.active a span {
	background-color: #b9bc90;
	color: #FFF;
	}
#tabs li.active a {
	border-bottom: 1px solid #7b8b59;
	}
#tabs a:hover, 
#tabs a:hover span {
	color: #FFF;
	background-color: #b9bc90;
	}
#tabs a:hover {	
	border-bottom: 1px solid #7b8b59;
	}
	
/* Sub-section menu */
#menu li a {
	color: #9eaa83;
	border-bottom: 1px solid #9eaa83;
	}
#menu li.active a {
	background: url(../images/arrow_green.gif) no-repeat 3px 4px;
	}
#menu li.active_sub a {
	background: url(../images/arrow_down_green.gif) no-repeat 0px 6px;
	}
#menu li.active_sub li.active_sub a {
	background: url(../images/arrow_down_green.gif) no-repeat 13px 6px;
	}
#menu li.active_sub li.active_sub li.active_sub a {
	background: url(../images/arrow_down_green.gif) no-repeat 26px 6px;
	}
#menu li a:hover {
	background: url(../images/arrow_green.gif) no-repeat 3px 4px;
	}	
#menu li li a:hover, #menu li.active li a:hover, #menu li.active_sub li a:hover {
	background: url(../images/arrow_green.gif) no-repeat 16px 4px;
	}
#menu li li.active a, #menu li.active li.active a, #menu li.active li.active li.active a {
	background: url(../images/arrow_green.gif) no-repeat 16px 4px;
	}
#menu li.active_sub li.active_sub li a:hover, #menu li.active_sub li.active_sub li.active a {
	background: url(../images/arrow_green.gif) no-repeat 29px 4px;
	}	
#menu li.active_sub li.active_sub li.active_sub li a:hover, #menu li.active_sub li.active_sub li.active_sub li.active a {
	background: url(../images/arrow_green.gif) no-repeat 42px 4px;
	}	
	
/* Content */
.pagebody h1 span {
	color: #b9bc90;
	}	

/* Footer */	
#footer {
	border-top: 1px solid #9eaa83;
	color: #abb594;
	}	
#footer a {
	color: #abb594;
	}
#footer li {
	border-right: 1px solid #abb594;
	}