body {
background: #F2F2ED url(/images/logo-bg.gif) no-repeat fixed left bottom;
}

#content {
padding: 1em;
margin: 0em;
}


#tag {
position: absolute;
top: 1.9em;
width: 100%;
color: #55563A;
}

#tag h1 {
font-size: 1.5em;
margin: 0em;
text-decoration: underline;
}

#tag h2 {
font-size: .8em;
margin: 0em;
}

#tag h2 a {
text-decoration: none;
color: #006;
margin: 0em 1em;
}

#tag h2 a:hover {
text-decoration: none;
color: #00F;
}

#home {
   font-size: 1em;
   position: absolute;
   top: 1.6em;
   left: .5em;
   font-weight: bold;
}

#home a.home, #home a.home:visited {
   display: block;
   background: #BFC0A3;
   border: .1em solid #000;
   padding: .2em .6em .1em;
   text-decoration: none;
   color: #000;
   text-align: center;
   width: 3.9em;
}

#home a.home:hover {
   background: #55563A;
   color: #fff;
   border: .1em solid #D2D2BD;
}

.menulink {
display: block;
font-size: .7em;
background: #BFC0A3;
border: .2em solid #000;
padding: .3em .2em;
text-decoration: none;
color: #000;
text-align: center;
}

.menulink:hover {
background: #55563A;
color: #fff;
border: .2em solid #D2D2BD;
}

#logo {
position: absolute;
top: .5em;
right: .5em;
text-align: right;
}

#logo img {
   border: 0em;
}

#navbar {
   font-size: 1em;
   border-top: 1px #600 solid;
   border-bottom: 1px #600 solid;   
   background: #BFC0A3;
   width: 100%;
   height: 1.4em;
   margin: 0em;
   padding: 0;
   position: absolute;
   top: 0em;
   left: 0em;
}

#navbar ul {
   list-style-type: none; 
   padding: 0;
   margin: 0;
}

#navbar ul li {
   float: left;
   white-space: nowrap;
   margin: 0;
   padding: 0;
}

#navbar ul li span.level-one {
   font-size: .9em;
   display: block;
   text-decoration: underline;
   padding: .2em .8em;
   color: #000;
   font-weight: bold;
   letter-spacing: .05em;
  }

#navbar ul.level-two {
   position: absolute;
   width: 14em;
   z-index: 4;
   left: -999em;
   margin-top: 2px;
   font-size: 1em;
}

#navbar li:hover ul.level-two, #navbar li.iehover ul.level-two {
   left: auto;
   height: auto;
   margin: 0;
   padding: 0;
   margin-left: 3px;
}

#global-nav ul li, #global-nav ul li {
   display: block;
   padding: 0px;
   margin: 0px;
}

#global-nav li:hover ul, #global-nav li.iehover ul {
   background: #DCDCCB;
   border-top: 1px #333 solid;
   border-right: 1px #333 solid;
   border-bottom: 1px #444 solid;
   border-left: 1px #444 solid;
}

#global-nav li:hover ul a, #global-nav li.iehover ul a {
   display: block;
   margin: 0;
   width: 14em;
   text-decoration: none;
   color: #000;
   border: 1px #300 solid;
   border-top: none;
   padding: .3em 0em .3em 0em;
   text-indent: .7em;

}

#global-nav li:hover ul a:hover, #global-nav ul.level-two li.iehover {
   background: #55563A;
   color: #fff;
}

#global-nav span.global-nav-subtitle {
   display: block;
   font-size: .85em;
   font-style: italic;
   font-weight: normal;
   line-height: 1.4em;
}



li#global-nav-four ul.level-two,
li#global-nav-four:hover ul a,
li#global-nav-four.iehover ul a {
   width: 17em;
}

