/* 	BASIC HTML TAGS */
body { 
	background: #e0e8ed url('../img/bg_body.jpg') repeat-x 0 0;
	color: #434343;
	font-family: 'helvetica', 'arial', verdana, sans-serif;
	font-size: 13px;
	line-height:1.54em;
}

img {
	border: none;
}

a:visited, a:link, a:active { 
	text-decoration: none;
	font-weight: normal;
	color: #036; 
}

a:hover {
	color: #499cd0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

ul {
	list-style: none;
	margin-left: -20px;
	*margin-left: 20px;
}

ul li {
	padding: 0 0 0 15px;
	margin-bottom: 0.4em;
	background: url('/img/bullet.gif') no-repeat 0 5px;
	
}

ol li {
	padding: 0;
	background: none;
	
}

.grey_box {
	background-color: #eee;
	padding: 20px;
	margin: 10px 0 0 0;
}

a.btn {
	background-color: #00426c;
	color: #fff !important;
	padding: 4px 5px;
	font-size: 11px;
}


/* TEXT STYLES */
h1 {
	color: #256800;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 3px 0 14px 0;
}


h2 {
	color: #333;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 2em 0 0.8em 0;
}

h3 {
	background-color: inherit;
	color: #333;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1.pressheadline {
	color: #256800;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 3px 0 14px 0;
}


h2.presssubline {
	color: #333;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 5px 0;
}

#hp-masthead-text {
	clear: both;
	margin: 0 0 0 216px;
	text-align: left;
}
	#hp-masthead-text .hp-top {
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 28px;
		color: #e77200;
	}
	
	#hp-masthead-text .hp-bottom {
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 28px; 
		color: #081447;
		padding: 10px 0 10px 122px;
	}
	
#masthead-text {
	clear: both;
	margin: 0 0 0 260px;
	text-align: left;
}
	#masthead-text .sec-top {
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 26px; 
		color: #e77200;
		display: block;
	}
	
	#masthead-text .sec-bottom {
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 28px; 
		color: #081447;
		padding: 10px 0 10px 122px;
		display: block;
	}


#homepage-content-right img {
	border: none;
	margin: 0 0 10px 0;
}

a.bullet-link:link, a.bullet-link:hover, a.bullet-link:active, a.bullet-link:visited {
	background-image: url("/img/bullet_link.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	line-height: 1.17em;
	font-weight: bold;
}

#divFloatPop {
	background:#F8F8F8 url(../img/logo.gif) no-repeat scroll 10px 10px;
	border:2px solid #003366;
	display:block;
	height:80px;
	/*left:-70px;*/
	margin: 0 0 -259px -70px;
	padding:125px 50px 50px;
	position: absolute;
	text-align:left;
	/*top:25px;*/
	width:400px;
}
#divFloatPop a {
	background-color:#003366;
	border:1px solid #fff;
	color:#FFFFFF;
	font-weight:bold;
	margin:45px 0 0 80px;
	padding:5px 20px;
	width:100px;
}



/*	MAIN NAVIGATION STYLES */
	#navigation {
		position: relative;
		height: 25px;
		border-bottom: 5px solid #9ba2a6;
		background-color: #036;
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size:  11px;
		color: #FFFFFF;
		
	}

	#navigation a {
		color: #FFFFFF;
		padding: 3px 0 0 0;
		display: block;
	}
	
	#navigation span {
		text-align: center;
	}
	
	#navigation ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		text-transform: uppercase;
	}
	
		#menuTail {
			float: left;
			position: relative;
			width: 1px;
			background: url("../img/didver_nav.gif") no-repeat 0 0;
			padding: 3px 0 4px 0;
		}
		
		#navigation li { /* all list items */
			float: left;
			position: relative;
			width: 214px;
			background: url("../img/didver_nav.gif") no-repeat 0 0;
			padding: 0 0 2px 0;
		}
		
		#navigation li.first { 
			float: left;
			position: relative;
			width: 214px;
			background: url("../img/didver_nav.gif") no-repeat 0 0;
			padding: 0 0 2px 0;
			margin: 0 0 0 20px;
			_margin: 0 0 0 10px;
		}
			
	
			#navigation li ul { /* second-level lists */
				display: none;
				top: 25px;
				left: 0px;
				position: absolute; 
				width: 214px;
				border-top: 5px solid #9ba2a6;
				border-bottom: 3px solid #ccc;
				border-left: 1px solid #ccc;
				border-right: 1px solid #ccc;
				clear: both;
				background-color: #ffffff !important;
				text-transform: none;
				}
			
				
				#navigation li ul li.first { /* second-level list items */
					background: none;
					margin: 0;
					border-top: none;
				}
				
				#navigation li ul li {
					width: 196px;
					text-align: left;
					background-image: none !important;
					border-top: 1px solid #ccc;
				}

					#navigation li ul li a { /* second-level list item links */
						color: #036;
						font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
						
						font-size: 12px;
												
					}
						
					#navigation li ul li a:hover { /* second-level list item links:hover */
						
					}
					
					#navigation li ul li span {
						padding: 6px 7px 2px 7px;
						text-align: left;
					}
					
					#navigation li ul li a span:hover {
						color: #006fb5;
					}
			
			#navigation li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*			top: 0px;
				left: 0px;
	*/		}
			
			#navigation li:hover, 
			#navigation li.over, 
			#navigation li.on {  /* hovered list items - color change */
				background: #006fb5 url("/img/didver_nav.gif") no-repeat 0 0;
			}
			
			#navigation li:hover ul, #navigation li.over ul {  /* lists nested under hovered list items - become visible */
				display: block; 
			}
			
			#navigation li:hover ul li {  /* lists nested under hovered list items - retain bg color */
				background-color: #ffffff;
				width: 214px;
			}
			
			#navigation li ul li:hover a:hover {  /* lists nested under hovered list items - rollover text color */
				color: #499cd0 !important;
			}

	/*	NAVIGATIONAL STYLES	*/
	.mainnav {
		height: 28px;
		vertical-align: middle;
		text-align: center;
	}

	.mainnav-left {
		height: 28px;
		vertical-align: middle;
		text-align: center;
	}



