/* CSS Document */

body {
	background: #DCE3E6;
	color: #4d4d4f;
	font: 0.8em arial, sans-serif;
	line-height: 1.2em;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#wrap {
	position: relative;
	margin: 0px auto;
	width: 980px;
	padding: 0px;
	background: #fff;
	border: 1px solid #E8F0F3
}

#header {
	height: 80px;
	background: url(../images/header_bg.jpg) repeat-x top left;
}

.Logo {
	float: left;
	width: 305px;
	margin: 0px;
	padding: 0px;
}

.HeaderText {
	float: right;
	padding-top: 19px;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
	color: #0299D1;
	font-size: 1.1em
}

.MainContent {
	border-top: 8px solid #B8C6CC;
	background:url(../images/bg_content_right.jpg) no-repeat top right;
	min-height: 554px;
	padding: 0px;
	margin: 0px
}

.LeftContent {
	padding-top: 38px;
	padding-left: 20px;
	padding-right: 240px;
	padding-bottom: 26px
}

.LeftContentHome {
	padding-top: 38px;
	padding-left: 20px;
	padding-right: 240px;
	padding-bottom: 10px
}

.Developments {
	background: #fff;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	clear: both;
	margin-bottom: 8px;
	color: #fff;
	font-weight: bold
}

.DevelopWrap {
	border: 1px solid #1688B2;
	padding: 3px;
	width: 289px;
	float: left;
}

.Research, .Health {
	margin-right: 19px;
}

.Industrial, .Health, .Research {
	width: 283px;
	height: 21px;
	padding-top: 107px;
	padding-left: 7px
}

.Industrial {
	background: url(../images/property/industrial.jpg) no-repeat 3px;
}

.Health {
	background: url(../images/property/health.jpg) no-repeat 3px;
}

.Research {
	background: url(../images/property/research.jpg) no-repeat 3px;
}

.More {
	float: right;
	margin-top: -15px;
	margin-right: 7px
}

.Footer {
	background: #C2CED3;
	padding: 20px 10px;
	clear: both;
	color: #1A3D5B;
	text-align: right
}

.Footer ul, .Footer li {
	display: inline;
	list-style: none;
}

.Footer ul {
	margin: 0px;
	padding: 0px;
}

.Footer li {
	margin: 0px;
	padding: 0px;
}

.Profile {
	float: left;
	width: 160px;
	margin-right: 20px;
	background: #fff;
	margin-top: 20px;
	border: 1px solid #00A6DB;
}

.ProfileInside {
	border: 5px solid #fff;
	height: 200px;
	background: #00A6DB
}

.ProfileContent {
	margin-left: 185px;
}

.ProductsRight {
	float: right; margin-left: 20px; margin-top: 17px; margin-bottom: 17px; border: 1px solid #00A6DB; padding: 5px
}

.ProductsLefts {
	float: left; margin-right: 20px; margin-top: 17px; border: 1px solid #00A6DB; padding: 5px
}

.BioFilmsRight {
	float: right; margin-left: 20px; margin-top: 17px; margin-bottom: 17px; border: 1px solid #00A6DB; padding: 5px; width: 350px
}


/* STYLES */

h1 {
	color: #00A6DB;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 2em
}

h1 span {
	color: #A0B2BB;
}

h2 {
	color: #5D93BA;
	font-size: 1.6em;
	border-bottom: 1px solid #5D93BA;
	padding: 7px 0px 0px 0px;
	margin: 0 0 12px 0;
	line-height: 1em
}

h2.Content {
	color: #0f8fbe;
	font-size: 1.6em;
	border-bottom: 1px solid #5D93BA;
	padding: 7px 0px 0px 0px;
	margin: 20px 0 12px 0
}

h3 {
	font-size: 1.3em;
	padding: 25px 0px 5px 0px;
	margin: 0 0 0px 0
}

h4 {
	font-size: 1.2em;
	padding: 15px 0px 5px 0px;
	margin: 0 0 0px 0;
	line-height: 1.1em
}

p {
	margin: 0px;
	padding: 10px 0px;
	font-weight: normal;
	line-height: 1.7em
}

.home p {
	margin: 0px;
	padding: 5px 0px;
	font-weight: normal;
	line-height: 1.5em
}

ul.Content, table.Content {
	font-weight: normal;
	line-height: 1.5em
}

p.Home {
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em
}

a:link, a:visited {
	color: #00A6DB;
	text-decoration: underline;
}

a:hover {
	color: #a0b2bb;
	text-decoration: none
}

.Footer a:link, .Footer a:visited {
	color: #1A3D5B;
	text-decoration: underline;
}

.Footer a:hover {
	color: #7F8286;
	text-decoration: none;
}

.HeaderText a:link, .HeaderText a:visited {
	color: #0299D1;
	text-decoration: underline;
}

.HeaderText a:hover {
	color: #7F8286;
	text-decoration: none;
}

.Developments a:link, .Developments a:visited {
	color: #fff;
	text-decoration: underline;
}

.Developments a:hover {
	text-decoration: none;
}

.Date {
	font-weight: bold;
}

a.ReadMore 	{
	background: #0f8fbe;
	color: #fff;
	padding: 8px 10px;
	display: block;
	width: 90px
}