/** ------------------------------
    GENERAL
    ------------------------------ */
body {
  margin: 0;
  background: #FFF url(/images/nav-bg.gif) top left repeat-y;
}
h3, h4, h5, h6 { color: #555; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul.emphasis {
  font-weight: bold;
  margin: 0; padding-top: 1em;
}
ul.emphasis li { list-style: none; }
ol.alph { list-style-type: lower-alpha; }
ol ol li, ol ul li { color: #3E629C; }
a:hover acronym { border-bottom: none; }
a.pdf {
  display: block;
  width: 136px; height: 26px;
  background: transparent url(/images/download-bg.jpg) center center no-repeat;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3E629C;
}
a.pdf span {
  margin: -9000px;
  height: 0; width: 0;
}

.address { font-weight: bold !important; }
.important { color: red; }

.unstyled { margin-left: 0; }
.unstyled li {
  list-style: none;
  font-weight: bold;
}
.unstyled ul {
  margin: .5em 0 1em 1em; padding-left: 1em;
  border-left: 2px solid #3E629C;
}
.unstyled ul li {
  list-style: none;
  font-weight: normal;
}
.details li { padding-bottom: .75em; }


/** ------------------------------
    HEADER
    ------------------------------ */
#header {
  background: transparent url(/images/header-bg.jpg) top left repeat-x;
  height: 100px;
  cursor: pointer;
}
#header h1 {
  margin: 0; padding: 0;
  height: 100px;
  background: transparent url(/images/logo.jpg) top left no-repeat;
}
#header h1 span {
	display: block;
	width: 0; height: 0;
	overflow: hidden;
}


/** ------------------------------
    NAV
    ------------------------------ */
#nav {
  position: absolute;
  top: 100px; left: 0;
  width: 250px;
}
#nav ul {
  margin: 0;
  list-style: none;
}
#nav ul li {
  padding: .5em 1em .7em 1em;
  text-align: right;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #D9D9D9;
}
#nav a { color: #444; }
#nav .section {
  padding: .25em 1em .5em 1em;
  color: #335588;
  font-size: 1.15em;
  font-weight: bold;
  text-align: right;
  background-color: #D9D9D9;
  border-top: none;
}
#nav .here {
  color: #FFF;
  background: #3E629C url(/images/nav-here-bg.jpg) center left repeat-x;
  border-top: none;
}


/** ------------------------------
    CONTENT
    ------------------------------ */
#content {
  position: absolute;
  top: 100px; left: 270px;
  width: 630px;
  text-align: left;
}
#content h2 {
  color: #444;
  font-size: 1.5em;
  padding-bottom: .25em;
  border-bottom: 1px solid #D9D9D9;
}
#content h3 {
  margin-top: 2em;
  font-size: 1.25em;
}
#content a {
  color: #3E629C;
  text-decoration: underline; 
}
#content a acronym { border-bottom: none; }
#content a:hover { color: blue; }


/** ------------------------------
    FOOTER
    ------------------------------ */
#footer {
  margin-top: 3em;
  color: #888;
  text-align: center;
}

.login {
  margin-top: 0;
  font-size: .75em;
}

.login a {
  color: #777 !important;
}