/* SECONDARY NAVIGATION MENU */
#nav {
	width: 212px;
	border-top: 1px solid #ccc;
	display: block;
}

	#nav a:link,
	#nav a:visited {
		color: #036;
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		display: block;
		border-bottom: 1px solid #ccc;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		padding-left: 18px;
}
	
	#nav a:hover {
		display: block;
		color: #499cd0;
	}
	
	#nav a.on {
		display: block;
		color: #499cd0 !important;
		border-bottom: 1px dotted #cdcdcd;
	}
	
	#nav a.on2 {
		display: block;
		color: #499cd0 !important;
	}
	
	#nav a span {
		padding: 0;
		margin: 0;
	}
	
	#nav .nav_quat {
		border-bottom: 1px solid #cdcdcd;
	}

		#nav .nav_quat a:link,
		#nav .nav_quat a:visited {
			margin-top: 3px;
			margin-left: 6px;
			text-transform: none;
			font-size: 11px;
			font-weight: normal;
			display: block;
			padding: 0px !important;
			border: 0px !important;
			background: url("/img/bullet.gif") no-repeat 23px 5px !important;
		}
		
		#nav .nav_quat a span {
			margin-left: 34px;
			display: block;
		}


/* PIPELINE */

#pipeline {
	margin: 20px 0 0 0;
}

#pipeline #pipeline_header {
	clear: both;
}

#pipeline #pipeline_items {
	clear: both;
	width: 571px;
	background: url('/img/pipeline_bkgd.gif') repeat 0 0;
}

#pipeline .item {
	padding: 15px;
	float: left;
	width: 156px;
}

#pipeline .item .itemtitle {
	font-size: 13px;
	color: #005581;
}

#pipeline .item .itemtext {
	font-size: 12px;
	color: #333;
}

#pipeline .item_progress {
	margin: 25px 0px;
	float: left;
	background-color: #005581;
	height: 30px;
}

#pipeline .preclinical_half {
	width: 70px;
}

#pipeline .preclinical_complete {
	width: 128px;
}

#pipeline .phase1_half {
	width: 195px;
}

#pipeline .phase1_complete {
	width: 258px;
}

#pipeline .phase2_half {
	width: 325px;
}

#pipeline .phase2_complete {
	width: 385px;
}


/* BUILT AT */
	#builtat {
		clear: both;
		background-color: #fff;
		text-align: right;
		padding: 10px 35px;
	}

		#builtat a {
			color: #e77200;
			font-size: 10px;
			line-height: 1em;
			font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
			font-weight: normal;
		}



/* jobs_resumes.php support */
.jobsubhead {
	font-weight: bold;
}

.deptsubhead {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.joblist {
	padding-top: 0;
	margin-top: 0;
}


/*htdig support */
ul.searchResults li {
	margin-bottom: 15px;
}

/* print template support */
.noprint {

}
.noshowtitle {
	display: none;
}
.noshow {
	display: none;
}

/* --------------------------- SITEMAP SUPPORT ------------------------------------- */

#sitemap {
	padding: 20px 0 0 0;
}

   #sitemap .col {
      float: left;
	  margin-right: 50px;
   }

      #sitemap .col .category {
	  	padding: 0 0 10px 0;
      }

         #sitemap .col .category .heading {
            font-size: 15px;
         }

            #sitemap .col .category .heading a span {
            	color: #036;
				font-size: 15px;
				text-decoration: none;
			}
			
			#sitemap .col .category .heading a:hover span {
            	color: #499cd0;
				font-size: 15px;
				text-decoration: none;
			}

         #sitemap .col .category ul {
         	/*list-style: none;*/
			padding: 0 0 0 10px;
			margin: 0 0 5px 2px;
			list-style: none;
		 }

            #sitemap .col .category ul li {
            	/*list-style-image: none;*/
				padding: 2px 0 0 12px;
				background: url('/img/bullet.gif') no-repeat 0 7px;
			}

			#sitemap .col .category ul li a span {
            	color: #036;
				font-size: 12px;
				text-decoration: none;
			}
			
			#sitemap .col .category ul li a:hover span {
            	color: #499cd0;
				font-size: 12px;
				text-decoration: none;
			}




/* --------------------------- SITEMAP EOF ------------------------------------- */


/*
.pullQuote {
   width: 265px;
   display: block;
   float: right;
   padding: 0 0 0 3px;
   margin: 0 0 5px 0;
   background: url('/img/quote_left.gif') no-repeat 0 0;
}

   .pullQuote .pqText {
      font-size: 16px;
      color: #333;
      line-height: 1.33em;
      padding: 0 0 0 0;
	  margin: 0;
	  font-family: Arial, Helvetica, sans-serif;
   }

      .pullQuote .pqText img {
         padding: 0 0 0 3px;
      }
*/
