img, div, table { behavior: url("iepngfix.htc") }

navigationFooter {
   color: #FFCCFF;
   font-family:times;       //times, courier
   font-weight:normal;           //bold
   font-style:normal;            //italic, oblique
   font-size:100%;
}

font.navigationFooter {
   color: #FFCCFF;
   font-family:times;       //times, courier
   font-weight:normal;           //bold
   font-style:normal;            //italic, oblique
   font-size:110%;
}

.creditText {
   color: #999999;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:80%;
}

table.pageFooter {
   color: #FFFFFF;
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;
   
   /*
   background-image:url("images/scrollwork-1.png");
   background-position:bottom center;
   background-repeat: no-repeat;
   background-attachment:fixed;
   */

   font-family:times;       
   font-weight:bold;           
   font-style:normal;            
   z-index:333;
   bottom:0px;
}

div.pageFooter {
   color: #FFFFFF;
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;
   
   right:0px;
   left:0px;
   bottom:5px;
   width:100%;
   
	white-space:nowrap;
	text-align:center;
   font-family:times;       
   font-weight:bold;           
   font-style:normal;            
   z-index:333;
}

table.indexPage {
   position:absolute;
   left:50%;
   right:50%;
   top:50%;
   bottom:50%;
}

div.diamondMinxMainImage {
   /* for IE */
   filter:alpha(opacity=90);
   /* CSS3 standard */
   opacity:0.9;
   position:absolute;
   top:0px;
   right:30px;
   z-index:-500;
}

td {
   color: #FFCCFF;
   text-align: center;
   font-size:100%;
}

td.galleryCaptions {
   color: #FF00FF;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:100%;
}

font.whiteHighlightText {
	color:#FFFFFF;
}

div.gallerySubText {
   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:110%;
}

div.galleryCaptions {
   color: #FF00FF;
   text-align: center;
   font-size:110%;
}

body.bareBody {
   color: #FFFFFF;
   background-image:url("images/DSC_4378_cropped_06_441x600.png");
   background-color: #000000;
   background-repeat: no-repeat;
   background-attachment:fixed;
   background-position: right center;
}

body.mediaBody {
   color: #FFFFFF;
   background-image:url("images/background_05_sm.jpg");
   background-color: #000000;
   background-repeat: no-repeat;
   background-attachment:fixed;
   background-position: right center;
}

td.footerRule {
   background-color: #FFCCFF;
}

/*
   link settings
*/
a:link {
   color: #FFCCFF;
   text-decoration: none;
   font-size:100%;
}

a:visited {
   color: #FFCCFF;
   text-decoration: none;
   font-size:100%;
}

a:hover {
   color: #FF00FF;
   text-decoration: underline;
   font-size:100%;
}

a:active {
   color: #FFCCFF;
   text-decoration: none;
   font-size:100%;
}

a.navFooter:link {
   color: #FFCCFF;
   text-decoration: none;
   font-size:80%;
}

a.navFooter:visited {
   color: #FFCCFF;
   text-decoration: none;
   font-size:80%;
}

a.navFooter:hover {
   color: #FF00FF;
   text-decoration: underline;
   font-size:90%;
}

a.navFooter:active {
   color: #FFCCFF;
   text-decoration: none;
   font-size:80%;
}


/* 
   unordered list declarations 
*/
ul.disc {
   list-style-type: disc;
   color: #FFFFFF;
};

ul.circle {
   list-style-type: circle;
   color: #FFFFFF;
};

ul.square {
   list-style-type: square;
   color: #FFFFFF;
};

ul.none {
   list-style-type: none;
   color: #FFFFFF;
};

ul.arrowIcon {
   list-style-image: url('images/arrow-icon.gif');
   color: #FFFFFF;
}

/* 
   ordered list declarations 
*/
ol.decimal {
   list-style-type: decimal;
   color: #FFFFFF;
}

ol.lroman {
   list-style-type: lower-roman;
   color: #FFFFFF;
}

ol.uroman {
   list-style-type: upper-roman;
   color: #FFFFFF;
}

ol.lalpha {
   list-style-type: lower-alpha;
   color: #FFFFFF;
}

ol.ualpha {
   list-style-type: upper-alpha;
   color: #FFFFFF;
}

/*
   using a div to scroll text
*/
div.Scroller {
   background-color:#00FFFF;
   width:150px;
   height:150px;
   overflow: scroll;          //hidden, auto
}

div.object.embeddedVideo {
   z-index:-5;
}

table.imageGalleryTable {
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;

	margin-top:210px;
   margin-bottom:0px;

   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:100%;
   z-index:20;
}

