/*==[ Global Styles ]=========================================================*/

html {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  min-width: 990px;
  height: 100%;
  font-family: 'verdana', 'arial', 'helvetica', sans-serif;
  font-size: .6em;
  background-color: #575757;
  background-image: url('../images/html-background.png');
  background-repeat: repeat-y;
  background-position: center top;
  overflow-y: scroll;
}
body {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 990px;
  min-height: 100%;
  background-color: #FFFFFF;
  background-image: url('../images/body-background.png');
  background-repeat: repeat-y;
  background-position: center top;
}
.nodisplay {
  display: none !important;
}
.bold {
  font-weight: bold;
}


/*==[ Header ]================================================================*/

#header {
  position: absolute;
  top: 0;
  left: -1px;
  border-right: solid 1px #666666;
  border-left: solid 1px #666666;
  width: 990px;
  height: 96px;
  background-color: #508AD3;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
}
#header h1 {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 200px;
  height: 60px;
  background-image: url('../images/h1-background.png');
  background-repeat: no-repeat;
}
#header h1 img,
#header h1 span,
#header h2,
#header h3 {
  display: none;
}
#skipto {
  display: none;
}
#header #sites {
  position: absolute;
  bottom: 33px;
  right: 0;
  z-index: 1;
  width: 790px;
}
#header #sites ul {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#header #sites ul li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
#header #sites ul li.current {
  background-image: url('../images/sites-current.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header #sites ul li a {
  display: inline-block;
  border-left: solid 1px #A7C4E9;
  padding: 0 10px 1px 10px;
  line-height: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #D5E6FA;
}
#header #sites ul li a:hover {
  color: #FFFFFF;
}
#header #sites ul li:first-child a {
  border-left: none;
}
#header #breadcrumbs {
  position: absolute;
  top: 62px;
  left: 0;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #666666;
  width: 990px;
  min-height: 24px;
  max-height: 33px;
  background-color: #F6F6F6;
  background-image: url('../images/breadcrumbs-background.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  cursor: default;
}
#header #breadcrumbs p {
  margin: 0 0 0 0;
  padding: 6px 0 6px 20px;
  width: 760px;
  white-space: nowrap;
  overflow: hidden;
  color: #666666;
}
#header #breadcrumbs a {
  padding: 4px 5px 4px 5px;
  text-decoration: none;
  color: #666666;
}
#header #breadcrumbs a:hover {
  border-top: solid 1px #91ACD0;
  border-right: solid 1px #8BA8CD;
  border-bottom: solid 1px #7496C0;
  border-left: solid 1px #8BA8CD;
  padding: 3px 4px 3px 4px;
  background-color: #EFF3F7;
  background-image: url('../images/breadcrumbs-hover.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#header #breadcrumbs span.delimiter {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 4px;
  width: 0px;
  vertical-align: top;
  background-image: url('../images/breadcrumbs-delimiter.png');
  background-repeat: no-repeat;
  background-position: 0 3px;
}


/*==[ Navigation ]============================================================*/

