@charset "UTF-8";
/* CSS Document */



/* !!!!!!!!!!!!!!!!!!!!! COMMON ELEMENTS !!!!!!!!!!!!!!!!!!!!! */

.spSpacer {
	position:absolute;
	bottom:0px;
	left:20px;
	width:800px;
	height:100%;
	background-image:url(siteResources/Spacer.jpg);
	background-repeat:repeat-y;
	z-index:0;
}

.ie5and6 .spSpacer {
	position:absolute;
	bottom:0px;
	left:20px;
	width:800px;
	height:1000px;
	background-image:url(siteResources/Spacer.jpg);
	background-repeat:repeat-y;
	z-index:0;
}

#flashcontent {
		height: 100%;
	}


/* ******** Drop Shadow ********* */

.leftShadowTOP {
	position:absolute;
	bottom:0px;
	left:0px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/DS_left.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.rightShadowTOP {
	position:absolute;
	bottom:0px;
	left:820px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/DS_right.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.leftShadowBOT {
	position:absolute;
	bottom:0px;
	left:0px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/DS_left.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.rightShadowBOT {
	position:absolute;
	bottom:0px;
	left:820px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/DS_right.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.bottomShadow {
	position:absolute;
	bottom:-44px;
	left:42px;
	width:755px;
	height:44px;
	background-image: url(siteResources/DropShadow/DS_bottom.PNG);
	background-repeat: repeat-x;
	z-index:1;
}

.lCornerShadow {
	position:absolute;
	bottom:-44px;
	left:0px;
	width:42px;
	height:44px;
	background-image: url(siteResources/DropShadow/DS_cornerL.PNG);
	z-index:1;
}

.rCornerShadow {
	position:absolute;
	bottom:-44px;
	left:797px;
	width:43px;
	height:44px;
	background-image: url(siteResources/DropShadow/DS_cornerR.PNG);
	z-index:1;
}
/* ******** ie Drop Shadow ********* */
.ie5and6 .leftShadowTOP {
	position:absolute;
	bottom:0px;
	left:0px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/ie56/DS_left.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .rightShadowTOP {
	position:absolute;
	bottom:0px;
	left:820px;
	width:20px;
	height:100%;
	background-image: url(siteResources/DropShadow/ie56/DS_right.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .leftShadowBOT {
	position:absolute;
	bottom:0px;
	left:0px;
	width:20px;
	height:1100px;
	background-image: url(siteResources/DropShadow/ie56/DS_left.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .rightShadowBOT {
	position:absolute;
	bottom:0px;
	left:820px;
	width:20px;
	height:1100px;
	background-image: url(siteResources/DropShadow/ie56/DS_right.PNG);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .bottomShadow {
	position:absolute;
	bottom:-44px;
	left:42px;
	width:755px;
	height:44px;
	background-image: url(siteResources/DropShadow/ie56/DS_bottom.PNG);
	background-repeat: repeat-x;
	z-index:1;
}

.ie5and6 .lCornerShadow {
	position:absolute;
	bottom:-44px;
	left:0px;
	width:42px;
	height:44px;
	background-image: url(siteResources/DropShadow/ie56/DS_cornerL.PNG);
	z-index:1;
}

.ie5and6 .rCornerShadow {
	position:absolute;
	bottom:-44px;
	left:797px;
	width:43px;
	height:44px;
	background-image: url(siteResources/DropShadow/ie56/DS_cornerR.PNG);
	z-index:1;
}

/* ******** Download Buttons ********* */

.downloadbutton1 {
	position:absolute;
	left:160px;
	top:3px;
	width:119px;
	height:20px;
	z-index:3;
}

.downloadbutton2 {
	position:absolute;
	left:170px;
	top:50px;
	width:119px;
	height:20px;
	z-index:3;
}

.downloadbutton3 {
	position:absolute;
	left:170px;
	top:480px;
	width:119px;
	height:20px;
	z-index:3;
}


/* !!!!!!!!!!!!!!!!!!!!! SPLASH PAGE !!!!!!!!!!!!!!!!!!!!! */

.SPLASHcontainer {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-420px;
	width:840px;
	height:660px;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:0;
}

.SPLASHcontent {
	position:absolute;
	width:800px;
	left:20px;
	height:631px;
	background-color:#FFFFFF;
	z-index:1;
}

.SPLASHheader {
	position:absolute;
	top:0px;
	width:800px;
	height:120px;
	background-image: url(siteResources/SPLASH/SPLASHheader.jpg);
	z-index:1;
}

.SPLASHimage {
	position:absolute;
	top:120px;
	width:800px;
	height:280px;
	background-image: url(siteResources/SPLASH/SPLASHmid.jpg);
	z-index:1;
}

.SPLASHlower {
	position:absolute;
	top:400px;
	width:800px;
	height:230px;
	background-image: url(siteResources/SPLASH/SPLASHlow.jpg);
	z-index:1;
}

.enterbutton {
	position:absolute;
	left:140px;
	top:400px;
	width:108px;
	height:26px;
	z-index:3;
}

.SPLASHleftShadow {
	position:absolute;
	top:0px;
	width:20px;
	height:631px;
	background-image: url(siteResources/SPLASH/SPLASHDSleft.png);
	background-repeat: repeat-y;
	z-index:1;
}

.SPLASHrightShadow {
	position:absolute;
	top:0px;
	left:820px;
	width:20px;
	height:631px;
	background-image: url(siteResources/SPLASH/SPLASHDSright.png);
	background-repeat: repeat-y;
	z-index:1;
}

.SPLASHbottomShadow {
	position:absolute;
	bottom:0px;
	left:28px;
	width:783px;
	height:29px;
	background-image: url(siteResources/SPLASH/SPLASHDSbottom.png);
	background-repeat: repeat-x;
	z-index:1;
}

.SPLASHlCornerShadow {
	position:absolute;
	bottom:0px;
	width:28px;
	height:29px;
	background-image: url(siteResources/SPLASH/SPLASHDScornerL.png);
	z-index:1;
}

.SPLASHrCornerShadow {
	position:absolute;
	bottom:0px;
	left:811px;
	width:28px;
	height:29px;
	background-image: url(siteResources/SPLASH/SPLASHDScornerR.png);
	z-index:1;
}

/**** ie56 ****/

.ie5and6 .SPLASHleftShadow {
	position:absolute;
	top:0px;
	width:20px;
	height:631px;
	background-image: url(siteResources/SPLASH/ie56/SPLASHDSleft.png);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .SPLASHrightShadow {
	position:absolute;
	top:0px;
	left:820px;
	width:20px;
	height:631px;
	background-image: url(siteResources/SPLASH/ie56/SPLASHDSright.png);
	background-repeat: repeat-y;
	z-index:1;
}

.ie5and6 .SPLASHbottomShadow {
	position:absolute;
	bottom:0px;
	left:28px;
	width:783px;
	height:29px;
	background-image: url(siteResources/SPLASH/ie56/SPLASHDSbottom.png);
	background-repeat: repeat-x;
	z-index:1;
}

.ie5and6 .SPLASHlCornerShadow {
	position:absolute;
	bottom:0px;
	width:28px;
	height:29px;
	background-image: url(siteResources/SPLASH/ie56/SPLASHDScornerL.png);
	z-index:1;
}

.ie5and6 .SPLASHrCornerShadow {
	position:absolute;
	bottom:0px;
	left:811px;
	width:28px;
	height:29px;
	background-image: url(siteResources/SPLASH/ie56/SPLASHDScornerR.png);
	z-index:1;
}


/* !!!!!!!!!!!!!!!!!!!!! MAIN PAGE !!!!!!!!!!!!!!!!!!!!! */

/* ******** Upper Section Typical ********* */

.mpContainerTOP {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-420px;
	width:840px;
	height:400px;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:1;
}

.mpMainContent {
	position:absolute;
	width:800px;
	left:20px;
	height:400px;
	background-color:#FFFFFF;
	z-index:2;
}


.mpHeader {
	position:absolute;
	top:0px;
	width:800px;
	height:120px;
	background-image: url(siteResources/MPheader.gif);
	z-index:2;
}

.mpImage {
	position:absolute;
	top:120px;
	left:250px;
	width:550px;
	height:280px;
	background-image: url(siteResources/MPmainImage.gif);
	z-index:2;
}

.mpButtons {
	position:absolute;
	top:120px;
	width:250px;
	height:280px;
	z-index:2;
}

.mpButton1 {
	position:absolute;
	top:0px;
	width:250px;
	height:50px;
	z-index:3;
}

.mpButton2 {
	position:absolute;
	top:50px;
	width:250px;
	height:50px;
	z-index:3;
}

.mpButton3 {
	position:absolute;
	top:100px;
	width:250px;
	height:50px;
	z-index:3;
}

.mpButton4 {
	position:absolute;
	top:150px;
	width:250px;
	height:50px;
	z-index:3;
}

.mpButton5 {
	position:absolute;
	top:200px;
	width:250px;
	height:40px;
	z-index:3;
}

.mpButton6 {
	position:absolute;
	top:240px;
	width:250px;
	height:40px;
	z-index:3;
}

/* ******** Lower Section Typical ********* */

.mpContainerBOT {
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-420px;
	width:840px;
	height:auto;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:0;
}

.mpImageLow {
	position:absolute;
	top:0px;
	left:20px;
	width:800px;
	height:152px;
	background-image: url(siteResources/MPmainImageLow2.jpg);
	z-index:1;
}

.mpBlurb {
	position:absolute;
	top:0px;
	left:0px;
	width:840px;
	height:400px;
	background-image: url(UPDATE_ME/blurb.png);
	z-index:2;
}

.ie5and6 .mpBlurb {
	position:absolute;
	top:0px;
	left:0px;
	width:840px;
	height:400px;
	background-image: url(UPDATE_ME/blurb.gif);
	z-index:2;
}








/* !!!!!!!!!!!!!!!!!!!!! SUB PAGES !!!!!!!!!!!!!!!!!!!!! */

/* ******** Upper Section Typical ********* */

.spContainerTOP {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-420px;
	width:840px;
	height:260px;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:1;
}

.spMainContent {
	position:absolute;
	width:800px;
	left:20px;
	height:260px;
	background-color:#FFFFFF;
	z-index:2;
}

.spHeader {
	position:absolute;
	top:0px;
	width:800px;
	height:120px;
	z-index:2;
}

.spImage {
	position:absolute;
	top:120px;
	left:250px;
	width:550px;
	height:140px;
	background-image: url(siteResources/SPmainImage.gif);
	z-index:2;
}

.spButtons {
	position:absolute;
	top:120px;
	width:250px;
	height:140px;
	z-index:2;
}

.spButton1 {
	position:absolute;
	top:0px;
	width:250px;
	height:25px;
	z-index:3;
}

.spButton2 {
	position:absolute;
	top:25px;
	width:250px;
	height:25px;
	z-index:3;
}

.spButton3 {
	position:absolute;
	top:50px;
	width:250px;
	height:25px;
	z-index:3;
}

.spButton4 {
	position:absolute;
	top:75px;
	width:250px;
	height:25px;
	z-index:3;
}

.spButton5 {
	position:absolute;
	top:100px;
	width:250px;
	height:20px;
	z-index:3;
}

.spButton6 {
	position:absolute;
	top:120px;
	width:250px;
	height:20px;
	z-index:3;
}

/* ******** Lower Section Typical ********* */

.spContainerBOT {
	position:absolute;
	top:260px;
	left:50%;
	margin-left:-420px;
	width:840px;
	height:auto;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:0;
}

.spImageLow {
	position:absolute;
	top:0px;
	left:20px;
	width:800px;
	height:292px;
	background-image: url(siteResources/SPmainImageLow.gif);
	z-index:1;
}


/* ********* HeadShot Page ********* */

.headshot {
	position:absolute;
	left:110px;
	top:40px;
	width:463px;
	height:700px;
	background-image: url(UPDATE_ME/headshot.jpg);
	background-repeat:no-repeat;
	z-index:2;
}


/* ********* Resume Page ********* */

.resume {
	position:absolute;
	left:42px;
	top:15px;
	width:755px;
	height:977px;
	background-image: url(UPDATE_ME/resume.png);
	z-index:2;
}

.ie5and6 .resume {
	position:absolute;
	left:42px;
	top:15px;
	width:755px;
	height:977px;
	background-image: url(UPDATE_ME/resume.gif);
	z-index:2;
}


/* ********* Reels Page ********* */

.VCreel {
	position:absolute;
	left:42px;
	top:30px;
	width:640px;
	height:16px;
	z-index:2;
}

.VDreel {
	position:absolute;
	left:42px;
	top:100px;
	width:640px;
	height:376px;
	z-index:2;
}

.VClabel {
	position:absolute;
	left:42px;
	top:50px;
	width:87px;
	height:20px;
	background-image: url(siteResources/voiceLabel.png);
	z-index:3;
}

.VDlabel {
	position:absolute;
	left:42px;
	top:480px;
	width:87px;
	height:20px;
	background-image: url(siteResources/videoLabel.png);
	z-index:3;
}

.ie5and6 .VClabel {
	position:absolute;
	left:42px;
	top:50px;
	width:87px;
	height:20px;
	background-image: url(siteResources/ie56/voiceLabel.gif);
	z-index:3;
}

.ie5and6 .VDlabel {
	position:absolute;
	left:42px;
	top:480px;
	width:87px;
	height:20px;
	background-image: url(siteResources/ie56/videoLabel.gif);
	z-index:3;
}

.VCsize {
	position:absolute;
	left:296px;
	top:54px;
	width:87px;
	height:14px;
	text-align:left;
	text-transform:uppercase;
	color:#69C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	z-index:3;
}

.VDsize {
	position:absolute;
	left:296px;
	top:484px;
	width:87px;
	height:14px;
	text-align:left;
	text-transform:uppercase;
	color:#69C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	z-index:3;
}

/* ********* Contact Page ********* */

.contact {
	position:absolute;
	top:0px;
	left:20px;
	width:800px;
	height:292px;
	z-index:3;
}


/* ********* Gallery Page ********* */

.galleryFrame {
	position:absolute;
	left:44px;
	top:34px;
	width:750px;
	height:550px;
	background-color:#347db4;
	z-index:2;
}

.gallery {
	position:absolute;
	left:3px;
	top:3px;
	width:744px;
	height:544px;
	z-index:3;
}
