.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.hide {
  display: none;
}

body {
  font-family: arial;
  font-size: 12px;
  margin: 0;
}

a {
  color: #ff9811;
  text-decoration: none;
}

a:hover {
  color: #ffb554;
}

img {
  border: none;
}

#searchContainer {
  height: 25px;
  margin-bottom: 10px;
}
#searchTextBoxContainer {
  float: left;
  margin: 0;
  height: 25px;
  width: 136px;
  background-image: url(/images/searchTextBox.png);
}
#searchTextBox {
  background: none;
  color: #828282;
  font-family: 'Dosis', sans-serif;
  border: none;
  width: 121px;
  height: 25px;
  margin: 0;
  padding: 1px 7px 0 7px;
  line-height: 25px;
  font-size: 12px;
}
#searchGoButton {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

#optInContainer {
  height: 25px;
  float: right;
}
#optInTextBoxContainer {
  float: left;
  margin: 0 0 0 10px;
  height: 25px;
  width: 195px;
  background-image: url(/images/optInTextBox.png);
}
#optInTextBox {
  background: none;
  color: #828282;
  font-family: 'Dosis', sans-serif;
  border: none;
  width: 181px;
  height: 25px;
  margin: 0;
  padding: 1px 7px 0 7px;
  line-height: 25px;
  font-size: 12px;
}
#optInGoButton {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.searchName {
  float: left;
  margin: 0 0 0 10px;
  height: 25px;
  width: 200px;
  background-image: url(/images/searchTextBox2.png);
  background-repeat: no-repeat;
}

/*Begin Search Tributes LJ 03/26/2013*/
.searchButtonHolder {position:absolute; padding: 0 0 0 10px}

#searchTributesButton {
   float:right;  
}
/*End Search Tributes */

#searchName {
  background: none;
  color: #60604B;
  font-family: arial;
  border: none;
  width: 181px;
  height: 25px;
  margin: 0;
  padding: 1px 7px 0 7px;
  line-height: 25px;
  font-size: 12px;
}

#topBarWrapper {
  background-color: #89d4df;
  min-height: 36px;
  width: 100%;
  min-width: 954px;
  color: white;
}
#topBar {
  margin-left: auto;
  margin-right: auto;
  width: 954px;
  vertical-align: middle;
  line-height: 31px;
  font-size: 12px;
  font-family: 'Ropa Sans', sans-serif;
  color: white;
}
#topBar a {
  color: white;
}
#headerSeparator {
  background-image: url(/images/bodyBackground.png);
  background-repeat: repeat-x;
  background-color: white;
  min-height: 30px;
  width: 100%;
  min-width: 954px;
}
#breadCrumbWrapper {
  width: 954px;
  margin-left: auto;
  margin-right: auto;
}
#heroImages > img {
  display: inline;
}
#bodyWrapper {
  width: 954px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#leftSideBar {
  float: left;
  width: 275px;
  padding-right: 10px;
}
#rightSideBar {
  float: right;
  width: 656px;
  padding-left: 11px;
  border-left: 1px dashed #c6c6c6;
}
#headerWrapper {
  width: 954px;
  margin-left: auto;
  margin-right: auto;
}
#headerWrapper>div#header p {
  display: inline;
}
#navigationWrapper {
  width: 954px;
  margin-left: auto;
  margin-right: auto;
}
.navigationLeft {
  margin-top: 4px;
  width: 5px;
  height: 38px;
  background-image: url(/images/navigationLeft.png);
  background-repeat: no-repeat;
  float: left;
}
.navigation {
  margin-top: 4px;
  background-color: #95957f;
  width: 827px;
  height: 38px;
  float: left;
  color: #9ed3db;
  font-weight: strong;
}
.nav {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 15px;
  padding: 0;
}
.nav li {
  float: left;
  position: relative;
  margin-right: 9px;
  z-index: 1000;
}
.nav li>a {
  display: block;
  height: 38px;
}
.nav li>a {
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  color: #FFFFFF;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav li.navSeparator {
  width: 6px;
  margin-top: 12px;
}
.nav li>a:hover {
  color: #9ed3db;
}
.nav li>a.active {
  color: #9ed3db;
}
.nav ul{
  list-style:none;
  margin: 0;
  padding: 5px 10px;
  background:#89d4df;
}
.nav ul li{
  padding-top: 8px;
  float:none;
  margin: 0;
}
.nav ul a{
  white-space:nowrap;
  height: 15px;
  color: #797962;
}
.nav li:hover ul a {
  text-decoration:none;
  font-size: 12px;
  font-family: arial;
  line-height: normal;
  text-transform: none;
}
.nav li:hover ul li a:hover{
  color: white;
}
.nav div.subMenu {
  position: absolute;
  /*left:-9999px;*/
  left: 0px;
  top: 30px;
  z-index: 1000;
  display: none;
}
.nav div.subMenu>ul {
  border: 1px solid #89d4df;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #89d4df;
  width: 223px;
  behavior: url(/images/PIE.htc);
}
.nav ul.subMenu {
  border: 1px solid #89d4df;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #89d4df;
  width: 223px;
  behavior: url(/images/PIE.htc);
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 999;
}
.nav ul.subMenu>li {
  line-height: normal;
  height: 12px;
}
.nav ul.subMenu>li>a {
  font-size: 12px;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: none;
  line-height: normal;
}
.nav div.subMenu>li>a {
  font-size: 12px;
  font-family: 'Ropa Sans', sans-serif;
  text-transform: none;
}
.nav li:hover div.subMenu {
  left: 0;
}
div.subMenu>ul>li {
  line-height: normal;
  height: 12px;
}
div.subMenu>ul>li>a {
  line-height: normal;
}