#navigation {
  position: absolute;
  top: 96px;
  left: 0;
}
#navigation h2 {
  display: none;
}
#navigation #utilities { 
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  width: 199px;
  height: 221px;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
}
#navigation #utilities h3 {
  display: none;
}
#navigation #utilities ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 221px;
  list-style-type: none;
}
#navigation #utilities ul li {
  margin: 0 0 0 0;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #FFFFFF;
  padding: 0 0 0 0;
  width: 198px;
  height: 72px;
  background-image: url('../images/utilities-button.png');
  background-repeat: repeat-x;
}
#navigation #utilities ul li:hover {
  background-color: #FFFFFF;
  background-image: url('../images/utilities-button-hover.png');
}
#navigation #utilities ul li a {
  display: inline-block;
  padding: 12px 10px 12px 68px;
  width: 120px;
  height: 48px;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#navigation #utilities ul li a .title {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #3366AA;
  cursor: pointer;
}
#navigation #utilities ul li a .hyphen {
  display: none;
}
#navigation #utilities ul li a .description {
  display: inline-block;
  font-size: 9px;
  color: #666666;
  cursor: pointer;
}
#navigation #utilities ul li a:hover .title {
  color: #AA6633;
}
#navigation #pages {
  position: absolute;
  top: 220px;
  left: 0;
  padding: 12px 0 0 0;
  width: 205px;
}
#navigation #pages h3 {
  display: none;
}
#navigation #pages ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#navigation #pages ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 9px;
}
#navigation #pages ul li.current {
  background-image: url('../images/navigation-current-indicator.png');
  background-repeat: no-repeat;
  background-position: right top;
}
#navigation #pages ul li.collapse ul {
  display: none;
}
#navigation #pages ul li a {
  display: inline-block;
  padding: 4px 5px 4px 15px;
  width: 161px;
  min-height: 12px;
  text-decoration: none;
  color: #000000;
  background-repeat: no-repeat;
  background-position: 5px 7px;
}
#navigation #pages ul li.expand>a {
  background-image: url('../images/navigation-expand.png');
}
#navigation #pages ul li.collapse>a {
  background-image: url('../images/navigation-collapse.png');
}
#navigation #pages ul li a:hover {
  border: solid 1px #CCCCCC;
  padding: 3px 4px 3px 14px;
  background-color: #EEEEEE;
  background-position: 4px 6px;
}
#navigation #pages ul li.current>a {
  border-top: solid 1px #5E8FC9;
  border-right: none;
  border-bottom: solid 1px #3366AA;
  border-left: solid 1px #5E8FC9;
  padding: 3px 14px 3px 14px;
  color: #FFFFFF;
  background-color: #5E8FC9;
  background-image: url('../images/navigation-current.png');
  background-repeat: repeat-x;
  background-position: 0 0;
}
#navigation #pages ul li[class="current expand"]>a {
  background-image: url('../images/navigation-current-expand.png');
}
#navigation #pages ul ul li a {
  width: 152px;
}
#navigation #pages ul ul ul li a {
  width: 143px;
}
#navigation #pages ul ul ul ul li a {
  width: 134px;
}


/*==[ Content ]===============================================================*/

#content {
  padding: 116px 20px 20px 220px;
  width: 540px;
}
#content #headline {
  margin: 0 0 0 0;
  padding: 0 0 0 42px;
  height: 38px;
  background-image: url('../images/headline-default.png');
  background-repeat: no-repeat;
  background-position: left 2px;
}
#content>#headline {
  height: auto !important;
  min-height: 38px;
}
#content #headline h2 {
  margin: 0 0 -4px 0;
  padding: 0 0 0 0;
  font-size: 2em;
  font-weight: normal;
  color: #3366AA;
}
#content #headline h3 {
  float: left;
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  max-width: 498px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}
#content #toolbar {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  white-space: nowrap;
  text-align: right;
  cursor: default;
}
#content #toolbar li {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content #toolbar li span.disabled {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 4px 4px 4px 20px;
  text-decoration: none;
  color: #999999;
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #toolbar li a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 4px 4px 4px 20px;
  text-decoration: none;
  color: #3366AA;
  background-image: url('../images/tool-default.png');
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #toolbar li a:hover {
  text-decoration: underline;
}
#content #toolbar li a#tool_help {
  background-image: url('../images/tool-help.png');
}
#content #messages {
  margin: 0 0 2.5em 0;
  border-top: dotted 1px #999999;
  clear: both;
}
#content #messages .error,
#content #messages .warning,
#content #messages .note,
#content #messages .tip,
#content #messages .instructions {
  margin: 2.5em 0 1em 0;
  border: solid 1px #DDCC99;
  padding: .5em 10px .5em 40px;
  min-height: 32px;
  background-color: #FFFFE0;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#content #messages .error {
  background-image: url('../images/message-error.png');
}
#content #messages .warning {
  background-image: url('../images/message-warning.png');
}
#content #messages .note {
  background-image: url('../images/message-note.png');
}
#content #messages .tip {
  background-image: url('../images/message-tip.png');
}
#content #messages .instructions {
  background-image: url('../images/message-instructions.png');
}
#content #messages p {
  margin: 0 0 0 0;
  padding: 1em 0 1em 0;
}
#content ul.grid {
  margin: -5px 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#content ul.grid li {
  float: left;
  margin: 8px 8px 8px 8px;
  padding: 0 0 0 0;
  width: 234px;
  height: 66px;
}
#content ul.grid li a {
  display: inline-block;
  border: solid 1px #DDDDDD;
  padding: 10px 10px 10px 64px;
  width: 158px;
  height: 44px;
  text-decoration: none;
  color: #3366AA;
  background-color: #FFFFFF;
  background-image: url('../images/grid-default.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#content ul.grid li a:hover {
  border: solid 1px #88A1C3;
  background-color: #EFF5FD;
}
#content ul.grid li a span.title {
  padding: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  background-image: none !important;
}
#content ul.grid li a span.hyphen {
  display: none;
}
#content ul.grid li a span.description {
  display: block;
  margin: 5px 0 0 0;
  font-size: 9px;
  color: #666666;
}
#content .craig_third {
  float: left;
  margin: 0 0 2.5em 0;
  padding: 0 21px 0 0;
  width: 227px;
  min-height: 145px;
}
#content .craig_half {
  float: left;
  margin: 0 0 2.5em 0;
  padding: 0 21px 0 0;
  width: 350px;
  min-height: 145px;
}
#content .craig_full {
  float: none !important;
  clear: both;
  margin: 2.5em 0 2.5em 0;
  padding: 0 0 0 0;
  min-height: 0 !important;
}
#content h4 {
  margin: 2.5em 0 1em 0;
  border-bottom: dotted 1px #CCCCCC;
  padding: 0 0 1px 0;
  font-size: 1em;
  font-weight: bold;
  color: #AA6633;
}
#content h4 a {
  text-decoration: none;
}
#content h4 a:hover {
  text-decoration: underline;
}
#content .craig_third h4 {
  margin: 0 -1em 1em 0;
}
#content .craig_half h4 {
  margin: 0 -1em 1em 0;
}
#content .craig_full h4 {
  margin: 0 0 1em 0;
}
#content h5 {
  margin: 1.5em 0 .5em 0;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}
