/*

Style Sheets
grove-marketing.com
Ãƒâ€šÃ‚Â© 2007 Grove Marketing, all rights reserved.

Notes: 

/* ------------------- GENERAL ------------------- */

html, body { 
	margin: 0; 
	padding: 0;
	height: 100%;
}
html {
	color: #434343;
	font-family: Helvetica,sans-serif;
	font-size: small;
	text-align: center;
	background: #f1f1f1;
} 
body { 
	margin: 0; 
	line-height: 1.2em;
}

/* ------------------- GENERAL ------------------- */

p, div, h1, h2, h3, h4, h5, ul, li { 
	margin: 0; 
	padding: 0;
}
p {
	font-size: 100%; /* 110% */
	line-height: 1.4em;
	margin-bottom: 10px;
}

h1 {
	font-family: Helvetica, Arial,  San-Serif;
	font-size: 24px;
	margin: 0 0 0 0;
	line-height: 28px;
}
h2 {
	font-family: Helvetica, Arial,  San-Serif;
	font-size: 16px;
	margin: 2px 0 10px 0;
	line-height: 18px;
	color: #656656;
}
h3 {
	font-family: Helvetica, Arial,  San-Serif;
	font-size: 16px;
	margin: 2px 0 6px 0;
	line-height: 20px;
	color: #369;
}
h5 {
	font-family: Helvetica, Arial,  San-Serif;
	font-size: 16px;
	margin: 4px 0 0 0;
	line-height: 20px;
	color: #369;
}
em {
	color: #7092a8;
	font-style: normal;
}
cite {
	font-size: 70%;
	font-style: normal;
	line-height: 1em;
}
img { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

ul {
	font-size: 100%; 
}
a:link, a:visited, a:active { 
	color: #4683b0; 
	text-decoration: none; 
	outline: 0;
}
a:hover { 
	text-decoration: underline;	
}
.clear { 
	clear: both; 
	height: 0px;
}
.hide { 
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}

a.link {
	margin: 0;
	padding-left: 15px;
	background: url(/global/images/layout/icon_link.gif) no-repeat left center;
}

/* ----------------------------- LAYOUT STRUCTURE ----------------------------- */

#header {
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	background: #fff;
	position: relative;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin: 0 0 0 22px;
	width: 275px;
}

#flash {
	margin: 0;
	padding: 0;
	z-index: 100;
}

#home_content {
	float: left;
	width: 480px;
	margin: 20px 15px 40px 30px;
	display: inline;
	font-size: 12px;
	line-height: 21px;
}

#home_right {
	float: left;
	width: 340px;
	margin: 20px 20px 0 10px;
	display: inline;
	font-size: 12px;
	line-height: 20px;
}

#home_right .spotlight {
	width: 340px;
}

#home_right .spotlight_image {
	float: left; 
	margin: 15px 10px 15px 15px;
	display: inline; 
}

#home_right .spotlight_content { 
	float: left; 
	width: 210px;
	display: inline;
	font-size: 10px;
	line-height: 14px;
}

#home_right .title {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#home_right .news_title {
	font-size: 18px;
	font-weight: bold;
	margin: -8px 0 5px 10px;
}
#home_right .news_title em {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin-top: -12px;
}

#home_right .news {
	width: 340px;
	margin: 20px 0 10px 0;
}

#home_right .news_content { 
	float: left; 
	width: 100%;
	display: inline;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#home_right .news_item { 
	padding: 3px 0 3px 10px;
	border-top: 2px solid #c8dae7; 
}

#home_right .news_date {
	float: left; 
	width: 55px;
	padding: 3px 0;
}

#home_right .news_headline { 
	float: left; 
	width: 265px;
	padding: 3px 0 3px 5px;
}

#home_right .news_item_alt { 
	margin: 5px 0 0 0; 
	padding: 0 0 0 10px;
}


#home_right a {
	color: #4683b0;
}

