@charset "utf-8";

/******************************************************************************
	about.css for MANA
 ******************************************************************************/

/*------------------------------------------------------------------------------*
	logo titleBG
 *------------------------------------------------------------------------------*/

#about #logo{ background-image: url(../images/title/t_about_message.jpg); }

#aoWPI #logo{ background-image: url(../images/title/t_about_wpi.jpg); }
#aoIndex #logo{ background-image: url(../images/title/t_about_ourgoal.jpg); }
#aoNanoarchitectonics #logo{ background-image: url(../images/title/t_about_nano.jpg); }
#asOrganization #logo{ background-image: url(../images/title/t_about_organization.jpg); }
#sIndex #logo{ background-image: url(../images/title/t_about_satellite.jpg); }
#aeIndex #logo{ background-image: url(../images/title/t_about_environments.jpg); }
#aeFacilities #logo{ background-image: url(../images/title/t_about_facilities.jpg); }
#aeSupport #logo{ background-image: url(../images/title/t_about_support.jpg); }
#aaIndex #logo{ background-image: url(../images/title/t_about_advisor.jpg); }


/*------------------------------------------------------------------------------*
	content
 *------------------------------------------------------------------------------*/
#content
{
}


/*------------------------------------------------------------------------------*
	container
 *------------------------------------------------------------------------------*/
#container
{
}

#container.profile #main
{
	padding-right: 20px;
	width: 570px;
	background-color: #FFF;
}

#container.profile ul
{
  padding-left:   20px;
}


/*------------------------------------------------------------------------------*
	localNavi color
 *------------------------------------------------------------------------------*/
#localNavi ul li a,
#localNavi ul li span
{
	background: url(../images/line/borderGB_about.gif) no-repeat center bottom #FFF;
}

#localNavi li.parent a
{
	background: url(../images/line/borderGB_about.gif) no-repeat center bottom #FFF;
}

#localNavi ul li a.active
{
	background: url(../images/line/borderGB_about.gif) repeat;
}

#localNavi ul li.parent a.active
{
	background: url(../images/line/borderGB_about.gif) repeat;
}

#localNavi ul li a.open
{
	background: url(../images/line/borderGB_about.gif) no-repeat center bottom #FFF;
}

#localNavi ul li a:hover,
#localNavi ul li a:hover span,
#localNavi ul li a.current
{
	background: url(../images/line/borderGB_about.gif) repeat;
}


/*------------------------------------------------------------------------------*
	main
 *------------------------------------------------------------------------------*/
#main
{
}

#main h3
{
	color: #A00;
}

#main #pagetitle
{
	background: url(../images/line/borderGB_about.gif) no-repeat left bottom;
	color: #3F339B;
 }
 
#main h4.noline
{
	margin: 0;
	padding: 0;
	background: none;
}

#main ol li
{
  text-decoration: none;
  font-weight: normal;
}

#main ol li span
{
  font-weight: bold;
  color: black;
}

#main .nims
{
	font-size: 100%;
	font-weight: bold;
	color: #24A;
}

/*=== exampleSection ===*/
#main .exampleSection
{
}

#main .exampleSection dl
{
	margin: 10px 0 -1em 0;
	padding: 0 0 0 0;
	line-height: 1.2;
	overflow: hidden;
}* html #main .exampleSection dl { overflow: visible; height: 1%; }

#main .exampleSection dt
{
	color: #A00;
	width: 6em;
	float: left;
}

#main .exampleSection dd
{
	margin: 0 0 0 6.5em;
}

#main .exampleSection ul
{
	margin-left: 1em;
	padding-left: 1em;
}

#main .exampleSection li
{
	font-weight: bold;
	margin-bottom: 1em;
}

#main .exampleSection li span
{
	font-weight: normal;
	font-size: 90%;
}

/*=== advisorSection ===*/
#main .advisorSection
{
	margin-top: 10px;
	padding: 0 0 10px 0;
	background: url(../images/peopleSectionBG.gif) center bottom #FFF;
	line-height: 1.2;
	overflow: hidden;
}* html #main .advisorSection { overflow: visible; height: 1%; }

