/*-------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("../images/dept_title_aboutnl.gif"); /* NAME OF DEPARTMENT */
	width:304px; height:48px;
}

/* Features */
a#feature1{
	/*background: #fff url(../[Feature 1 image]) no-repeat top left;*/
}
a#feature2{
	/*background: #fff url(../[Feature 2 image]) no-repeat top left;*/ 
}
a#feature3{
	/*background: #fff url(../[Feature 3 image]) no-repeat top left;*/ 
}
a#feature4{
	/*background: #fff url(../[Feature 4 image]) no-repeat top left;*/ 
}
a#feature5{
	/*background: #fff url(../[Feature 5 image]) no-repeat top left;*/ 
}
a#feature6{
	/*background: #fff url(../[Feature 6 image]) no-repeat top left;*/ 
}


/* additional pages in left menu specific to department (note: common pages are built-in to gnlscreen.css styles */
/* 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,
#emblem ul.mm li a.emblem
{
	font-weight:bold;
	color:#fff;
	background:#3477AC url("../images/gnlbulletlight.gif") no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */
}

/* show sub-menus */
#emblem ul.emblem {
	display:block;
}

/* reset selected page highlights for parent sub-menu items */
#emblem.sub-menu ul.mm li a.emblem
{
	font-weight:normal !important;
	background-image:none !important;
}
/* built-in selected page highlights - sub-menus */
#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("../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;
}
