/*** /Intranet/Purdue/Administration/President/stylesheet.css/ ***/

#header {
  background: #222 url(images/bg-header.jpg) top left repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  margin: 0 0 30px;
  padding: 12px 0 0 0;
}

.logo-purdue {
    background: url(images/logo-purdue.png) center center repeat;
    display: block;
    height: 40px;
    left: 50%;
    margin: 0 0 0 -440px;
    position: relative;
    text-indent: -9999px;
    width: 129px;
}

@media all and (max-width: 960px) {
    .logo-purdue {
        left: 0;
        margin: 0 0 0 40px;
    }
}

#search,
#left-tabs,
#right-tabs,
#breadcrumbs,
#sidebar-left-container {
  display: none;
}

#layout,
#sub-footer {
  width: 960px;
}

#upper-nav-bar {
  position: absolute;
  top: 0px;
  left:0px;
  width: 960px;
  height: 33px;
  color: white;
  background-color: #A47700;
}

.appearance-columns #upper-nav-bar {
  display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
}

.text-box {
    width: 320px;
}
