@import "../../stylesheets/layout_1/homepage.css";


/*  Generic color and image customizations. */
.lead                           { border-bottom-color: #771633; }

#latest-news                    { background-color: #f2eddd; }
#latest-news-tabs li            { background-image: url(../images/nav/home-left.png); }
#latest-news-tabs li a          { background-image: url(../images/nav/home-right.png); }
#latest-news-tabs li.active     { background-image: url(../images/nav/home-left-on.png); }
#latest-news-tabs li.active a   { background-image: url(../images/nav/home-right-on.png); }

.welcomemessage                 { background-color: #f2eddd; }


/* Removed 22apr2008
@import url(../../stylesheets/homepage.css);


.lead                           { border-bottom: 3px solid #771633; }
#header .block                  { height: 152px; }
#user                           { bottom: 70px; }
#weather                        { bottom: 55px; }

#latest-news                    { background: #f2eddd }
#latest-news-tabs li            { border: none; background: url(../images/nav/home-left.png); margin: 0 1px 0 0; }
#latest-news-tabs li a          { border: none; background: url(../images/nav/home-right.png) right top no-repeat; font-size: 12px; font-weight: normal; padding: 2px 7px 0px 7px; margin-right: -1px; }
#latest-news-tabs li.active     { border: none; background: url(../images/nav/home-left-on.png); }
#latest-news-tabs li.active a   { border: none; background: url(../images/nav/home-right-on.png) right top no-repeat; }

.welcomemessage                 { background: #f2eddd; }
*/
