body {
  margin: 0px;
  background-image: url(/site/css/images/body-bg.gif);
  background-repeat: repeat;
  font-family: Arial;
  font-size: 0.75em;
  position: relative;
}

acronym {
  border: none;
  outline: none;
}

a {
  .outline: none;
}

a img {
  border: 0px;
}

.page a {
  color: #ef3e42;
  text-decoration: none;
}

#header {
  background-color: #2A2A2A;
  height: 69px;
  min-width: 961px;
  position: relative;
}

#header img {
  float: left;
}

#header ul {
  float: left;
  padding: 29px 0px 15px 2px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
}

#header ul li {
  float: left;
  padding: 0px 16px 0px 0px;
  margin: 0px 13px 0px 0px;
  background-image: url(/site/css/images/header-nav-divide.gif);
  background-repeat: no-repeat;
  background-position: right 9px;
}

#header ul li.last {
  background-image: none;
  padding-right: 0px;
  margin-right: 0px;
}

#header ul li a {
  float: left;
  color: #8C8C8C;
  text-decoration: none;
  padding: 2px 0px 2px 0px;
  border-top: solid 4px #2A2A2A;
  white-space: nowrap;
}

#header ul li a.selected {
  color: #BDD630;
  border-top: solid 4px #BDD630;
}

#header ul li a:hover {
  color: #ffffff;
  border-top: solid 4px #ffffff;
}

#header a.contact {
  overflow: hidden;
  line-height: 190px;
  width: 36px;
  height: 18px;
  display: block;
  background-image: url(/site/css/images/arrow-contact.png) !important;
  background-image: url(/site/css/images/arrow-contact.gif);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  bottom: -12px;
  left: 464px;
  z-index: 98;
  outline: none;
}

#header a.contactLink {
  cursor: pointer;
}
#header ul li ul {
  display: none;
  margin: 0px;
  padding: 15px 0px 23px 0px;
  position: absolute;
  top: 62px;
  left: 0px;
  width: 100%;
  background-color: #2A2A2A;
  background-image: url(images/subnav-dotted-bg.gif);
  background-repeat: no-repeat;
  background-position: 122px 4px;
  z-index: 100;
}

#header ul li ul li {
  clear: both;
  background-image: none;
  padding: 0px 0px 0px 120px;
  margin: 0px;
}

#header ul li ul li a {
  padding: 2px 0px 3px 0px;
  margin: 0px;
  border: 0px;
  color: #484848;
}

#header ul li ul li a strong {
  color: #FFFFFF;
}

#header ul li ul li.selected a ,
#header ul li ul li a:hover {
  border: 0px;
  color: #EE3A42;
}

#header ul li ul li.selected a strong,
#header ul li ul li a:hover strong {
  color: #BDD630;
}

ul.subnavigation:hover, ul.subnavigation li {
  display: block;
}

#container {
  width: 961px;
  background-color: #D4D4D4;
}

#content {
  float: left;
  width: 641px;
}

#content ul {
  margin-left: 0px!important;
  padding-left: 15px!important;
}

#content .profile li {
  list-style-image: none;
}

#content ul li {
  list-style-image: url(images/bullet-green.jpg);
}

#interior {
  padding: 30px 19px 0px 18px;
}

#rightcol {
  float: left;
  width: 320px;
  position: relative;
}

.panel .corner,
#rightcol .header-corner {
  position: absolute;
  z-index: 99;
  width: 32px;
  height: 32px;
  top: 0px;
  right: 0px;
  /*background-image: url(/site/css/images/edge/black.png) !important;*/
  background-image: url(/site/css/images/edge/black.gif);
}

#footer {
  clear: both;
  background-color: #C5C5C5;
  min-height: 250px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%;
}

#footer ul {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 21px 0px 0px 16px;
}

#footer ul li {
  float: left;
  display: inline;
  background-image: url(/site/css/images/footer-nav-divide.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0px 15px 0px 12px;
}

#footer ul li.last {
  background-image: none;
}

#footer ul li a {
  float: left;
  color: #454545;
  text-decoration: none;
}

#footer p {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 21px 25px 0px 0px;
  text-align: right;
  color: #FFFFFF;
}

#footer-seo {
   clear: both;
   margin: 20px;
   padding: 20px 0;
   text-transform: none;
   font-size: 11px; line-height: 150%;
}

.seo-divider {
  background: url(/site/css/images/seo-divider.gif) repeat-x;
  width: 295px!important;
  height: 10px;
  float: left;
  clear: both;
  padding-bottom: 15px;
}

#footer-column {
  width: 295px;
  float: left;
  margin-left: 10px;
  font=weight: bold;
  color: #454545;
}

#footer-column strong {
  text-transform: uppercase;
}

#footer-column a {
  outline: none;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

#homepage-bear {
  width: 115px; height: 150px;
  background: url(/site/css/images/fatso-3.png) no-repeat;
  z-index: 50;
  position: absolute; top: 305px; left: 540px;
}

.redirect {
  width: 603px; height: 70px;
  background: #fff; color: #878787;
  font-weight: bold;
  margin-top: 10px; padding-top: 20px;
}