#content h6 {
  margin: 1.5em 0 0 0;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
#content form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content p {
  margin: 1em 0 1em 0;
  text-align: justify;
}
#content ol,
#content ul {
  margin: 1em 0 1em 0;
  padding: 0 0 0 2em;
}
#content li {
  margin: 1em 0 1em 0;
}
#content dt {
  margin: 1em 0 .5em 0;
  font-weight: bold;
  color: #333333;
}
#content dd {
  margin: 0 0 1.5em 0;
}
#content a {
  color: #3366AA;
}
#content .no_bullet {
  list-style-type: none;
}
#content .loading {
  padding: 0 0 0 18px;
  min-height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #999999;
  background-image: url('../images/throbber.gif');
  background-repeat: no-repeat;
  background-position: left center;
}
#content .address {
  margin: 0 0 0 2em;
  line-height: 1.5em;
}
#content .closing {
  margin: 2em 0 0 0;
  line-height: 1.8em;
}
#content .closing .portrait {
  float: left;
  margin: 0 1em 0 0;
}
#content .closing .signature {
  margin: 10px 0 0 0;
}
#content .tabs {
  position: relative;
  z-index: 1;
}
#content .tabs ul {
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  height: 22px;
  list-style-type: none;
}
#content .tabs ul li {
  float: left;
  margin: 3px -1px 0 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  padding: 1px 1px 0 1px;
  height: 17px;
  font-weight: bold;
  background-color: #F6F6F6;
}
#content .tabs ul>li {
  background-image: url('../images/tabs-background.png');
  background-repeat: repeat-x;
}
#content .tabs ul li:hover {
  background-color: #FCFCFC;
}
#content .tabs ul li.active {
  position: relative;
  z-index: 2;
  margin: 0 -1px -1px 0;
  border-top: solid 1px #EA9C4B;
  border-right: solid 1px #AAAAAA;
  border-left: solid 1px #CCCCCC;
  height: 21px;
  background-color: #FFFFFF;
  background-image: url('../images/tabs-active.png');
  background-repeat: repeat-x;
}
#content .tabs ul li a {
  display: inline-block;
  padding: 0 10px 0 10px;
  min-width: 99px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #999999;
}
#content .tabs ul li a:hover {
  color: #777777;
}
#content .tabs ul li.active a {
  line-height: 19px;
  color: #3366AA !important;
}
#content .tabs ul li.active a:focus {
  outline: none;
}
#content #calendar_short {
  padding: 0 0 0 0;
  width: 375px;
}
#content #calendar_short h4 {
  margin: 0 0 1em 0;
}
#content #calendar_short table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  border-spacing: 0;
}
#content #calendar_short thead {
  display: none;
}
#content #calendar_short tr:hover {
  background-color: #D5E6FA;
}
#content #calendar_short td {
  padding: 0 0 0 0;
  vertical-align: top;
}
#content #calendar_short td span,
#content #calendar_short td a {
  display: block;
  padding: 3px 5px 3px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #000000 !important;
}
#content #calendar_short td.col_event a {
  padding: 3px 0 3px 15px;
}
#content #calendar_short td.col_date a {
  padding: 3px 5px 3px 0;
  text-align: right;
}
#content #calendar_short td a.high {
  font-weight: bold;
}
#content #calendar_short td.col_event a.high {
  background-image: url('../images/event-high.png');
  background-repeat: no-repeat;
  background-position: 2px center;
}
#content #calendar_short #event_full {
  text-align: right;
  margin: 4px 4px 4px 4px;
}
#content #calendar_short #event_full a {
  padding: 2px 14px 2px 4px;
  text-decoration: none;
  color: #666666;
  background-image: url('../images/event-full.png');
  background-repeat: no-repeat;
  background-position: right center;
}
#content #calendar_short #event_full a:hover {
  text-decoration: underline;
  color: #3366AA;
}
#content table.simple {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-spacing: 0;
}
#content table.simple th {
  padding: 3px 20px 3px 0;
  vertical-align: top;
  text-align: left;
}
#content table.simple thead th {
  padding: 3px 0 3px 0;
  text-align: left;
}
#content table.simple td {
  padding: 3px 0 3px 0;
  vertical-align: top;
}
#content table.simple a {
  text-decoration: none;
}
#content table.simple a:hover {
  text-decoration: underline;
}
#content table.chrome {
  margin: 0 0 1em 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #E3E3E3;
  border-left: solid 1px #E3E3E3;
  border-spacing: 0;
  width: 100%;
}
#content table.chrome span,
#content table.chrome a {
  display: block;
  margin: 0 0 0 0;
  padding: 0 4px 0 4px;
  height: 2em;
  min-height: 19px;
  line-height: 2em;
  overflow: hidden;
  text-decoration: none;
  color: #000000 !important;
}
#content table.chrome th {
  margin: 0 0 0 0;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #FFFFFF;
  padding: 0 0 0 0;
  text-align: left;
  white-space: nowrap;
  background-color: #F0F0F0;
  background-image: url('../images/chrome-header.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#content table.chrome th:first-child {
  border-left: none !important;
}
#content table.chrome th span.indicator {
  display: inline;
  padding: 0 0 0 3px;
  color: #808080 !important;
}
#content table.chrome tr.odd {
  background-color: #FFFFFF;
}
#content table.chrome tr.even {
  background-color: #F9F9F9;
}
#content table.chrome tr.odd:hover,
#content table.chrome tr.even:hover {
  background-color: #D5E6FA;
}
#content table.chrome td {
  border-bottom: solid 1px #E3E3E3;
  vertical-align: top;
}
#content table.chrome td a,
#content table.chrome td span {
  min-height: 16px;
}
#content .footnote {
  margin: -.2em 0 -1em 0;
  padding: 0 0 0 0;
  text-align: right !important;
  color: #6F6F6F;
}
#content .icon,
#content .file {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 2px 0 20px !important;
  line-height: 16px;
  background-image: url('../images/icon-default.png');
  background-repeat: no-repeat;
  background-position: 1px 0;
}
#content table.chrome .file {
  background-position: 1px 2px;
}
#content table.classes .col_section {
  width: 65px;
}
#content table.classes .col_instructor {
  width: 160px;
}
#content table.classes .col_location {
  width: 70px;
}
#content table.classes .col_time {
  width: 170px;
}
#content table.classes .col_time a,
#content table.classes .col_time span {
  overflow-x: visible !important;
  height: auto;
}
#content img.profile {
  float: left;
  margin: 0 1em 0 0;
  border: solid 1px #999999;
}
#content table.employee,
#content table.student {
  width: 248px;
}
#content table.employee th {
  padding-right: 10px;
  width: 50px;
  white-space: nowrap;
}
#content table.employee td {
  max-width: 188px;
}
#content table.student th {
  padding-right: 10px;
  width: 70px;
  white-space: nowrap;
}
#content table.student td {
  max-width: 168px;
}


