@charset "utf-8";
/* CSS Document */

a:link {
	color: #db7135;
	text-decoration: none;
}
a:visited  {
	color: #db7135;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
	color: #f1ac1c;
}
a:active {
	color: #f1ac1c;
	text-decoration: none;
}
a:link.blueLink {
	color: #3680b7;
	text-decoration: underline;
}
a:visited.blueLink  {
	color: #3680b7;
	text-decoration: underline;
}
a:hover.blueLink  {
	color: #3680b7;
	text-decoration: none;
}
a:active.blueLink  {
	color: #3680b7;
	text-decoration: none;
}
a:link.footer {
	color: #7d7d7d;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
}
a:visited.footer {
	text-decoration: none;
	color: #7d7d7d;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}
a:hover.footer {
	text-decoration: underline;
	color: #7d7d7d;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}
a:active.footer {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #EBEBEB;
	line-height: 18px;
	background-image: url(assets/images/back_main-gradient.jpg);
	background-repeat: repeat-x;
}
p {
	margin-bottom: 5px;
	margin-top: 2px;
}
ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0px;
}

li {
	padding-left: 15px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: left 5px;
}
li2 {
	padding-left: 15px;
	margin-bottom: 1px;
	background-position: left 5px;
}
h1 {
	font-size: 20px;
	color: #db7135;
	font-weight: normal;
	margin-top: 1px;
	line-height: 24px;
	margin-bottom: 7px;
}
h1.Header {
	font-size: 18px;
	color: #db7135;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 12px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #db7135;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
h2.callout {
	font-size: 18px;
	color: #db7135;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: -3px;
	}
h3 {
	font-size: 16px;
	color: #db7135;
	font-weight: normal;
	margin-top: 1px;
	line-height: 18px;
	margin-bottom: 5px;
	}
h4 {
	font-size: 14px;
	color: #db7135;
	font-weight: normal;
	line-height: 15px;
	margin-top: 1px;
	margin-bottom: 5px;
	}
h5 {
	font-size: 14px;
	color: #068f3c;
	margin-top: 2px;
	margin-bottom: 2px;
	}
h6 {
	font-size: 10px;
	color: #7d7d7d;
	margin-bottom: 2px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	}
hr {
	color: #f3d0bc;
	height: 1px;
	margin-bottom: 10px;
}
.grayLine {
	color: #cfcfd0;
	text-align: left;
	clear: both;
	height: 15px;
	margin-bottom: 20px;
}
.textShadow {
	text-shadow: 0.03em 0.03em 0.01em #1f516f; 
}
.container {
	width: 955px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	min-height: 760px;
}
.nav {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.containerBody {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.homeBlurp {
	width: 435px;
	float: right;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-right: 15px;
}
.resDevBlurp {
	width: 550px;
	float: right;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-right: 10px;
	margin-left: 20px;
}
.resDevCopy {
	width: 530px;
	float: right;
	text-align: left;
	margin-right: 10px;
	margin-left: 20px;
}
.cellAppsLeft {
	width: 223px;
	float: left;
	text-align: left;
}
.cellAppsRight {
	width: 677px;
	float: right;
	text-align: left;
}
.cellAppsBlurp {
	width: 535px;
	float: right;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-right: 15px;
}
.tertiaryBlurp {
	width: 635px;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
}
.scientificMiddle {
	width: 450px;
	text-align: left;
	float: right;
	margin-right: 10px;
}
.stemCell {
	width: 650px;
	text-align: left;
	float: right;
	margin-right: 30px;
}
.scientificRight {
	width: 220px;
	float: right;
	text-align: left;
}
.containerBodyBtm {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	clear: both;
}
.footerSitemap {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	clear: both;
	font-size: 10px;
	height: 80px;
}
.calloutLeft {
	width: 418px;
	height: 125px;
	float: left;
	border: 1px solid #cfcfcf;
	background-image: url(assets/images/back_callout-gradient.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.calloutRight {
	width: 418px;
	height: 125px;
	float: right;
	border: 1px solid #cfcfcf;
	background-image: url(assets/images/back_callout-gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}
.floatRt { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-right: 20px;
}
.floatLt {
	float: left;
}
.colorOrange {
	color: #f1ac1c;
}
.colorRed {
	color: #db7135;
}
.sizeTen {
	font-size: 10px;
	line-height: 14px;
}
