/* April 2006 */

/* TYPOGRAPHY */

/* General typographic styles and behaviours */

/* The default size for ‘medium’ text in all modern browsers is 16px. 
We will reduce the size for the entire document to small using relative keywords:
This takes 16px down to roughly 12px, which is a bit more elegant for a relative base 
IE5/Win has a size decrepency so we will provide hack in order to get it inline.
All navigation items will continue to be specified in pixels.  */

body {font-size:small;} /* for standards browsers */
* html body { /* simplified box model hack for IE5/Win */
	font-size: x-small; /* for IE5/Win */
	
	/* Scott modified to 10pt.  small; was causing problems within Resource library */
	f\ont-size: 10pt; /* for other IE/Win */
}
body {font-family: Arial, Verdana, Helvetica, sans-serif;}


/* LINKS ******************************/

a {text-decoration:none; cursor:hand; color:#069; padding: 0 1px; border-bottom: 1px dashed #ccc; font-weight:bold; }
a:hover {text-decoration:none; color:#fff; background-color:#069; border:none;}
a.noHover:hover {background-color: transparent;}
/* added by Scott to remove anchor formatting*/
a.anchor {text-decoration:none; color:#fff; padding: 0 0px; border-bottom: 10px dashed #fff;}
/*#content a {color:#b2661e;}
#content a:hover {color:#fff;}*/

a.linkMore {
	padding-left: 13px;
	background: transparent url("../images/template/iconMore.gif") 0 50%  no-repeat;	
	border: none;
	}
a.linkMore:hover {
	color: #000;
	background-color:#eee;
	}
a.linkExternal {
	padding-right: 15px;
	background: transparent url("../images/template/iconExternal.gif") center right no-repeat;
	white-space:nowrap;
	border: none;
}
a.linkExternal:hover {
	color: #000;
	background-color:#eee;
	}


a.linkEmail {
	padding-left: 15px;
	background: transparent url("../images/template/iconMail.gif") 0 45%  no-repeat;	
	font-weight:normal;
	border: none;
	padding-right: 0;
	
	}
a.linkEmail:hover {
	padding-left: 15px;
	background: transparent url("../images/template/iconMail.gif") 0 45%  no-repeat;
	color: #000;
	padding-right: 0;
	background-color:#eee;
	}
	
	/* used for contact us pages */
#linkEmail a {
	text-decoration:none; cursor:hand; color:#069; padding: 0 1px; border-bottom: 1px dashed #ccc; font-weight:bold;
	padding-left: 15px; 
	background: transparent url("../images/template/iconMail.gif") 0 0%  no-repeat;	
	font-weight:normal;
	padding-right: 0;
	border: none;
	} 

#linkEmail a:hover {
	text-decoration:none; color:#fff; background-color:#069; border:none;
	padding-left: 15px;
	background: transparent url("../images/template/iconMail.gif") 0 0%  no-repeat;
	color: #000;
	padding-right: 0;
	background-color:#eee;
	}
	
body.fr_CA a.linkEmail{
	font-size: 100%;
}
body.en_CA a.linkEmail{
	font-size: 100%;
}

	
#telIcon {
	height: 18px; /* size of the replacement image */
	width: 20px; /* size of the replacement image */
	background: transparent url("../images/template/iconTel.gif")  0 0%  no-repeat;	
	border: none;
	padding-left: 20px;
	margin-top: 0px;
	border: none;
	
	}

#faxIcon {
	height: 18px; /* size of the replacement image */
	width: 20px; /* size of the replacement image */
	background: transparent url("../images/template/iconFax2.gif") 0 50%  no-repeat;	
	border: none;
	padding-left: 25px;
	}

#SendToColleage {margin: 10px 0;
	}
#SendToColleage a {color: #666;
    }

	


/*#column2 a.linkEmail, #column3 a.linkEmail { color:#069;}*/


