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

/*--CONTENT STYLE--
---------------------------*/
#content-wrapper {
  position: relative;
  width: 943px;
  background: #fff url(../images/content-wrapper-bg.gif) repeat-y 0 0;
  padding-bottom: 60px;
}

#content {
  width: 763px;
  float: right;
  position: relative;
}

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

h3, h3 a {
    font-size: 11px;
    margin: 10px 0;
    color: #7682a0;
}

.newsFeature h3 {
    margin: 0;
}

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

h2, h2 a {
  color: #7682a0;
}

#content-inner {
  width: 649px;
  margin: 45px 30px 0 30px;
}

#content-header {
  height: 72px;
  background: url(../images/content-header-bg.gif) repeat-x 0 0; 
}

#content-header img {
  position: relative;
  top: 0;
  left: 28px;
}

#contact-table {
  position: relative;
  width: 100%;
  margin: 35px 0 0 0;
}

#contact-table .textInput {
  width: 426px;
}

#contact-table label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  font-size: 11px;
}

i {                     /*Styles the Blue astrix on the table labels*/
  color: #0000FF;
  font-size: 150%;
}

#content-left {
  width: 426px;
  margin: 0 0 0 30px;
  padding: 0;
}

#content-right-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  color: #000000;
  font-weight: bold;
}

#content-right-list h2 {
  margin: 0 0 0 10px;
  padding: 17px 0 0 0;
  font-size: 12px;
}

#content-right-list li {
  margin: 0 0 0 25px;
  padding: 0;
}
/*--SIDE BAR STYLE--
---------------------------*/
#side-bar {
  width: 180px;
  float: left;
}

#side-bar h2 {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 0 0 16px;
  padding: 17px 0 0 0;
  font-size: 12px;
}
#side-bar ul {
  margin: 8px 0 0 0;
  padding: 0 0 20px 0;
  list-style: none;
}

#side-bar li {
  margin: 4px 15px 0 15px;
  padding: 0;
  font-size: 90%;
}
#side-bar ul li ul {padding-bottom: 2px;}

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

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

/*--PEOPLE PAGE STYLE--
---------------------------*/
body#people #lightbox-wrapper {
  width: 648px;
  position: absolute;
  left: 250px;
  top: 73px;
  height: 472px;
  z-index: 520;
  background: url(../images/people-lightbox-bg-top.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
  display: none;
}

body#people #lightbox-wrapper-inner {
  width: 648px;
  background: url(../images/people-lightbox-bg.png) repeat-y 0 0;
  height: 476px;
  margin-top: 8px;
}

body#people #lightbox {
  width: 648px;
  height: 476px;
  background: url(../images/people-lightbox-bg-bottom.png) no-repeat bottom left;
  padding-bottom: 12px;
}

body#people #lightbox-close {
  position: absolute;
  top: 4px;
  right: 12px;
}

body#people #lightbox-inner {
  margin: 8px 40px 0 14px;
  padding-top: 25px;
  height: 400px;
  width: 578px;
}

body#people #lightbox-inner h3, #lightbox-inner em, #lightbox-inner h4 {
  color: #014eb2;
}

body#people #lightbox-inner h3 {
  font-size: 16px;
}

body#people #lightbox-inner em {
  font-size: 11px;
}

body#people #lightbox-inner h4 {
  font-size: 13px;
  margin-top: 12px;
}

#vcard {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: url(../images/people-lightbox-vcard.gif) no-repeat left center;
  padding-left: 30px;
  color: #FFFFFF;
  text-decoration: none;
}

body#people #lightbox-content {
  overflow: scroll;
  width: 392px;
  height: 100%;
  float: right;
}

body#people form {
  margin: 20px 0 60px 0;
  font-size: 12px;
}

body#people label {
  float: left;
  width: 220px;
  margin: 4px 0 0 0;
}

body#people select {
  margin: 4px;
  z-index: 2;
}

body#people h1 {
  margin: 0;
}

body#people h2 {
  font-size: 14px;
  color: #fca712;
  margin: 0 0 10px 0;
  padding: 0;
}

.search-result {
  display: block;
  float: left;
  width: 33%;
}

table#people-list {
    padding: 10px 0;
}

table#people-list td {
    padding: 5px;
    border-bottom: 1px solid #000;
}

table#people-list thead td {
    background: #1a2e60;
    color: #fff;
}

#tblPeopleSearch td {
    padding: 5px 0;
}

#tblPeopleSearch select, #tblPeopleSearch #peopleSearch {
    width: 300px;
}

#legal-ease {
  left: 5px;
}

#bread-crumb {
 /* position: absolute;
  top: 90px;
  left: 30px;
  */
  margin: 15px 0 0 30px;
  font-size: 10px;
}

#bread-crumb a {
  margin-right: 5px;
}