/* CSS */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#B6C8E0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#414141;
}

h1 {
	color:#7F9ECA;
	font-size:150%;
	font-weight:bold;
	margin-top:10px;
}

h2 {
	color:#6D6D71;
	font-size:130%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}

h3, h4, h5, h6 {
	color:#6D6D71;
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:2px;
}

td p {
	font-size: 100%;
}

td {
	border-collapse:collapse;
	border-color:#D6D6D6;
}

table {
	border-collapse:collapse;
	border-color:#D6D6D6;
}

a {
	color:#5C2650;
	text-decoration:none;
}

a:hover {
	color:#056FB8;
}

/* Containers */

#wrapper1 {
	float:left;
	width:100%;
	background-color:#FFFFFF;
}

#wrapper2 {
	float:left;
	width:100%;
	background:url(../images/wrapper2_bkgd.jpg) top center repeat-x;
}

#wrapper3 {
	float:left;
	width:100%;
	background:url(../images/wrapper3_bkgd.jpg) bottom center repeat-x;
}

#wrapper4 {
	float:left;
	width:100%;
	background:url(../images/wrapper4_bkgd.jpg) top center no-repeat;
}

#contentwrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
}

#content {
	float:left;
	width:960px;
}

#header {
	float:left;
	width:960px;
	height:162px;
	background:url(../images/header.jpg) left no-repeat;
}

#maincontent {
	float:left;
	width:960px;
	margin:0px;
	background-color:#FFFFFF;
	padding-bottom:30px;
}

#leftcol {
	float:left;
	width:199px;
	margin:0px;
}

#leftcol_top {
	float:left;
	width:199px;
	height:75px;
	margin:0px;
	background:url(../images/leftcol_top.jpg) left no-repeat;
}

#leftcol_menu {
	float:left;
	width:199px;
	margin:0px;
}

#menu {
	float:left;
	width:199px;
	margin:0px;
}

#menu ul {
	float:left;
	margin:0px;
	list-style-type:none;
	padding:0px;
}

#menu ul a {
	display:block;
	width:160px;
	padding:7px 10px 7px 29px;
	color:#333333;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

#menu ul a:hover {
	color:#448FC5;
	text-decoration:underline;
	background:url(../images/menu_hover.jpg) left no-repeat;
}

#menu ul a.active {
	color:#541F64;
	text-decoration:none;
	background:url(../images/menu_active.jpg) left no-repeat;
}

#menu ul ul {
	margin:0px;
	list-style-type:none;
}

#menu ul ul a {
	display:block;
	width:160px;
	padding:7px 10px 7px 29px;
	color:#666666;
	text-decoration:none;
	text-align:left;
	font-size:90%;
}

#menu ul ul a:hover {
	color:#448FC5;
	text-decoration:underline;
	background:url(../images/menu_hover.jpg) left no-repeat;
}

#menu ul ul a.active {
	color:#541F64;
	text-decoration:none;
	background:url(../images/menu_active.jpg) left no-repeat;
}

#midcol {
	float:left;
	width:497px;
	margin:0px;
	background:url(../images/midcol_bkgd_gtbio.jpg) top center no-repeat;
}

#midcol_text {
	float:left;
	width:437px;
	margin:0px;
	padding:140px 30px 30px 30px;
}

#rightcol {
	float:left;
	width:264px;
	margin:0px;
}

#rightcol_top {
	float:left;
	width:264px;
	height:75px;
	margin:0px;
	background:url(../images/rightcol_top.jpg) top center no-repeat;
}

#rightcol_investors {
	float:left;
	width:244px;
	height:160px;
	margin:0px;
	padding-left:20px;
/*	background:url(../images/investors_img.jpg) left no-repeat;*/
	background:url(../images/business_img.jpg) left no-repeat;
	border-bottom:1px dashed #D7D7D9;
}

#rightcol_investors h2 {
	margin-top:0px;
}

#rightcol_text {
	float:left;
	width:224px;
	margin:0px;
	padding:20px 20px 20px 20px;
}

#footerwrap {
	float:left;
	width:960px;
	height:150px;
	background-color:#B6C8E0;

#footer {
	float:left;
	width:724px;
	color:#FFFFFF;
	padding-left:236px;
}
