/* styles common to all pages except the home page */

#deptTitle {
  /*
  */
  letter-spacing: 6px;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 12px;
}

#pageContent {
	width: 650px;
	overflow: hidden;
}

#contentTopMargin { /* parent: content */
  height: 9px;
  background-color: #f0ebe1;
}

#leftColumn { /* parent: content */
  width: 226px;
  background-color: #f0ebe1;
}

#centerColumn { /* parent: content */
  width: 462px;
  background-color: white;
}

#rightColumn { /* parent: content */
  width: 226px;
  background-color: white;
}

#lowerLeftContent {
  width: 208px;
  padding-left: 18px;
  overflow: hidden;
}

#lowerLeftContent img{
  text-align: center;
}

#smallTabs {
  position: relative;
  top: 26px;
  margin-right: 9px;
  float: right;
}

#navTrail { /* parent: body */
  padding-left: 10px;
  color: #806c46;
  height: 27px;
}

.navTrailText {
  float: left;
  padding-top: 7px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
}

.crumb {
  float: left;
}

.sideBlocker {
  margin-top: 5px;
}

html>body #subPagBlockerTitleSpacer { height: 15px; }
html>body #qLinksDropDownSpacer { height: 15px; }

form #qLinksDropDown {
  font-family: Georgia;
  font-size: 10px;
	background-image: url('/fileadmin/templates/3.0/images/searchinputshadow.jpg');
	background-repeat: no-repeat;
	border: 0px;
	border-style: none;
	padding-top: 5px;
	padding-left: 5px;
}

#leftColumnPhoto .left-side-image {
  width: 226px;
  z-index: 2;
}

