/*--CONTENT STYLE LEVEL 2--
---------------------------------------------------*/

/*--CONTENT WRAPPER OUTTER STYLE--
---------------------------*/
#content-wrapper-outter {
  min-height: 353px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  background: #FFFFFF url(../images/content-wrapper-outter-bg.gif) repeat-y 0 0;
}

#content-wrapper-outter-image {
  position: absolute;
  margin: 36px 0;
}
/*--CONTENT WRAPPER INNER STYLE--
---------------------------*/
#content-wrapper-inner {
  background: url(../images/people-content-bg.png) repeat-y 0 0;
  position: relative;
  min-height: 353px;
}

#side-bar {
  width: 180px;
  float: left;
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 11px;
}

#side-bar li {
  margin: 4px 15px 7px 15px;
  padding: 0;
  list-style: none;
}

#side-bar a {
  color: #FFFFFF;
}

#side-bar a.current, #side-bar a.currentParent, #side-bar a:hover {
  color: #fca712;
  text-decoration: none;
}

#bread-crumb {
  position: absolute;
  top: 10px;
  left: 205px;
  font-size: 10px;
}

#bread-crumb a {
  margin-right: 5px;
}
/*--CONTENT--
---------------------------*/
#content {
  float: left;
  width: 449px;
  font-size: 11px;
  padding: 50px 0 0 20px;
}

#content h1 {
  color: #f8a654;
  font-size: 40px;
  font-weight: normal;
  padding: 0;
  font-family: Arial, sans-serif;
}

h2, h3 {
    color: #7682a0;
}

h3 {
    font-size: 11px;
    margin: 10px 0;
}

h4 {
    color: #fca712;
    font-size: 11px;
    font-weight: normal;
}

#legal-ease {
    left: 4px;
}

#content-left {
    float: left;
    padding: 330px 10px 0 30px;
    width: 200px;
    font-size: 11px;
}

#tblNews td {
    padding: 5px 0;
}

#content ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 10px 0;
}