.donateButton {
  width: 121px;
  float: left;
  font-weight: bold;
  font-size: 19.56px;
}

.donateButton a {
  color: #ffffff;
}

.donateButton a:hover {
  color: #ffdab4;
}

#breadcrumb {
  font-size: 10px;
  padding: 0 15px 0px 0;
  color: #bbbbb4;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
#breadcrumb ul>li {
  float: left;
  margin-left: 10px;
}
#breadcrumb ul>li>a {
  background:transparent url(/images/breadcrumb.png) no-repeat right center;
  padding-right: 15px;
  color: #4b4b38;
}

.sideBarMenu {
  list-style-type: none;
  list-style-position: outside;
  margin: -5 0 10px 0;
  padding: 0;
}
.sideBarMenu li {
  background-image: url(/images/sideBarButton.png);
  width: 245px;
  height: 29px;
  padding: 15px 20px 0px 10px;
}
.sideBarMenu li>a {
  color: #348893;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
}
.sideBarMenu li>a:hover {
  color: #bed0d3;
}

#overviewSidebar {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
#overviewSidebar div#overviewSidebarTop {
  background-image: url(/images/overviewSidebarTop.png);
  background-repeat: no-repeat;
  width: 275px;
  height: 5px;
}
#overviewSidebar div#overviewSidebarContent {
  background-color: #f2f2ef;
  padding: 0 10px;
}
#overviewSidebar div#overviewSidebarContent ul {
  margin: 0;
  padding: 5px 0 10px 0;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 1px solid #e1e1db;
}
#overviewSidebar #overviewSidebarContent ul:last-child {
  border-bottom: none;
}
#overviewSidebar div#overviewSidebarContent ul>li>a {
  color: #0F727D;
}
#overviewSidebar div#overviewSidebarContent ul>li>a.active {
  color: #658285;
}
#overviewSidebar div#overviewSidebarContent ul>li {
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  padding: 5px 0 0 0;
  position: relative;
}
#overviewSidebar div#overviewSidebarContent ul>li>a.expandOverviewSidebar {
  float: right;
  width: 11px;
  height: 11px;
  background-image: url(/images/expandOverviewMenu.png);
  position: absolute;
  top: 6px;
  left: 244px;
}
#overviewSidebar div#overviewSidebarContent ul>li>a.collapseOverviewSidebar {
  float: right;
  width: 11px;
  height: 11px;
  background-image: url(/images/collapseOverviewMenu.png);
  position: absolute;
  top: 6px;
  left: 244px;
}
/* 3rd level Side Nav */
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>ul>li>a {
  /*font-style: italic;*/
  font-weight: 500;
  font-size: 12px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>a.expandOverviewSidebar {
  left: 239px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>a.collapseOverviewSidebar {
  left: 239px;
}

/* 4th level side nav */
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>ul>li>ul>li>a {
  font-size: 11px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>ul>li>a.expandOverviewSidebar {
  left: 234px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>ul>li>a.collapseOverviewSidebar {
  left: 234px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul {
  border-bottom: none;
  margin: 0 0 0 5px;
  padding: 0;
  zoom: 1;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li {
  font-size: 12px;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>a {
  color: #658285;
}
#overviewSidebar div#overviewSidebarContent ul>li>ul>li>a.active {
  color: #9ed3db;
}
#overviewSidebar div#overviewSidebarBottom {
  background-image: url(/images/overviewSidebarBottom.png);
  background-repeat: no-repeat;
  width: 275px;
  height: 5px;
}

#heroNav {
  list-style-type: none;
  list-style-position: outside;
  margin: 2px 0 15px 0;
  padding: 0;
  height: 61px;
}
#heroNav li {
  float: left;
  margin-right: 2px;
  position: relative;
}
#heroNav li>a>div{
  position: absolute;
  background-image: url("/images/activeHero.png");
  height: 15px;
  top: -15px;
  width: 30px;
  left: 65px;
  display: none;
}
#heroNav li>a {
  display: block;
  width: 142px;
  height: 31px;
  text-decoration: none;
  background-color: #DDDDDD;
  color: #b3b3b3;
  padding: 15px 10px 15px 10px;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  line-height: 15px;
}
#heroNav li>a.active {
  color: #FFFFFF;
  background-color: #006b77;
}
#heroNav li>a.active>div {
  display: block;
}

