﻿/*-----------GENERIC STYLES---------------*/

body{
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	background:  url(http://www.gov.nl.ca/images/gnl_header.jpg) no-repeat top right; /* PHOTO IN TOP RIGHT OF HEADER */
}
h1, h2, h3{
	margin: 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
p{
	margin: 1.5em 0;
}
a{
	color: #3770a9;
	background: transparent;
}
a:hover{
	color: #000066;
}
a:visited{
	color: #31357D;
}
table{
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 1em 0;
	width:100%;
}
td, th{
	padding: 3px;
	border: 1px solid #ddd;
}
th{
	background: #ccc;
}
ul, ol{
	margin-top: 1em;
	margin-bottom: 2em;
}
ul ul{
	margin-top: 0em;
	margin-bottom: 0em;
}
li{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
h1 + p, h2 + p, h3 + p{
	margin-top: 0px;
}
.right{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}
.clear+p{
	clear: left;
}
div.clearall{
	clear: both;
	height: 1px;
}
a img{
	border: none;
}


/*----------- TEMPLATE LAYOUT ---------------*/
#gnlwrap{
	padding: 0 24px;
	border-top: 1px solid #eee;
	padding-top:2px;
	background:#fff;
}

#gnltop{
	width: 100%;
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 90%;
}

#gnltop #gnltopnav{
	background:  url(../images/gnlswish.gif) no-repeat left; /* BLUE SWISH AT TOP OF PAGE */
	margin: 0 auto;
	padding: 0px 0;
	height: 100px;
}
#gnltop #gnltopnav ul{
	margin: 0;
	padding: 6px 25px 4px 25px;
	list-style: none;
	text-align: right;
	height:90px;
	background:  url(../images/gnltopul.gif) repeat-x; /* REPEATING BACKGROUND FOR BLUE BAR AT TOP */
}
#gnltopnav ul li{
	background: none;
	display: inline;
	margin: 0 5px;
	padding: 0;
	line-height: 16px;
}
#gnltopnav ul li a{
	color: #ffffff;
}
#gnltopnav ul li form, #gnltopnav ul li form div{
	display: inline;
	margin: 0;
	color: #fff;
}
input#gnlsearchinput{
	width: 162px;
	margin: 0 0 0 3px;
	font-size: 11px;
	border: 1px solid #666666;
	background: #eeeeee;
	padding: 2px;
}
input#gnlsearchsubmit{
	width: 50px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	padding: 0px;
}
#gnlsearchdrop{
	font-face: verdana;
	font-size: 11px;
}
#gnltopnav a{
	color: #e3eef6;
	background: transparent;
}
#gnltopnav a:hover{
	color: #ffffff;
	background: transparent;
}
#gnlhead{
	margin: 0 auto;
	padding: 0;
	height: 72px;
}
#gnlhead #gnldeptitle{
	margin: 0 0 10px 40px;
	background: transparent url(../images/dept_title.gif) no-repeat top left; /* NAME OF DEPARTMENT */
	height: 70px;
	padding: 0px  0 0px;
	width: 550px;
}
#gnlhead #gnldeptitle h2, #gnlhead #gnldeptitle h2 a{
	width: 100%;
	height: 100%;
	display: block;
}
#gnllogo{
	position: absolute;
	left: 40px;
	top: 2px;
	height: 68px;
	width: 107px;
	margin: 0 0 0 0;
	background: transparent url(../images/gnllogoblue.gif) no-repeat; /* GNL LOGO IN TOP LEFT */
}
#gnllogo a{
	width: 100%;
	height: 100%;
	display: block;
}
#gnlusers{
	height: 22px;
	padding: 0 25px 0 25px;
	margin: 0;

	background: #fff;
}
#gnlusers ul{
	height:18px;
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#gnlusers ul li{
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	border-right: 1px solid #cccccc;
	text-align:center;
	background: #ffffff;
}
#gnlusers ul li.lastitem{
	border-right: 0px solid #cccccc;
	padding-right: 2px;
}
#gnlusers ul li a{
	text-decoration: underline;
	color: #666;
	background: #ffffff;
	font-weight: bold;
}
#gnlusers ul li a:hover{
	color: #000000;
	background: #ffffff;
}
#gnlusers ul li a.current{
	color: #000000;
	background: #ffffff;
}
#gnlusershome{
	float: left;
	height: 16px;
	margin: -18px 0 0 0;
	padding: 0 0 0 230px;
	background-color: transparent;
}
#gnlhead #gnlusershome ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: #fff;
}
#gnlhead #gnlusershome ul li{
	display: inline;
	margin: 0;
	padding: 0 8px 0 9px;
	border-right: 1px solid #cccccc;
	text-align:center;
	background: #ffffff;
}
#gnlhead #gnlusershome ul li.lastitem{
	border-right: 0px solid #cccccc;
}
#gnlusershome ul li a{
	text-decoration: none;
	color: #999999;
	background: #ffffff;
	font-weight: bold;
}
#gnlusershome ul li a:hover{
	color: #000000;
	background: #ffffff;
}
#gnlusershome ul li a.current{
	color: #000000;
	background: #ffffff;
}
#gnlbodycol{
	background: url(../images/gnlleftnavbg.gif) repeat-y left; /* BLUE BACKGROUND ON MENU */
	padding: 0;
}
#gnlleftcol{
	float: left;
	width:230px;
	padding: 1px 0 10px 0;
	margin: 0;
	background: #005596;
	color: #fff;
}
#gnlleftcol a{
	color: #fff;
}
#gnlmaincol{
	width: 100%;
  	float: right;
  	margin-left: -260px;
  	background: url(../images/gnlleftnavbg.gif) repeat-y left; /* BLUE BACKGROUND ON MENU */
}
#gnlcontent{
	margin-left: 246px;
	padding-bottom:24px;
}
#gnlleftcol h3{
	font-size: 1.5em;
	margin: 0.5em 0 0 5px;
	color: #fff;
}
#gnlleftcol p{
	margin:10px 10px 20px 20px;
	color: #fff;
}

