

.scmSlider { margin: 0; padding: 0; font: 12px Georgia, Serif; }
.scmSlider a, a img                { border: 0; text-decoration: none; outline: 0; }

.scmSlider                         { width: 826px; height: 367px; position: relative; margin: 0 auto 15px; }
.scmSlider .wrapper                { width: 746px; overflow: auto; height: 348px; margin: 0 40px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
                                       /* scmSlider forward right determines how far out from edge of image or content */
.scmSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eeeeee; border-top: 12px solid #316786; border-bottom: 7px solid #012c45; margin: 0; padding: 0;}
.scmSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 746px; margin: 0; }
.scmSlider .arrow                  { display: block; height: 200px; width: 50px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.scmSlider .forward                { background-position: 0 0; right: -5px; }
.scmSlider .back                   { background-position: -50px 0; left: -5px; }
.scmSlider .forward:hover          { background-position: 0 -200px; }
.scmSlider .back:hover             { background-position: -50px -200px; }

                                       /* Controls the little number tabs under the slider */
#thumbNav                               { position: relative; top: 336px; text-align: right; right: 100px}
#thumbNav a                             { color: white; font: 11px/12px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 15px; margin: 0 4px 0 0; background: #316786 url(cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #012c45; }

#start-stop                             { background: #012c45; font: 11px/12px Georgia, Serif; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 336px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: #012c45; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.scmSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.scmSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 20px 10px 22px; font: 15px Georgia, Serif;}
#textSlide a                            { border: 0; text-decoration: underline; outline: 0; }
#textSlide a:link { border: 0; text-decoration: underline; outline: 0; color:#012c45 ;}
#textSlide a:visited { border: 0; text-decoration: underline; outline: 0; color:#012c45 ;}
#textSlide a:active { border: 0; text-decoration: underline; outline: 0; color:#012c45 ;}
#textSlide a:hover { border: 0; text-decoration: underline; outline: 0; color:#0000FF ;}
#textSlide h3                           { font: 19px Georgia, Serif; font-weight:bold; margin: 5px 0px 0px 0px; }
#textSlide h4                           { text-transform: uppercase; font: 14px Georgia, Serif; margin: 5px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }




