@charset "utf-8";
/* CSS Document */

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* line 13, ../sass/components/_menus.scss */
#navigation {
  width: 1002px;
  padding-top: 8px;
  clear: both;
}
/* line 17, ../sass/components/_menus.scss */
#navigation #main-menu ul li {
  /*border-bottom: 3px solid #6395ba;
  -webkit-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 4px 4px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 4px 4px rgba(50, 50, 50, 0.25);*/
  background: url(/images/header/menu-bg.png) 0 0 repeat-x #103681;
  text-align: center;
  min-height: 39px;
  width: 165px;
  padding: 0px;
  border-left: 1px solid #6a7eb0;
  border-right: 1px solid #1f2c4c;
}
/* line 29, ../sass/components/_menus.scss */
#navigation #main-menu ul li a {
  width: 100%;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 39px;
}
/* line 39, ../sass/components/_menus.scss */
#navigation #main-menu ul li a:hover {
  background-color: transparent;
  text-decoration: none !important;
  color: #fff !important;
}
/* line 43, ../sass/components/_menus.scss */
#navigation #main-menu ul li.first {
  width: 166px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  border-left: 0 none;
}
/* line 50, ../sass/components/_menus.scss */
#navigation #main-menu ul li.last {
  width: 166px;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  border-right: 0 none;
}
/* line 57, ../sass/components/_menus.scss */
#navigation #main-menu ul li.active-trail {
  background: url(/images/header/menu-active-bg.png) 0 0 repeat-x #103681;
}
/* line 59, ../sass/components/_menus.scss */
#navigation #main-menu ul li.active-trail.first {
  border-left: 0 none;
}

.element-invisible {
	display: none;
}
#Breadcrumbs {
/*	padding-top: 5px; */
	clear: both;
}
/* ---------------------------------------------------- */
/* GLOBAL FOOTER
/* ---------------------------------------------------- */
#Footer {
    border: 0;
    width: 1002px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size:14px;
}
#Footer .footer-line1 {
	margin:10px 0;
	text-transform:uppercase;
}
#Footer .footer-line2 {
	margin:10px 0 30px;
}

#Footer a {
    color: #104b7d;
    font: 9px Verdana, Arial, sans-serif;
    text-decoration: none;
    padding:0 5px;
}

#Footer a:hover {
    color: #333366;
    text-decoration: underline;
}

#Footer a:visited {
    color: #333366;
    font: 9px Verdana, Arial, sans-serif;
    text-decoration: none;
}

#Footer img {
    Vertical-align: middle;
}

a.footernav, .footernav {
    color: #104b7d;
    font: 9px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
}

a.footernav:hover {
    color: #333366;
    text-decoration: underline;
    text-align: center;
}

a.footernav:visited {
    color: #333366;
    font: 9px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */
#Header {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}

/* Utilities */
#banner {
    background: url(/images/header/banner-bckgn.png) no-repeat left top;
    margin: 0 0 8px 0;
    height: 30px;
}

#banner a, #banner a:visited {
    color: #333333;
    text-decoration: none;
}

#banner a:hover {
    color: #104b7d;
    text-decoration: underline;
}

#banner ul#institutes {
    list-style-type: none;
    list-style-image: none;
    padding:0;
    margin: 5px 0 0 6px;
    float: left;
	top: auto;
	left: auto;
}

#banner ul#institutes li {
    display: inline;
    padding: 0 145px 0 0;
    font: 11.2px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

#banner ul#institutes li.last {
    padding-right: 0;
}

#banner ul#utilities {
    list-style-type: none;
    list-style-image: none;
	padding:0;
    margin: 10px 20px 0 0;
    float: right;
    text-align:right;
	top: auto;
	right: auto;
	position: relative;
}

#banner ul#utilities li {
    display: inline;
    font: 11.2px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    padding: 0 10px 0 6px;
    border-right: 1px solid #ccc;
}

#banner ul#utilities li.last {
    padding-right: 0;
    border-right: none;
}

/* ---------------------------------------------------- */
/* LOGOS
/* ---------------------------------------------------- */
.Logo {
    width: 410px;
    height: 70px;
    position: relative;
}

.NIHSeal {
    width: 108px;
    height: 78px;
    margin: 0;
    padding: 0 60px 0 0;
    border: 0;
    position: relative;
    float: left;
    background-image: url('/images/header/banner-nihlogo.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.trans-divider {
    background-image: url('/images/header/trans-hdiv.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 998px;
    height: 14px;
    padding: 8px 0 8px 0;
    margin: 0;
    position: relative;
    float: left;
}

/* ---------------------------------------------------- */
/* SEARCH
/* ---------------------------------------------------- */
/* Normal Search */
.topsearch {
    width: auto;
    position: relative;
    float: left;
    clear: right;
    top: 0;
    margin: 0;
    padding: 0;
}

/* Filtered Search */
#srchbox_thin_box {
    position: absolute;
    left: 574px;
    top: 40px;
    width: 410px;
    height: 50px;
    border: 1px solid #DDD;
    padding: 8px;
    z-index: 1005;
}

.accessiblesrch {
    font-size: 11px;
    margin: 0;
}

/* Input Box */
.sb_input {
    position: absolute;
    top: 32px;
    left: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    outline: none;
    padding: 3px 1px 3px 3px;
    text-shadow: 1px 1px 1px #fff;
    width: 335px;
    height: 16px;
    float: left;
    margin: 0 7px 0 0;
    z-index: 4;
}

/* Btn */
input.sb_search {
    position: absolute;
    left: 350px;
    top: 30px;
    background: url(/images/header/search-btn.gif) no-repeat left top;
    height: 26px;
    width: 68px;
    padding: 0;
    cursor: pointer;
}
input.sb404_search {
    background: url(/images/header/search-btn.gif) no-repeat left top;
    height: 26px;
    width: 68px;
    padding: 0;
    cursor: pointer;
}

input.sb_search:hover {
    background-color: #fff;
}

/* for email subscribe*/
input.subscribe {
    position: absolute;
    left: 498px;
    top: 572px;
    height: 26px;
    width: 100px;
    padding: 0;
    cursor: pointer;
}

input.subscribe:hover {
    background-color: #fff;
}

/* Dropdown Filter */
.dropdown dt {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 181px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    z-index: 20;
}

.dropdown dd  ul {
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 54px;
    left: 181px;
    display: block;
    z-index: 20;
}

.dropdown a, .dropdown a:visited {
    color: #816c5b;
    font-family: Verdana, Geneva, sans-serif;
    font-size: .9em;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover {
    color: #5d4617;
    border: 1px solid #ddd;
}

.dropdown dt a {
    background: #ddd url(/images/header/arrow.png) no-repeat scroll right center;
    display: block;
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 20px;
    border: 1px solid #ddd;
    width: 135px;
    height: 15px;
    z-index: 20;
    text-decoration: none;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding-top: 2px;
    padding-right: 0;
}

.dropdown dd ul {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #C5C0B0;
    display: none;
    width: auto;
    min-width: 170px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dropdown dd ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.dropdown dd ul li a:hover {
    background-color: #ddd;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

/* Global Navigation */
.TopNav {
    margin: 8px 0 0px 0;
}