#gnlleftcol ul{
	margin: 0 0 0 5px;
	padding: 0px 0;
}
#gnlrightcol{
	float: right;
	width: 170px;
	padding: 10px 0px 10px 0px;
	margin: 0 0 0 10px;
	background: #eee;
	font-size: 90%;
	color:#000;
}
#gnlrightcol .minister{
	color: #000;
	font-size: small;
	text-align:center;
	margin: 0 10px 5px 10px;
}
#gnlrightcol a{
	color:#000;
}
#gnlrightcol ul{
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0.5em 0 0.5em 0.5em;
}
#gnlrightcol ul li{
	background: transparent url(../images/gnlbullet.gif) no-repeat left; /* RIGHT ANGLE QUOTE BULLET ICON */
	margin: 0.5em 0 0.5em 0em;
	padding: 0px 0 0px 1.25em;
	line-height: 1.2;
	list-style: none;
}
#gnlrightcol h3{
	font-size: 1.5em;
	margin: 0.5em 0 0 5px;
	color: #000;
}
#gnlrightcol div.vcard{
	margin: 0.5em 5px 7em 10px;
	font-style: normal;
	background:none;
	padding: 0;
}
img#minister{
	margin: 0 10px -10px 10px;
}
#gnlfoot{
	clear: both;
	padding: 4px 32px 32px 272px;
	margin: 0;
	background: #ddd;
	font-size: 90%;
}
#gnlfoot a{
	color: #000;
}
#gnlfoot p {
	clear:both;
	margin:0; padding:6px 0;
}
#gnlfoot ul {
	list-style: none;
	margin:0; padding:6px 0;
}
#gnlfoot ul li {
	display: inline;
	margin-right:16px;
}

#gnlfootlinks{
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#gnlfootlinks li{
	margin: 0 5px;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	margin: 0 10px;
	background: none;
}
#gnlupdated{
	display: inline;
	float: right;
	text-align: right;
	margin:0; padding:0;
}
#gnlcopyright{
	clear: both;
	margin: 15px 0;
}


/*----------------MENU STYLES-----------------*/

