/*PROJECT NAMING - 022/018*/

body {
	background-color: #fff;
	
}

div.center h1
{

	background-color: #000;
	display: block;
	padding:10px;	
	margin: 8px;
	margin-bottom: 2px;
	text-align: left;
	border: none;
	font-size: 1.1em;
}

div.center h1 a#cont{
	color: #fff;
	
}


div.center h1 a#cont span.normal-small-font{
	font-weight: normal;
	font-size: 0.9em;
	
}


/************* HEADER IMAGE **************/
div.header-img {
	width: auto;
	padding: 0;
	margin: 0.1em 0 0.5em 0;
	
}

div.center div.header-img {
	text-align: center;
}

/************* FOOTER IMAGE **************/
div.footer-img {
	width: auto;
	padding: 0;
	margin: 0.1em 0 0.5em 0;
}

div.center div.footer-img {
	text-align: center;
}


/*div.center h1 {
border: 1px solid #000000;
border: none !important;
padding: 15px 0px 15px 7px;
margin: 8px;
background: url(/020/018/091/020018-misc02.jpg) top right no-repeat;
color: #000000;
}*/

/************* LEFT MENU **************/


.left
{
	background-color: #fff;
	border: none;
	/*margin-top: 15px;*/
	
}

.left ul {

list-style-type: none;
background-color: #fff;
width: 150px;
float: left;
padding-bottom: 15px;

}

ul.nav li {
	background-color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	
}

 
.left ul.nav li a.menulink, .left ul.nav li a.menulink:link, .left ul.nav li a.menulink:visited, .left ul.nav li a.menulink:active
{
font-family : "Pigiarniq Light", Pigiarniq;
	color: #000;
	background-color: #fff;
	text-align:right;
	margin:0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left: 1px solid #fff;
	padding-right: 18px;*/
	padding-right: 12px;
	text-transform: lowercase;
	border-right: 1px solid #ccc;
}

.left ul.nav li a.menulink:hover
{
font-family : "Pigiarniq Light", Pigiarniq;
	color: #cc0000;
	background-color: #fff;	
	text-align:right;
	margin:0;
	padding-right: 9px;
	/*padding-right: 13px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left: 1px solid #fff;*/
	border-right: 4px solid #ccc;
	text-transform:lowercase;
	
}

.left span.on-state
{
font-family : "Pigiarniq Light", Pigiarniq;
	color: #cc0000;
	background-color: #fff;	
	text-align:right;
	margin:0;
	padding-right: 8px;
	/*padding-right: 13px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left: 1px solid #fff;*/
	border-right: 4px solid #ccc;
	width: 128px;
	text-transform:lowercase;
	
}


.left a.linked_on-state:link, .left a.linked_on-state:visited
{
	color: #cc0000;
	background-color: #fff;	
	text-align:right;
	margin:0;
	padding-right: 8px;
	/*padding-right: 13px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left: 1px solid #fff;*/
	border-right: 4px solid #ccc;
	/*width: 121px;*/
	text-transform:lowercase;
}



ul.nav li a.main-linked_on-state:link, ul.nav li a.main-linked_on-state:visited{
font-family : "Pigiarniq Light", Pigiarniq;
	color: #cc0000;
	background-color: #fff;
	text-align: right;
	margin: 0;
	/*padding-right: 12px;*/
	padding-right: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left: 1px solid #fff;*/
	border-right: 5px solid #ccc;
	text-transform: lowercase;
	
}



/* Link class for the Archive link for original web site */

.left img
{
    margin-top: 10px;

}


div.left div.archive-link
{
font-family : "Pigiarniq Light", Pigiarniq;
clear: left;
width: 98%;
background-color: #fff;
color: #000;
text-align: right;
padding: 1em 0;
border: 1px solid #ccc;
margin-bottom: 5px;
}

div.left div.archive-link a, div.left div.archive-link a:link, div.left div.archive-link a:visited, div.left div.archive-link a:hover, div.left div.archive-link a:active
{
/*font-family : "Pigiarniq Light", Pigiarniq;*/
background-color: #fff;
color: #000;
border: none;
margin: 0;
padding: 0 10px 0 0;
font-size: 0.85em;
}


/************* LEFT MENU - SUB-MENU CLASSES ***************/

ul.nav3 {
width: 100%;
background-color: #000;
color: #fff;
margin: 0;
padding: 0;
border-left: 1px solid #ccc;
}

