body {
    margin: 0;
    background: #444a55;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: small;
    padding-bottom: 70px;
}

#logo-print {
    display: none;
}

#wrapper {
    width: 880px;
    margin: 0 auto;
    margin-top: 34px;
    background: #d9d9d1;
    border: 10px solid #fff;
    position: relative;
}

#header {
    height: 164px;
    width: 880px;
    background: #9fa6b3;
    position: relative;
    border-bottom: 6px solid #fff;
}

#header #links {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 85%;
}

#header #links a {   
    color: #fff;
    text-decoration: none;
}

#header #links a:hover {   
    color: #4a4a4a;
}

#header #search {
    position: absolute;
    top: 30px;
    right: 12px;
    background: url(/layout/images/search.gif) no-repeat;
    height: 21px;
    width: 159px;
}

#header #search #searchTerm {
     width: 140px;
     margin-left: 8px;
     margin-top: 1px;
     border: none;
     background: #fff;
}

#header #featured {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    width: 500px;
    height: 30px;
    padding: 5px;
    background-color: #2980b6;
}

#header #featured span {
    /* color: #6d6d6d; */
    color: #fff;
    margin: 0;
    font-size: 90%;
    text-transform: uppercase;
}

#header #featured ul {
    margin: 0;
    padding: 0;
    font-size: 90%;
    margin-top: 2px;
    list-style: none;
}

#header #featured ul li a {
    /*color: #4a4a4a;*/
    color: #fff;
    text-decoration: none;
}

#header #featured ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#headerImage {
    border-bottom: 7px solid #fff;
    position: relative;
}

#headerImage #stripe {
    position: absolute;
    bottom: 9px;
    left: 0;
    background: url(/layout/images/stripe.png) repeat-x;
    height: 9px;
    width: 880px;
}

#sidebar {
    width: 263px;
    position: absolute;
    top: 0;
    left: 48px;
    background: url(/layout/images/nav-bottom.png) no-repeat bottom left;
    padding-bottom: 10px;
    z-index: 2;
}

 #sideContent {
    width: 263px;
    padding-bottom: 15px;
    background: url(/layout/images/nav-bkgrd.png) repeat-y top left;
    position: relative;
}


/* SIDE NAVIGATION  */

#nav {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 120%;
    color: #626262;
    list-style: none;
    position: relative;
}

#nav li {
    padding: 9px 0;
    margin-left: 30px;
    background: url(/layout/images/nav-divider.gif) no-repeat 0px 30px;
}

#nav li.current a,  #nav li.currentParent a {
    padding-bottom: 5px;
    width: 161px;
    color: #77a6c5;
    text-decoration: none;
}

#nav li a {
    padding-bottom: 5px;
    width: 161px;
    color: #626262;
    text-decoration: none;
    display: block;
}

#nav li a:hover {
    color: #77a6c5;
}

#nav li ul {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    margin-top: 7px;
    list-style: none;
    display: none;
}

#nav li.current ul, #nav li.currentParent ul, #nav li.open ul {
    display: block;
}

#nav li ul li {
    color: #7c7c7c;
    font-size: 90%;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    background: none;
}

#nav li ul li:hover, #nav li.currentParent ul li.over, #nav li.current ul li.over {
    background: #e2eef3;
    color: #7c7c7c;
}

#nav li ul li.current, #nav li.currentParent ul li.current {
    background: #cfe4ed;
    color: #7c7c7c;
}

#nav li ul li a,  #nav li.current ul li a,  #nav li.currentParent ul li a {
    text-decoration: none;
    color: #7c7c7c;
    font-size: 80%;
}

#nav li.currentParent ul li a {
    color: #7c7c7c;
}


.sidebarMain #sideContent ul {
    padding-bottom: 250px;
}