#gnlleftcol ul.mm{
	margin: 0em;
	font-size: 1.2em;
}
ul.mm {
	list-style: none;
	margin: 0 0 2em 0;
	padding:0;
	width: 230px;
}
ul.mm li {
	list-style: none;
	background: none;
	width: 230px;
	margin: 0;
	padding: 0px 0;
	line-height: 1.2;
}
ul.mm ul{
	margin:0 !important;
	padding: 0 !important;
}
ul.mm ul li{
	margin:0;
	padding: 0;
	border-left: 10px solid #3477AC;
	width: 220px;
}
ul.mm ul ul li{
	margin:0;
	padding: 0;
	border-left: 10px solid #5D92BC;
	width: 210px;
}
ul.mm ul ul ul li{
	margin:0;
	padding: 0;
	border-left: 10px solid #7DA8CA;
	width: 200px;
}
ul.mm a {
	display: block;
	padding: 5px 0 6px 15px;
	text-decoration: none;
	color: #fff;
	width: 215px;
	background: #005596;
}
ul.mm a:visited {
	color: #fff;
}
ul.mm a:hover {
	background: #7DA8CA url(../images/gnlbulletlight.gif) no-repeat left !important; /* RIGHT ANGLE QUOTE BULLET ICON */
} 
ul.mm a.current{
		font-weight: bold;
		color: #fff;
		background: transparent url(../images/gnlbulletlight.gif) no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */
}
ul.mm ul a {
	padding: 5px 0 6px 15px;
	width: 205px;
	background: transparent;
	color: #fff;
}
ul.mm ul ul a {
	padding: 5px 0 6px 20px;
	width: 190px;
	color: #fff;
}
ul.mm ul ul ul a {
	padding: 5px 0 6px 25px;
	width: 175px;
	color: #fff;
}
ul.mm li.current{
	background:  #3477AC;
}
ul.mm li.current a{
	background:  transparent;
}
ul.mm li.current ul li{
	background:  #eeeeee;
	background:  transparent;
}
ul.mm li.current ul li.current{
	background: #5D92BC;
}
ul.mm ul li.current ul li.current{
	background: #7DA8CA;
}
ul.mm ul ul li.current{
	background: #7DA8CA;
}
ul#mms{
	border-top: 1px solid #ccc;
	margin: 2em 0 2em 0 !important;
}
ul#mms a{
	color: #fff;
}
ul.bread {
	display: inline;
	color: #ccc;
	padding: 5px 0 0 0px;
	margin: 0px 0 10px 0;
	font-size: smaller;
}

