/* Content area */
div#content {
    top: 135px;
}

div#content h1 {
	font-family: Georgia,serif;
	font-size: 40px;
	line-height:100%;
	font-weight: normal;
	color: #454545;
	padding-bottom:5px;
}

div#pcont {
  background-color: #FFFFFF;
  width: 645px;
  padding: 20px 20px 35px 20px;
  min-height: 450px;

}

div#subnavbox {
  position: absolute;
  right: -10px;
  top: 40px;
  width: 250px;
  padding: 10px;
  line-height: 190%;
  color: #A8D8EF;
  font-weight:normal;
  font-size:15px;

}

div#subnavhead {
  color: #A8D8EF;
}

div#subnavcont a, div#subnavcont a:link, div#subnavcont a:visited {
  text-decoration: none;
  color: #d9ef45;
}
div#subnavcont a:focus, div#subnavcont a:hover, div#subnavcont a:active {
	color:#ffffff;
}
div#pcont[class~=fullwidth] {
  width: 900px;
}



/* Team Page */
/*
.team {
  overflow: hidden;
}

.team div {
  float: left;
  text-align: center;
  width: 33.3%;
  padding: 15px 0;
  position: relative;
}

.team div a {
  text-decoration: none;
  width: 175px;
  height: 175px;
  display: block;
  position: relative;
  margin: 0 10px;
}
.team div a img {
  width: 175px;
  height: 175px;
  border: 1px solid rgb(153, 153, 153);
}

.team div span {
   display: block;
   line-height: 1.4em;
}

.team div a span {
  cursor: pointer;
  color: white;
  bottom: -1px;
  left: 1px;
  background: black;
  position: absolute;
  width: 100%;
  z-index: -15;
  opacity: 0; filter: alpha(opacity=0);
  font-weight: bold;
}
.team div a:hover span {
  opacity: .7; filter: alpha(opacity=70);
  z-index: 15;
}


.team div a img {
  opacity: .7; filter: alpha(opacity=70);
}
.team div a:hover img {
  opacity: 1; filter: alpha(opacity=100);
}
*/