/*==[ Footer ]================================================================*/

#footer {
  position: absolute;
  top: 135px;
  left: 780px;
  padding: 0 0 20px 0;
  width: 190px;
}
#footer h2 {
  display: none;
}
#footer #publications h3,
#footer #resources h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 -1px 0;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #BBBBBB;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #BBBBBB;
  padding: 4px 5px 4px 5px;
  min-height: 12px;
  font-size: 1em;
  color: #666666;
  background-color: #F0F0F0;
  background-image: url('../images/chrome-header.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#footer #publications ul,
#footer #resources ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#footer #publications ul li,
#footer #resources ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#footer #publications ul li a,
#footer #resources ul li a {
  display: inline-block;
  padding: 5px 5px 5px 20px;
  width: 165px;
  min-height: 12px;
  text-decoration: none;
  color: #000000;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  cursor: pointer;
}
#footer #publications ul li a:hover,
#footer #resources ul li a:hover {
  border: solid 1px #88a1c3;
  padding: 4px 4px 4px 19px;
  background-color: #eff5fd !important;
  background-position: 2px 2px;
}
#footer #resources ul li#elearning a {
  background-image: url('../images/resources-elearning.png');
}
#footer #resources ul li#email a {
  background-image: url('../images/resources-email.png');
}
#footer #resources ul li#schedule a {
  background-image: url('../images/resources-schedule.png');
}
#footer #resources ul li#directory a {
  background-image: url('../images/resources-directory.png');
}
#footer #resources ul li#library a {
  background-image: url('../images/resources-library.png');
}
#footer #resources ul li#browser a {
  background-image: url('../images/resources-browser.png');
}
#footer #resources ul li#calendar a {
  background-image: url('../images/resources-calendar.png');
}
#footer #resources ul li#support a {
  background-image: url('../images/resources-support.png');
}
#footer #resources ul li a .title {
  display: inline-block;
}
#footer #resources ul li a .hyphen,
#footer #resources ul li a .description {
  display: none;
}
#footer #publications {
  margin: 20px 0 0 0;
}
#footer #publications ul li a.pdf {
  background-image: url('../images/publications-pdf.png');
}
#footer #copyright {
  display: none;
}


