/* Base styles */

* {
  font-family: Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 0.8em;
  color: #ebebeb;
  background: #000 url("/images/background.png") repeat-x fixed;
  margin: 0 17%;
  min-width: 66%;
}

a[href] {
  color: #c68000;
  text-decoration: none;
}

a[href]:hover {
  color: #c68000;
  text-decoration: underline;
  
}

table {
  border: 1px dotted black;
  border-collapse: collapse;
  width: 100%;
}

table th {
  padding: 0em 0em 0em 0.6em;
  text-align: left;
}

table td {
  padding: 0.6em;
}

th {
  border: 1px solid #781812;
  color: #fff;
  background-color: #781812;
}

td {
  border-bottom: 1px dotted black;
  vertical-align: top;
}

textarea {
  font-size: 1em;
}


img {
  border: none;
  _behavior: url("/iepngfix.htc");
}

/* Header styles */

div#layout_header {
  position: relative;
  min-width: 54%;
  background: #000 url("/images/background.png") repeat-x fixed;
  top: 0px;
}

div#layout_header img.title {
  position: relative;
  top: 5px;
  left: -20px;
  vertical-align: bottom;
}


/* Navigation */

div#layout_navigation {
  position: relative;
  top: -8px;
  border-top: 1px #e0e0e0 solid;
  font-size: 0.9em;
  padding-top: 5px;
}

div#layout_navigation li {
  display: inline;
  padding-right: 5px;
}

div#layout_navigation a {
  color: #c68000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 17px;
}

div#layout_navigation a:hover {
  color: #fff;
  background: transparent url("/images/nav_hover.png") no-repeat left top;
  text-decoration: none;
  _behavior: url("/iepngfix.htc");
}


/* Content container */

div#layout_content_main {
  position: relative;
  background-color: #fff;
  padding: 1em;
  color: #000;
  top: 0px;
  overflow: auto;
}

div#layout_content_header {
  background: url("/images/header_bg_red.png") repeat-x;
  margin-top: 30px;
  width: 100%;
  height: 14px;
}

div.content_bg_l {
  background: #fff url("/images/content_bg.png") no-repeat left bottom;
}

div.content_bg_r {
  background: #fff url("/images/content_bg_r.png") no-repeat right bottom;
}

div#layout_content_main {
  margin-bottom: 3em;
}

div#layout_content_main hr {
  clear: both;
  height: 1px;
  border: none;
  background-color: #781812;
  width: 80%;
  margin: 2em auto;
}

div#layout_content_main h1, div#layout_content_main h2, div#layout_content_main h3 {
  color: #781812;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  font-size: 2em;
  margin-bottom: 0.3em;
}

div#layout_content_main h2 {
  font-size: 1.5em;
  margin-bottom: 0em;
  margin-top: 1em;
}

div#layout_content_main p {
  font-family: Verdana;
  line-height: 1.5;
  margin-bottom: 1em;
}

div#layout_content_main blockquote {
  color: #781812;
  font-family: "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.5;
  text-align: right;
  margin-right: 3em;
  margin-bottom: 1em;
  quotes: "\201E" "\201C";
}

div#layout_content_main blockquote:before {
  content: open-quote;
}

div#layout_content_main blockquote:after {
  content: close-quote;
}

div.thumb_right {
  display: inline;
  float: right;
  margin: 10px;
  position: relative;
}

hr.break_float {
  clear: both;
  margin-top: 100px
}

div.image_collection img, img.border {
  border: 3px ridge #781812;
}

td.profile_name_column {
  vertical-align: middle;
  text-align: left;
}

td.profile_pic_column {
  width: 1%;
}

div#layout_content_main fieldset {
  padding: 1.5em;
  border-color: #c68000;
  border-width: 1px;
  color: #781812;
  float: left;
}

div#layout_content_main fieldset {
  _float: none;
}

div#layout_content_main legend {
  font-family: "Times New Roman", serif;
  font-size: 1.4em;
}

div#layout_content_main fieldset table, div#layout_content_main fieldset table td{
  border: none;
}

div#layout_content_main fieldset div {
  padding: 0.6em;
}

div#layout_content_main .positive_message {
  color: #fff;
  background-color: #0f0;
}

div#layout_content_main .negative_message {
  color: #fff;
  background-color: #f00;
}

div#layout_content_main ul.links {
  list-style-type: none;
  width: 50em;
  margin: 1.5em 0;
  margin-bottom: 5em;
}

div#layout_content_main ul.links li img {
  vertical-align: text-top;
  float: left;
  margin: 0 1em 1.5em 0;
}

div#layout_content_main ul.links li {
  clear: both;
}

div#layout_content_main div.author_link {
  font-size: 0.8em;
  margin-top: -0.8em
}

div#layout_content_main ul {
  margin-left: 2em;
}

div#layout_content_main li {
  margin-bottom: 0.5em;
}
