/*-------STYLES SPECIFIC TO DEPARTMENT---------*/

/* Override gnlscreen.css style to show dept header image */
body{
	/*background-image:url(../images/[department header image]);*/ /* PHOTO IN TOP RIGHT OF HEADER */
	
}

/* Override gnlscreen.css style to show dept title image */
#gnlhead #gnldeptitle{
	background-image:url("../../french/images/dept_title_aboutnl_fr.gif"); /* NAME OF DEPARTMENT */
	width:264px; height:48px;
}


/* additional pages in left menu specific to department (note: common pages are built-in to gnlscreen.css styles */
ul.mm ul {
	display:none;
}
/* show sub-menus */
#emblem ul.emblem {
	display:block;
}

/* built-in selected page highlights */
#flag ul.mm li a.flag,
#location ul.mm li a.location,
#area ul.mm li a.area,
#confed ul.mm li a.confed,
#premiers ul.mm li a.premiers
{
	font-weight:bold;
	color:#fff;
	background:#3477AC url("../../french/images/gnlbulletlight.gif") no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */
}
/* built-in selected page highlights - sub-menus */
#emblem ul.mm li a.emblem {
	background:#3477AC;
}
#emblem.puffin ul.mm li a.puffin,
#emblem.partrid ul.mm li a.partrid,
#emblem.floral ul.mm li a.floral
{
	font-weight:bold;
	color:#fff;
	background:#5d92bc url("../../french/images/gnlbulletlight.gif") no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */

}

/* english/francais button */
#gnlcontent a.en, #gnlcontent a.fr {
	float:right;
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:normal;
	margin:0; margin-right:16px;
	background-color: #3889c8;
	padding:8px 16px; padding-bottom:9px;
}
#gnlcontent a.en:hover, #gnlcontent a.fr:hover {
	background-color:#1e73b4;
}
/* english/francais button */
#gnlcontent a.en, #gnlcontent a.fr {
	float:right;
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:normal;
	margin:0; margin-right:16px;
	background-color: #3889c8;
	padding:8px 16px; padding-bottom:9px;
}
#gnlcontent a.en:hover, #gnlcontent a.fr:hover {
	background-color:#1e73b4;
}