#sidenav, #news_sidenav {
	float: left;
	width: 180px;
	margin: 50px 0 50px 30px;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
}


#sidenav a, #news_sidenav a {
	color: #4884b1;
}

#sidenav a:hover, #news_sidenav a:hover {
	color: #333333;
}

#bluebox {
	float: left;
	width: 880px;
	margin: 30px 0 30px 20px;
	padding: 10px 0 10px 0;
	display: inline;
}

#bluebox a {
	color: #4683b0;
}


#home_bluebox {
	float: left;
	width: 340px;
	height:200px;
	margin: -9px 0 0px 0px;
	border-top: 2px solid #6c98b2;
	display: inline;
}


#portfolio_bluebox {
	float: left;
	width: 860px;
	margin: 0 0 30px 20px;
	border-top: 2px solid #6c98b2;
	display: inline;
}

#portfolio_bluebox a {
	color: #4683b0;
}

#portfolio_bluebox .logo {
	float: left;
	width: 150px;
	text-align: center;
	margin: 10px 0 5px 0;
	vertical-align: bottom;
}

#portfolio_bluebox .description {
	float: left;
	width: 525px;
	margin: 10px 0 10px 20px;
	font-size: 11px;
}

#portfolio_bluebox .portfolio_name {
	font-size: 16px;
	font-weight: 500;
	width: 470px;
	margin: 2px 0;
	line-height: 18px;
}

#portfolio_bluebox .portfolio_name em {
	float: right;
	font-size: 14px;
	margin-top: -16px;
}

.portfolio_content {
	margin: 30px 0 0 0px;
}

.portfolio_company {
	margin: 10px 10px 0 10px;
	border-bottom: 2px solid #c8dae7;
}

.portfolio_category_pharmac {
	background-color:#c8dae7;
	display: block;
	font-size:16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px;
}

.portfolio_category_therap {
	background-color:#FFFF99;
	display: block;
	font-size:16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px;
}

.portfolio_category_devi {
	background-color:#FFC7C2;
	display: block;
	font-size:16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px;
}

.portfolio_company_last {
	margin: 10px 10px 0 10px;
}

.portfolio_link {
	float: left;
	width: 190px;
	margin: 30px 0 0 30px;
}

#map {
	position: relative;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	width:780px;
	height: 450px;
}

#map a{
	color: #4683b0;
}

.content_small {
	font-size: 11px;
}

.team_member {
	float: left;
	font-size: 10px;
	width: 154px;
	height: 180px;
	margin: 5px 0 30px 22px;
	line-height: 14px;
	text-indent: 4px;
	display: inline;
	overflow: visible;
}

.team_member1 {
	float: left;
	font-size: 10px;
	width: 115px;
	height: 170px;
	margin: 5px 0 20px 80px;
	line-height: 14px;
	text-indent: 4px;
	display: inline;
}

#team_member {
	float: left;
	width: 680px;
	margin: 0px 10px 40px 0;
	padding: 0;
	display: inline;
	vertical-align: top;
	z-index: 1;
}

#team_member a,#team_member1 a  {
	color: #4884b1;
}


.team_member a img, .team_member1 a img {
	border: 4px solid #FFFFFF;
	margin-left:-4px;
}

.team_member a:hover img, .team_member1 a:hover img {
	border: 4px solid #4884b1;
}

.team_member a  #link_icon {
	border: none;
}

#team_member .name {
	font-size: 18px;
	font-weight: bold;
	color: #5d5d5d;
}

#team_member .title {
	font-size: 16px;
	margin: 6PX 0 10px 0;
}

#team_member .bio {
	padding: 10px 0;
	margin: 8px 0 0 0;
	border-top: 2px solid #c8dae7;
	font-size: 11px;

}

.left_column {
	float: left;
	width: 167px;
	margin: 0 20px 0 0;
	display: inline;
	padding: 0;
	vertical-align: top;
}