a.linkFeed {
	height: 12px; /* size of the replacement image */
	width: 12px; /* size of the replacement image */
	text-indent: -5000px; /* hide the text */
	background: transparent url("../images/template/iconFeed.gif") top left no-repeat;
	border:none;
	padding:0;
	float: right;
	/*position: relative;
	top: 10px;*/
}





/* GENERAL STYLES *********************************/

p {margin: 0 0 6px 0;}

p.top {float:right;}


/*#content li {font-size:1.1em; margin: 0 0 4px 0;}*/

ul {padding-left:1em; margin:0 0 12px 0;} /* standardize list indents for IE and Mozilla */
ol {padding-left:2.5em; margin:0 0 12px 0;}
ol li{padding-left:0.5em; margin:0 0 6px 0;}
ul li {list-style: square url(../images/template/bullet.gif) outside;} /* image needs to 8px wide by 10px tall for consistent display */


#navGlobal li {list-style-image: none;} /* remove the above style from the side nav */


/*ul, ol {padding-left:1em; margin:0 0 12px 0;}  standardize list indents for IE and Mozilla */
/*li {list-style: square outside;}  image needs to 8px wide by 10px tall for consistent display */
ul ul {margin-top: 6px;} /* add some space above nested lists */

input, select {font: 11px Verdana, Arial, Helvetica, sans-serif; /*border: 1px solid #ccc;*/}	

blockquote { margin-left: 30px; }

.show {display: block;}
.hide {display: none;}




/* Document TITLES and HEADINGS *******************************/

/*h1 {font-size: 150%;} used by the GeoConenctions masthead graphic */
/*h2 {font-size: 130%;} used by the section title graphic in the blue nav bar */
h3 {font-size: 110%;  /* section title in a document */
	margin: 20px 0 6px 0; 
	color:#b2661e;
	font-weight:normal;
	font-size: 190%; /* article title in a document */
	font-family:Georgia, "Times New Roman", Times, serif; 
	}
h3 a {color:#b2661e;}
h4 { font-size: 140%; 
	/*font-size: 180%;  article title in a document */
	/*font-family:Georgia, "Times New Roman", Times, serif; */
	/*font-weight: normal;*/
	margin: 1.0em 0 .2em 0;
}
h4 a {color:#000;}

h5 {font-size: 120%; margin: 1.2em 0 .2em 0;}
h6 {font-size: 115%; margin: 1.2em 0 .2em 0;}





/* HEADER *************************************************************************/

#header h1 {
	margin: 16px 0 12px 5px;
	width: 260px;
	text-indent: -5000px; /* hide the text */
	font-size: 150%;
}
#header h1 a {
	display: block;
	width:auto;
	height: 28px;
	border: none;
}
#header h1 a:hover {background:none;}


#navSection h2 {
	display:inline; /* float next to section nave */
	float:left; 
	margin: 5px 0 0 10px;
	width: 220px;
	text-indent: -5000px;
}
#navSection h2 a {
	display: block;
	width:auto;
	height: 14px;
	border: none;
}
#navSection h2 a:hover {background:none;}






/* CONTENT *************************************************************************/

#content {font-size: 85%;}




/* PORTAL PAGE STYLES *******************************************/

.featurePhoto {margin: 0 0 10px 0; overflow:hidden;}

#dashboard {
	background: url(../images/template/bgDashboard.gif) bottom left no-repeat;
	margin: 0 0 15px 0;
	overflow: hidden; /* ensure the div stretches to contain its floats */
	width: 285px; /* width or height is required by IE for the above rule to work */
	color: #002d64;
	padding-bottom: 10px;
}
#dashboard h3 {
	width: 265px; /* 285px minus padding */
	background: url(../images/template/bgDashboard.gif) top left no-repeat;
	padding: 10px;
	margin:0;
	text-indent: -5000px; /* hide the text */
}
#dashboard h4 {
	margin: 5px 12px;
	color:#000;
	font-size: 110%; 
	font-weight:bold;
}
#dashboard p {margin: 5px 12px;}