.sidebarMain #sideContent ul li ul {
    padding-bottom: 0px;
}



 #sideContent #news {
    margin: 0 10px;
    margin-right: 18px;
    background: #eaedf0;
    padding: 5px 0 10px 10px;
    margin-top: 45px;
}

 #sideContent #news p {
    color: #3d3d3d;
    font-size: 90%;
    line-height: 1.4;
    padding-left: 0px;
}

 #sideContent #news a {
    color: #6f6d6d;
    font-size: 90%;
    text-decoration: none;
}

 #sideContent #news a:hover {
    color: #9fa6b3;
}

 #sideContent #contact {
    color: #555555;
    font-size: 98%;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

 #sideContent #contact a {
    color: #555555;
    text-decoration: none;
}

 #sideContent #contact a:hover, #content #breadcrumb a:hover {
    color: #aaaaaa;
}

#breadcrumb, #content #breadcrumb a {
    font-size: 10px;
    color: #888;
}

#content {
    padding-left: 350px;
    padding-right: 15px;
    padding-bottom: 30px;
    color: #3d3d3d;
    font-size: 90%;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

#content ul {
    list-style: url(/layout/images/list-bullet.gif);
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

#content ul li {
    padding: 5px 0;
}

#content a {
    color: #5494c0;
    text-decoration: none;
}

#content a:hover {
    color: #aaaaaa;
}


#footer {
    width: 900px;
    margin: 5px auto;
    color: #aaaaaa;
    font-size: 70%;
}

#footer a {
    color: #aaaaaa;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
}

#footerLeft {
    float: left;
    text-align: left;
}

#footerRight {
    float: right;
    text-align: right;
}

a img {
    border: none;
}

h1 {
    color: #5494c0;
    font-size: 20px;
    font-weight: normal;
    width: 490px;
}

h2 {
    color: #626262;
    font-size: 18px;
    font-weight: normal;
}

h3 {
    color: #626262;
    font-size: 14px;
    font-weight: normal;
}

#news h3 {
    margin: 0;
}

h4 {
    color: #5494c0;
    font-size: 13px;
    font-weight: normal;
}

#news h4 {
    margin: 0;
    margin-top: 15px;
}

h5 {
    color: #3d3d3d;
    font-size: 13px;
}

h6 {
    color: #5494c0;
    font-size: 11px;
    font-weight: normal;
}

p.abstract {
    margin: 0;
    font-size: 90%;
}

.gray {
    color: #b2b2b2;
}

a:focus {
  outline: none;
}

#ncGalleryCategoryTbl td {
    text-align: center;
}

td, th {
    vertical-align: top;
}

#team table a {
    font-size: 110%;
}

table#profile-tbl {
  position: relative;
  top: 30px;
}
table#profile-tbl h1 {
  margin: 0;
  width: auto;
}
table#profile-tbl h4 {
  font-size: 130%;
  margin-top: 0px;
  font-style: italic;
}
table#profile-tbl td.col-1 {
  padding-right: 10px
}

.print {
    background: url(/layout/images/link_print.png) no-repeat top left;
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
}

.print-breadcrumb {
    top: 32px;
}

.print:hover {
    background-position: 0 -21px;
}

.print-lightbox {
    background: url(/layout/images/link_print.png) no-repeat top left;
    height: 21px;
    width: 21px;
    display: block;
}

.print-lightbox:hover {
    background-position: 0 -21px;
}

/* Image Drop Shadow - http://www.alistapart.com/articles/cssdrop2/
---------------------------------------------------*/

.alphaShadowLeft, .alphaShadowRight, .alphaShadow {

  background: url(../images/dropshadow/shadow.png) no-repeat bottom right !important;
  background: url(../images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 3px 5px 0px !important;
  margin: 10px 3px 5px 0px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}

.alphaShadowLeft div, .alphaShadowRight div, .alphaShadow div {
  background: url(../images/dropshadow/shadow2.png) no-repeat left top !important;
  background: url(../images/dropshadow/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alphaShadowLeft img, .alphaShadowRight img, .alphaShadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}