/*==[ Home Page ]=============================================================*/

html#home {
  background-image: url('../images/html-background-home.png');
}
html#home #navigation #utilities {
  border-right: none;
  width: 990px;
  background-image: url('../images/utilities-default-banner.jpg');
}
html#home #content {
  padding: 338px 20px 20px 220px;
  width: 750px;
  min-height: 275px;
}
html#home #content #headline h3 {
  max-width: 708px;
}
html#home #footer {
  position: static;
  border-top: solid 1px #3366AA;
  padding: 2px 0 0 0;
  width: 990px;
  min-height: 100px;
  overflow: hidden;
  background-color: #508AD3;
  background-image: url('../images/footer-background.jpg');
  background-repeat: no-repeat;
}
html#home #footer #resources h3 {
  display: none;
}
html#home #footer #resources ul {
  margin: 0 0 0 0;
  padding: 9px 10px 10px 10px;
  list-style-type: none;
}
html#home #footer #resources ul li {
  float: left;
  margin: 5px 5px 5px 5px;
  padding: 0 0 0 0;
  background-color: #487BBC;
}
body[id="www_home"] #footer #resources ul li {
  background-color: transparent !important;
  background-image: url('../images/resources-background-home.png');
}
html#home #footer #resources ul li a {
  display: block;
  padding: 5px 10px 5px 55px;
  border: solid 1px #75A4DC;
  height: 48px;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
