/* Author: Ben Brock                      LJG Partners 6/8/2008 */
/* SENTRE PARTNERS About - Partner Bios css elements            */
/****************************************************************/


/******************************************************************************
* Main table / layout
******************************************************************************/
.about_bio_table {width: 100%;}
.about_side_nav {width: 237px;}
.about_middle_spacer {width: 40px;}
.about_bio_content {width: 677px; line-height: 150%;}
.about_bio_content2 {width: 400px; line-height: 150%;}

/******************************************************************************
* Photo stuff 
******************************************************************************/
.photo_wrapper_left {
  width: auto;
  float: left;
	padding-bottom: 5px;
}
.photo_wrapper_right {
  width: auto;
  float: right;
	padding-bottom: 5px;
}
.photo_wrapper_left .photo_container {padding: 0px 10px 5px 0px;}
.photo_wrapper_right .photo_container {padding: 0px 0px 5px 10px;}
.photo_border {
  padding: 3px;
  border: 1px solid #ccc;
}


/* New Main Table */
div.about_bio_main {width: 100%; margin: 0 auto 0 auto; line-height: 150%; text-align: left;}
div.about_bio_main p {padding-bottom: 15px;}

/******************************************************************************
* Left navigation table
******************************************************************************/
.about_bio_nav2 {width: 100%;}
.about_bio_nav2 .nav_option {
  height: 69px;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  cursor: pointer;
	padding-left: 30px;
}
.about_bio_nav2 .nav_option_on {
  height: 69px;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #DDD;
  cursor: pointer;
	padding-left: 30px;
	background-color: #ccc;
	color: #669900;
}
.about_bio_nav2 .nav_option_on a {color: #669900;}
.about_bio_nav2 .nav_option_on h1 {color: #669900;}
.about_bio_nav2 .option_name {
  font-family: Georgia;
  font-size: 15px;
  font-weight: normal;
  line-height: 110%;
}

/******************************************************************************
* More Bios navigation table
******************************************************************************/
.about_bio_nav {width: 100%;}
.about_bio_nav .nav_option {
  height: 69px;
  width: 25%;
  vertical-align: middle;
  border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
  cursor: pointer;
	padding-left: 30px;
}
.about_bio_nav .nav_option_on {
  height: 69px;
  width: 25%;
  vertical-align: middle;
  border-top: 1px solid #DDD;
	border-left: 1px solid #ccc;
  cursor: pointer;
	padding-left: 30px;
	background-color: #ccc;
	color: #669900;
}
.about_bio_nav .nav_option_on a {color: #669900;}
.about_bio_nav .nav_option_on h1 {color: #669900;}
.about_bio_nav .option_name {
  font-family: Georgia;
  font-size: 15px;
  font-weight: normal;
  line-height: 110%;
}
