.box {
  position: relative;
  float: left;
  width: 660px;
  margin: 0 0 14px 0;
}

.big {
  width: 680px;
}

.border {
  width: 644px;
  border: 1px solid #b3b6b9;
  padding: 7px;
}

.nomenu .box,
.left .box {
  width: 665px;
}

.background {
  background: #f7f7f7;
  color: #8e8d8d;
}

.rightcol {
  margin: 1px 0 0 0;
  width: 242px;
  padding: 8px 18px;
  position: static;
}

.rightcol h1 {
  font-size: 16px;
  color: #3b3b3b;
}

.rightcol a {
  text-decoration: underline;
  font-weight: bold;
  color: #8e8d8d;
}

.head {
  margin-bottom: 0;
}
*html .head {
  margin-bottom: -3px;
}

.notopimage {
  margin-bottom: 0;
  height:68px;
  background: #c5c6c8;
}
*html .notopimage {
  margin-bottom: 0;
}

.box .top{
  top: 4px;
  right: 1px;
  position:absolute;
}

.box .link {
  /*padding: 4px;*/
  bottom: 10px;
  right: 5px;
  position:absolute;
}

*html .box .link {
  right: -1px;
  bottom: 5px;
  padding: 4px;
}

.box p a {
  font-weight: bold;
  color: #666;
}


.box .bottomlink{
  padding: 4px;
  bottom: 5px;
  right: 3px;
  position:absolute;
}


.box .toplink{
  padding: 4px;
  top: 23px;
  right: 23px;
  position:absolute;
}

.box .toplink a,
.box .link a {
  padding: 2px 8px;
  border: 1px solid #b3b6b9;
  background: #edeff2;
  color: #3b3b3b;
  text-decoration: none;
  margin: 0 3px 0 6px;
}


.box .linkimage {
  bottom: 5px;
  right: 7px;
}


*html .box .linkimage {
  bottom: 0px;
  right: 3px;
}

.box .linkimage a {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.box .bottomspacer {
  height:25px;
  margin:0 0 0 180px;
}

.content .images {
  float: left;
  width: 168px;
  /*margin-bottom: -25px;*/
  font-size: 11px;
  font-weight: bold;
}

.content .images img {
  margin: 0 0 1px 0;
  width: 167px;
}

.content h2,
.content .text {
  color: #282828;
  margin: 0 45px 0 180px;
}

.content .text {
  margin-bottom: 25px;
  padding-top: 3px;
}

.noimage h2,
.noimage .text{
  margin-left: 0;
}

.content .full {
  margin-right: 0;
}

*html .content .text {
  height: 1%;
}

.content h2,
.content h1 {
  margin-bottom: 3px;
}


.box .icon {
  position: absolute;
  top: 7px;
  right: 7px;
}
.box h1 {
  line-height: 27px;
  margin: 0 0 3px 0;
  padding: 0;
}

/*** newsletter button */
.box .submitnl {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 86px;
  height: 21px;
  border: 1px solid #b3b6b9;
  background: #edeff2;
  color: #3b3b3b;
  text-decoration: none;
}
/*** newsletter button */


/*** career */
.career img {
  float: left;
}
.career h5,
.career h2,
.career .text {
  margin: 0 0 0 181px;
}
.career h5 {
  margin-bottom: 3px;
}
.list h2 {
  margin-bottom: 25px;
}
* html .list img {
  margin-bottom: -25px;
}
* html .career .text {
  height: 1%;
}
/*** career end */