/* Copyright (C) 2008 Crush & Lovely */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

body {
  background: #0c1820 url(../images/bg/bg.jpg) center top no-repeat;
  font-family: "Helvetica", "Arial", sans-serif;
}

div.clear {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
  float: none;
}

/* Headings */

h3 {
  width: 526px;
  height: 20px;
  background: url(../images/content/h3.gif) 0 0 no-repeat;
  color: #ba0000;
  font-size: 19px;
  line-height: 1em;
  padding: 14px 42px 22px 24px;
  position: relative;
  font-weight: normal;
  margin-bottom: 12px;
}

h3, x:-moz-any-link, x:default { padding: 15px 42px 21px 24px; }

h3, x:-moz-any-link { padding: 15px 42px 21px 24px; }

h3 span { color: #0071a0; }

h3.fancy {
  background: url(../images/content/h3_alt.gif) 0 0 no-repeat;
  font-size: 23px;
  height: 24px;
  padding: 12px 42px 20px 35px;
  text-transform: uppercase;
}

h3.fancy, x:-moz-any-link, x:default { padding: 14px 42px 18px 35px; }

h3.fancy, x:-moz-any-link { padding: 14px 42px 18px 35px; }

h3.fancy span { text-transform: none; }

h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 1.5em;
  line-height: 1em;
}

h4,
h4 a { color: #0c2c39; }

h4 span {
  color: #ccd8dc;
  font-weight: normal;
}

h4 span span,
h4 span span a { color: #0071a0; }

h4 a,
h4 span span a { text-decoration: underline; }

h4 span.byline {
  display: block;
  font-size: 12px;
  padding-bottom: 2px;
  color: #648793;
}

h5 {
  color: #a3adb0;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

/* Default Hyperlinks */
 
a {
  text-decoration: none;
  outline: none;
}

a:hover { text-decoration: underline; }

/* Paragraphs */

p {
  color: #3e535c;
  font-size: 12px;
  line-height: 1.75em;
}

p a { color: #0785bb; }

p.multi { padding-bottom: 1.25em; }

/* Lists */

ul { list-style-type: none; }

/* Special Formatting */

.caps { text-transform: uppercase; }

.attention {
  color: #ba0000;
  font-size: 1.1em;
  font-weight: bold;
}

/* Content wrapper */

div#content {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

/* Header */

div#header {
  width: 964px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

div#header h1 a, div#header p#intro, div#header p a {
  position: absolute;
  text-indent: -9999em;
}

div#header h1 a {
  width: 409px;
  height: 39px;
  top: 52px;
  left: 2px;
  background: url(../images/header/h1.jpg) 0 0 no-repeat;
}

div#header p a {
  display: block;
  width: 74px;
  height: 45px;
  top: 61px;
  right: 8px;
  background-image: url(../images/header/cl.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#header p a:hover { background-position: 0 -45px; }

div#header p a:active { background-position: 0 -90px; }

div#header p#intro {
  background: url(../images/header/intro_new.jpg) 0 0 no-repeat;
  top: 139px;
  left: 5px;
  width: 947px;
  height: 80px;
}

/* Footer */

div#footer {
  width: 950px;
  margin: 24px auto 36px auto;
  height: 30px;
  position: relative;
  text-align: right;
}

div#footer p {
  color: #909599;
  font-size: 12px;
  line-height: 1em;
}

div#footer p a { color: #909599; }

div#footer ul {
  line-height: 1.5em;
  position: relative;
  right: -8px;
}

div#footer ul li {
  display: inline;
  padding: 0 8px 0 14px;
  border-left: #4394b6 1px solid;
  font-size: 12px;
  color: #4394b6;
}

div#footer ul li.last {
  border: 0;
  padding-left: 0;
}

div#footer ul li a { color: #4394b6; }