@charset "ISO-8859-1";

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #f6f4e5 url( 'images/body_background2.jpg' ) 0 120px repeat-x;
  color: #352e2c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

form {
  padding: 0;
  margin: 0;
}

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

a:hover, a:active {
  color: #0033ff;
  text-decoration: underline;
}

a img {
  border: none;
}

p {
  padding: 12px;
  margin: 0;
}

.clear {
  clear: both;
}

.flat {
  height: 0;
}

.right {
  float: right;
}

.left {
  float: left;
}

table {
  background-color: #ffffff;
  padding: 2px 4px;
}

table td.spacer {
  height: 18px;
}

table.record_list {
  padding: 0;
}

table.record_list thead th {
  background-color: #ebead6;
  color: #9a0f0c;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #c8c3ad;
  font-size: 14px;
  text-align: center;
}

table.record_list tbody th {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

table.record_list {
  width: 660px;
  margin: 0 0 12px 0;
  border-top: 1px solid #a8a3ad;
  border-right: 1px solid #d8d3ad;
  border-bottom: 1px solid #d8d3ad;
  border-left: 1px solid #a8a3ad;
}

table.record_list tr.even {
  background-color: #f6f4e5;
}

table tbody th,
table td {
  padding: 4px 8px;
}

/*
#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
*/

#header {
  width: 960px;
  height: 120px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

#header h1 {
  width: 230px;
  height: 120px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 106px;
}

#header a {
  background: transparent url( 'images/logo.jpg' ) center center no-repeat;
  width: 230px;
  height: 120px;
  display: block;
}

#header a span {
  display: none;
}

#header .adspace {
  width: 230px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 106px;
}

#navbar {
  background: transparent url( 'images/navbar_background.jpg' ) 0 0 repeat-x;
  width: 936px;
  height: 39px;
  padding: 0 12px 3px 12px;
  margin: 0 auto 12px auto;
  text-align: left;
}

#navbar li {
  width: auto;
  height: 39px;
  padding: 0;
  margin: 0 6px;
  float: left;
  list-style: none;
}

#navbar li a {
  background: transparent url( 'images/navbar_item.jpg' ) 0 -39px repeat-x;
  color: #352e2c;
  width: auto;
  height: 27px;
  padding: 12px 24px 0 24px;
  display: block;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

#navbar li a:hover, #navbar li a.selected {
  background-position: 0 0;
  color: #ffffff;
}

#content_container {
  width: 958px;
  height: auto;
  padding: 0;
  margin: 8px auto;
  border-top: 1px solid #a8a3ad;
  border-right: 1px solid #d8d3ad;
  border-bottom: 1px solid #d8d3ad;
  border-left: 1px solid #a8a3ad;
  text-align: left;
}

#content_section {
  background-color: #ffffff;
  width: 958px;
  height: auto;
  padding: 0;
  margin: 0;
}

#content_section h1 {
  background-color: #ebead6;
  width: 958px;
  height: 34px;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 18px;
	font-weight: normal;
  border-bottom: 1px solid #c8c3ad;
}

#content_section h1 a {
  background: #ffffff url( 'images/section_header_arrow.jpg' ) right top no-repeat;
  color: #468220;
  width: auto;
  height: 29px;
  padding: 6px 36px 0 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#content {
  width: 934px;
  height: auto;
  padding: 12px 12px 24px 12px;
  margin: 0;
  line-height: 1.8;
}

#content h2 {
	color: #9a0f0c;
  width: auto;
  height: 21px;
  padding: 0;
  margin: 0 20% 12px 0;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #c8c3ad;
  font-size: 16px;
  font-weight: bold;
}

#content h2 span {
  background-color: #ffffff;
  height: 20px;
  padding: 0 6px 0 0;
  display: block;
  position: absolute;
  top: 2px;
}

#content h3 {
	color: #9a0f0c;
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

#content .section_links {
  padding: 0;
  margin: 0;
}

#content ul, #content ol {
  padding: 12px 24px 9px 24px;
  margin: 0;
}

#content li {
  padding: 0 24px 3px 6px;
  margin: 0 0 0 18px;
}

#content ul li {
  list-style-type: square;
}

#sidebar_menu {
  background-color: #ffffff;
  width: 274px;
  float: right;
  position: relative;
  z-index: 1;
}

#sidebar_menu td {
  padding: 2px 4px;
}

#sidebar_menu_wrapper {
  margin: 0 0 12px 12px;
}

#sidebar_menu .adspace {
  width: 274px;
  padding: 0 7px 12px 7px;
}

#sidebar_menu h3 {
  background-color: #ebead6;
  color: #9a0f0c;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #a8a3ad;
  border-right: 1px solid #d8d3ad;
  border-bottom: 1px solid #d8d3ad;
  border-left: 1px solid #a8a3ad;
  font-size: 14px;
  text-align: center;
}

#sidebar_menu .sidebar_menu_content {
  padding: 12px 12px 18px 12px;
  margin-bottom: 12px;
  border-right: 1px solid #d8d3ad;
  border-bottom: 1px solid #d8d3ad;
  border-left: 1px solid #a8a3ad;
}

#sidebar_menu ul {
  padding: 0;
  margin: 0;
}

#sidebar_menu ul li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
}

#sidebar_menu form {
  text-align: center;
}

#sidebar_menu form table {
  margin: 0 auto;
  text-align: left;
}

#sidebar_menu form .text {
  width: 140px;
}

#footer {
  background: #362e2c url( 'images/footer_background.jpg' ) left top repeat-x;
  color: #ffffff;
  width: 924px;
  padding: 18px 18px 0 18px;
  margin: 0 auto;
  text-align: center;
}

#footer a {
	color: #ffffff;
}

#footer_links {
	font-size: 12px;
  padding-bottom: 8px;
}

#footer_links a {
  font-weight: bold;
}

#footer_links .secondary_links {
  padding-top: 8px;
  font-size: 12px;
}

#footer_links .secondary_links a {
  font-weight: normal;
}

#footer_copyright {
  font-size: 11px;
  padding-bottom: 18px;
}

#footer_copyright a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

#footer_copyright a:hover, #footer_copyright a:active {
  border-bottom: 1px solid;
}

#footer .adspace {
  width: 728px;
  height: 90px;
  margin: 0 96px 12px 96px;
}
