/* CSS Document */
/* #main controls the style of the main table */
#main
{	
	position: absolute;
	left: 40px;
    top: 0px;	
	z-index: 0;
}
#logo
{
	position: absolute;
	left: 33px;
	top: 86px;
	z-index: 0;
}
#navBarMiddle
{
	position:absolute;
	left: 191px;
	z-index: 0;
	top: 70;
}
#navBarBottom
{
	position:absolute;
	left: 0px;
	top: 151px;
	z-index: 0;
}
#lftSideTop
{
	position:absolute;
	left: 0px;
	top: 192px;
	z-index: 0;
}
#lftSideBottom
{
	position:absolute;
	left: 0px;
	top: 592px;
	z-index: 0;
}
#footer
{
	position:absolute;
	left: 240px;
	top: 600px;
	z-index: 0;
}
#frontImage
{
	position:absolute;
	left: 260px;
	top: 192px;
	z-index: 0;
	height: 3074px;
}
/* academicImage controls the location of the academic image on illustration landing page */
#academicImage
{
	position:absolute;
	visibility: visible;
	top: 200px;
	left: 274px;
	z-index: 1 
}
/* healthCare controls the location of the health care image on illustration landing page */
#healthCare
{
	position:absolute;
	visibility: visible;
	top: 200px;
	left: 468px;
	z-index: 1 
}
/* residential controls the location of the image for residential on illustration landing page */
#residential
{
	position:absolute;
	visibility: visible;
	top: 200px;
	left: 662px;
	z-index: 1 
}
/* retailHospitality controls the location of the image for retail & hospitality on illustration landing page */
#retailHospitality
{
	position:absolute;
	visibility: visible;
	top: 410px;
	left: 274px;
	z-index: 1 
}
/* corporate controls the location of the image for corporate on illustration landing page */
#corporate
{
	position:absolute;
	visibility: visible;
	top: 410px;
	left: 468px;
	z-index: 1 
}
/* fieldSketchesFineArt controls the location of the image for field sketches & fine art on illustration landing page */
#fieldSketchesFineArt
{
	position:absolute;
	visibility: visible;
	top: 410px;
	left: 662px;
	z-index
; 	z-index: 1;
}

/* futurePg1 controls the location of the image for future page 1 on illustration landing page */
#futurePg1
{
	position:absolute;
	visibility: hidden;
	top: 600px;
	left: 674px;
	z-index
}

/* futurePg2 controls the location of the image for future page 2 on illustration landing page */
#futurePg2
{
	position:absolute;
	visibility: hidden;
	top: 600px;
	left: 476px;
	z-index
}

/* futurePg3 controls the location of the image for future page 3 on illustration landing page */
#futurePg3
{
	position:absolute;
	visibility: hidden;
	top: 600px;
	left: 278px;
	z-index
}
