/*
-- COMPANY PROFILE stylesheet -- 
Styles for company profile pages
-------------------------------------------------------------*/

/* General overrides */

h1 {
  margin-bottom: 15px;
}

h1 span {
  color: #600;
}

p {
  margin-top: 0;
}

img.left {
  margin-right: 10px;
}

img.right {
  margin-left: 10px;
}

/* Structure & Layout */

#company_profile {
  position: relative;
}

#cols_wrap {
  float: left;
  width: 720px;
  padding: 15px;
  position: relative;
  background: url(../images/bg_tan_fade.png) repeat-x;
}

#main {
  float: left;
  width: 672px;
  line-height: 1.6;
  background: url(../images/1x1f0f0e4.gif ) center repeat-y;
}

#main #description {
  width: 320px;
  float: left;
}

#main #key_info {
  width: 320px;
  float: right;
}

#main img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

#sidebar {
  position: absolute;
  top: 15px;
  right: 0;
}

#sidebar .box {
  background: url(../images/bg_light_tan_roundbox265.png) -530px repeat-y;
  margin-bottom: 35px;
  width: 265px;
}

#sidebar .box h4, #sidebar .box ul {
  margin: 0;
  padding: 0;
}

#sidebar .box h4 {
  color: #600;
  position: relative;
  background: transparent url(../images/bg_light_tan_roundbox265.png) 0 0 no-repeat;
  height: 36px;
  top: -10px;
  padding: 8px 10px 0;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar .box h4 span {
  color: #000;
  display: block;
  font-weight: bold;
}

#sidebar .box ul {
  list-style: none;
  position: relative;
  font-size: 11px;
  top: -5px;
}

#sidebar .box li {
  color: #aaa;
  padding: 0 10px;
  line-height: 18px;
  position: relative;
}

#sidebar .box li a, #sidebar #key_content.box li.last a {
  background: url(../images/gray_bullet.gif) 0 6px no-repeat;
  padding-left: 12px;
  display: block;
}

#sidebar .box li.last {
  position: relative;
  bottom: -15px;
  padding-bottom: 8px;
  list-style: none;
  margin-top: -14px;
  background: url(../images/bg_light_tan_roundbox265.png) -265px bottom no-repeat;
}

#sidebar .box li.more a {
  margin-top: 6px;
  background: none;
  padding-left: 0;
}

#sidebar #key_content.box li.last {
  margin-top: -16px;
  padding: 0 10px 8px 10px;
}

#sidebar #print_ads.box {
  width: 271px;
  position: relative;
  left: -3px;
  background: url(../images/bg_tanbox_shadow265.png) -542px 0 repeat-y;
}

#sidebar #print_ads.box h4 {
  background: url(../images/bg_tanbox_shadow265.png) 0 0 no-repeat;
  top: -8px;
}

#sidebar .ads_wrap {
  width: 271px;
  background: url(../images/bg_tanbox_shadow265.png) -271px bottom no-repeat;
  position: relative;
  bottom: -8px;
  padding-bottom: 8px;
}

#sidebar .ads_wrap img {
  border: 1px solid #999;
  margin: 0 auto 5px;
  display: block;
}

#sidebar .box .ads_wrap li a {
  background: none;
  padding: 0;
}

#sidebar .ads {
  margin: 0 auto;
}

#sidebar .ads ul {
  list-style: none;
}

#sidebar .ads li {
  height: 110px;
  width: 125px;
  text-align: center;
  background: url(../images/sunburst.png) 50% 0 no-repeat;
}

#sidebar .controls a {
  display: block;
  height: 41px;
  width: 22px;
  position: absolute;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  background: url(../images/print_ad_arrows.png) no-repeat;
}

#sidebar .controls a.prev {
  left: 40px;
  background-position: 0 0;
}

#sidebar .controls a.next {
  right: 40px;
  background-position: -22px 0;
}

#sidebar .controls a.prev:hover {
  background-position: 0 -41px;
}

#sidebar .controls a.next:hover {
  background-position: -22px -41px;
}

