/*
 1. body/container
 2. header
 3. content
 3.1 content - homepage
 3.2 content - secondary
 3.3 content - primary
 3.4 content - tertiary
 4. content - general elements
 5. clear & footer
 */

/* 1. body/container */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
  height: 100%;
}

body {
  background: #222 url(/images/bg_body.png);
  color: #fff;
  font: 100%/1.2em 'Lucida sans unicode', Arial, sans-serif;
  margin: 0;
  height: 100%;
}

div#container {
  width: 940px;
  padding: 0 20px;
  background: #111;
  margin: 0 auto -2.5em;
  overflow: hidden;
  min-height: 100%;
}

/* 2. header */
div#header {
  width: 940px;
  position: relative;
  overflow: hidden;
  margin: 0 0 2.5em;
  background: url(/images/bg_image.jpg) no-repeat;
}

div#header h1, div#header p {
  margin: 0;
}

div#header h1 span, div#header p a {
  position: absolute;
  overflow: hidden;
  width: 0;
}

div#header h1 a {
  position: absolute;
  left: 10px;
  top: 0;
  width: 200px;
  height: 100px;
  background: url(/images/bg_header.png) no-repeat;
  z-index: 2;
}

div#header p a {
  top: 0;
  left: 0;
  color: #fff;
  background: #96950f;
  text-decoration: none;
  font-size: 1em;
  padding: 0.1em 0;
  text-align: center;
  z-index: 3;
}

div#header p a:active, div#header p a:focus {
  overflow: visible;
  width: 100%;
}

div#introduction {
  width: 200px;
  height: 12.85em;
  background: #111;
  float: right;
  margin: 0 10px 4.7em 0;
  padding: 0.6em 20px;
  position: relative;
  z-index: 2;
}

div#introduction h2 {
  color: #4d92c4;
  font-size: 1em;
  margin: 0 0 0.6em;
}

div#header ul.menu {
  margin: 0;
  list-style: none;
  float: left;
  background: url(/images/bg_menu.gif) repeat-x;
  width: 100%;
  position: relative;
  z-index: 2;
}

div#header ul.menu li {
  float: left;
  border-left: 1px solid #4d92c4;
  height: 2.4em;
  line-height: 2.4em;
  font-size: 0.9em;
  text-transform: lowercase;
}

div#header ul.menu li:first-child {
  border-left: 0;
}

div#header ul.menu a {
  display: block;
  padding: 0 20px;
}

div#header ul.menu a:link, div#header ul.menu a:visited {
  color: #fff;
  text-decoration: none;
}

div#header ul.menu a:hover, div#header ul.menu a:active, div#header ul.menu a.active {
  color: #fff;
  text-decoration: none;
  background: #126eb0;
}

a.deeplink:link, a.deeplink:visited,
a.deeplink:hover, a.deeplink:active {
  width: 940px;
  background: 0;
  height: 300px;
  position: absolute:
  top: 0;
  left: 0;
  display: block;
}

/* 3. content */
div#content {
  width: 100%;
}

div#content.standard {
  padding: 0 180px 0 220px;
}

div#content_wrapper {
  background-color: #222;
  float: left;
  width: 540px;
  border-left: 220px solid #b0ae09;
  border-right: 180px solid #111;
  margin: 0 -180px 0 -220px;
  position: relative;
}

/* 3.1 content - homepage */
div.spotlight {
  width: 280px;
  float: left;
  background: #222;
  padding: 0.6em 10px;
  margin-left: 20px;
  height: 18.6em;
}

div.spotlight.overview {
  background: 0;
  padding: 0;
  width: 300px;
}

div.spotlight:first-child {
  margin-left: 0;
}

div.spotlight h2 {
  font-size: 1.2em;
  margin: 0 0 0.6em;
}

div.spotlight img {
  border: 1px solid #fff;
  margin: 0 0 0.6em;
}

div.spotlight.overview {
  height: auto;
}

div.spotlight.overview img {
  margin: 0 0 1.85em;
}

div.spotlight.overview ul {
  margin: 1.25em 0 0;
  padding: 5px 10px;
  background: #b0ae09 url(/images/bg_news.gif);
  width: 280px;
  height: 3.6em;
  list-style: none;
}

div.spotlight.overview ul li {
  padding: 0.4em 0;
}

div.spotlight.overview ul li:first-child {
  border-bottom: 1px dotted #fff;
}

div.spotlight.overview ul a {
  color: #fff;
  background: 0;
}

/* 3.2  content - secondary */
div#content_secondary {
  float: left;
  width: 180px;
  padding: 1.2em 20px;
  margin-left: -220px;
  position: relative;
  background: url(/images/bg_submenu.gif) repeat-x 0 top;
}

