
/** Hayden Hawke's Video CSS **/
#apDiv1 { position:absolute; width:200px; height:115px; z-index:1; left: 248px; top: 79px; }
#apDiv2 { position:absolute; width:200px; height:346px; z-index:2; left: 680px; top: 118px; }
#apDiv2 td { color: black; font-weight: bold; font-size: 12px; font-family: 'Verdana'; }
#apDiv3 { width: 100%; text-align: center; padding: 3px;}
#apDiv3 a { color: #1014B3; }

#interContainer{
position: absolute;
width: 900px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 0;
background-color: #9CC6BC;
border: 1px solid black;
visibility: hidden;
z-index: 6;
overflow: hidden;
}


#interContent{ /*CSS for div that holds the content to show*/
/*border: 1px solid gray;*/
border-bottom: 0;
margin: 0;
padding: 0;
background-color: #9cc6bc;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}