/*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
{
	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
{
	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
{
	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{
	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
{
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
{
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 {
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;
text-align: center;

}


div.center240-frame p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
text-align: center;

}

div.right250-frame {
float: right;
width: 250px;
margin: 0 0 0 0px;
padding: 20px 10px 10px 10px;
text-align: center;

}


div.center250-frame p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
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;
text-align: center;
}

div.center-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 20px 10px 10px 10px;
text-align: center;
}

div.right-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 20px 10px 10px 10px;
text-align: center;
}

div.left-frame-wrapper p , div.center-frame-wrapper p, div.right-frame-wrapper p {
font-size: 0.85em;
padding: 5px 5px 5px 5px;
text-align: center;

}

/*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;
text-align: center;
}

div.centertwo-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
text-align: center;
}

div.centerthree-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
text-align: center;
}

div.rightfour-frame-wrapper {
float: left;
width: 135px;
margin: 0;
padding: 5px 2px 2px 2px;
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: center;

}

/*FOR VIDEOS*/
.credit {
	font-family: arial, sans-serif;
	text-align : right;
	font-size : .65em;
	line-height: 12px;
	font-weight : bolder;
}

.credit2 {
    text-align: center;
	font-family: arial, sans-serif;
	font-size : .65em;
	line-height: 12px;
	/*font-weight : bolder;*/
}

/*old stuff
h2 {
	font-family : arial, sans-serif;
	font-size : 1.25em;
	color : black;
	background : transparent;
}

h3 {
	font-family: arial, sans-serif;
	font-size: .95em;
	color : black;
	background : transparent;
}


p {
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
	background : white;
}

ul, ol, dl {
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
	background : transparent;
}

ul.imbeded, ol.imbeded, dl.imbeded {
	font-family: arial, sans-serif;
	font-size: .85em;
	color : black;
	background : transparent;
}



table, tr, td, p {
    background: transparent;
}

sup {
	font-size: .80em;
	font-family: arial, helvetica, sans-serif;
	line-height: 10px
} 

a, a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	background-color: transparent;
}

.bkg {
	background: url(/inuit/091/020018-bkg01.jpg) 10px 0px no-repeat;
}

.bkg2-e {
	background: url(/inuit/091/020018-bkg02-e.jpg) 10px 10px no-repeat;	
}

.bkg2-f {
	background: url(/inuit/091/020018-bkg02-f.jpg) 10px 10px no-repeat;
}


.bkg3-e {
	background: url(/inuit/091/020018-bkg03-e.jpg) 10px 0px  no-repeat;
}

.bkg4-e {
	background: url(/inuit/091/020018-bkg04-e.jpg) 10px 0px  no-repeat;
}

.bkg5-e {
	background: url(/inuit/091/020018-bkg05-e.jpg) 10px 0px  no-repeat;
}

.bkg6-e {
	background: url(/inuit/091/020018-bkg06-e.jpg) 10px 10px  no-repeat;
}

.bkg7-e {
	background: url(/inuit/091/020018-bkg07-e.jpg) 10px 0px  no-repeat;
}

.bkg8-e {
	background: url(/inuit/091/020018-bkg08-e.jpg) 10px 0px  no-repeat;
}

.bkg9-e {
	background: url(/inuit/091/020018-bkg09-e.jpg) 10px 0px  no-repeat;
}

.bkg3-f {
	background: url(/inuit/091/020018-bkg03-f.jpg) 10px 0px  no-repeat;
}

.bkg4-f {
	background: url(/inuit/091/020018-bkg04-f.jpg) 10px 0px  no-repeat;
}

.bkg5-f {
	background: url(/inuit/091/020018-bkg05-f.jpg) 10px 0px  no-repeat;
}

.bkg6-f {
	background: url(/inuit/091/020018-bkg06-f.jpg) 10px 10px  no-repeat;
}

.bkg7-f {
	background: url(/inuit/091/020018-bkg07-f.jpg) 10px 0px  no-repeat;
}

.bkg8-f {
	background: url(/inuit/091/020018-bkg08-f.jpg) 10px 0px  no-repeat;
}

.bkg9-f {
	background: url(/inuit/091/020018-bkg09-f.jpg) 10px 0px  no-repeat;
}

.bkg10-e {
	background: url(/inuit/091/020018-bkg10-e.jpg) 10px 0px  no-repeat;
}

.bkg10-f {
	background: url(/inuit/091/020018-bkg10-f.jpg) 10px 0px  no-repeat;
}

.bkg11-e {
	background: url(/inuit/091/020018-bkg11-e.jpg) 10px 0px  no-repeat;
}

.bkg11-f {
	background: url(/inuit/091/020018-bkg11-f.jpg) 10px 0px  no-repeat;
}



.justify {
	text-align : justify;
}


.clear {
	clear: left;
}*/

/*to align right 1 image table
.float-right {
   	float: right;
		padding-left: 10px;
		 
}*/

/*phase II image in Ed Resources gallery pages after the main image on the pages

.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.75em;
}

p.image-right-container
{
float: right;
vertical-align: text-top;
margin-right: -7px;
padding-right: 0;
font-size: 0.75em;

}

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;
    	
}

p.image-container
{
float: left;
width: 150px;
vertical-align: text-top;
margin-left: 25px;
font-size : .65em;
}

p.double-image-container
{
float: left;
width: 300px;
vertical-align: text-top;
margin-left: 25px;
font-size : .65em;

}*/


/*phase II Ed Resources pages the first main image on each page


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: arial, sans-serif;
font-size : .65em;
font-weight : bolder;

}


div.boxTextmain-right p {
	
background-color: #cccccc;
border: 1px solid black;
margin: 0px 0px 5px 0px;
padding: 5px;
font-family: arial, sans-serif;
font-size : .80em;
font-weight : normal;
text-align : left;
	}*/
	
/*for Inuit Values pages 1810.03 
	



.image-gallery
{

width: 550px;
	float: left;
	margin-left: 5px;
	padding: 0px;
	
}

.image-gallery p
{
    font-size : .85em;
	
}


div.image-gallery-container  
{
	width: 155px;
	float: left;
	margin: 10px;
	padding: 0px;
}


div.image-gallery-container img 
{
    width: 150px;
	margin: 0px;
	padding: 0px;
	
}

div.image-gallery-container p 
{
font-family: arial, sans-serif;
font-size : .85em;


}

.image-three
{
    width: 150px;
	margin: 0px;
	padding: 0px;

}

.image-three  img
{
float: left;

}


.image-three  p 
{
font-size: .85em;

}*/





/* keep original proactive link look */
div#procontainer ul li a {
text-align: left;
text-transform:none;
}


/* Form syles 020018-1401-x.php */

.form_title {
	font-size : 1.00em;
    font-weight : bold;
	width: 490px;
	float: left;
	clear: left;
	padding: 10px 0 10px 0;
 /*	border: 1px solid red; */
}

.form_success {
	color : black;
	font-weight: bold;
	width: 150px;
	float: left;
 /*		border: 1px solid yellow; */
}

.form_success1 {
	color : black;
	width: 329px;
	float: left;
	padding-left: 10px;
 /*		border: 1px solid green; */
}

.form_success2 {
	width: 499px;
	margin-left: 15px;
	clear: left;
	padding: 0px 0px 10px 0px;  /* top, right, bottom, left  */
 /*	border: 1px solid blue;*/

}
