/* ====== Sub Navigation ====== */
#subNavigation {
  float:right;
  width:180px;
}
.subNavAd {
  margin-bottom:10px;
}
#subNavigationLinks {
  margin-bottom:10px;
  background:#ebebeb url("img/subNavigationLinks-bg.jpg") center top repeat-y;
}
#subNavigationLinksHeader {
  background:#ebebeb url("img/subNavigationLinksHeader-bg.jpg") center top no-repeat;
  margin:0;
  padding:0;
  border:0 none;
}
#subNavigationLinks h2 {
  font-size:18px;
  font-weight:normal;
  color:#333333;
  text-transform:capitalize;
  text-align:center;
  width:auto;
  padding:10px 0;
}
#subNavigationLinks hr {
  width:80%;
  height:8px;
  background:url("img/hr-double-bg.png") 0 0 repeat-x;
  text-align:center;
  border:none;
}
#subNavigationLinks h3 {
  font-size:13px;
  letter-spacing:0px;
}
#subNavigationLinks ul {
  background:url("img/subNavigation-ul-bg.jpg") center bottom no-repeat;
  padding:15px;
}
#subNavigationLinks ul ul {
  background:transparent;
  border:none;
  padding:0 5px;
  margin:0 0 20px 0;
  list-style:none;
  list-style-image:url("img/list-arrow-bg.png");
  list-style-position:outside;
}
#subNavigationLinks ul ul li {
  color:#666666;
  font-size:11px;
  line-height:12px;
  margin-top:10px;
  margin-left:15px;
}
#subNavigationLinks ul ul li a {
  color:#666666;
}

/* ====== Content ====== */
#content {
  width:790px;
}
  #content h2 {
    background:url("img/uwwPage-h2-bg.jpg") 0 0 no-repeat;
    padding:5px 0 5px 10px;
  }
  #content img {
    border:1px solid #666666;
  }
  
/* ====== Degree Programs Table ====== */
#degreePrograms {
  width:100%;
  margin-top:-50px;
}
  #degreePrograms th {
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    color:#331e54;
    margin:0 0 10px 0;
    height:26px;
    vertical-align:bottom;
    text-align:center;
  }
  #degreePrograms th#factSheet {
    width:17px;
    height:85px;
    background:url("img/website.gif") center bottom no-repeat;
    font-size:0px;
    text-indent:-10000px;
    overflow:hidden;
  }
  #degreePrograms th#fourYearPlan {
    width:17px;
    height:80px;
    background:url("img/4-yearPlan.gif") center bottom no-repeat;
    font-size:0px;
    text-indent:-10000px;
    overflow:hidden;
  }
  #degreePrograms th#learningOutcomes {
    width:17px;
    height:136px;
    background:url("img/learningOutcomes.gif") center bottom no-repeat;
    font-size:0px;
    text-indent:-10000px;
    overflow:hidden;
  }
  #degreePrograms tr.even td {
    background:#ebebeb;
  }
  #degreePrograms td {
    padding:5px;
    vertical-align:middle;
  }
  #degreePrograms td.programTitle {
    padding-left:5px;
    font-size:14px;
  }
  #degreePrograms td.programTitle a {
    font-weight:normal;
  }
    #degreePrograms td.major {
      text-transform:uppercase;
      font-weight:bold;
    }
    #degreePrograms td.major a {
      font-weight:bold;
    }
    #degreePrograms td.minor, #degreePrograms td.emphasis {
      padding-left:25px;
    }
    #degreePrograms td.orphan, #degreePrograms td.major {
      padding-left:5px;
    }
  #degreePrograms td.factSheet {
    text-align:center;
  }
    #degreePrograms td.factSheet a {
      display:block;
      width:24px;
      height:24px;
      background:url("img/page.png") 0 0 no-repeat;
      font-size:0;
      text-indent:100000px;
      overflow:hidden;
    }
  #degreePrograms td.fourYearPlan {
    text-align:center;
  }
    #degreePrograms td.fourYearPlan a {
      display:block;
      width:24px;
      height:24px;
      background:url("img/4year.png") 0 0 no-repeat;
      font-size:0;
      text-indent:100000px;
      overflow:hidden;
    }
  #degreePrograms td.learningOutcomes {
    text-align:center;
  }
    #degreePrograms td.learningOutcomes a {
      display:block;
      width:24px;
      height:24px;
      background:url("img/pdf.png") 0 0 no-repeat;
      font-size:0;
      text-indent:100000px;
      overflow:hidden;
    }
  #degreePrograms a.arts, .arts {
    color:#000; /*color:#83389B;*/
  }
  #degreePrograms a.business, .business {
    color:#000; /*color:#D6492A;*/
  }
  #degreePrograms a.education, .education {
    color:#000; /*color:#009A3D;*/
  }
  #degreePrograms a.letters, .letters {
    color:#000; /*color:#0085CF;*/
  }