@charset "UTF-8";

@import url("default_styles.css");
@import url("mainpage_grid.css");
@import url("mainpage_navbuttons.css");

html {
  background: #eaf0f0;
}

#header{ height: 145px; width: 100%; }

.center {
        width: 950px;
        margin: 0 auto;
}

#logo{
        float: left; width: 630px; height: 104px;
        text-indent: -5000px;
        background: url('../images/logo-light_ani.gif') no-repeat left 10px;
}
#logoLink{ display: block; width: 360px; height: 80px; margin-top:10px;}

#search{ float: right; width: 302px; margin-top:16px; }
#searchButton:hover{ background-position: left -18px; }
#searchText{ float: left; margin: 7px 0px 5px; width: 205px; display: inline; }
#searchButton{ float: left; width: 66px; height: 18px; border: none; text-indent: -5000px; margin: 8px 0 0 3px;
        background: transparent url('../images/searchbtn.gif') no-repeat left top; }

.toplinks { font-family: Verdana, Arial, Helvetica, sans-serif; color: #6e6e6e; font-size: 11px; text-decoration: none; }
.toplinkspace { float: left; padding-bottom: 5px;}
.midspace { height:20px; }

.date {float:left;width:48px;height:48px;color:#fff;background:url('../images/date.png') Rgb(30,106,153);margin-top:6px;margin-bottom:4px;margin-right:10px;font-size:1.9em;letter-spacing:-3px;overflow:hidden;line-height:26px;text-align:center;}
.date span {display:block;margin-right:5px;}
.date small {display:block;font-size:0.4em;letter-spacing:2px;text-transform:uppercase;}
