

/* TYPOGRAPHY
----------------------------------------------- */
html {font-size: 100%; } /* Somehow Fixes IE */
body {font-size: 62.5%; } /* sets font to 10px */

/*
JUMBOTRON
*/

#jumbotronContainer {height: 265px; width: 936px; position: relative; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Helvetica, Arial, sans-serif; color: #000;}

#homeJumbotron {height: 265px; width: 936px; position: relative; margin-bottom: 0px; margin-left: 0px; }

#jumbotronShow {height: 265px; width: 936px; background: #d0d0d0; overflow: hidden; }
#jumbotronShow .hovered {cursor: pointer;}

.jumbotronOverlay { display: none; position: absolute; width: 936px; height: 200px; }
.jumbotronOverlay a {display: none; width: 936px; height: 200px; }

.jumbotronImage { width: 936px;}

/* right controls
#jumbotronNav {background: url(/page/-/phase3-wrapper/img/jumbotron-right.png) no-repeat top center; width: 20px; position: absolute; top: 287px; padding: 5px 0 5px 0; left: 568px; }
#jumbotronNav a {display: block; color: #fff; text-decoration: none; text-align: center; padding: 2px 0; margin: 4px 2px 2px 0px;}
#jumbotronNav a:hover {background: #C2B576; color: #000;}

#jumbotronPager {background: url(/page/-/phase3-wrapper/img/jumbotron-right.png) no-repeat top center; width: 20px; position: absolute; top: 0px; left: 568px; padding: 5px 0 5px 0;}
#jumbotronPager a {display: block; color: #fff; text-decoration: none; text-align: center; padding: 2px 0; margin: 4px 2px 2px 0px;}
#jumbotronPager a.activeSlide {background: #C2B576; color: #000;}
*/
#jumbotronNav {background: #373737/* url(../images/slideshow/jumbotron-bottom.png) no-repeat bottom left*/; width: 100px; position: absolute; padding: 0px 0 0px 10px; top: 200px; left: 0px; z-index: 100; height: 34px;}
#jumbotronNav ul {display: inline; margin: 0;padding: 0px; width: 100px;}
#jumbotronNav li {display: inline; float: left;width: 29px;margin: 0;padding: 0px;}
#jumbotronNav a {width: 25px; display: block; color: #fff; text-decoration: none; text-align: center; padding: 4px 0px; margin: 0px 2px 0px 2px;}
#jumbotronNav a:hover {}

#jumbotronPager {background: #373737; width: 831px; position: absolute; top: 200px; left: 100px; padding: 0; z-index: 101; text-align: right; line-height: 34px; padding-right: 5px; height: 34px;}
#jumbotronPager a {width: 20px; color: #fff; text-decoration: none; text-align: center; padding: 4px 6px; margin: 0px 2px 0px 2px;}
#jumbotronPager a.activeSlide {background: #d0d0d0; color: #000; padding-bottom: 15px;}

.jumbotronText {padding: 41px 10px 5px 10px; color: #000;}
.jumbotronText p {margin: 0; font-size: 12px; line-height: 1.3em;}
.jumboTitle {color: #990000; font-weight: bold; }
