  /* standard base css rules */
html, body {
   padding: 0;
   margin: 0;
   border: 0;
   color: #333;
   background: #fff;
}

html, body, td { font: normal 12px/1.5em Helvetica, sans-serif; }

p { margin: 0 0 1em 0;}

b, strong, .bold { font-weight: bold; }

em, i { font-style: italic; }

sup, sup a, sup a:link, sup a:visited, sup a:active, sup a:hover { font-size: .9em !important; line-height: .9em !important; }

hr {
	height: 1px;
	color: #C6C6C6;
	background-color: #C6C6C6;
	border: none;
	margin: 25px 0 10px 0;
}

	.roundblock hr {
		height: 1px;
		color: #fff;
		background-color: #fff;
		border: none;
		margin: 1.5em 0 1.5em;
	}

h1 {
   font-size: 18px;
   color: #3b6db0;
   margin: 15px 0;
}

h2 {
   font-size: 14px;
   color: #3b6db0;
   margin: 15px 0;
}

ul { margin-top: 0; padding-top: 0; }

   ul li {
      margin-top: 0;
      padding-top: 0;
      list-style-image: none;
      padding-bottom: 5px;
   }

ul.black_bullet,
td.tert_right ul.black_bullet,
td.sec_left ul.black_bullet {
	margin: 1em 10px !important;
}
	ul.black_bullet li,
	td.tert_right ul.black_bullet li,
	td.sec_left ul.black_bullet li {
		list-style: disc outside;
		background: none !important;
		padding-left: 0 !important;
	}


div.block_mid ul.black_bullet li	 {
		list-style: disc outside;
		background: none !important;
		padding-left: 0 !important;
		margin-left: 10px !important;
}

ol { margin-top: 0; padding-top: 0; }

   ol li {
      margin-top: 0;
      padding-top: 0;
      list-style-type: decimal;
      padding-bottom: 5px;
      margin-left: 7px;
   }

#content-block-home { text-align: left; }

img { border: 0; }

form { display: inline; }

select { min-width: 1.5em; /* firefox! */ font: normal 11px/1.33em helvetica, sans-serif; }

option { font: normal 11px/1.33em helvetica, sans-serif; }

.clr { clear: both; }

.normal { font-weight: normal !important; }

.error { color: red !important; }

#footer {
	padding: 0 0 0 0;
	margin: 0 0 0 275px;;
	float: left;
}

#footer span {
	padding: 0 15px 0 0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #fff;
	font-size: 10px !important;
	text-decoration: none;
	font-weight: normal;

}


#footer-left {
	padding: 0 0 0 0;
	margin: 3px 0 0 10px;
	width: 450px;
	float: left;
}

#footer-left span {
	padding: 0 0 0 0px;
}

#footer-left a:link, #footer-left a:visited, #footer-left a:hover {
	color: #fff;
	font-size: 10px !important;
	text-decoration: none;
	font-weight: normal;
}

.footertext {
	font-size: 10px;
	/*padding: 10px 0 0 0;*/
}

#header_links span {
	padding: 0 10px 0 9px;
}

#header_links a:link, #header_links a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

#header_links a:hover {
	color: #000;
}

.dot_divider {
	background: url('../img/divider_toolbar.gif') repeat-y right top;
}

#header_search {
  /*padding: 10px;*/
}

#header_search #search_form {
  /*display: block;
  float: right;
  width: 170px;*/
  padding: 0;
}

#header_search #text_input {
  /*display: block;
  float: left;*/
  /*padding: 5px 0 0 4px;*/
}

#header_search #gobtn {
  /*display: block;
  float: right;*/
  /*padding: 4px 0 0 0;*/
}

input[type="text"], input[type=password], textarea, select {
	font-weight: normal;
	padding: 2px 1px 2px 2px;
	border: 1px solid #B0B0B0;
}
/*input[type="radio"],input[type="checkbox"],input[type="image"] {
   border: none;
}*/