.right_column {
	float: left;
	display: inline;
	width: 380px;
	margin: 30px 0 0 0;
}


.team_member_photo {
	text-align: center;
	width: 167px;
	height: 251px;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 0;

}

.team_member_contact {
	margin: 0;
	font-size: 11px;
	background: #c8dae7;
	padding: 20px 0 20px 20px;
}


.breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}


/* -- Footer  --*/

#footer {
	width: 900px;
	font-size: 11px;
	color: #8e8e8e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 30px 0 30px 0;
	text-align: left;
	background: #ddd;
}

#footer .contact_us {
	float: left;  
	width: 95px;
	margin: 0 0 0 30px;
	display: inline;
	font-size: 12px;
}

.contact_us a, .contact_us a:visited {
	color: #6c98b2;
}

.contact_us a:hover {
	color: #565656;
}

#footer .address1 { 
	float: left;  
	width: 170px;
}

#footer .address2 { 
	float: left;  
	width: 120px;
}

#footer strong {
	font-size: 12px;
	font-weight: normal;
}

#footer .address3 { 
	float: left;  
	width: 190px;
}

#footer .copyright { 
	float: right;
	margin: 0 30px 0 0;
	text-align: right;
	display: inline;
}


/* -- Sitemap --*/

#sitemap div {
	font-weight: bold;
	padding: 15px 0 0 0;
}

.sitemap_1 {
	margin-left: 5px;
}

.sitemap_2 {
	margin-left: 45px;
}

.sitemap_3 {
	margin-left: 85px;
}



/* -- Top Navigation --*/

#topnav {
	float: right;
	margin: 30px 10px 0 5px;
	padding: 0 10px 0 0;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 11px;
	width: 525px;
	height: 17px;
	vertical-align: baseline;
	z-index: 9;
	position:relative;
}

#topnav a {
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover{

}



/* Son of Suckerfish Dropdown Menu */

* html #nav4 li:hover ul, #nav4 li.sfhover ul {
	display:inline-block;
	position: static;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #4683b0;
	height: 18px;
	padding: 3px 5px 0 5px;
}

#nav a:hover {
	color: #fff;
	background: url(/global/images/bg_very.png) repeat-x 0 0;
	background-color: #6c98b2;
}

#nav a.selected {
	color: #fff;
	background: url(/global/images/bg_very.png) repeat-x 0 0;
	background-color: #6c98b2;
	padding: 3px 5px 0 5px;
}

#nav li {
	float: left;
	width: 10em;
	margin: 0 5px 0 0;
}

#nav li.home {
	width: 40px;
}

#nav li.team {
	width: 65px;
}

#nav li.advisoryboard {
	width: 150px;
}

#nav li.portfolio {
	width: 60px;
}

#nav li.news {
	width: 42px;
}

#nav li.contact {
	width: 55px;
}

#nav li.rss {
	width: 55px;
/*	background: URL(/global/images/rss.gif) 40px 2px; */
}

#nav li ul {
	position: absolute;
	display: block;
	width: 185px;
	padding: 0 0 0 0;
	left: -999em;
	
}

#nav li ul li {
	width: 185px;
	height: 25px;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
	background: #fff;
	border: 1px solid #6c98b2;
}

/* News CSS */

.newsdate {
	font-size: 12px;
	font-weight: bold;
}

#news_home {
	float: left;
	width: 640px;
}

#news_home a {
	color: #4683b0;
}

#news_home .heading2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

.newstitle {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

.news_short {
	padding-bottom: 10px;
	border-bottom: 2px solid #c8dae7;
}

#news_detail  {
	margin: 25px 0 5px 0;

}


.newssubtitle {
	font-size: 12px;
	font-weight: bold;
	color: #4683b0;
}
 
td.contact-cell1 {
	padding: 4px 0;
}

td.contact-cell2 {
	padding: 4px 0;
}
