/* People */
/*------------------------------------------------------------*/
#PeopleTitle 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       15px;
  width:      840px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  color:#006892; 
}

#PeopleIntro, PeopleIntro_empty 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       20px;
  width:      785px;			/* width of whole page */
  height:     40px;			/* width of whole page */
  clear:      both;
  float:      none;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  letter-spacing:1px;
  line-height: 20px;
  /* color:#006892; */
  color:#494949;}

#PeopleIntro_empty
{
  height:     10px;			/* width of whole page */
}


#People 
{
  display:    block;
  position:   relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top:        0px;
  left:       10px;
  width:      830px;			/* width of whole page */
  height:     335px;			/* width of whole page */
  clear:      both;
  float:      left;
  /*overflow:   auto;	/* This chops off any overhanging divs */
  overflow: auto;
  border: 0px solid #AAAAAA;
}

.PeopleForm 
{
  position:   relative;
  width: 785px;
  height: 220px;
  margin: 5px;
  clear: both;
  /*border-Top: 1px solid #666666;*/
  border: 1px solid #AAAAAA;
}
.PeopleLeft
{
  clear: both;
  float: left;
  margin: 15px 0px 0px 10px;
  width: 140px;
  height: 190px;
  border: 1px solid #AAAAAA;
  background-position: center center; 
  background-repeat: no-repeat;
}

.PeopleCenter
{
  float: left;
  margin: 15px 0px 0px 0px;
  width: 620px;
  height: 185px;
  border: 0px solid #000000;
  overflow: hidden;
  padding: 3;
}

.PeopleCenter_Sub_Bullet
{
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 15px;
  height: 180px;
  border: 0px solid #000000;
  text-align:center;
  vertical-align:top;
}

.PeopleCenter_Sub_Title
{
  position: relative;
  margin: 0px 0px 0px 0px;
  width: 590px;
  height: 20px;
  border: 0px solid #FF4040;
  font-family: "Verdana";
  font-size: 14px;
  font-weight:bold;
  text-align:left;
  color:#006892;
  float: left;
}

.PeopleCenter_Sub_Web
{
  position: relative;
  margin: 0px 0px 0px 0px;
  width: 590px;
  height: 15px;
  border: 0px solid #FF4040;
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  text-align:left;
  color:#000000;
  float: left;
}

.PeopleCenter_Sub_Web_Left
{
  position: relative;
  margin: 0px 0px 0px 0px;
  width: 295px;
  height: 15px;
  border: 0px solid #C0C000;
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  text-align:left;
  color:#000000;
  float: left;
}
IMG.PeopleCenter_Sub_Web_Left
{
  position: absolute;
  left:-28;
  width: 19px;
  height: 15px;
  top:0;
  margin:0;
}
A.PeopleCenter_Sub_Web
{
  position: absolute;
  left:28;
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  color:#000000;
  text-decoration:none;  
}
A.PeopleCenter_Sub_Web:hover
{
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  color:#000000;
  text-decoration:underline;
}

.PeopleCenter_Sub_Web_Right
{
  position: relative;
  margin: 0px 0px 0px 0px;
  width: 295px;
  height: 15px;
  border: 0px solid #0000C0;
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  text-align:right;
  color:#000000;
  float: left;
}
IMG.PeopleCenter_Sub_Web_Right
{
  position: absolute;
  right:-30;
  width: 20px;
  height: 15px;
  top:0;
  margin:0;
}


A.PeopleCenter_Sub_Mail
{
  position: absolute;
  right:30;
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  color:#000000;
  text-decoration:none;  
}
A.PeopleCenter_Sub_Mail:hover
{
  font-family: "Verdana";
  font-size: 10px;
  font-weight:normal;
  color:#000000;
  text-decoration:underline;
}

.PeopleCenter_Sub_Content
{
  margin: 0px 0px 0px 0px;
  width: 590px;
  height: 150px;
  border: 0px solid #80F55F;
  overflow:   hidden;
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  text-align:left;
  line-height: 20px;
  color:#666666;
}

A.PeopleCenter_Sub_Content
{
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  color:#666666;
  text-decoration:none;  
}
A.PeopleCenter_Sub_Content:hover
{
  font-family: "Verdana";
  font-size: 12px;
  font-weight:normal;
  color:#000000;
  text-decoration:underline;
}
