@charset "utf-8";
/* CSS Document */



#research {
	width:			850px;
	margin:			15px 50px;
	text-align:		left;
}



#research h3 {
	letter-spacing:	2px;
	word-spacing: 	3px;
	font-size:		1.05em;
}



#research .research-descriptor {
	padding: 		0px 20px 10px 20px;
	border-bottom:	1px dotted #aae;
	margin-bottom:	10px;
}

#research .research-item h3 {
	margin-top:		0;
	padding-top:    0;
}


/*
 * RESEARCH LINKS
 */

#research-links {
	float:			left;
	width:			100%;
	font-size:		.9em;
	padding:        0;
	margin:			0;
	line-height:	1.5em;
}

#research-links h4 {
	padding:    	0;
	margin:			0;
}

#research-links .wrap {
	width:			100%;
	margin:			5px 0 4px 0;
	float:			left;
	padding:        0 0 13px 0;
	border-bottom:	1px dotted #bbf;
}

#research-links .org {
	width:			18%;
	padding:        0 1%;
	float:			left;
}

#research-links .subject { 
	width: 			12%; 
	padding: 	    0 0 0 2%;
	float: 			left;

}

#research-links .title {
	width:			62%;
	padding:        0 4% 0 0;
	float:			left;
	word-spacing:	1px;
}


