/*************/
/* HTML TAGS */
/*************/

/* set all to zero margin and padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td, caption {  
	margin:0; 
	padding:0;
}

/* MAIN ELEMENTS */
html, body {
	height:100%;
}

body {
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#131313;
	margin:0;
}
.index {
	background:#ffffff url(bg_about.jpg) top left no-repeat;
}

.whoWeAre {
	background:#ffffff url(bg_who_we_are.jpg) top left no-repeat;
}

#banner {
	position:absolute;
	margin-top:400px;
	margin-left:0px;
	width:320px;
	height:200px;
	z-index:10;
}


.medtech {
background:#ffffff url(bg_medtech.jpg) top left no-repeat;
}
.patientAssociations {
background:#ffffff url(bg_patient_association.jpg) top left no-repeat;
}

.pharmaBiotech {
background:#ffffff url(bg_biotech.jpg) top left no-repeat;
}
.pharmaceuticals {
background:#ffffff url(bg_pharmaceutical.jpg) top left no-repeat;

}
.publicHealth {
background:#ffffff url(bg_public_health.jpg) top left no-repeat;

}
.startUps {
background:#ffffff url(bg_startups.jpg) top left no-repeat;
}
.contact{
background:#ffffff url(bg_contact.jpg) top left no-repeat;
}
.pressReleases {
background:#ffffff url(bg_media.jpg) top left no-repeat;

}
.worldDays {
background:#ffffff url(bg_media.jpg) top left no-repeat;

}
.capabilities {
background:#ffffff url(bg_who_we_are.jpg) top left no-repeat;
}
.network {
background:#ffffff url(bg_who_we_are.jpg) top left no-repeat;
}
.people{
background:#ffffff url(bg_people.jpg) top left no-repeat;
}
.portfolio {
background:#ffffff url(bg_who_we_are.jpg) top left no-repeat;
}



div {
	
}
p {
	margin-bottom:20px;
	line-height:18px;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: -.05em;
}


h1 {
	text-align: left;
	font-size: 35px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

img {
	border:0;
}


li {
	list-style-type:none;
}

caption {
	display:none;
}

/**********/
/* LAYOUT */
/**********/
#surrounding {
	width:710px;
	
}

.banner {
	margin-bottom:30px;	
}

#top {
	width:710px;
	height:117px;
}

#left {
	width:288px;
	float:left;
	text-align:right;
	padding:20px 30px 0 0;
	color:#ffffff;
	font-size:12px;
}
#left a:active, #left a:link, #left a:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
#left a:hover {
	color:#000000;
}

#nav  {
	color:#ffffff;
}
#nav ul {
	display:inline;
}
#nav li a:active, #nav li a:link, #nav li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	
}
#nav li a:hover {
	color:#000000;
}

#nav li a.selected:active, #nav li a.selected:link, #nav li a.selected:visited {
	color:#000000;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	
}
#nav li a.selected:hover {
	/*color:#ffffff;*/
}
#secondNav  {
	margin-bottom:20px;
}

ul #secondNav {
	display:inline;
	padding-bottom:14px;
}

#secondNav li {
	background:url(bg_secondNav.gif) top right repeat-y;
	padding-right:10px;
}

#secondNav li a:active, #secondNav li a:link, #secondNav li a:visited {
	font-size:14px;
}
#secondNav li a.selected:active, #secondNav li a.selected:link, #secondNav li a.selected:visited, #secondNav li a.selected:hover {
	font-size:14px;
}

#left .hrSeparator {
	background:transparent url(leftHr.gif) top right no-repeat;
	border:0;
	
	height:3px;
	margin:15px 0 15px 0;
}


#center {
	width:330px;
	float:left;
	padding:20px 30px 30px 30px;
}

#centerHomeBanner {
	width:330px;
	float:left;
	padding:0px 30px 30px 30px;
}

#centerHomeBanner ul {
	margin:10px 0 20px -6px;
}
#centerHomeBanner li {
	margin: 0 0 5px 20px;
	list-style-type:disc;
	
}


#center ul {
	margin:10px 0 20px -6px;
}
#center li {
	margin: 0 0 5px 20px;
	list-style-type:disc;
	
}

#greenDot {
	background:url(greenDot.gif) top left no-repeat;
	width:15px;
	height:15px;
}
/* TEXTS */



.note {
	font-size:12px;
	
}
.clear {
	clear:both;
}

.paddedBottom14 {
	padding-bottom:14px;
}
/*********/
/* LINKS */
/*********/
a:link, a:visited, a:active {
	font-size:14px;
	color:#7bad37;
}
a:hover {
	text-decoration:none;
	
}