ul.bread li{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
ul.bread li a, ul.bread li a:visited{
	color: #999;
	text-decoration: none;
}
ul.bread li a:hover{
	color: #666;
	text-decoration: underline;
}
ul.bread li ul{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.bread li ul li{
	background:  url(../images/gnlbullet.gif) left no-repeat; /* RIGHT ANGLE QUOTE BULLET ICON */
	display: inline;
	margin: 0;
	padding:  0 0 0 15px;
	line-height: 1.6;
}
ul.bread li ul li ul{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.bread li ul li ul li{
	display: inline;
	margin: 0;
}


/*-------HOME STYLES---------*/

.mini{
	color: #333;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin: 0 0 10px 0;
}
.aboutsite{
	font-size: 1.2em;
	padding: 0.5em;
}
.highlight{
	margin: 0em 180px 1.5em 0px;
	padding: 0;
	border-top: 1px dashed #ddd;
}
.highlight h3{
	font-size: 1.5em;
	line-height: 1.2;
}
.highlight h3 small{
	color: #999999;
	font-size: 0.8em;
}
.features{
	margin: 0em 180px 1.5em 0px;
	padding: 0;
	border-top: 1px dashed #ddd;
 	overflow: visible;
}
.features a{
	float: left;
	margin: 0 5px 8px 0px;
	width: 17.5em;
	font-size: smaller;
	text-decoration: none;
	line-height: 1.2;
	padding: 2px 3px 3px 73px;
	height: 6.1em;
	border: 1px solid #fff;
 	background: #fff top left no-repeat
}
.features a:hover{
	border: 1px solid #ddd;
	background-color: #eeeeee !important;
}
.features2{
	margin: 0em 180px 1.5em 0px;
	padding: 0;
	border-top: 1px dashed #ddd;
}
.features2 a{
	float: left;
	margin: 0 5px 8px 0px;
	width: 17.5em;
	font-size: smaller;
	text-decoration: none;
	line-height: 1.2;
	padding: 2px 3px 3px 73px;
	height: 6.1em;
	border: 1px solid #fff;
 	background: #fff top left no-repeat
}
.features2 a:hover{
	border: 1px solid #ddd;
	background-color: #eeeeee !important;
}
.prop {
    height:66px;
}
.audiencelinks{
	border-top: 1px dashed #ddd;
	padding: 5px 0 0 0;
	clear: left;
	margin: 0em 180px 1.5em 0px;
}
.audiencelinks dt{
	font-weight: bold;
}
.audiencelinks dd{
	margin: 5px 0 0 1em;
}
ul.popularlinks li{
	background: transparent url(../images/gnlbulletlight.gif) no-repeat left center; /* RIGHT ANGLE QUOTE BULLET ICON */
	list-style: none;
	margin: 0.5em 0 0.5em 0em;
	padding: 0px 0 0px 1.25em;
}
ul.popularlinks a {
	color: #fff;
}
ul.popularlinks a:visited {
	color: #fff;
}
ul.linkcloud{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 1.5em 0;
}
ul.linkcloud li{
	list-style: none;
	display: inline;
	background: none;
	margin: 0 5px 0 0;
	padding: 0;
}

/*-------TEXT STYLES AND CLASSES---------*/

div.faq{
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;
	border-top: 1px solid #eee;
}
div.sectionindex{
	float: right;
	width: 300px;
	padding: 5px;
	margin: 5px 0 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
div.sectionindex ul{
	margin-left: 1em;
	padding-left: 1em;
}
.applink {
	font-size: 0.75em;
}
.pdfdisclaimer {
	font-size: 0.75em;
}
.vcard{
	background: transparent url(../images/gnlcontact.gif) no-repeat top left; /* TELEPHONE ICON */
	margin: 2em 0 2em 0;
	padding: 0 0 0 70px;
	min-height: 70px;
	height:auto !important;
	height:70px;
}
.vcard h3, .vcard h2{
	margin: 0;
	font-size: 1.2em;
}
.moreinfo{
	background: transparent url(../images/gnlmoreinfo.gif) no-repeat top left; /* INFO ICON */
	margin: 1em 0;
	padding: 0.5em 0 0 70px;
	min-height: 70px;
	height:auto !important;
	height:70px;	
}
.moreinfo h3, .moreinfo h2{
	margin: 0;
	font-size: 1.2em;
}
.morelink{
	margin-top:-10px;
}
.featuredisclaimer {
	font-size: 0.75em;
}
.extlink{
	background: transparent url(../images/gnllink.gif) no-repeat top left; /* LINK ICON */
	margin: 2em 0 1em 0;
	padding: 0em 0 0 70px;
	min-height: 70px;
	height:auto !important;
	height:70px;
}
.extlink h3, .extlink h2{
	margin: 0;
	font-size: 1.2em;
}
.zebra th{
	text-align:left;
}
.languageSwitch {
	float: right;
	color:#666;
	background-color:#f6f6f6;
	border: 1px solid #e5e5e5;
	padding:1px;
}
.languageSwitch:hover {
	background-color:#e6e6e6;
}
.languageSwitch a{
	text-decoration: none;
	color: #666;
}
.textChangeContainer {
	float: right;
	color:#666;
	background-color:#f6f6f6;
	border: 1px solid #e5e5e5;
	padding:1px;
}
.textChangeText {
	float: left;
	margin:5px;
}
.textChangeBox {
	float: left;
	border: 1px solid #e5e5e5;
	padding:2px;
	height:20px;
	width:20px;
	line-height:20px;
	text-align:center;
}

/* sitepath (breadcrumbs) v1.2 */
.sitepath {
	color: #ccc;
	padding: 4px 0 0 0px;
	margin: 0px 0 12px 0;
	font-size: smaller;
}
.sitepath a, .sitepath a:visited {
	color: #999;
	text-decoration: none;
}
.sitepath a:hover {
	color: #666;
	text-decoration: underline;
}



/* textsizer v1.1 */
#textsizer {
	float: right;
	color:#666;
	background-color:#f6f6f6;
	border:1px solid #e5e5e5;
	padding:1px;
	overflow:hidden;
}
#textsizer .text {
	display:block;
	float:left;
	margin:0 4px;
	padding-top:2px;
}
#textsizer a {
	display:block;
	float:left;
	border: 1px solid #e5e5e5;
	text-align:center;
	width:20px; height:20px;
	line-height:20px;
	margin-left:1px;
	text-decoration:none;
}
#textsizer a.sm {
	font-size:0.75em;
}
#textsizer a.md {
	font-size:1em;
}
#textsizer a.lg {
	font-size:1.25em;
}


