html {
  background-color: transparent;
  height: 100%;
}

body {
  background: #d1d1d1 url(../img/bg_body.png) repeat-x top left;
  height: 100%;
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */

#body_container {
  background: url(../img/bg_container.gif) repeat-y top left;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  width: 900px;
}

#header {
  background: #fff url(../img/bg_header.gif) repeat-x top left;
  clear: both;
  height: 145px;
  position: relative;
}

#header img.logo {
  margin: 39px 0 0 32px;
}

#top_navigation {
  background: #fff url(../img/bg_topnav.gif) repeat-x top left;
  height: 71px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 556px;
}

#top_navigation li {
  float: left;
  font-weight: bold;
  height: 71px;
  text-transform: uppercase;
  width: 25%;
}

#top_navigation li:hover {
  background: url(../img/bg_topnav_hover.gif) repeat-x top left;
}

#top_navigation li.active {
  background: url(../img/bg_topnav_active.gif) repeat-x top left;
}

#top_navigation li a {
  background: url(../img/bg_topnav_border.gif) no-repeat top left;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 51px 0 8px 13px;
  text-decoration: none;
}

#footer {
  background: #878787 url(../img/bg_footer.gif) repeat-x top left;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  clear: both;
  height: 20px;
  margin: -20px auto 0 auto;
  text-align: left;
  width: 900px;
}

#footer img {
  float: right;
}

#footer p {
  color: #fff;
  float: left;
  font-size: 11px;
  padding-top: 3px;
  text-align: center;
  width: 344px;
}

#footer p a:link, 
#footer p a:visited {
  color: #fff;
}

#footer p a:hover, 
#footer p a:focus, 
#footer p a:active {
  color: #fff;
  text-decoration: none;
}

#photobar {
  background: #6466cb url(../img/bg_photobar.gif) repeat-x top left;
  border: 1px solid #4b4d99;
  clear: both;
  height: 200px;
  text-align: center;
}

#photobar img {
  background-color: #fff;
  border: 1px solid #4b4d99;
  display: inline;
  margin: 53px 1px;
  padding: 2px;
}

#container {
  background: url(../img/bg_container.gif) repeat-y top left;
  padding-bottom: 20px;
}

#left_navigation {
  background: transparent url(../img/bg_leftnav.png) no-repeat top left;
  float: left;
  min-height: 202px;
  padding: 27px 13px 27px 18px;
  width: 313px;
}

#left_navigation h2 {
  color: #ff9900;
  font-size: 19px;
  margin: 0 0 18px 12px;
}

#left_navigation h2 small {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

#left_navigation ul li {
  clear: both;
  font-size: 12px;
  padding: 9px 12px;
}

#left_navigation ul li:hover {
  background: url(../img/bg_leftnav_active.gif) repeat-x top left;
}

#left_navigation ul li.active {
  background: url(../img/bg_leftnav_active.gif) repeat-x top left;
  border: 1px solid #c3c3c3;
  margin: -1px;
}

#left_navigation ul li img {
  background-color: #fff;
  border: 1px solid #9d9d9d;
  float: left;
  margin-right: 12px;
  padding: 2px;
}

#left_navigation ul li a:hover img {
  border: 1px solid #000;
}

#left_navigation ul li h3 {
  font-weight: bold;
  padding: 3px 0;
  text-transform: uppercase;
}

#left_navigation ul li h3 a:link, 
#left_navigation ul li h3 a:visited {
  color: #6466CB;
  text-decoration: none;
}

#left_navigation ul li h3 a:hover, 
#left_navigation ul li h3 a:focus, 
#left_navigation ul li h3 a:active {
  color: #000;
  text-decoration: none;
}

#content {
  background: #fff;
  border-top: 8px solid #fff;
  float: left;
  margin-top: -8px;
  padding: 17px 13px;
  width: 530px;
}

#content h1 {
  color: #6466CB;
  font-size: 30px;
  margin: 0 0 17px 0;
}

#content h1 small {
  color: #000;
  font-size: 19px;
}

#content h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0 6px 0;
}

#content p {
  font-size: 12px;
  padding-bottom: 6px;
}

#content ul, 
#content ol {
  font-size: 12px;
  padding-bottom: 12px;
}

#content ul {
  margin-left: 22px;
}

#content ol {
  margin-left: 25px;
}

#content ul li {
  list-style-type: circle;
  padding-left: 3px;
}

#content ol li {
  list-style-type: decimal;
}

#content a:link, 
#content a:visited {
  color: #ff7800;
}

#content a:hover, 
#content a:focus, 
#content a:active {
  text-decoration: none;
}

#content form {
  background-color: #E8E8E8;
  float: left;
  padding: 6px 6px 3px 6px;
}

#content form label {
  clear: both;
  color: #878787;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 3px 3px 1px;
}

#content form input {
  margin-bottom: 6px;
}