ul.nav3 li {
background-color: #000;
color: #fff;
margin: 1px 0 0 0;
padding: 0;
border: none;
line-height: 1.25em;
}

ul.nav3 li span.on-state {
background-color: #333;
color: #fff;
padding: 5px 20px 5px 18px; /* Right padding increased for Opera issue */
width: 130px;
border: none; /* border inherited from top styles - this is not needed */
}

ul.nav3 li a.linked_on-state:link, ul.nav3 li a.linked_on-state:visited {
background-color: #333;
color: #fff;
padding: 5px 20px 5px 18px; /* Right padding increased for Opera issue */
margin: 0px;
border-bottom: none; /* border inherited from top styles - this is not needed */
}

ul.nav3 li a.menulink, ul.nav3 li a.menulink:link, ul.nav3 li a.menulink:active, ul.nav3 li a.menulink:visited {
margin:  0;
padding: 5px 20px 5px 18px; /* Right padding increased for Opera issue */
text-decoration: none;
background-color: #000;
color: #fff;
border: none; /* border inherited from top styles - this is not needed */
}

ul.nav3 li a.menulink:hover{
background-color: #333;
color: #fff;
margin: 0;
padding: 5px 20px 5px 18px; /* Right padding increased for Opera issue */
border: none; /* border inherited from top styles - this is not needed */

}


.center a {
/*color: #ffffff;*/
background-color: transparent;
}

/*ul.nav li a.linked_on-state:link, ul.nav li a.linked_on-state:visited{
	color: #cc0000;
	background-color: #fff;
	text-align: right;
	margin: 0; 
	padding-right: 12px;
	border-right: 6px solid #ccc;
	text-transform: lowercase;
}

ul.nav li a.menulink_on-state:link, ul.nav li a.menulink_on-state:visited{
	color: #cc0000;
	background-color: #fff;
	text-align: right;
	margin: 0; 
	padding-right: 14px;
	padding-top:4px;
	padding-bottom:3px;
	border-right: 6px solid #ccc;
	text-transform: lowercase;
	width:124px;
}

ul.nav li.submenu-border span.on-state{
	border-bottom:0;
	border-top:0;
	text-transform: lowercase;

} 

ul.nav li.submenu-border{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.nav3, ul.nav3 li {
	margin: 0;
	padding:0;
}

ul.nav3 li span.on-state {
	padding: 4px 14px 4px 8px;
	margin: 0;
	background-color: #fff;
	color: #c60;
	width: 121px ;
	border-top: none;
}

ul.nav3 li a.menulink:hover {
	margin: 0;
	color: #c60 !important;
	text-align:right !important;
	padding: 4px 14px 4px 8px !important;
	border-top:none !important;
	border-bottom:none !important;

	width: 121px !important;
}

ul.nav3 li a.menulink, ul.nav3 li a.menulink:link, ul.nav3 li a.menulink:active, ul.nav3 li a.menulink:visited {
	
	margin:  0;
	padding: 4px 14px 4px 8px !important;
	border-right: 6px solid #ccc !important;
	border-top:none !important;
	border-bottom:none !important;
	width: 121px;
}*/

/*************RIGHT SIDE IMAGE ***************/

.right-navigation {

background-color: transparent;
border-bottom: 1px solid #ccc;

}

div.right-navigation-image {
	margin:0;
	padding:0;	
	background-color: #fff;
}

div.image-container{
	width: 196px;
	margin: 0;
	padding: 0;
}

/*div.right-image-border{
	border:1px solid #ccc;
}
div.right-image-bottom{
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	height:30px;
}*/
div.image-container p{
	font-size: 0.82em;
	padding: 0;
	margin: 2px 0 10px 5px;
}

/* GALLERY CLASSES*/

/*ONE IMAGE*/
div.gallery250-wrapper {
width: 250px;
margin: 1.5em auto;
padding: 0;
display: table;

}

div.gallery550-wrapper {
font-family : "Pigiarniq Light", Pigiarniq;
width: 550px;
margin: 1.5em auto;
padding: 0;
display: table;

}

div.gallery240-wrapper {
width: 240px;
margin: 1.5em auto;
padding: 0;
display: table;

}

div.center240-frame {
float: left;
width: 240px;
margin: 0 0 0 0px;
padding: 20px 10px 10px 10px;
}


div.center240-frame p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.right250-frame {
float: right;
width: 250px;
margin: 0 0 0 0px;
padding: 20px 10px 10px 10px;

}


div.center250-frame p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;

}

/*THREE IMAGES SIDE BY SIDE */

