/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 12px/170% Verdana, sans-serif;
  color: #003;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #003;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #003;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #183b72;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  line-height: 130%;
  font-variant: small-caps;
  color: #999;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 5px;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

a {
  color: #183b72;
}
a:hover,a.active:hover {
  color: #f00;
}
h1 a:hover {
  color: #183b72;
}
h2 a {
  text-decoration: none;
}
input.form-submit {
  border-left: 2px solid #b3c4e5;
  border-top: 2px solid #b3c4e5;
  border-right: 2px solid #637495;
  border-bottom: 2px solid #637495;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
  background-color: #183b72;
}
input.form-submit:hover {
  color: #183b72;
  background-color: #fff;
}


	/* general layout */

#header,#wrapper,#navbar,#wrapper {
  text-align: left;
}

#header-inner,#wrapper,div#navbar-inner,#footer {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

#header {
  background-color: #b3c4e5;
}

#navbar {
  background-color: #183b72;
  height: 22px !important;
  z-index: 50;
}

#submenu {
  text-align: center;
  background: #fff url(background-fade.png) repeat-x top left;
}

#wrapper {
  background: #b3c4e5 url(dark-fade.png) repeat-x bottom left;
  min-height: 480px;
}

.sidebar #sidebar-col {
  float: left;
  width: 420px;
}
.sidebar #main-col {
  float: left;
  width: 540px;
}
.no-sidebar #main-col {
  float: left;
  width: 960px;
}

#main,#sidebar {
  background: #fff url(dark-fade.png) repeat-x top left;
  padding: 10px 0 0;
}
#main-inner,#sidebar-inner {
  background: #fff url(light-fade.png) repeat-x bottom left;
  padding: 10px;
}

#sidebar {
  margin: 10px 0 10px 10px;
}

#top,#main,#bottom {
  margin: 10px;
}

#footer {
  clear: both;
  line-height: 130%;
  text-align: center;
}

	/* header */

#header-inner {
  position: relative;
  height: 75px;
  background: #b3c4e5 url(header-background.jpg) no-repeat top left;
}

#header img {
  float: left;
  margin: 5px 10px 0 0;
}

#header h1 {
  font-size: 18px;
  line-height: 190%;
}

#header h1 span {
  position: relative;
  top: 10px;
  display: block;
  font-size: 36px;
  font-weight: bold;
}

#header #header-top {
  position: absolute;
  top: 0;
  right: 10px;
}

#header #header-top p {
  margin: 0;
  padding: 0;
}

#header #header-top a {
  font-weight: bold;
}

#header #header-bottom {
  position: absolute;
  top: 50px;
  right: 10px;
}

#header #header-bottom label {
  display: none;
}

#header a {
  text-decoration: none;
}

	/* navbar menu - actual menu in nice_menus_uene.css */

#navbar h2 { display: none; }

	/* above content top */

#top {
  text-align: center;
}
#top div {
  margin: 0 auto;
}
#top .block-region {
  padding: 0;
  margin: 0;
}

	/* content top columns */

#top-left {
  float: left;
  width: 51%;
  border-right: 1px solid #999;
}

#top-right {
  float: left;
  width: 48%;
}

#top-columns {
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

#top-left .block {
  margin-right: 10px;
}
#top-right .block {
  margin-left: 10px;
}

	/* blocks AND nodes */

.block h2,.node h2 {
  margin-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: #183b72;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

	/* blocks */

#top-columns .block ul {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#top-columns .block ul li {
  list-style: none inside none;
  margin: 0;
  padding: 0 0 10px 12px;
  text-indent: 0;
  line-height: 130%;
  background: transparent url(gray-arrow.png) no-repeat 0 4px;
}
#top-columns .block ul li a {
  display: inline;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.block form {
  padding: 5px;
  margin-bottom: 25px;
  border: 1px solid #999;
  background-color: #fff;
  width: 378px;
}
.block form label {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.block form input {
  float: left;
}
.block form input.form-submit {
  float: right;
}
.block .node {
}
.block .node .meta .terms {
  display: none;
}
.block .node .links ul li {
  display: none;
}
.block .node .links ul li.node_read_more, .block .node .links ul li.upload_attachments {
  display: inline;
}

	/* nodes */

.node {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}
.node .submitted {
  text-align: right;
  padding: 0;
  margin: 0 5px 0 0;
  color: #999;
  font-size: 90%;
}
.node p {
  margin: 0 0 15px;
}
.node h3 {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #003;
}
.node .field {
  margin-bottom: 10px;
}
.node .field div {
  display: inline;
}
.node .field .field-label {
  display: none;
}
.node .field-item {
  font-weight: bold;
}
.node .attachments {
  margin-left: 1em;
}
.node .attachments .attachment-instructions {
  font-size: 85%;
}
.node .attachments .attachment-instructions span {
  font-weight: bold;
}
.node .attachments ul.attachment-list {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.node .attachments ul.attachment-list li.attachment-list-item {
  list-style: none inside none;
  padding: 0 0 5px;
  margin: 0;
}
.node .meta .terms {
  width: 30%;
  float: left;
  font-size: 85%;
}
.node .meta .terms ul {
}
.node .meta .terms ul li {
  padding: 0;
  margin: 0;
}
.node .meta .terms ul li.first {
}
.node .meta .terms ul li.last {
}
.node div.links {
  width: 50%;
  float: right;
  text-align: right;
}

	/* aggregator page displays */

#aggregator .feed-source {
  margin: .5em 0;
  padding: 0 0 .5em 0;
  border-bottom: 1px solid #183b72;
}
#aggregator .feed-source .feed-updated {
  display: none;
}


	/* for ajax forms */

.ajax-form-wrapper {
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
}
.ajax-form-wrapper div.submitting {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10;
}
.ajax-form-wrapper div.submitting div {
  border: 1px solid #999;
  background: #ccc url(../../../../misc/progress.gif) repeat top left;
  width: 100px;
  height: 20px;
}
.ajax-form-wrapper .ajax-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
}
.ajax-form-wrapper div.submitted {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #999;
  margin-bottom: 25px;
}
.ajax-form-wrapper div.submitted div {
  padding: 5px;
  font-size: 85%;
  line-height: 125%;
}

	/* css for slideshows */

#slideshow {
  position:relative;
}

#slideshow-picture {
  position:relative;
}

#slideshow-picture div {
  background-color: #000;
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  visibility: hidden;
  text-align: center;
}

#slideshow-picture div img {
  margin: 0 auto;
}

#slideshow-picture div.active {
  z-index:10;
  visibility: visible;
}

#slideshow-picture div.nextup {
  z-index:8;
  visibility: visible;
}

#slideshow-title {
  position: absolute;
  opacity: .7;
  height: 25px;
  color: #fff;
  background-color: #183b72;
  z-index: 25;
  text-align: left;
}

#slideshow-title span {
  position: absolute;
  top: 0;
  left: .5em;
}

	/* use classes to control width, height of slideshow */

.standard {
  width: 520px;
}

.standard #slideshow-picture {
  height:390px;
}

.standard #slideshow-picture div {
  height:390px;
  width:520px;
}

.standard #slideshow-title {
  top: 365px;
  left: 0;
  width: 520px;
}
