

.vscrollerbar {
background-image: url(/images/HighScrollBar3.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 400px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(/images/HighScrollBar3.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/

}


.popUp { 
   position: absolute; 
   text-align: center; 
   padding: 0px; 
   border: 0px solid black; 
  /* background: rgb(205,205,205);*/
   width: 530px;
   height: 375px;
   z-index:9999
   
}

.PopupHorizontal
{
   width: 100%;
   height: 22px; 
}

.PopupHorizontalMiddle
{
   width: 484px;
   height: 22px; 
  float: left;
   background: rgb(201,201,202);
}

.PopupContent
{
   width: 529px;
   height: 375px; 
   float: left;
   background: rgb(201,201,202);
   
}


.popUpTopLeft {
   float:left;
   width: 23px;
   height: 22px; 
  background: url(/images/Corner-TopLeft.png) 0 0 no-repeat
}

.popUpTopRight { 
   float:left;
      width: 22px;
   height: 22px; 
   cursor: pointer;
   background: url(/images/Corner-TopRight.png) 100% 0% no-repeat;
 
}

.popUpBottomRight { 
      width: 23px;
   height: 22px; 
   float:left;
   background: url(/images/Corner-BottomRight.png) 100% 100% no-repeat;
}

.popUpBottomLeft { 
      width: 22px;
   height: 22px; 
   float:left;
   background: url(/images/Corner-BottomLeft.png) 0% 100% no-repeat;
}




.SectionContent
{
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   font-size: 10pt;
   border-style:solid;
   border-width:0px;
   
}

/*** Image Box Rogation ***/
#imageBox { margin: auto; width: 770px; border: 0px blue solid; overflow: hidden; }
#imageBoxInside { width: 10000px; }  #imageBox img { float: left; padding: 0px; margin: 0px; }
#imageBox br { clear: both; }


#muteSound
{
   float:left;
   padding-left: 55px;
   font-size: 10pt;
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   cursor:pointer;
   font-weight: bold;
}

#largerView
{
   float:left;
   padding-left: 90px;
   font-size: 10pt;
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   cursor:pointer;
   font-weight: bold;
}

.imageBoxItem
{
   position:relative; 
   float:left; 
   background-image:url(/presentation/Ten/images/PlayButton.png); 
   width: 246px; 
   height: 147px;
   cursor: pointer;
 }
 
 
 .imageBoxText
{
   
   color:white;
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   font-size: 16pt;
   border-style:solid;
   border-width:0px;
   padding-top: 100px;
   text-align:center;
   
 }
 
 .imageBoxDivider
 {
   float:left;
   width:16px; 
   height: 2px
 }




.PlayVidBox
{
   position:relative; 
   float:left; 
   background-image:url(/presentation/Ten/images/PlayButton.png); 
   width: 230px; 
   height: 147px;
   cursor: pointer;
 }


 
 


#PresentationOne {
/* Typical fixed height and fixed width example */
	width:950px;
	height:  775px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
}


#PresentationTwo {
/* Typical fixed height and fixed width example */
	width: 450px;
	height: 580px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}
#PresentationThree {
/* Typical fixed height and fixed width example */
	width: 550px;
	height: 740px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}

#PlayVidBoxThree
{
 
   background-image:url(/presentation/Three/images/PlayButton.png); 
   width:164px; 
   height: 98px;
   cursor: pointer;
   clear:right;
   margin-top:200px; 
   margin-right:0px; 
   margin-bottom:0px;
   
 }
 
 
 




#PresentationFour {
/* Typical fixed height and fixed width example */
	width: 700px;
	height: 725px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}

#PlayVidBoxFour
{
 
   background-image:url(/presentation/Three/images/PlayButton.png); 
   width: 164px; 
   height: 98px;
   cursor: pointer;
   clear:right;
   margin-top:100px; 
   margin-left:25px; 
   margin-bottom:0px;
   
 }



#PresentationFive {
/* Typical fixed height and fixed width example */
	width: 955px;
	height:580px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}

#PresentationSix {
/* Typical fixed height and fixed width example */
	width: 650px;
	height:780px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}

#PlayVidBoxSix
{
   position:relative; 
   float:right; 
   background-image:url(/presentation/Ten/images/PlayButton.png); 
   width: 230px; 
   height: 147px;
   cursor: pointer;
   clear:right;
   margin-top:10px; 
   margin-right:10px; 
   margin-bottom:10px;
   
 }



#PresentationSeven {
/* Typical fixed height and fixed width example */
	width: 650px;
	height:580px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}


#PresentationEight {
/* Typical fixed height and fixed width example */
	width:750px;
	height:  450px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
}



#PlayVidBoxEight
{
   position:relative; 
   float:left; 
   background-image:url(/presentation/Ten/images/PlayButton.png); 
   width: 230px; 
   height: 147px;
   cursor: pointer;
   margin-top:0px; 
   margin-left:20px; 
   margin-bottom:0px;
 }




#PresentationNine {
/* Typical fixed height and fixed width example */
	width: 550px;
	height:700px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}



#PresentationNineHeading {
   font-size: 21pt;
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   padding-left:50px;
}



#PresentationTen {
/* Typical fixed height and fixed width example */
	width: 790px;
	height:810px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.5em auto;
	padding-left: 5px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	
}



#PresentationEleven {
/* Typical fixed height and fixed width example */
	width:770px;
	height:  860px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.1em auto;
	padding-left: 5px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	border: 0px solid black; 
}


#PlayVidBoxEleven
{
   position:relative; 
   float:left; 
   background-image:url(/presentation/Three/images/PlayButton.png); 
   width: 164px; 
   height: 89px;
   cursor: pointer;
   margin-top:40px; 
   margin-left:20px; 
   margin-bottom:0px;
 }