@media print { html, body { color: #333; background: #fff; } }

/* link specificity: link, visited, hover, active */

a, a:link, a:visited {
   color: #003399;
   font: normal 12px/1.5em Helvetica, sans-serif;
   text-decoration: none;
   text-transform: none;
}

a:hover {
	color: #000;
}

a:focus { outline: none; }



a.actionable,
a.actionable:link,
a.actionable:visited {
   padding-left: 20px;
   background: url('/img/h_images/arrow_orange.gif') no-repeat 0 2px;
   color: #003399;
   font: bold 12px/1.5em Helvetica, sans-serif;
   text-decoration: none;
   text-transform: none;
}

a.rsslogo {
   padding-left: 20px;
   background: url('/img/icon_rss.gif') no-repeat 0 2px;
}

a.actionable:hover {
	color: #000;
}

a#hp_donate.actionable, a#hp_donate.actionable:link, a#hp_donate.actionable:visited { padding:10px 15px !important; font-size:21px !important; }

div.actionablelist {
   	padding-left: 20px;
   	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 3px;
	margin-top: 5px;
}
div.actionablelist a,
div.actionablelist a:link,
div.actionablelist a:visited {
   color: #003399;
   font: bold 12px/1.5em Helvetica, sans-serif;
   text-decoration: none;
   text-transform: none;
}
div.actionablelist a:hover {
	color: #000;
}

/* standard base css rules EOF */

/* table classes */
/* hp pages */

#hp_content_table {}

#hp_content_table .hp_header {
	width: 297px; height: 20px; background: url('../img/header_hp.gif') no-repeat 0 0;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 0 10px;
	color: #fff;
}

#hp_main {}

#hp_main p {
	padding: 0 0 0 6px;
	line-height: 1.33em;
}

#hp_main h1 {
	font-weight: bold;
	color: #d8450e;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#hp_main a, #hp_main a:link, #hp_main a:visited, #hp_main a:hover {
	font-weight: bold;
}

#hp_block1 {
	height: 210px;
}

#hp_block2 {
/*	background: url('../img/home_paromomycin.jpg') no-repeat 1px 0; */
        background: url('../img/home_valentines.jpg') no-repeat 1px 0;
	height: 210px;
}

#hp_block3 {
	background: url('../img/home_donate_now.jpg') no-repeat 2px 0;
	height: 210px;
}

#hp_mid_left {
	padding: 25px 15px 10px 10px;
	float: left;
	width: 285px;
}

#hp_mid_center {
	padding: 25px 25px 10px 5px;
	float: left;
	width: 275px;
}

#hp_mid_right {
	padding: 25px 10px 10px 5px;
	float: left;
	width: 275px;
}

#hp_lower_headers {
	clear: both;
	padding: 0 0 0 10px;
	width: 100%;
}

.lower_header {
	float: left;
	width: 277px;
}

.float_left {
	float: left;
}

.hp_subtitle,
.detail {
	font-size: 10px;
	padding: 0 0 0 0;
	clear: both;
	display: block;
}

.featured_img_text {
	padding: 130px 0 0 10px;
	color: #fff;
}

.featured_img_text a.actionable {
	color: #fff !important;
	padding: 0 10px 0 12px;
	float: left;
	line-height: 1.2em;
	margin-top: 4px;
	}

.featured_img_text a:hover.actionable {
	text-decoration: underline;
}


.featured_img_text_orange {
	padding: 130px 0 0 10px;
	color: #d8450e;
}

.featured_img_text_orange a.actionable {
	color: #ffffff !important;
	padding: 0 10px 0 12px;
	float: left;
	line-height: 1.2em;
	margin-top: 4px;
	}

.featured_img_text_orange a:hover.actionable {
	text-decoration: underline;
}

.featured_img_text_orange .pic_header a, .featured_img_text_orange .pic_header a:visited, .featured_img_text_orange .pic_header a:link {
	color: #e45a00 !important;
	font-size: 19px !important;
	line-height: 1em !important;
	padding: 3px 0 0 0 !important;
	font-weight: bold;

}





.pic_header, a.pic_header_link:visited, a.pic_header_link:link {
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	padding: 3px 0 0 0;
}
.clear_right {
	clear: right;
	display: block;
}

#hp_main ul {
	padding: 0;
}

#hp_main ul li {
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;
	padding: 3px 0 3px 20px;
}


/* end hp pages */

/* sec pages */
#sec_masthead {
	padding: 0 0 10px 0;
}

#sec_masthead .sec_mast_text {
	padding : 10px;
	float: left;
	display: block;
	width: 289px;
	height: 190px;
}

#sec_masthead .sec_mast_text h1 {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.33em;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#sec_masthead .sec_mast_text p {
	font-size: 13px;
	color: #fff;
	line-height: 1.33em;
}

#sec_masthead .sec_mast_img {
	float: right;
	display: block;
	width: 306px;
}

td.sec_left {
	padding: 5px 0 40px 0;
}

td.sec_left p {
	padding: 0 10px 0 8px;
	line-height: 1.7em;
}

td.sec_left ul {
	padding: 0 10px 0 8px;
}