div#content_secondary ul {
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted #fff;
}

div#content_secondary ul li a {
  border-top: 1px dotted #fff;
  display: block;
  padding: 0.6em 0.6em 0.75em;
}

div#content_secondary ul li a:link, div#content_secondary ul li a:visited {
  color: #fff;
}

div#content_secondary ul li a:hover, div#content_secondary ul li a:active, div#content_secondary ul li a.active {
  color: #fff;
  background: #b8b621;
}

div#content_secondary ul li ul {
  border-bottom: 0;
}

div#content_secondary ul li ul li a {
  padding: 0.25em 1.8em 0.4em;
}

div#content_secondary ul li ul li a:link, div#content_secondary ul li ul li a:visited {
  background: #b8b621;
}

div#content_secondary ul li ul li a:hover, div#content_secondary ul li ul li a:active, div#content_secondary ul li ul li a.active {
  background: #c0be3a;
}

div#content_secondary ul li ul li ul li a {
  padding: 0.25em 3.1em 0.4em;
}

/* 3.3 content - primary */
div#content_primary {
  float: left;
  width: 500px;
  padding: 1.2em 20px;
  margin-right: -540px;
  position: relative;
}

/* 3.4 content - tertiary */
div#content_tertiary {
  float: right;
  width: 160px;
  padding-left: 20px;
  margin-right: -180px;
  position: relative;
  background: #111;
}

/* 4. content - general elements */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS';
  font-weight: normal;
  color: #b0ae09;
  margin: 0 0 0.6em;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
  margin: 0 0 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  font-size: 1em;
}

p {
  font-size: 0.8em;
  margin: 0 0 0.9em;
}

a:link, a:visited {
  color: #b0ae09;
  text-decoration: none;
}

a:hover, a:active {
  color: #fff;
  background: #b0ae09;
  text-decoration: none;
}

img {
  display: block;
  margin: 0 0 0.9em;
  border: 0;
}

a#bottomNavClose {
  background: 0;
}

img.float_left {
  float: left;
  margin: 0 0.9em 0.9em 0;
}

img.float_right {
  float: right;
  margin: 0 0 0.9em 0.9em;
}

ul, ol {
  margin: 0 0 0.9em 1.8em;
  padding: 0;
}

ul li, ol li {
  font-size: 0.8em;
  margin: 0;
}

ul li ul li, ol li ol li {
  font-size: 1em;
}

table {
  margin: 0 0 0.9em;
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  font-size: 0.8em;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #111;
  padding-left: 0.6em;
}

address {
  font-style: normal;
  margin: 0 0 0.9em;
  font-size: 0.8em;
}

p.date {
  font-size: 0.75em;
}

form, form p, fieldset, legend {
  border: 0;
  margin: 0;
  padding: 0;
}

legend span, label span {
  position: absolute;
  width: 0;
  overflow: hidden;
}

p.error {
  font-weight: bold;
}

label {
  width: 110px;
  padding-right: 10px;
  float: left;
}

input, textarea, select {
  background: #fff;
  border: 1px solid #111;
  margin: 0 0 0.9em;
}

input:focus, input.focus, textarea:focus, select:focus {
  border: 1px solid #b0ae09;
}

p.submit input {
  color: #111;
  cursor: pointer;
  margin: 0 0 0 120px;
}

p.submit input:hover, p.submit input.hover {
  color: #b0ae09;
}

ul.error_message {
  list-style: none;
  margin: 0;
}

ul.error_message li {
  color: #b0ae09;
}

form {
  padding-top: 0.9em;
}

form p span {
  float: left;
  width: 380px;
}

form p span label {
  width: 280px;
  margin: 0 0 0 10px;
}

form p span input {
  clear: left;
  float: left;
  margin-top: 0.2em;
}

span.type {
  display: none;
}

ul.pdf {
  margin-bottom: 1.8em;
  clear: both;  
}

ul.pdf li {
  margin: 0 0 0.9em;  
}

ul.pdf li a {
  background: 0 url(/images/pdf_icon.gif) no-repeat;
  padding: 0 0 5px 30px;
  color: #b0ae09;
}

/* 6. clear & footer */
div#clear {
  height: 5em;
  width: 1%;
  clear: both;
}

div#footer {
  width: 940px;
  height: 1.9em;
  padding: 0.5em 0 0;
  border-top: 1px solid #b0ae09;
  overflow: hidden;
  margin: 0 auto;
}

div#footer address {
  margin: 0;
  font-size: 0.75em;
  float: left;
}

div#footer p {
  float: right;
  font-size: 0.6em;
}

div#footer p a.webdesign {
  text-decoration: none;
  background: 0;
  color: #b0ae09;
}

div#footer img {
  float: left;
  margin: 0 1.2em;
}