div.gallery-wrapper {
width: 500px;
margin: 1.5em auto;
padding: 0;
display: table;
/*border: 1px solid #ccc;*/
}


div.left-frame-wrapper {
float: left;
width: 135px;
margin: 0 0 0 5px;
padding: 20px 10px 10px 10px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.center-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 20px 10px 10px 10px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.right-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 20px 10px 10px 10px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

/*div.left-frame-wrapper p , div.center-frame-wrapper p, div.right-frame-wrapper p {
font-size: .65em;
line-height: 10px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
padding: 5px 5px 5px 5px;

}*/

/*TWO IMAGES SIDE BY SIDE  */
div.gallery-wrapper-2 {
width: 320px;
margin: 1.5em auto;
padding: 0;
display: table;
/*border: 1px solid #ccc;*/
}

/*FOUR IMAGES SIDE BY SIDE*/

div.galleryfour-wrapper {
width: 580px;
margin: 10px auto;
padding: 0;
display: table;


}

div.leftone-frame-wrapper {
float: left;
width: 135px;
margin: 0 0 0 5px;
padding: 5px 2px 2px 2px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.centertwo-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.centerthree-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

div.rightfour-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
font-family : "Pigiarniq Light", Pigiarniq;
font-size: .85em;
line-height: 15px;
text-align: center;
}

/*div.leftone-frame-wrapper p , div.centertwo-frame-wrapper p, div.centerthree-frame-wrapper p, div.rightfour-frame-wrapper p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
text-align: left;

}*/


/*old style*/


h2 {
	font-family : "Pigiarniq Light", Pigiarniq;
	font-size : 1.25em;
	color : black;
	background: transparent;
	letter-spacing: 1px;
}


h3 {
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .85em;
	color: black;
	background: transparent;
	letter-spacing: 1px;
}

h4 {
	font-family: "Pigiarniq Light", Pigiarniq;
	color: black;
	background: transparent;
	letter-spacing: 1px;
}

/*controls the font-family*/
div.inner-content a, div.inner-content a:visited, div.inner-content ul, div.inner-content ol, div.inner-content ul li, div.inner-content ol li, div.inner-content p{
font-family: "Pigiarniq Light", Pigiarniq;
}

p {
	/*font-family: "Pigiarniq Light", Pigiarniq;*/
	line-height: 20px;
	letter-spacing: .05px;
	font-size: .85em;
	/*color: black;
	background: white;*/
}


/*select and input for the form on 1600*/
select {
	font-family: "Pigiarniq Light", Pigiarniq;
	line-height: 10px;
	color: black;
	background: white;
}


input {
	font-family: "Pigiarniq Light", Pigiarniq;
	line-height: 20px;
	color: Black;
}

.p2 {
	font-family: arial, sans-serif;
	font-size: 1.05em;
	color: black;
	font-weight: normal;
	background: white;
}

.p3 {
	font-family: arial, sans-serif;
	font-size: .85em;
	color: black;
	background: white;
}


/*ul, ol, dl {
	font-family: "Pigiarniq Light", Pigiarniq;
	color: black;
	background: transparent;
}

.center ul, ol {
font-family: "Pigiarniq Light", Pigiarniq;
margin-top: 10px;
padding-right: 10px;

}

ul.imbeded, ol.imbeded, dl.imbeded {
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .85em;
	color: black;
	background: transparent;
}

table, tr, td, p {
	background: transparent;
}*/


sup {
	font-size: .80em;
	font-family: "Pigiarniq Light", Pigiarniq;
	line-height: 10px;
} 




a:link, a:visited, a:active {
	font-family: "Pigiarniq Light", Pigiarniq;
	text-decoration: underline;
	background-color: transparent;
	
}



.caption {
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .55em;
	letter-spacing: 1px;
	color: black;
}

.caption2 {
	text-align: center;
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .55em;
	letter-spacing: 1px;
	color: black;
}

/*.caption3 {
	text-align: left;
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .65em;
	letter-spacing: 1px;
	color: black;
}*/

.media {
	font-family: "Pigiarniq Light", Pigiarniq;
	font-size: .75em;
	color: black;
	font-weight: bolder;
}

.credit {
	font-family: "Pigiarniq Light", Pigiarniq;
	text-align: right;
	font-size: .65em;
	font-weight: bolder;
}


.credit2 {
	font-family: "Pigiarniq Light", Pigiarniq;
	text-align: center;
	font-size: .65em;
	/*font-weight: bolder;*/
}

.justify {
	text-align : justify;
}


.clear {
	clear: left;
}

/* for non pigiarniq numbers, symbols or text */
	
.pipe {
	font-family: arial, sans-serif;
}



/*to align right 1 image table*/
.float-right {
   	float: right;
	padding-left: 10px; 
}

.paragraph {
	width: 100px;
}

.paragraph p {
	width: 150px;
}



/*phase II image in Ed Resources*/

.boxText-left {
	width: auto;
	float: left;
	padding: 10px 10px 10px 10px;

	}

.boxText-left p {
	width: auto;
	background-color: #cccccc;
	border: 1px solid black;
  	margin: 0px 0px 5px -10px;
	padding: 10px 10px 10px 10px;
	
}



div.wrapContainermain-gallery
{
	width: 300px;
	margin: 0.5em auto 0.5em auto;
	display: table;
    
	
}

div.main-container
{
	width: 100%;
	
}


div.wrapContainer-gallery
{
	width: 100%;
	margin: 0.5em auto 0.5em auto;
	border-bottom: 1px dashed #000000;
	display: table;
    
	
}



div.wrapContainer-gallery p
{
	
	padding-right: 0.5em;
}

p.image-left-container
{
float: left;
vertical-align: text-top;
margin-left: 0;
padding-left: 0;
font-size: 0.65em;
font-weight : normal;
}

p.image-right-container
{
float: right;
vertical-align: text-top;
margin-right: -7px;
padding-right: 0;
font-size: 0.65em;
font-weight : normal;

}

p.text-left
{
float: left;
vertical-align: text-top;
margin-left: 25px;
padding-left: 0px;
width: 350px;
height: auto;
font-size: 0.75em;

}


/*phase II Ed Resources Classroom Activities 1810.02 and  Calendar page 1812.01*/


div.Container-gallery
{
	width: 100%;	
	display: table;
    	
}

.image-container
{
float: left;
width: 150px;
vertical-align: text-top;
margin-left: 25px;
padding-bottom: 10px;
font-size : .65em;
line-height: 15px;
}

.double-image-container 
{
float: left;
width: 300px;
vertical-align: text-top;
margin-left: 25px;
font-size : .65em;
line-height: 15px;
}

/*phase II for main image in Ed Resources*/


div.first-container 
{
	width: 310px;
	float: right;
	margin: 0px;
	padding: 0px;
	
	
}



div.firstwrapContainer-gallery  
{
	width: auto;
	margin-left: 10px;
	padding: 0px;
	
}

div.firstwrapContainer-gallery img 
{
	margin: 0px;
	padding: 0px;
	
}

div.firstwrapContainer-gallery p 
{

text-align : center;
font-family: "Pigiarniq Light", Pigiarniq;
font-size : .65em;
font-weight : normal;

}


div.boxTextmain-right p {
	
background-color: #cccccc;
border: 1px solid black;
margin: 0px 0px 5px 0px;
padding: 5px;
font-family: "Pigiarniq Light", Pigiarniq;
font-size : .80em;
font-weight : normal;
text-align : left;
	}
	
.form {
font-family: "Pigiarniq Light", Pigiarniq;
}	


.dots_text_container {
font-family: "Pigiarniq Light", Pigiarniq;
}

/* BREAD CRUMB CSS BEGINS | DEBUT DU CSS DE LA PISTE DE NAVIGATION */
p.breadcrumb, p.breadcrumb a:visited, p.breadcrumb a {
font-size: 9.0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;

   /*padding: 1px 0px 5px 3px;
	vertical-align: middle;	
	clear: both;
	margin: 0;
	min-height: 1.23em;*/ 
}


/*FROM CORPORATE CSS*/	
/*banner*/
div.banner p.main {
	font-family: "Pigiarniq Light", Pigiarniq;
	font-weight: bold; 
	font-size: 17.5pt;
	margin: 0;
	padding: 0;
}


/*footer*/
div.foot1, div.foot2, div.foot3 {
font-family: "Pigiarniq Light", Pigiarniq;
	float: left;
	width: 33.25%;
	min-width: 6.6em;
	margin: 0;
	padding: 0;
}
div.foot1 {
	text-align: left;	
}	

/*END OF COPORATE CSS*/

/* keep original proactive link look */
div#procontainer ul li a, div#procontainer ul li a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
text-transform:none;
}

h1#services_header a, div.inner-content h2, div.inner-content h3 {
font-family: "Pigiarniq Light", Pigiarniq;
}