td.sec_left ul li {
	/*background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;*/
		list-style: disc outside;
		background: none !important;
		padding-left: 0 !important;
		margin-left: 30px;
}

td.sec_right ul {
	padding: 0 10px 0 0;
}

td.sec_right ul li {
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;
	padding: 3px 0 3px 20px;
}

td.sec_left li a,
td.sec_right li a {
	font-weight: bold;
}

td.sec_left h2 {
	padding: 0 10px 0 8px;
	line-height: 1.43em;
	color: #336633;
	font-weight: bold;
	font-size: 14px;
}

td.sec_left h3,
td.tert_left h3,
td.quat_left h3,
td.sec_right h3 {
	color: #d8450e;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

td.sec_right {
	padding: 5px 0 0 0;
}

td.sec_right h1 {
	font-weight: bold;
	color: #d8450e;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	margin: 0;
}

/* end sec pages */

/* tert pages */

td.tert_left {
	padding: 12px 0 40px 8px;
}

td.tert_right {
	padding: 26px 16px 40px 0;
}

td.tert_right h1 {
	font-size: 28px;
	color: #D8450E;
	padding: 0 0 5px 0;
	display: block;
}

td.tert_right .page_intro {
	font-size: 15px;
	line-height: 1.5em;
}

td.tert_right .page_intro p {
	line-height: 1.5em;
}

td.tert_right h2 {
	padding: 10px 10px 0 0;
	line-height: 1.43em;
	color: #336633;
	font-weight: bold;
	font-size: 14px;
}
td.tert_right h3 {
	padding: 10px 10px 0 0;
	line-height: 1.43em;
	color:#D8450E;
	font-weight: bold;
	font-size: 12px;
}
td.tert_right p {
	padding: 0 10px 0 0;
	line-height: 1.7em;
}

td.tert_right ul {
	padding: 0 10px 0 8px;
}

td.tert_right ul li {
	/*background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;*/
		list-style: disc outside;
		background: none;
		padding-left: 0;
		margin-left: 30px;
}

td.tert_right ol {
	padding: 0 10px 0 19px;
}

td.tert_left ul {
	padding: 0;
}

td.tert_left ul li {
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;
	padding: 3px 0 3px 20px;
}

td.tert_left li a,
td.tert_right li a {
	font-weight: bold;
}

td.tert_left h1 {
	font-weight: bold;
	color: #d8450e;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	margin: 0;
}

.callout {
	color: #D8450E;
}

.callout_green {
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}

/* end tert pages */

/* quat pages */

td.quat_left {
	padding: 12px 0 40px 8px;
}

td.quat_right {
	padding: 26px 16px 40px 0;
}

td.quat_right h1 {
	font-size: 28px;
	color: #D8450E;
	padding: 0 0 5px 0;
	display: block;
}

td.quat_right .page_intro {
	font-size: 14px;
	line-height: 1.7em;
}

td.quat_right .page_intro p {
	line-height: 1.7em;
}

td.quat_right h2 {
	padding: 0px 10px 0 0;
	line-height: 1.43em;
	color: #336633;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 2px 0;
}

td.quat_right p {
	line-height: 1.33em;
/*	padding: 0 0 10px 0;*/
}

td.quat_right ul {
	padding: 0 10px 0 8px;
}

td.quat_right ul li {
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;
	padding: 3px 0 3px 20px;
}

td.quat_right ol {
	padding: 0 10px 0 19px;
}

td.quat_left ul {
	padding: 0;
}

td.quat_left ul li {
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px;
	padding: 3px 0 3px 20px;
}

td.quat_left li a,
td.quat_right li a {
	font-weight: bold;
}

td.quat_left h1 {
	font-weight: bold;
	color: #d8450e;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	margin: 0;
}

.callout {
	color: #D8450E;
}

.callout_green {
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}

/* end quat pages */

/* end table classes */

/* block css */

.roundblock {
	margin: 0 0 10px 0;
}

	.roundblock .block_mid {
		overflow: hidden;
	}

	.roundblock .block_mid ul li a.on {
		color: #000000;
	}

td.sec_right .roundblock .block_top {
	background: url('../img/z_sec_top.gif') no-repeat left bottom;
	width: 302px;
	height: 16px;
}

td.sec_right .roundblock .block_mid {
	background: url('../img/z_sec_mid.gif') repeat-y 0 0;
	width: 282px;
	padding: 0 10px 0 10px;
}

td.sec_right .roundblock .block_bot {
	background: url('../img/z_sec_bot.gif') no-repeat left top;
	width: 302px;
	height: 16px;
}

td.tert_left .roundblock .block_top {
	background: url('../img/z_tert_top.gif') no-repeat left bottom;
	width: 230px;
	height: 16px;
}

td.tert_left .roundblock .block_mid {
	background: url('../img/z_tert_mid.gif') repeat-y 0 0;
	width: 210px;
	padding: 0 10px 0 10px;
}

td.tert_left .roundblock .block_bot {
	background: url('../img/z_tert_bot.gif') no-repeat left top;
	width: 230px;
	height: 16px;
}

td.quat_left .roundblock .block_top {
	background: url('../img/z_tert_top.gif') no-repeat left bottom;
	width: 230px;
	height: 16px;
}

td.quat_left .roundblock .block_mid {
	background: url('../img/z_tert_mid.gif') repeat-y 0 0;
	width: 210px;
	padding: 0 10px 0 10px;
}

td.quat_left .roundblock .block_bot {
	background: url('../img/z_tert_bot.gif') no-repeat left top;
	width: 230px;
	height: 16px;
}

/* end block css */



/* ------------------------------------------------------------ */

/* glossary css rules */

a.gloss_item, a.gloss_item:link, a.gloss_item:visited, a.gloss_item:active, a.gloss_item:hover {
   cursor: help;
   border-bottom: 1px solid #aac;
   z-index: 1;
   position: relative;
   voice-family: "\"}\"";
   /* hide from IE 5 */
   voice-family: inherit;
   border-bottom-style: dotted;
   text-decoration: none !important;
   margin: 0 !important;
   padding: 0 !important;
   line-height: normal;
}

.gloss_def {
   display: none;
   position: absolute;
   padding: 5px 1em;
   background: #ece4d0;
   width: 20em;
   height: 10em;
   color: #000 !important;
   font-size: .95em;
   line-height: 1.1em;
   font-family: 'Helvetica', arial, sans-serif;
   text-decoration: none;
   overflow: auto;
   opacity: .92;
   filter: alpha(opacity=92);
   border: 1px solid #ad7612;
   z-index: 500;
}

.gloss_def .defclose {
   background: url('/img/gloss_close.gif') no-repeat 0 0 !important;
   margin: 0 0 0 16em;
}

.gloss_def .term {
   text-transform: uppercase;
   margin: 0 0 5px 0;
   display: block;
   font-weight: bold;
}

/* glossary css rules EOF */






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

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

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





/*htdig support */
.search_hilite { font-weight: bold; }




/* print template support */
.noprint { }

.noshowtitle { display: none; }

.noshow { display: none; }


/* press releases */


ul.press_releases li {
	display:block;
	list-style: none;
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px !important;
	padding: 3px 0 3px 20px !important;
	margin: 10px 10px 10px 0px !important;
}


/* jobs */

ul.jobs li {
	display:block;
	list-style: none;
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px !important;
	padding: 3px 0 3px 20px !important;
	margin: 10px 10px 10px 0px !important;
	}
ul.joblist li {
	display:block;
	list-style: none;
	background: url('/img/h_images/arrow_orange.gif') no-repeat 0 7px !important;
	padding: 3px 0 3px 20px !important;
	margin: 10px 10px 10px 0px !important;
	}

/* ----------- Pagination Nav --------------*/

.pagination-container {
	margin: 10px 0 15px 0;
	text-align: center;
}

.pagination-number-container {
	margin: 0 10px 0 10px;
}

	.pagination-container,
	.pagination-container a,
	.pagination-container .leftpage,
	.pagination-container .leftpage a,
	.pagination-container .rightpage,
	.pagination-container .rightpage a {
		font-size: 10px;
	}
		.pagination-container .leftpage {
			margin: 0 5px 0 5px;
			padding: 0 0 0 5px;
			background-image: url(/img/bullet_page_prev.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}

		.pagination-container .rightpage {
			margin: 0 5px 0 5px;
			padding: 0 5px 0 0;
			background-image: url(/img/bullet_page_next.gif);
			background-repeat: no-repeat;
			background-position: right center;
		}


		/* Sitemap */
#sitemap {

}
	#sitemap .col {
		width: 45%;
		float: left;
		margin-left: 30px;
	}

		#sitemap .col ul {
			margin: 10px 0 2em 10px;
		}

		#sitemap .col ul li {
			margin: 0 10px 3px 10px;
		}

		#sitemap .col .category .heading a {
				padding: 10px 10px 0 0;
	line-height: 1.43em;
	color:#D8450E;
	font-weight: bold;
	font-size: 12px;
			}