.halfItems > div {
  float: left;
}

.halfItems > div:first-child {
  margin-right: 2%; 
  border-right: 1px dashed #c6c6c6; 
  width: 48%;
}

.halfItems > div:last-child {
  width: 49%;
}

#mainContent {
  padding: 0 5px 10px 5px;
}

#footerWrapper {
  width: 100%;
  min-width: 954px;
  background-color: #dbdbd3;
  border-top: 6px solid #abab9a;
  margin-top: 50px;
  min-height: 175px;
  position: relative;
  padding-bottom: 80px;
}
.footer {
  width: 954px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footerDonateWrapper {
  position: absolute;
  top: -35px;
  left: 0px;
}
.footerDonateWrapper div:first-child{
  height: 29px;
}
.footerDonateContent {
  background-color: #006b77;
  width: 139px;
  padding: 5px 10px;
  border-top: 6px solid #005660;
}
.footerDonateLinks {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.footerDonateLinks li {
  float: left;
  width: 140px;
}
.footerDonateLinks li>a {
  color: #9fcbd1;
  text-decoration: none;
  font-size: 11px;
  font-family: arial;
}
.footerDonateLinks li>a:hover {
  color: #75acb3;
}
.footerDonateBottom {
  background-image: url(/images/footerDonateBottom.png);
  height: 8px;
  width: 160px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.footerDonateFooter {
  background-color: #dbdbd3;
  text-align: center;
  width: 150px;
}

.footerDonateFooter h3 {
  color: #006b77;
  font-family: 'Dosis', sans-serif;
  margin: 0px 0px 10px 0px;
}

/* BEGIN LJ added for contact us in footer 2/18/2013 */
/*.footerDonateFooter h3:hover {
  color: #95aeae;
}*/

.footerDonateFooter  h3 > a {
    color: #006B77;
    font-family: 'Dosis',sans-serif;
}
/* END LJ added for contact us in footer 2/18/2013 */

.footerLinksWrapper {
  float: left;
  width: 795px;
  margin-left: 190px;
  padding-top: 15px;
}

.footerLinksWrapper h3 {
  color: #006b77;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  margin: 0px 0px 10px 0px;
}

.footerLinksWrapper h3:hover {
  color: #93adad;
}

.footerLinksWrapper h3>a {
  color: #006b77;
  font-family: 'Dosis', sans-serif;
}

.footerLinksWrapper h3>a:hover {
  color: #93adad;
}

.footerLinksWrapper div {
  float: left;
  width: 175px;
}

.footerLinksWrapper div.footerSeparator {
  border-left: 1px dashed #bdbdb6;
  float: left;
  height: 265px;
  width: 1px;
  margin: 0 15px 0 10px;
}

.footerLinksWrapper ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}

.footerLinksWrapper ul>li>a {
  font-size: 11px;
  font-family: arial;
  text-decoration: none;
  color: #767676;
}

.footerLinksWrapper ul>li>a:hover {
  color: #adada8;
}

.footerSide {
  background-color: #dbdbd3;
  border-top: 6px solid #abab9a;
  width: auto;
  float: left;
}

.donateTitle {
  background-image: url(/images/footerDonate.png);
  width: 159px;
  height: 30px;
}
.footerStrip {
  background-color: #abab9a;
  height: 5px;
}
.footerDonateStrip {
  background-color: #00555f;
  height: 5px;
}

.copyright {
  font-size: 11px;
  font-family: arial;
  text-align: center;
  color: #767676;
  position: absolute;
  bottom: 45px; /* 0 */
  height: 50px;
  width: 100%;
}

.contactUsWrapper {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.facebookIcon {
  background-image: url(/images/facebookIcon.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  padding-right: 3px;
  width: 18px;
  height: 18px;
}
.facebookIcon:hover {
  background-image: url(/images/facebookIconHover.png);
}

.twitterIcon {
  background-image: url(/images/twitterIcon.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
}
.twitterIcon:hover {
  background-image: url(/images/twitterIconHover.png);
}

.testimony {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimony tr:first-child {
  background-color: #f2f2ef;
}
.testimonyImage {
  background-color: #f2f2ef;
  height: 192px;
  float: left;
}
.testimonyAuthorWrapper {
  background-color: #f2f2ef;
  height: 132px;
  padding-top: 60px;
  max-width: 100%;
}
.testimonyAuthor {
  width: 100%;
  padding-left: 50px;
  height: 60px;
  font-family: arial;
  font-size: 15px;
  color: #8c8c77;
  font-style: italic;
  font-weight: bold;
}
.testimonyAuthor h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.testimonyQuote {
  font-size: 12px;
  color: #60604b;
}

#researchFacultyTabs {
  float: left;
  width: 460px;
}

#researchFacultyTabs table.researchFacultyTabs {
  margin-bottom: 20px;
  width: 100%;
}

#researchFacultyTabs table.researchFacultyTabs>tbody>tr>td {
  background-color: #006b77;
  padding: 5px 10px;
  margin-right: 1px;
  text-align: center;
}

#researchFacultyTabs table.researchFacultyTabs>tbody>tr>td.active {
  background-color: #4ab0c3;
}

#researchFacultyTabs table.researchFacultyTabs>tbody>tr>td>a {
  color: #FFFFFF;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

#researchFacultyBio {
  float: right;
  width: 158px;
  background-color: #EAEAEA;
}

#researchFacultyBio div#facultyBio {
  margin: 5px;
  width: 148px;
}

