body {
    margin: 0 0;
    background-image: url('/static/images/bg_fade.jpg');
    background-repeat: repeat-x;
}

#site-wrapper {
  width: 951px;
  margin: 0 auto;
}

#header {
  width: 100%;
  background-image: url("/static/images/ndni-background-top.png");
  background-repeat:  no-repeat;
}

#search-box {
    position: relative;
    top: 44px;
    clear: right;
    float: right;
    font-size: 0.8em;
    margin-bottom: 1em;
    padding: 0 2em 0 0;
    text-align: right;
    text-transform: lowercase;
    white-space: nowrap;
}

#search-box-submit {
    border: none;
    background: transparent;
    color: #ddd;
    letter-spacing: 0.2em;
}

#search-box-text {
    background: #ddd;
    border: 1px solid #ccc;
    padding-left: 0.25em;
}

#header {
    clear: right;
    height: 81px;
}

#header-logo-wrapper {
    height: 235px;
    margin: 26px 0 0 6px;
    position: absolute;
    overflow: hidden;
    width: 211px;
    z-index: 3;
}

#site-logo {
    background-image: url('/static/images/ndni_logo_shadow.png');
    background-position: 31px -6px;
    background-repeat: no-repeat;
    display: block;
    height: 235px;
    overflow: hidden;
    padding-top: 255px;
    width: 100%;
}

#header-tabs-wrapper {
    background: transparent;
    font-size:15px;
    font-weight:bold;
    line-height: 1em;
    position:absolute;
    top: 68px;
    z-index: 4;
}

#header-tabs {
    left:245px;
    list-style:square outside url("/fp-right-arrow.png");
    margin: 0;
    padding: 0;
    position:relative;
    width: 700px;
}

#header-tabs li {
    border-color: #ccc;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: left;
    display: inline;
    padding: 0px;
    margin: 0px;
}

#column-wrapper-wrapper {
    padding: 0 0 0 1px;
}

#column-wrapper{
    background-color: #eee;
    padding-left: 8px;
    border-color: #204a87;
    border-width: 6px;
    border-style: none solid;
}

#left-column-content {
    padding: 0 5px 0 20px;
}

#left-column {
    width: 211px;
    margin: 223px 0 0;
    float: left;
}

#main-content {
    width: 500px;
    padding: 0px;
    float: left;
}

.documentContent {
padding: 7px 20px 15px;
}

#right-column-content {
    padding: 12px 5px 10px 10px;
}
#right-column {
    background: transparent;
    float:left;
    margin-bottom:16px;
    margin-left:0px;
    margin-right:0;
    margin-top:16px;
    padding-left: 5px;
    width:200px;
}

p#ndni-copyright{
    text-align: center;
    margin: 0;
}

/* === footer ==== */

#colophon {
    margin: 20px auto;
    width: 830px;
}
#portal-personaltools {
    margin: 0 auto;
    width: 830px;
    background: none;
}

#portal-personaltools li a img {
    border:medium none;
    position:relative;
    top:3px;
}

#footer {
  background-image: url("/static/images/ndni-background-bottom.png");
  background-repeat:  no-repeat;
  min-height: 69px;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    position: relative;
    z-index: 2;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


table.caltabs td.body {
  padding: 0;
}

/* CalendarX stuff */
table.caltabs {font-size: 85%}
div.caltabs {padding-left: 0}