html#home #footer #resources ul li#elearning a {
  background-image: url('../images/resources-elearning-home.png');
}
html#home #footer #resources ul li#email a {
  background-image: url('../images/resources-email-home.png');
}
html#home #footer #resources ul li#schedule a {
  background-image: url('../images/resources-schedule-home.png');
}
html#home #footer #resources ul li#directory a {
  background-image: url('../images/resources-directory-home.png');
}
html#home #footer #resources ul li#library a {
  background-image: url('../images/resources-library-home.png');
}
html#home #footer #resources ul li#browser a {
  background-image: url('../images/resources-browser-home.png');
}
html#home #footer #resources ul li#calendar a {
  background-image: url('../images/resources-calendar-home.png');
}
html#home #footer #resources ul li#support a {
  background-image: url('../images/resources-support-home.png');
}
html#home #footer #resources ul li a:hover {
  background-color: #4172B1 !important;
}
html#home #footer #resources ul li a span.title {
  display: inline-block;
  margin: 2px 0 4px 0;
  font-weight: bold;
  color: #D5E6FA;
  cursor: pointer;
}
html#home #footer #resources ul li a span.description {
  display: inline-block;
  font-size: .9em;
  color: #9ABCE7;
  cursor: pointer;
}
html#home #footer #publications {
  display: none;
}
html#home #footer #copyright {
  display: block;
  clear: left;
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #D6E6F6;
}
html#home #footer #copyright p {
  margin: 0 0 0 0;
}
html#home #footer #copyright p a {
  text-decoration: none;
  color: #D6E6F6;
}
html#home #footer #copyright p a:hover {
  text-decoration: underline;
}


/*==[ Section Pages ]=========================================================*/

html#section #navigation #utilities {
  border-right: none;
  width: 990px;
  background-image: url('../images/utilities-default-banner.jpg');
}
html#section #content {
  padding: 338px 20px 20px 220px;
}
html#section #footer {
  top: 357px;
}


/*==[ Text Pages ]============================================================*/

html#text #content .craig_third {
  margin: 2.5em 0 2.5em 0;
  width: 160px;
}
html#text #content .craig_half {
  margin: 2.5em 0 2.5em 0;
  width: 248px;
}


/*==[ Application Pages ]=====================================================*/

html#application #content {
  width: 750px;
}
html#application #content #headline h3 {
  max-width: 708px;
}
html#application #footer {
  display: none;
}


/*==[ Library ]===============================================================*/
#content .ebrary {
  background-image: url('../images/icon-ebrary.png');
}
#content .ebsco {
  background-image: url('../images/icon-ebsco.png');
}
#content .oclc {
  background-image: url('../images/icon-oclc.png');
}
#content .elibrary {
  background-image: url('../images/icon-elibrary.png');
}
#content .lexisnexis {
  background-image: url('../images/icon-lexisnexis.png');
}
#content .britannica {
  background-image: url('../images/icon-britannica.png');
}
#content .medlineplus {
  background-image: url('../images/icon-medlineplus.png');
}
#content .rsacat {
  background-image: url('../images/icon-rsacat.png');
}
#content .owl {
  background-image: url('../images/icon-owl.png');
}


/*==[ Fullscreen Pages ]======================================================*/

html#fullscreen {
  max-width: 100%;
  background-image: none;
  background-color: #FFFFFF;
}
html#fullscreen body {
  width: 100%;
  background-image: none;
}
html#fullscreen #header,
html#fullscreen #navigation {
  display: none;
}
html#fullscreen #content {
  padding: 2em 0 2em 0;
  width: 100%;
}
html#fullscreen #content #headline,
html#fullscreen #content #messages,
html#fullscreen #content #block {
  margin-right: 2em;
  margin-left: 2em;
}
html#fullscreen #footer {
  display: none;
}


/*==[ Print Media Type ]======================================================*/

@media print {

html,
body {
  background-color: transparent !important;
  background-image: none !important;
}
#header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  width: 100%;
  height: auto;
  background-color: transparent !important;
  background-image: none !important;
}
#header h1 {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  text-align: right;
  color: #808080;
  background-image: none !important;
}
#header h1 img {
  display: inline;
  width: 221px;
  height: 25px;
}
#header #sites,
#header #breadcrumbs {
  display: none;
}
#navigation {
  display: none;
}
#content {
  padding: 0 0 0 0 !important;
  width: auto !important;
  font-size: 1.2em;
}
#content a {
  color: inherit !important;
}
#content #headline {
  padding: 0 0 5px 42px;
  background-position: left 4px;
}
#content #toolbar {
  display: none;
}
#content h4 {
  border-bottom: dotted 1px #999999;
}
#content .craig_third {
  padding: 0 2% 0 0;
  width: 31% !important;
  min-height: 150px;
}
#content .craig_half {
  padding: 0 2% 0 0;
  width: 48% !important;
  min-height: 150px;
}
#content .craig_third h4 {
  width: auto !important;
}
#content .craig_half h4 {
  width: auto !important;
}
#footer {
  display: none;
}

}
