/*********************************************
					GENERAL
*********************************************/
body {background-color:#fff;margin:0px;padding:0;text-align:left;}

.containermain {width:auto;margin:0 auto;text-align:left;background-image:none;}

.readMore {display:none;}
.readMore a {background-image:none;}


/**** Middle ****/
.middle {background-image:one;width:auto;margin:0px;padding:0px;height:100%;}
*:first-child+html .middle {width:100%;}
* html .middle {width:100%;}

/*********************************************
					HEADER
*********************************************/

.header {height:136px;background-image:none;}

.sitesearch {display:none;} 

.pagetools {display:none;}

.nav1 {display:none;}

.header .menu {display:none;}

.header .nav2 {display:none;}

.header .subnav_menu {display:none;}

/*********************************************
					LEFT SIDE
*********************************************/

.leftside {display:table-cell;padding:6px 20px 0 7px;width:251px;}

/*********************************************
					MAIN 
*********************************************/

.mainbodyB {display:table;} /* Strict table nesting for Safari */
.mainbodyA {display:table-row;} /* Strict table nesting for Safari */
.mainbody {display:table-cell;height:100%;padding:0px 20px 0px 0px;} /* Prevent .mainbody content from wrapping around left and right columns without setting a width -- display:table-cell for non IE<8, height:100% for IE<8 (triggers a bug in IE6) */
*:first-child+html .mainbody {width:auto;}
* html .mainbody {width:auto;} 

/*********************************************
					RIGHT SIDE
*********************************************/

.rightside {display:none;}

/*********************************************
					SECTION
*********************************************/

/**** Bios ****/
body.bioslisting .mainbody {padding:0px;}

body.biosdetail .leftside {padding:6px 20px 0 7px;width:183px;}
body.biosdetail .contact .vcard {display:none;}
body.biosdetail .leftside .image img {display:block;background-image:none;padding:0 0px 20px 0;}

body.biosdetail .rightside {display:block;}
body.biosdetail .rightside .relatedlinks {display:none;}

body.biosdetail .viewmore {display: none;}
body.biosdetail .readMoreCollapsed {display: none;}
body.biosdetail .signup  {display: none;}

/**** Careers ****/
body.careerslanding .middle {margin-left:0px;padding:0;}

body.careerslanding .sideImage {display:none;}
	
/*********************************************
					FOOTER
*********************************************/

.footerB {display:none;}
