
/* General */

* {
  margin: 0;
  padding: 0;
}
body {
  background: #000 url('../images/body-bg.png') 0 0 repeat-x;
  color: #333;
  font-family: Arial, Verdana, sans-serif;
  font-size: 75%;
  line-height: 1.4em;
}
div#body-in {
  background: transparent url('../images/body-shades.png') 50% 0 no-repeat;
}
h1 {
  display: none;
}
h2 {
  color: #7e0000;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.1em;
}
h3 {
  color: #333;
  font-weight: bold;
  font-size: 120%;
  padding: 5px 0;
}
p {
  padding: 0.4em 0 1em 0;
}
ul {
  line-height: 1.9em;
  list-style-type: none;
}
li {
  background: transparent url('../images/square.png') 0 1px no-repeat;
  padding-left: 2em;
}
li p {
  line-height: 1.3em;
}
ol { 
  padding-left: 3em;
}
ol li {
  background: none;
  padding: 0 0 1em 1em; 
}
.underline {
  background: #fff url('../images/underline-long.png') 0 0 no-repeat;
  height: 10px;
}
.underline-medium {
  background: #fff url('../images/underline-medium.png') 0 0 no-repeat;
  height: 5px;
}
.underline-short {
  background: #fff url('../images/underline-short.png') 0 0 no-repeat;
  height: 5px;
}
.clearer {
  clear: both;
  height: 20px;
}
.space5px {
  height: 5px;
}
.space10px {
  height: 10px;
}
.space15px {
  height: 15px;
}

/* Links */

a {
  color: #7e0000;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  color: #ce0000;
  text-decoration: underline;
}
a img {
  border: none;
}
#footer a {
  color: #777;
  font-style: normal;  
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
a#home-header-link {
  display: block;
  position: absolute;
  left: 0; top: 20px; 
  width: 400px;
  height: 80px;
}
a#home-link {
  background: transparent url('../images/home-button.png') 0 0 no-repeat;
  display: block;
  width: 125px;
  height: 32px;
}
a#home-link span {
  display: none;
}

/* Structure */

#left-shade {
  background: transparent; /* url('../images/body-bg-left-shade.png') 0 0 no-repeat; */
}
#right-shade {
  background: transparent; /* url('../images/body-bg-right-shade.png') 100% 0 no-repeat; */
}
#wrapper {
  margin: 0 auto;
  width: 1000px;
}
#content {
  background: #fff;
  margin: 0 50px;
  width: 900px;
}
#content-top {
  background: transparent url('../images/content-top.png') 0 0 no-repeat;
  height: 50px;
}
#content-bottom {
  background: transparent url('../images/content-bottom-black.png') 0 0 no-repeat;
  clear: both;
  height: 100px;
}
#footer {
  color: #bbb;
  font-size: 90%;
  padding: 42px 120px 0 120px;
  text-align: center;
}
#logo {
  background: transparent url('../images/logo.png') 0 0 no-repeat;
  position: relative;
  height: 103px;
}
#menu {
  background: transparent url('../images/menu-bg.png') 0 0 repeat-x;
  height: 26px;
}
#menu-left {
  background: transparent url('../images/menu-bg-left.png') 0 0 no-repeat;
  height: 26px;
}
#menu-right {
  background: transparent url('../images/menu-bg-right.png') 100% 0 no-repeat;
  height: 26px;
  padding: 0 2em;
}
#menu ul {
  list-style-type: none;
  padding: 0;
}
#menu ul li {
  background: none;
  display: block;
  float: left;
  padding: 0;
}
#content-main {
  background: transparent url('../images/content-shade.png') 0 0 no-repeat;
  min-height: 300px;
}
#content-main-in {
  padding: 20px 15px;
}
#column-1, 
#column-1w {
  float: left;
  padding: 15px 15px 0 15px;  
}
#column-1 {
  width: 277px;
}
#column-1w {
  width: 317px;
}
#column-2,
#column-2t {
  float: left;
  padding: 15px 15px 0 15px;  
}
#column-3 {
  padding: 15px 15px 0 15px;
  margin-left: 644px;  
}
#column-2 {  
  width: 277px;
}
#column-2t {  
  width: 267px;
}
#column-wide {
  padding: 15px 15px 0 15px;
}
#panel-right {
  background: transparent url('../images/panel-right.png') 0 0 no-repeat;
  height: 475px;
  margin-left: 620px;
  width: 250px;
}
#panel-right-in {
  padding: 30px;
}
#panel-right ul {
  font-size: 117%;
  line-height: 1.2em;
  list-style-type: none;
  padding: 1.5em 0;  
  width: 190px;
}
#panel-right li {
  background: none;
  padding: 0.5em 0;
  margin-left: 0;
}
#panel-right li span {
  font-size: 85%;
}
.clear {
  clear: both;
}
table#contact-table {
  padding: 0; margin: 0;
}
table#contact-table td {
  padding: 2px 10px 2px 0;
}
table#contact-table th {
  border-bottom: 1px solid #333;
  font-size: 120%;
  text-align: left;
}
