@charset "utf-8";
/* CSS Document */
.html p {width:320px; padding:0 20px 10px; font-size:8pt; font-family:Verdana, Geneva, sans-serif;}
.html p.wider {width:370px;}
.html p.service {margin-top:15px;  font-family:Verdana, Geneva, sans-serif;}
.html p.singleSlideFirst {margin:19px 0 0 4px !important;}
.html h4 {margin:0 0 0 20px; font-size:10pt; font-family:Verdana, Geneva, sans-serif; }
.html h4.singleSlide {margin-left:24px !important;}
.html p.singleSlide {margin-left:4px !important;}
.html ul {list-style:disc !important;}
.html ul li {font-size:9pt;margin-left:35px;}
.light-round-extended .html p {color:#000 !important;}
.light-round-extended .navigation-thumbnails.horizontal {width:920px !important; margin-top:10px !important; border-top:2px solid #999;}
.visible-container {width:920px !important;}

/* timer-animation */
#muddytimer { margin: -49px 0 0 644px; position: absolute; width: 14px; overflow: hidden; height: 14px;}
#muddytimer canvas {  } 
/* Pause-Play Sprite */
div#pausePlay {
	  margin: -547px 0 0 660px;
    position: relative;
    z-index: 100;
}
div.play, div.pause {
    float: left;
    background: url(../images/playpause-sprite.png) no-repeat;
		width:18px;
		height:18px;
}
div.play {
    background-position: -18px 0;
}
div.pause {
    background-position: 0 0;
}
div.play.playing, div.play:hover {
    background-position: -54px 0;
}
div.pause.paused, div.pause:hover {
    background-position: -36px 0;
}

#copyright {
		color: #666;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 8pt;
		margin-top: 550px;
    position: relative;
    text-align: center;
}
#copyright a {color:#666;}
#copyright a:hover {color:#333;}