/* Home Screen CSS Document */

/* BANNERS */
#home-banners { width: 960px; /*height: 140px;*/ border-bottom: 10px solid #d1bfa0; background-color: #3a98bd; position: relative; overflow: hidden; }
#home-banners #fade-block { width: 960px; height: 140px; position: absolute; z-index: 1; background-color: #3a98bd; top: 0; left: 0; display: none; }
#home-banners div { height: 120px; padding: 20px 0 0 20px; }
#home-banners h2 { color: #fff; /*font-size: 200%;*/ font-size: 30px; margin: 0; line-height: 1em; }
#home-banners p { color: #fff; /*font-size: 90%;*/ font-size: 14px; position: absolute; bottom: 20px; margin: 0; padding-right: 330px; }

#home-container { width: 960px; background: url(../../images/latest-news-border.gif) top right repeat-y; margin-top: 20px; }

/* FEATURE PANELS */
#feature-panels { width: 780px; float: left; overflow: hidden; }
#feature-panels div { width: 250px; text-align: center; float: left; }
#feature-panels h3 { color: #3a98bd; margin: 0; line-height: 1em; }
#feature-panels p { line-height: 1.2em; font-size: 75%; }

/* LATEST NEWS */
#latest-news { width: 170px; float: left; }
#latest-news h3 { color: #b0925f; margin: 0 0 1em 0; font-size: 105%; font-weight: normal; }
#latest-news h4 { color: #3a98bd; font-size: 80%; margin: 0 0 0.8em 0; line-height: 1em; }
#latest-news p { margin: 0; }