#researchFacultyBioButtons ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#researchFacultyBioButtons ul>li {
  float: left;
  width: 158px;
  height: 30px;
}

/* begin helios */
#heliosBioDesc{
  font-family: arial;
  font-size: 14px;
  margin: 0; 
}

#heliosBioContent{
  width:100%;
}

#heliosBio {
  float: right;
  width: 158px;
  background-color: #FFFFFF;
}

#heliosBio div#facultyBio {
  margin: 5px;
  width: 148px;
}

#heliosButtons ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#heliosButtons ul>li {
  float: left;
  width: 158px;
  height: 30px;
}
/* end helios */

.toggleOverviewContent {
  width: 600px;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #DBDBD3;
  padding: 0 10px;
  vertical-align: middle;
}

.toggleOverviewContent a {
  color: #95957F;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  display: block;
}

.breakingNews {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.breakingNews li {
  margin-bottom: 15px;
}

.breakingNews .newsTitle,.newsDate {
  font-weight: bold;
}

.breakingNews li>p {
  display: inline;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}

.overviewDropDownContainer {
 margin-bottom: 15px;
}

.memorials {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%;
}
.memorials li {
  float: left;
  width: 320px;
  margin-top: 13px;
}
.memorials li>div.memorial {
  background-color: #f2f2ef;
  color: #348893;
  clear: both;
  width: 300px;
  height: 100%;
}
.memorial>div:first-child {
  float: left;
}
.memorial>div:first-child + div{
  float: left;
  width: 195px;
  margin: 20px 0 0 15px;
}

.eventsCalendarTable tr>td {
  padding: 10px;
  text-align: center;
  color: #006b77;
}
.eventsCalendarTable tr>td:first-child {
  text-align: left;
}
.eventsCalendarTable tr>td:first-child>span {
  font-weight: bold;
  font-size: 13px;
}
.eventsCalendarTable tr>td:first-child>p {
  display: inline;
}
.eventsCalendarTable tr>td:first-child + td {
  font-style: italic;
  font-size: 13px;
}
.eventsCalendarTable tr>td:first-child + td + td {
  font-weight; bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Dosis',sans-serif;
}
.eventsCalendarTable tr:nth-child(odd) {
  background-color: #f1f1ee;
}
.eventsCalendarTable tr:nth-child(even) {
  background-color: #f3fbfc;
}

.eventDetailTable tr>td {
  padding: 7px;
  vertical-align: top;
}
.eventDetailTable tr>td:first-child {
  color: #348893;
  font-weight: bold;
  text-align: right;
  width: 105px;
}
.eventDetailTable tr>td:last-child {
  color: #60604b;
  text-align: left;
}

.showMobile {
  display: none;
}

.separator {
  height: 1px;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  clear: both;
  margin: 8px 0;
}

.roundedButtons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
.roundedButtons li {
  float: left;
  padding-right: 3px;
  height: 35px;
}
.roundedButtons li>a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: white;
  border: 1px solid #FFB048;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFB048;
  behavior: url(/images/PIE.htc);
}

