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

div.subpage {padding:0 0 20px 0; margin:0 0 20px 0;   position:relative;}


/* Opportunity Index */
a.frame {display:block; width:120px; height:120px; background:url(../images/highlight-frame.png) no-repeat; position:absolute;}
a#wash {top:167px; left:112px;}
a#nev {top:268px; left:213px;}
a#minn {top:167px; left:516px;}
a#miss {top:571px; left:617px;}
a#conn {top:268px; left:1122px;}
@keyframes framefade {from {opacity:0.7;} to{opacity:1;}}
@-moz-keyframes framefade {from {opacity:0.7;} to{opacity:1;}}
@-webkit-keyframes framefade {from {opacity:0.7;} to{opacity:1;}}
a.frame {animation: framefade 1s ease infinite alternate; -moz-animation: framefade 1s ease infinite alternate; -webkit-animation: framefade 1s ease infinite alternate;}
a.frame:hover {animation:paused; -moz-animation:paused; -webkit-animation:paused;}
a.frame span.popup {display:none; width:514px; position:absolute; z-index:99;}
a#wash:hover span.popup {display:block; height:504px; background:url(../images/washington.png) no-repeat; top:-91px; left:0;}
a#nev:hover span.popup {display:block; height:605px; background:url(../images/nevada.png) no-repeat; top:-91px; left:0;}
a#minn:hover span.popup {display:block; height:605px; background:url(../images/minnesota.png) no-repeat; top:-91px; left:-394px;}
a#miss:hover span.popup {display:block; width:514px; height:605px; background:url(../images/mississippi.png) no-repeat; top:-394px; left:-394px;}
a#conn:hover span.popup {display:block; width:514px; height:605px; background:url(../images/connecticut.png) no-repeat; top:-91px; left:-394px;}


/* Traffic Signs */
div#glow {width:339px; height:339px; background: url(../images/star-glow.png) no-repeat; position: absolute; top: 204px; left: 217px; opacity:0;}
/* glow */
@keyframes fade {from {opacity:0;} to{opacity:1;}}
@-moz-keyframes fade {from {opacity:0;} to{opacity:1;}}
@-webkit-keyframes fade {from {opacity:0;} to{opacity:1;}}
div#glow {animation:fade 0.8s ease infinite alternate; -webkit-animation:fade 0.8s ease infinite alternate; -moz-animation:fade 0.8s ease infinite alternate;}