#main .advisorSection div
{
	margin: 0 0 0 0;
	overflow: hidden;
	float: left;
	width: 275px;
}* html #main .advisorSection div{ width: 273px; }


#main .advisorSection div img
{
  margin: 10px;
	display: block;
	width: 90px;
	height: 90px;
	float: left;
}* html #main .advisorSection div img { margin-left: 5px; }

#main .advisorSection div div
{
	margin-left: 120px;
	width: 145px;
	overflow: visible;
	float: none;
}

#main .advisorSection div a
{
	font-size: 120%;
	font-weight: bold;
}

#main .advisorSection div p
{
	font-size: 90%;
	margin: 5px 0 0 0;
}

#main .advisorSection .advisorName
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
}

#main .roleSection
{
	padding: 0 0 15px 0;
	overflow: hidden;
}* html #main .roleSection{ overflow: visible; height: 1%; }

/*=== mainSection ===*/
#main .mainSection
{
	width: 380px;
	float: left;
}

/*=== subSection ===*/
#main .subSection
{
	margin: 0 0 0 400px;
	padding: 0 0 10px 20px;
	width: 150px;
	background: url(../images/vLineBG.gif) repeat-y;
	font-size: 90%;
	line-height: 1.3;
}* html #main .subSection{ margin-left: 390px; }


#main .subSection dt,
#main .subSection p
{
	margin-bottom: 5px;
	color: #888;
	font-size: 80%;
}

#main .link
{
	margin-top: 1.5em;
	font-size: 85%;
	line-height: 1.3;
}

/*=== WPI Program ===*/
#main table.wpiprogram
{
	margin-left: auto;
	margin-right: auto;
  text-align: center;
  padding-top: 10px;
}

#main table.wpiprogram th
{
  padding: 5px;
  border-collapse: collapse;
  border-spacing: 2px;
  color: #FFFFFF;
  background-color: #425372;
  border: 1px solid #EEEEEE;
}

#main table.wpiprogram td
{
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 2px;
  color: #000000;
  background-color: #DEE6ED;
  border: 1px solid #EEEEEE;
}



/*------------------------------------------------------------------------------*
	rightSection
 *------------------------------------------------------------------------------*/
#rightSection
{
	margin-top: 10px;
	width: 150px;
	font-size: 90%;
	float: right;
}

#rightSection dl
{
	line-height: 1.2;
}

#rightSection dt
{
	margin-top: 10px;
	color: #A00;
	font-size: 100%;
	font-weight: bold;
}

#rightSection dd
{
	font-size: 90%;
}

#rightSection ul
{
	margin-left: 5px;
	padding-left: 1em;
}

#rightSection a span
{
	line-height: 1.4;
}


/*------------------------------------------------------------------------------*
	leftSection
 *------------------------------------------------------------------------------*/
#leftSection
{
	padding-top: 10px;
	width: 405px;
	background: url(../images/vLineBG.gif) repeat-y right top transparent;
}

/*=== miniBox ===*/
#main #leftSection .miniBox
{
	background: url(../images/sectionBoxMiniBG.gif) no-repeat center bottom;
}

#main #leftSection .miniBox dt
{
	font-size: 110%;
	padding: 10px 0 5px 0;
	line-height: 1.2;
}

/*------------------------------------------------------------------------------*
	profileSection
 *------------------------------------------------------------------------------*/
#profileSection
{
	margin: 30px 20px 0 0;
	width: 170px;
	float: right;
}


#profileSection img
{
  padding: 0 20px;
}

#profileSection dl
{
	line-height: 1.2;
	padding: 0 20px 10px 20px;
}

#profileSection dt
{
	padding: 2px 0;
	color: #A00;
	font-size: 100%;
	font-weight: bold;
}

#profileSection dd
{
	font-size: 90%;
}


/*------------------------------------------------------------------------------*
	goal Box
 *------------------------------------------------------------------------------*/
