/* Green markup
-------------------- */
body {
	background: #FFF url(../images/bg_blue.gif) repeat-x left top;
	}
	
/* Heading images */
#header h1 {
	background: url(../images/header_blue.gif) no-repeat 0 0;
	}	
	
#header_picture {
	background: url(../images/pic_blue.gif) no-repeat 0px 0px;
	}
	
/* Top Menu */
#tabs a {
	background: url(../images/bg_tabs_blue.gif) no-repeat right center;
	}	
#tabs a span {
	color: #7ca4c7;
	}
#tabs li.active a,
#tabs li.active a span {
	background-color: #96b6d2;
	color: #fff;
	}
#tabs li.active a {
	border-bottom: 1px solid #7d97ae;
	}
#tabs a:hover, 
#tabs a:hover span {
	color: #fff;
	background-color: #96b6d2;
	}
#tabs a:hover {	
	border-bottom: 1px solid #7d97ae;
	}
	
/* Sub-section menu */
#menu li a {
	color: #96b6d2;
	border-bottom: 1px solid #bdcbd7;
	}
#menu li.active a {
	background: url(../images/arrow_blue.gif) no-repeat 3px 4px;
	}
#menu li.active_sub a {
	background: url(../images/arrow_down_blue.gif) no-repeat 0px 6px;
	}
#menu li.active_sub li.active_sub a {
	background: url(../images/arrow_down_blue.gif) no-repeat 13px 6px;
	}
#menu li.active_sub li.active_sub li.active_sub a {
	background: url(../images/arrow_down_blue.gif) no-repeat 26px 6px;
	}
#menu li a:hover {
	background: url(../images/arrow_blue.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_blue.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_blue.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_blue.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_blue.gif) no-repeat 42px 4px;
	}	
	
/* Content */
.pagebody h1 span {
	color: #7ca4c7;
	}	
	

/* Footer */	
#footer {
	border-top: 1px solid #96b6d2;
	color: #96b6d2;
	}	
#footer a {
	color: #96b6d2;
	}
#footer li {
	border-right: 1px solid #96b6d2;
	}