#slidedeck_frame { width: 612px; height: 300px; margin-bottom: 0 }
#slidedeck_frame dl { width: 612px; height: 300px; margin: 0; }			
.slidedeck dd { background: url(../images/slidedeck/slide-bg.gif) right 1px no-repeat; height: 12px; padding: 26px 0px;}
.slidedeck dd.environment { background: url(../images/slidedeck/slide-bg-environment.gif) right 1px no-repeat !important; }
.slidedeck dd.time { background: url(../images/slidedeck/slide-bg-time.gif) right 1px no-repeat !important; }
.slidedeck dd.workforce { background: url(../images/slidedeck/slide-bg-workforce.gif) right 1px no-repeat !important; }
.slidedeck dd.money { background: url(../images/slidedeck/slide-bg-money.gif) right 1px no-repeat !important; }
.slidedeck dt { cursor: pointer; height: 40px; }
.slidedeck dt#enviro-deck { background: url(../images/slidedeck/key-issues.gif) 4px 0px no-repeat; }
.slidedeck dt#enviro-deck:hover, .slidedeck dt#enviro-deck.active { background-position: -296px 0px; }
.slidedeck dt#workforce-deck { background: url(../images/slidedeck/key-issues.gif) 4px -40px no-repeat; }
.slidedeck dt#workforce-deck:hover, .slidedeck dt#workforce-deck.active { background-position: -296px -40px; }
.slidedeck dt#time-deck { background: url(../images/slidedeck/key-issues.gif) 4px -80px no-repeat; }
.slidedeck dt#time-deck:hover, .slidedeck dt#time-deck.active { background-position: -296px -80px; }
.slidedeck dt#money-deck { background: url(../images/slidedeck/key-issues.gif) 4px -120px no-repeat; }
.slidedeck dt#money-deck:hover, .slidedeck dt#money-deck.active { background-position: -296px -120px; }

.slidedeck .panel { position: absolute; width: 400px; height: 240px; left: 60px; top: 30px; }
.slidedeck .panel img { margin: 0 0 0 8px !important; position: relative; top: -15px; right: -10px}

.slidedeck p {margin: 0 0 8px; padding: 0; font: 12px/18px arial, sans-serif; color: #666; }

/*Highlight colors*/
.slidedeck p a.money { color: #003366; text-decoration: none; font-weight: bold;}
.slidedeck p a.money:hover {color: #3d75a9; text-decoration: underline}
.slidedeck p a.environment { color: #739519; text-decoration: none; font-weight: bold;}
.slidedeck p a.environment:hover {color: #a9c945; text-decoration: underline}
.slidedeck p a.workforce { color: #c96d0b; text-decoration: none; font-weight: bold;}
.slidedeck p a.workforce:hover {color: #f09938; text-decoration: underline}
.slidedeck p a.time { color: #0094aa; text-decoration: none; font-weight: bold;}
.slidedeck p a.time:hover {color: #5cd2e3; text-decoration: underline}

.slidedeck span.money { color: #003366; font-weight: bold;}
.slidedeck span.environment { color: #739519; font-weight: bold;}
.slidedeck span.workforce { color: #c96d0b; font-weight: bold;}
.slidedeck span.time { color: #0094aa; font-weight: bold;}


/*Extras space for panels with marginally less content*/
.slidedeck .panel-time { padding-top: 10px;}
.slidedeck .panel-workforce { padding-top: 10px; }

/*Panel headings*/
.slidedeck h2 {font: normal 16px arial,sans-serif; margin: 0 0 5px;}
.slidedeck .panel-money h2 {color:#003366}
.slidedeck .panel-time h2 {color:#0094aa}
.slidedeck .panel-workforce h2 {color:#c96d0b}
.slidedeck .panel-environment h2 {color:#739519}

/* Panel Image Replacement */

.slidedeck .panel-money h2 {background:url(../images/layout/title-money.gif) top left no-repeat; text-indent: -5000px; display: block; height: 17px; width: 131px;}
.slidedeck .panel-time h2 {background:url(../images/layout/title-time.gif) top left no-repeat; text-indent: -5000px; display: block; height: 17px; width: 131px;}
.slidedeck .panel-workforce h2 {background:url(../images/layout/title-workforce.gif) top left no-repeat; text-indent: -5000px; display: block; height: 17px; width: 131px;}
.slidedeck .panel-environment h2 {background:url(../images/layout/title-environment.gif) top left no-repeat; text-indent: -5000px; display: block; height: 17px; width: 131px;}

/*Panel links (NSCC style)*/
.slidedeck ul {list-style-type: none;margin: 0 0 20px 0 !important;}
.slidedeck li {margin: 0 0 8px; padding: 0; font: 12px/18px arial, sans-serif;}
.slidedeck .panel-money li {background-image: url(../images/layout/dk-blue-bullet.gif); background-repeat: no-repeat; background-position: 0 4px;padding-left: 16px;}
.slidedeck .panel-money li a {color:#003366}		
.slidedeck .panel-money li a:hover {color: #134679}		
.slidedeck .panel-time li {background-image: url(../images/layout/lt-green-bullet-new.gif); background-repeat: no-repeat; background-position: 0 4px;padding-left: 16px;}
.slidedeck .panel-time li a {color:#0094aa}		
.slidedeck .panel-time li a:hover {color: #5cd2e3}		
.slidedeck .panel-workforce li {background-image: url(../images/layout/orange-bullet.gif); background-repeat: no-repeat; background-position: 0 4px;padding-left: 16px;}
.slidedeck .panel-workforce li a {color:#c96d0b}		
.slidedeck .panel-workforce li a:hover {color: #f09938}		
.slidedeck .panel-environment li {background-image: url(../images/layout/dk-green-bullet-new.gif); background-repeat: no-repeat; background-position: 0 4px;padding-left: 16px;}
.slidedeck .panel-environment li a {color:#739519}		
.slidedeck .panel-environment li a:hover {color: #a9c945}		

.scrollable { height: 65px;}
.scrollable dd {background-color: red;}