.goalBox
{
	margin: 20px;
	padding: 10px;
	border:#000 solid 1px;
	background-color:#DCDCDC;
	font-size: 110%;
}


/*------------------------------------------------------------------------------*
	aoIndex
 *------------------------------------------------------------------------------*/
#aoIndex
{
}

#aoIndex h4
{
	padding: 0 0 5px 1.5em;
	text-indent: -1.5em;
	font-size: 100%;
	line-height: 1.1;
	color: #A00;
}


/*------------------------------------------------------------------------------*
	aoNanoarchitectonics
 *------------------------------------------------------------------------------*/

#aoNanoarchitectonics ol
{
	font-weight: bold;
	padding-left: 30px;
}

#aoNanoarchitectonics ol span
{
	font-weight: normal;
	font-size: 90%;
	color: gray;
}

#aoNanoarchitectonics .nanoImage
{
	margin-top: 10px;
	width: 530px;
	overflow: hidden;
}* html #main .imageSection { overflow: visible; height: 1%; }

#aoNanoarchitectonics .nanoImage p
{
	font-size: 85%;
	line-height: 1.3;
}

#aoNanoarchitectonics .nanoImageL
{
	float: left;
}

#aoNanoarchitectonics .nanoImageR
{
	float: right;
}

#aoNanoarchitectonics .nanoImage2
{
	margin: 10px auto;
	width: 516px;
	overflow: hidden;
}* html #main .imageSection { overflow: visible; height: 1%; }

#aoNanoarchitectonics .nanoImage2 p
{
	font-size: 85%;
	line-height: 1.3;
}


#aoNanoarchitectonics .nanoImage2 .nanoImage2R
{
	float: right;
}

#aoNanoarchitectonics .Image1{ width: 251px; }
#aoNanoarchitectonics .Image2{ width: 251px; }
#aoNanoarchitectonics .Image3{ width: 172px; }


#aoNanoarchitectonics .aoBox
{
	margin-bottom: 40px;
}


/*------------------------------------------------------------------------------*
	aeSupport
	asRole
 *------------------------------------------------------------------------------*/
#aeSupport #container h3,
#asRole #container h3
{
	padding: 0 0 2px 0;
	color: #333;
	font-size: 120%;
	background: url(../images/h4BG.gif) repeat-x left bottom transparent;
	border: none;
}

#aeSupport #container h5
{
	font-size: 120%;
	color: #A00;
}

#aeSupport #container ul
{
	margin-top: 10px;
	padding: 10px 10px 10px 30px;
	background-color: #F2EEE4;
}

/*------------------------------------------------------------------------------*
	aaIndex
 *------------------------------------------------------------------------------*/
#aaIndex #main .peopleSection div div
{
	margin-left: 15px;
	width: 210px;
	overflow: visible;
	float: none;
}

/*------------------------------------------------------------------------------*
	aoIndex
 *------------------------------------------------------------------------------*/
#aoIndex #main .photoC1
{
	width: 550px;
	text-align: center;
	margin: 20px 0;
}


/*------------------------------------------------------------------------------*
	aeFacilities
 *------------------------------------------------------------------------------*/
#aeFacilities #main ul
{
	margin: 0 0 0 2em;
}

#aeFacilities #main ol
{
	margin: 0 0 0 3em;
}

#aeFacilities #main #facilities dt
{
	font-weight: bold;
	color: #A00;
}

#aeFacilities #main .rightW
{
	margin: 10px 0px 10px 10px;
	float: right;
	width: 200px;
}

#aeFacilities #main .rightH
{
	margin: 10px 0px 10px 10px;
	float: right;
	width: 150px;
}

#aeFacilities #main .rightH p,
#aeFacilities #main .rightW p
{
	margin: 0;
	padding: 0;
	line-height: 1.1;
}


/*------------------------------------------------------------------------------*
	aeIndex
 *------------------------------------------------------------------------------*/
#aeIndex .link
{
	 margin-top: 0;
}



/*------------------------------------------------------------------------------*
	asOrganization
 *------------------------------------------------------------------------------*/
