@import "general.css";
@import "layout.css";

#wrapper h2 {
	margin-bottom: 5px;
    font-family: Verdana;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #f58232;
}

#teachers {
	padding-top: 10px;
}
#teachers dt {
    position: relative;
}

#teachers dt img {
    position: absolute;
    left: 0px;
    top: 0px;
}

#teachers dd {
    padding-left: 65px;
    min-height: 65px;
    margin-bottom: 35px;
}

* html #teachers dd {
    height: 65px;
}

#teachers h3 {
    font-weight: normal;
    font-size: 11px;
}

#teachers p {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 0;
    color: #79909d;
}

#teachers .column {
    margin-top: 10px;
    float: left;
    width: 49.9%;
}

#staff {
    padding-left: 13px;
}

* html #staff {
    padding-left: 5px;
}

#staff dt {
    position: relative;
}

#staff dt img {
    position: absolute;
    left: 0px;
    top: 0px;
}

#staff dd {
    padding-left: 65px;
    min-height: 65px;
    margin-bottom: 20px;
}

* html #staff dd {
    height: 65px;
}

#staff h3 {
    font-weight: normal;
    font-size: 11px;
}

#staff p {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 0;
    color: #79909d;
}

p.more a {
    font-weight: bold;
    font-size: 10px;
    color: #f58232;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
}

#materials {
    background-color: #ebebeb;
    padding: 13px 13px;
    margin-top: 25px;
}

#materials h2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    background: url("../img/dots.gif") repeat-x left bottom;
}

#materials h3 {
    font-weight: bold;
    font-size: 11px;
    color: #f58232;
    padding: 5px 0 3px 0;
    margin-top: 2px;
}

#materials p {
    font-size: 10px;
    line-height: 16px;
}

#materials p a {
    color: #325060;
}
#materials p a:hover {
	text-decoration: none;
}

#materials p a img {
    vertical-align: middle;
}

#materials p.more {
    padding: 13px 0 9px;
}

dd.section .text img {
    float: left;
    margin-right: 5px;
}

dd.section .text cite {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #79909d;
}

dd.section p {
    clear: both;
}

dd.section p b {
    font-size: 11px;
}

a.register {
    font-weight: bold;
    font-size: 10px;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
    margin-right: 18px;
}

