
/* begin Header */



/* Site*/

div.art-Header-Site
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-Site-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Site.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-Site-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Site.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}



/* Students*/

div.art-Header-Students
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-Students-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Student.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-Students-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Student.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}



/* Employers*/

div.art-Header-Employers
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-Employers-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Employers.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-Employers-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Employers.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}



/* Educators*/

div.art-Header-Educators
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-Educators-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Educators.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-Educators-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Educators.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}



/* Parents*/

div.art-Header-Parents
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-Parents-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Parents.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-Parents-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Parents.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}




/* Default - Same as Site*/

div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 200px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Mask.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 200px;
	background-image: url('../../images/headers/img_Header_Site.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}





/* end Header */