#dashboard ul {
  float: left;
  /*width: 100%;*/
   width: 265px;
  list-style: none;
  margin: 0 0 12px 0;
}
#dashboard li {
  float: left;
  width: 40%; /* restrict the width to make 2 columns */
  list-style: none;
  background: url("../images/template/bullet.gif") 0 1px no-repeat;
 padding: 0 0 0 12px; /* left padding moves the text away from the bullet */
}
#dashboard ul.wide li {
  width: 100%; /* restrict the width to make 1 column */
}

#dashboard a {
  color: #000;
  font-weight:normal;
  border: none;
}
#dashboard a:hover {
  background-color: #184279;
  color: #fff;
}




/* News Feature ****************/

.feature {
	margin: 8px 0;
	padding: 0 0 2px 0;
	background: url("../images/template/dotted-gold.gif") repeat-x bottom; /* hack for IE */
	overflow: hidden; /* make sure div contains it's floats */
	height: 1%; /* holly hack for above */
	word-wrap: break-word
}
.feature img {float: left;}
/**  .feature h3 {margin: 0 0 3px 70px; color:#b2661e; font-weight: bold; font: 110% Arial, Verdana, Helvetica, sans-serif;}  **/
.feature h3 {font: 110% Arial, Verdana, Helvetica, sans-serif; margin: 0 0 3px 70px; color:#b2661e; font-weight:bold;}
.feature h3 a {border:none;}
.feature p {margin: 0 0 5px 70px; color:#666;}
.feature a.linkFeed {top: 0;}


/* Standards  ****************/

.standards {
	margin: 3px 0;
	padding: 0 0 2px 0;	
	overflow: hidden; /* make sure div contains it's floats */
	word-wrap: break-word
}
.standards h3 {margin: 0 0 3px 10px; color:#b2661e; font: 110% Arial, Verdana, Helvetica, sans-serif;}
.standards h3 a {border:none;}
.standards p {margin: 0 0 5px 50px; color:#666;}
.standards a.linkFeed {top: 0;}



/* FOCUS ON *********************/
#focus {margin: 0 0 10px 0;}
#focus img {float: left;}
#focus h4 {padding-top: 6px; clear:left; font-weight:normal; font-size:95%; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
/**  #focus h3 {font: 120% Arial, Verdana, Helvetica, sans-serif; margin: 0 0 6px 0;}  **/   
#focus h3 {font: 110% Arial, Verdana, Helvetica, sans-serif; margin: 0 0 6px 0; color:#b2661e; font-weight:bold;}
#focus p {margin: 0 0 5px 0px;color:#666;font-family:Arial, Helvetica, sans-serif;}


body.portal #focus {background: url("../images/template/dotted-gold.gif") repeat-x bottom; padding: 3px 0; margin: 0 0 10px 0;}
body.portal #focus h4 {margin: 0 0 2px 145px; clear:none; padding:0;}
body.portal #focus h3 {margin: 0 0 5px 145px;}
body.portal #focus p {margin: 0 0 5px 145px;}

/*body.document p {text-align:justify;}*/
body.document img {align:left; }


/* NEWS & EVENTS ****************************/

body.portal #news {float: left; width: 48%; color:#999; margin:0;}
body.portal #events {float: right; width: 48%; color:#999; margin:0;}

#news, #events {margin: 15px 0;}

#news h4, #events h4  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	color:#b2661e;
	margin: 0 0 4px 0;
}
#news a, #events a {
	font-weight:normal; 
	color:#666;
	border: none;
}
#news a:hover, #events a:hover {
	color:#000;
	background-color:#eee;
}
#news ul, #events ul {
	margin: 0;	/*removes indent IE and Opera*/
    padding: 0;	/*removes indent Mozilla and NN7*/
}
#news li, #events li {
	list-style: none;	/*turns off display of bullet*/
	margin-bottom: 5px;
}



/* LINKS & RESOURCES ****************************/