/* English/French buttons */

.features .langfr a {
	float:right;
	color:#fff;
	background-color:#3889c8;
	border: 1px solid #e5e5e5;
	padding:8px 16px; padding-bottom:9px;
	width:auto;
	height:auto;
	margin:auto;
}

.features .langfr a:hover {
	color:#fff;
	background-color:#1e73b4 !important; 
	border: 1px solid #e5e5e5;
	padding:8px 16px; padding-bottom:9px;
	width:auto;
	height:auto;
	margin:auto;
}




/* no left menu v1.1 */
.no-left-menu #gnlleftcol {
	display:none;
}
.no-left-menu #gnlbodycol, .no-left-menu #gnlmaincol {
	background:#fff;
}
.no-left-menu #gnlcontent {
	margin-left:16px;
}
.no-left-menu #gnlfoot {
	padding-left:32px;
}



/* left menu adjustments v1.1 */

ul.mm ul li a {
	background-color:#3477AC;
}

/* built-in selected page highlights */
#home ul.mm li a.home,
#faq ul.mm li a.faq,
#publications ul.mm li a.publications,
#forms ul.mm li a.forms,
#news ul.mm li a.news,
#about ul.mm li a.about,
#links ul.mm li a.links
{
	font-weight:bold;
	color:#fff;
	background:#3477AC url(../images/gnlbulletlight.gif) no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */
}
/* hide sub-menus */
ul.mm ul {
	display:none;
}
/* show sub-menus */
#about ul.about,
#publications ul.publications {
	display:block;
}
/* built-in selected page highlights - sub-menus */
#about.sub-menu ul.mm li a.about,
#publications.sub-menu ul.mm li a.publications {
	font-weight:normal !important;
	background-image:none !important;
}
#about.minister ul.mm li a.minister,
#about.legislation ul.mm li a.legislation,
#about.contact ul.mm li a.contact,
#publications.bydepartment ul.mm li a.bydepartment,
#publications.archive ul.mm li a.archive
{
	font-weight:bold;
	color:#fff;
	background:#5d92bc url(../images/gnlbulletlight.gif) no-repeat right !important; /* RIGHT ANGLE QUOTE BULLET ICON */

}


/* -- FEATURES --*/
a#feature_strategy{
	background: #fff url('../images/feature_strategy.jpg') no-repeat top left;
}
a#feature_implementation{
	background: #fff url('../images/feature_implementation.jpg') no-repeat top left;
}
a#feature_workforce{
	background: #fff url('../images/feature_workforce.jpg') no-repeat top left;
}
a#feature_families{
	background: #fff url('../images/feature_family.jpg') no-repeat top left;
}
a#feature_communities{
	background: #fff url('../images/feature_communities.jpg') no-repeat top left;
}
a#feature_immigration{
	background: #fff url('../images/feature_immigration.jpg') no-repeat top left;
}
a#feature_train_here{
	background: #fff url('../images/feature_train_here.jpg') no-repeat top left;
}
a#feature_strategic{
	background: #fff url('../images/feature_strategic.jpg') no-repeat top left;
}
a#feature_jobsinnl{
	background: #fff url('../images/feature_JobsInNL.jpg') no-repeat top left;
}
a#feature_outlook{
	background: #fff url('../images/feature_outlook.jpg') no-repeat top left;
}
a#feature_childreg{
	background: #fff url('../images/feature_childreg.jpg') no-repeat top left;
}
a#feature_pnpee{
	background: #fff url('../images/feature_pnpee.jpg') no-repeat top left;
}
