/* TYPOGRAPHY
----------------------------------------------- */
html { font-size: 100%; } /* Somehow Fixes IE */
body { font-size: 62.5%; } /* sets font to 10px */
:focus { outline: 0; }
/*
JUMBOTRON
*/

#jumbotronContainer { height: 480px; width: 954px; position: relative; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Helvetica, Arial, sans-serif; color: #000; text-align: left; margin-left: 5px; }
#homeJumbotron { height: 480px; width: 954px; position: relative; margin-bottom: 0px; margin-left: 0px; }
#jumbotronShow { height: 480px; width: 954px; background: #e8e8e8; overflow: hidden; }
#jumbotronShow .hovered { cursor: pointer; }
.jumbotronOverlay { display: none; position: absolute; width: 954px; height: 377px; }
.jumbotronOverlay a { display: none; width: 954px; height: 377px; }
.jumbotronImage { width: 954px; }
/* 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: #535353; width: 120px; position: absolute; padding: 0px 0 0px 10px; top: 400px; left: 0px; z-index: 100; height: 34px; }
#jumbotronNav ul { display: inline; }
#jumbotronNav li { display: inline; float: left; }
#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: #535353; width: 829px; position: absolute; top: 400px; left: 120px; 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: #e8e8e8; color: #e25700; padding-bottom: 15px; }
.jumbotronText { padding: 41px 10px 5px 10px; color: #669933; }
.jumbotronText p { margin: 0; font-size: 12px; line-height: 1.3em; }
.jumboTitle { color: #e25700; font-weight: bold; }