img.pageTitleImage {
   left:30px;
   top:40px;
   z-index:777;
}

div.enterImage {
   /* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;

   text-align:center;
   white-space:nowrap;

   bottom:100px;
   left:0px;
   right:0px;
   width:100%;

   position:absolute;
   z-index:-6666;
}

div.officialSiteLogo {
   /* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;

   text-align:center;
   white-space:nowrap;

   top:50px;
   left:0px;
   right:0px;
   width:100%;

   position:absolute;
   z-index:-6666;
}

img.burlettaImage {
   z-index:-100;
}

img.bioImage {
   position:fixed;
   left:25px;
   top:25px;
   z-index:-5;
}

img.thumbNail {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
}

div.pageTitleBar {
   /* for IE */
   filter:alpha(opacity=40);
   /* CSS3 standard */
   opacity:0.4;
   
   z-index:5;
}

div.scrollWorkBackImage {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
   
   text-align:center;
   white-space:nowrap;

   left:0px;
   right:0px;
   width:100%;
   z-index:-50;
}

div.scrollWorkBackTopImage {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
   
   top:10px;
   left:0px;
   right:0px;
   z-index:-50;
}

img.scrollWorkBackImage {
   /* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
   white-space:nowrap;
}

img.scrollWorkBackTopImage {
   /* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}

div.mainMenuBack {
   /* for IE */
   filter:alpha(opacity=50);
   /* CSS3 standard */
   opacity:0.5;

   left:10px;
   top:180px;
   width:150px;
   height:165px;
   z-index:666;
}

div.mainMenuBackDropShadow {
   /* for IE */
   filter:alpha(opacity=40);
   /* CSS3 standard */
   opacity:0.4;

   left:25px;
   top:180px;    
   width:155px;
   height:100%;  

   background-color:#333333;
   z-index:555;
}

img.mainMenuBackgroundImage {
   /* for IE */
   filter:alpha(opacity=35);
   /* CSS3 standard */
   opacity:0.35;

   left:0px;
   top:0px;
   width:190px;
   overflow:hidden;
   
   z-index:-100;
}

div.mainMenuItem {
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;

   position:relative;
   margin-top:1px;
   margin-bottom:1px;
   margin-left:1px;
   margin-right:1px;
   height:30px;

   z-index:20;
}

a.mainMenuItem {
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;

   position:fixed;

   color:#FFFFFF;
   text-decoration: none;
   z-index:20;
}

div.linkURLText {
   font-family:times;       
   font-weight:bold;           
   font-style:italic;            
   font-size:100%;
}

table.bioBody {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
   
   position:scroll;

   margin-top:200px;
   margin-bottom:0px;
   
   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:100%;
   z-index:20;
}

table.linksAndSponsorsBody {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;

   margin-top:200px;
   margin-bottom:0px;

   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:100%;
   z-index:20;
}

table.burlettasBody {
   /* for IE */
   filter:alpha(opacity=70);
   /* CSS3 standard */
   opacity:0.7;

   margin-top:200px;
   margin-bottom:0px;

   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:100%;
   z-index:20;
}

table.pressBody {
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;

   margin-top:200px;
   margin-bottom:0px;

   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:100%;
   z-index:20;
}

div.linksAndSponsorsSpacer {
   background-color:#FFFFFF;
   z-index:-5;
}

table.homeBody {
   margin-top:700px;
}

table.bookingBody {
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;

   margin-top:200px;
   margin-bottom:0px;

   font-family:times;       
   font-weight:normal;           
   font-style:italic;            
   font-size:100%;
   z-index:20;
}

div.footerBorder {
   background-color:#000000;
   width:100%;
   height:65px;
   
   position:fixed;
   left:0px;
   right:0px;
   bottom:0px;

   z-index:111;
}

font.headingOne {
   color: #CC00CC;
   font-family:times;       
   font-weight:bold;           
   font-style:italic;            
   font-size:120%;
}

font.headingTwo {
   color: #996699;
   font-family:times;       
   font-weight:bold;           
   font-style:italic;            
   font-size:100%;
}

font.bodyOne {
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   z-index:20;
}

font.appearances {
   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:100%;
}

div.bioPText {
   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:100%;
   margin:15px 20px;
}

div.pressPText {
   color: #FFCCFF;
   font-family:times;       
   font-weight:normal;           
   font-style:normal;            
   font-size:100%;
   /* margin:15px 20px; */
}

hr.linkHorizontalRule {
   /* for IE */
   filter:alpha(opacity=40);
   /* CSS3 standard */
   opacity:0.4;

   color: #FF00FF;
   width:75%;
}