#asOrganization #org
{
	background: url(../about/images/orgBG.png) no-repeat;
	height: 900px;
	line-height: 1.2;
	position: relative;
	font-size: 90%;
}

#asOrganization #org h4,
#asOrganization #org h5
{
	position: absolute;
	text-indent: -9999px;
	background: none;
}

#asOrganization #org img
{
	margin-right: 5px;
	display: block;
	float: left;
	border: solid 1px #DDD;
}

/*--- director ---*/
#asOrganization #org #director
{
	position: absolute;
	left: 127px;
	top: 4px;
	width: 235px;
	height: 50px;
	overflow: hidden;
}
#asOrganization #org #director div
{
	padding: 4px 10px;
}
#asOrganization #org #director p
{
	position: absolute;
	top: 25px;
	left: 65px;
}

/*--- admin ---*/
#asOrganization #org #admin
{
	position: absolute;
	left: 373px;
	top: 4px;
	width: 190px;
	height: 50px;
	overflow: hidden;
}* #asOrganization #org #admin{ width: 300px; }
#asOrganization #org #admin div
{
	padding: 4px 10px;
}
#asOrganization #org #admin dl
{
	position: absolute;
	top: 25px;
	left: 65px;
}
#asOrganization #org #admin dt
{
	margin: 0;
	padding: 0;
}
#asOrganization #org #admin dd
{
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 80%;
	color: #AAA;
}

/*--- duputy ---*/
#asOrganization #org #duputy
{
	padding-left: 3px;
	position: absolute;
	left: 160px;
	top: 60px;
	width: 410px;
}
#asOrganization #org #duputy .duputy
{
	padding-top: 16px;
	float: left;
	height: 45px;
	overflow: hidden;
}

#asOrganization #org #duputy #YB{ width: 125px; }
#asOrganization #org #duputy #EM{ width: 160px; }
#asOrganization #org #duputy #YS{ width: 125px; }

#asOrganization #org #duputy p
{
	padding-top: 12px;
}

/*--- nims15 ---*/
#asOrganization #org #nims15
{
	position: absolute;
	left: 182px;
	top: 158px;
	width: 380px;
	height: 370px;
}

/*--- sate7 ---*/
#asOrganization #org #sate7
{
	position: absolute;
	left: 182px;
	top: 650px;
	width: 380px;
}

/*--- peopleList ---*/
#asOrganization #org .peopleList
{
	margin: 1px 5px;
	width: 180px;
	height: 55px;
	float: left;
	overflow: auto;
}
*html #asOrganization #org .peopleList
{
	margin: 1px 3px;
}
#asOrganization #org .peopleList dt
{
	line-height: 1.3;
}
#asOrganization #org .peopleList dd
{
	margin-left: 47px;
	line-height: 1.1;
	font-size: 80%;
	color: #555;
}

/*--- young ---*/
#asOrganization #org #young
{
	position: absolute;
	left: 10px;
	top: 222px;
	width: 140px;
}

#asOrganization #org #young li
{
	padding-left: 20px;
	list-style: none;
	line-height: 1.4;
}


/*------------------------------------------------------------------------------*
	sIndex
 *------------------------------------------------------------------------------*/

/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
	margin-top: 10px;
	font:lighter 11px/1.3 Verdana, Arial,sans-serif;
	text-decoration:none;
	text-align:center;
	border-bottom: 1px solid #DDD;
}

.tooltip span.top, .tooltip span.middle{
	padding: 2px 3px;
	background-color: #B00;
	color: #FFF;
	font-size: 80%;
}

.tooltip span.middle{
	background-color: #900;
}

.tooltip strong.bottom{
	padding:3px;
	color: #548912;
	background-color: #FFF;
}

#sIndex #map1{
	margin-top: 80px;
}

/*------------------------------------------------------------------------------*
	footer
 *------------------------------------------------------------------------------*/
#footer
{
	background: url(../images/line/borderGB_about.gif) no-repeat center top #FFF;
}

