/* === the basics === */
body { background-image:url('../images/tall_bg_rpt.png'); }
.body { overflow:visible; }
.main {background-color:transparent; margin:0; overflow:visible; float:none; }
.page { overflow: visible; }
.offCenterBackgroundWrapper { width:100%; position:absolute; height:200px; top:24px;  }
.offCenterBackgroundContainer { background-image: url('../images/home_mid_gradient.png');background-repeat:no-repeat; position:relative; left:-50px; width:1000px; margin:auto; height:440px; }

/* === the goods ===*/
.topinfo { height:334px; position:relative; top:1px; }
.home_left_arrow, .home_right_arrow { height:333px; width:30px; position:absolute; top:110px; }
.home_left_arrow { left:-30px; }
.home_right_arrow { right:-20px; }
.home_left_arrow a { display:block; position:relative; top:45%; background-image:url('../images/home_arrow_lt.png'); height:21px; width:14px; background-position:center center; background-repeat:no-repeat; float:left; }
.home_right_arrow a { display:block; position:relative; top:45%; background-image:url('../images/home_arrow_rt.png'); height:21px; width:14px; background-position:center center; background-repeat:no-repeat; float:right; }
.home_left_arrow a:hover, .home_right_arrow a:hover { background-position:bottom center;}

.scrollContainer div.panel { width: 960px; }

.leftArrow { display:block; background-image:url('../images/home_arrow_lt.png'); height:21px; width:14px; background-position:center center; background-repeat:no-repeat; float:left; }
.rightArrow { display:block; background-image:url('../images/home_arrow_rt.png'); height:21px; width:14px; background-position:center center; background-repeat:no-repeat; float:left; }
.leftArrow.noMore, .rightArrow.noMore { background-position: top center; }

.topLinks a { display:block; height:64px; width:192px; float:left; text-align:center; font-size:15px; color:#808080; text-decoration:none; background:url('../images/homenav_mid_sprite.png') no-repeat top center; }
.topLinks a .title { padding-top:17px; padding-left:20px; }
.topLinks a .blurb { padding-left:20px; clear:left; }
.topLinks a.first .title { padding-top:17px; padding-left:25px; }
.topLinks a.first .blurb { padding-left:25px; }
.topLinks a.last .title { padding-top:17px; padding-left:15px; }
.topLinks a.last .blurb { padding-left:15px; }
.topLinks a.first { width:200px; height:64px; background:url('../images/homenav_lt_sprite.png') no-repeat top center;}
.topLinks a.last { width:200px; height:64px; background:url('../images/homenav_rt_sprite.png') no-repeat top center;}
.topLinks a:hover { background-position: center center; }
.topLinks a.current { background-position:bottom center;}
.topLinks a.current { color:#002c5a; }
.topLinks a .blurb { font-size:11px; font-weight:bold; color:#aaa; float:left; }
.topLinks a.current .blurb { color:#548cca; }

/* === pages === */

a.learnMore_home { display:block; float:left; width: 75px; color:#a5e0fc; font-size:13px;}
a.learnMore_home:hover { text-decoration:none; color:white; }
a.learnMore_home:hover + a .smallSkyArrow, a.smallBlueArrowLink:hover .smallSkyArrow { background-position: bottom center; }

.learnMoreContainer { display:block; width: 85px; float:left; position: relative; top:20px; }

.homepage .wide { float:left; width:590px; background-color:#fff; border:2px solid #d2d2d2; padding:15px; position:relative; font-size:12px;}
.homepage .narrow { float:right; width:290px; background-color:#fff; border:2px solid #d2d2d2; padding:15px; position:relative; font-size:12px; }
.homepage .narrow.quote { background-color:#f2f8fd; border-color:#c6e0f6; height:100px; }
.homepage .fresh_activity { background-color:#fff; height:108px; padding:5px 10px; position:relative; border:2px solid #d2d2d2; }

.homepage .corner { background-image:url('../images/homepage_corners.png'); background-repeat:no-repeat; width:6px; height:6px; position:absolute; }
.homepage .quote .corner { background-image:url('../images/quote_corners.png'); background-repeat:no-repeat; width:6px; height:6px; position:absolute; }
.homepage .corner.top_left { top:-2px; left:-2px; background-position:top left; }
.homepage .corner.top_right { top:-2px; right:-2px; background-position:top right;  }
.homepage .corner.btm_left { bottom:-2px; left:-2px; background-position:bottom left;  }
.homepage .corner.btm_right { bottom:-2px; right:-2px; background-position:bottom right;  }

.fresh_activity h3 { margin-bottom:6px; }

.stat_block:first-child { margin-left:0px; }
.stat_block { width:150px; margin-left:5px; background-color:#eff5fb; padding:15px 40px 12px 40px; clear:none; }
.stat_block .bignum { font:bold 30px Helvetica, Arial, sans-serif; color:#002c5a; }
.stat_block .stat { font:bold 12px Helvetica; color:#3874AA; text-transform:uppercase;}