/* ==============================
	research.css
============================== */

h3 {
   	font-size: 12pt;
}

h6 {
	font-size: 145%;
	color: #369;
	font-weight: bolder;
	margin-bottom: 20px;
	clear: both;
}

blockquote {
	background-color: #F0F0F0;
	padding: 15px;
	border: 1px solid #CCC;
	margin-top: 30px;
}

.tx-pat02 p {
	font-size: 110%;
}

.color-box {
	border:dotted 1px #FC6;
	background-color:#FFFCF0;
	padding:15px;
	margin:20px;
	clear: both;

}

img.border {
	border:#CCC ipx solid;
}

sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    top: .5ex;
}

sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: 1ex;
}

span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

div.imgbox{
  float:right;
  width:360px;
}
p.figcaption{
  text-align:center;
}

img.portfolio {
	float: right;
	margin: 0 0 15px 15px;
	border: #000 2px solid;
}