.roundedButtons li>a.roundedButton:hover {
  color: white;
}

.roundedButton {
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  border: 1px solid #FFB048;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFB048;
  behavior: url(/images/PIE.htc);
  line-height: 32px;
}
.roundedButton:hover {
  color: white;
}

.memorialLeft {
  width: 450px;
  margin-right: 10px;
  float: left;
}

.memorialRight {
  width: 166px;
  padding: 0 5px;
  float: left;
  color: #60604b;
  font-size: 11.5px;
  font-family: arial;
  font-style: italic;
}

.selectedPublications {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.selectedPublications li {
  margin-bottom: 10px;
}

.rounded_corner {
  -moz-border-radius: 12px 0 12px 0;
  -webkit-border-radius: 12px 0 12px 0;
  -khtml-border-radius: 12px 0 12px 0;
  border-radius: 12px 0 12px 0;
  border:1px solid #ffffff; /* edit Color #9d9e96 Lenny Jolin 6/27/2013 */
}























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
font-size: 18px; font-family: 'Dosis', sans-serif; margin-top: 0; font-weight: 700;
}

h4 {
font-size: 15px; font-family: 'Dosis', sans-serif; margin: 0; clear: both;
}

.memorials {
color: #60604b;
}

.memorialBlue {
color: #348893;
}

.memorialBig {
font-size: 17px; font-family: 'Dosis', sans-serif;
}

.memorialSmall {
font-family: 'Ropa Sans', sans-serif; font-size: 12px;
}

.eventDetailTable {

}

.DarkerGray {
color: #60604b;
}

.TextTurquoise {
color: #006b77;
}