body.portal #links {float: left; width: 48%; clear:both;}
body.portal #resources {float: right; width: 48%;}

#links h4, #resources h4 {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #bdcee6;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 95%;
	color: #000;
	padding: 3px 6px;
	margin: 5px 0 3px 0;
}

#links p, #resources p {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #bdcee6;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 95%;
	color: #000;
	padding: 3px 6px;
	margin: 5px 0 3px 0;
}

body.fr_CA #links h4, body.fr_CA #resources h4 {
	font-size: 85%;
}
body.fr_CA #links p, body.fr_CA #resources p {
	font-size: 85%;
}

.resources {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #bdcee6;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 95%;
	color: #000;
	padding: 3px 6px;
	margin: 5px 0 3px 0;
}

body.fr_CA #resources resourceTools {
	font-size: 85%;
}

	



#links a, #resources a {font-weight:normal; color:#666; border:none;}
#links a:hover, #resources a:hover {color:#000;background-color:#eee;}




/* LOOKING FOR ***************************/

#lookingFor {
	width:135px;  /* for ie5 - 140px width includes padding  */
	/* increased to full width of image 140px SCOTT*/
	w\idth: 135px;  /* for ie6 and others - 140px width minus padding */
	background: url(../images/template/en/bgLookingFor.gif) top left no-repeat;
	margin-left: -10px;
	padding: 0 10px 10px 10px;
}
body.fr_CA #lookingFor {
	background: url(../images/template/fr/bgLookingFor.gif) top left no-repeat;
}

#lookingFor div {
	text-indent: -5000px; /* hide the text */
	height: 46px;
}
#lookingFor p {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 6px 0 3px 0;
}
#lookingFor a {
	color: #000;
	font-weight: normal;
	border:none;
}
#lookingFor a:hover {
	color: #fff;
	background-color:#c4841d;
}


/* FOOTER *****************************/

#navCanWordmark {
	float: right;
	margin: 0 20px 10px 0;
	height: 20px; /* size of the replacement image */
	width: 81px; /* size of the replacement image */
	text-indent: -5000px; /* hide the text */
	background: url("../images/template/canada.gif") top left no-repeat;	
	border:none;
	padding:0;
	display:block;
}

/* Deprecated *****************************/
/* Canada Word Mark should NOT link to Canada site as per Treasury Board *****************************/
#navCanWordmark a {
	height: 20px; /* size of the replacement image */
	width: 81px; /* size of the replacement image */
	text-indent: -5000px; /* hide the text */
	background: url("../images/template/canada.gif") top left no-repeat;	
	border:none;
	padding:0;
	display:block;
}
#navCanWordmark a:hover {background-color: transparent;}





/* RECORDSET NAV - Flikr style */

.alphaNav {
	font-size: 10px;
	color:#999;
	font-weight:normal; 
	text-align:center;
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 2.0em;
	border-bottom: 1px solid #b2661e;
}	
.alphaNav a {
	border: 1px solid #ccc;
	padding: 1px 3px;
	margin: 0 2px;
	color:#666;
}
.alphaNav a:hover {
	color:#000;
	border: 1px solid #999;
	background-color: #eee;
}
	



/* CONTENT PHOTOS **************************/

.photoLeft {float:left; margin:10px 25px 15px 0;}
.photoCenter {margin: 15px auto;}
.photoRight {float: right; margin: 10px 5px 15px 15px;}

/* TABLES *************************/
TH {padding:3px;}
TD {padding:3px;}

/* SEARCH RESULTS **************************/
.highlight {
      font-weight: bold;
      background-color: #BDCEE6
}

/* SUBSCRIBE PAGES *************************/
.headings {
	  font-weight: bold;
	  font-size:120%;
}

.loginFormTitles {
	  font-weight: bold;
}	  

/* ERROR MESSAGES ************************/
  .error { 
  		color: #F00;
   		font-size: 140%;
   		font-weight: bold;
 }


