.content {
    margin-top: 5px;
}

.banner {
    width: 916px;
    height: 257px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.banner img {
    display: none;
    height: 257px;
    position: absolute;
    width: 916px;
}

.banner .display {
    display: block;
}

.banner span,
a span {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

h2 {
    color: #4d6e90;
    display: block;
    height: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.events h2.office {
	color: #333;
	font-size: 10px;
	padding:8px 0;
	height: auto;
	width: auto;
	margin: 0;
	text-transform: none;
}

a.officeLoc {
	background: transparent url(../images/btn-sprite-locations.png) no-repeat 0 0;
	display: block;
	height: 25px;
	width: 112px;
}

a.officeLoc:hover {
	background-position: 0 -25px;
}

h2 span {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.events .news {
	margin-top: 8px;
}

/* Therapists Widget */
.therapists {
    float: left;
    padding: 0 0 0 13px;
    width: 224px;
}

.therapists ul {
    margin-left: -2px;
    width: 226px;
}

.therapists h2 {
    width: 130px;
    margin-bottom: 7px;
}

.therapists h2 span {
    background: transparent url(../images/headings/therapists-staff.png) no-repeat left top;
}

.about-us {
    width: 74px;
}

.about-us span {
    background: transparent url(../images/headings/about-us.png) no-repeat left top;
}

.events ul {
	background: transparent url(../images/dotted.gif) no-repeat left bottom;
}

.events h2 {
    width: 141px;
}

.events h2 span {
    background: transparent url(../images/headings/scheduled-events.png) no-repeat left top;
}

.events .news span {
	background: transparent url(../images/headings/news-feed.png) no-repeat left top;
}

.therapists li {
    display: block;
}

.therapists button {
    background: transparent url(../images/therapists/btn-bg.png) no-repeat 0 0;
    border: none;
    color: #597899;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    height: 26px;
    text-transform: uppercase;
    width: 226px;
    text-align: left;
    cursor: pointer;
}

.therapists button:hover {
    background-position: 0 -26px;
    color: #333;
}

.therapists button strong {
    display: block;
    padding: 0 28px 0 15px;
}

.therapists .top  button {
    background: transparent url(../images/therapists/btn-bg-top.png) no-repeat 0 0;
    height: 30px;
}

.therapists .top  button:hover {
    background-position: 0 -30px;
}

.therapists .bottom  button {
    background: transparent url(../images/therapists/btn-bg-bottom.png) no-repeat 0 0;
    height: 29px;
}

.therapists .bottom  button:hover {
    background-position: 0 -29px;
}

.bio {
    display: none;
}

.pop-content .bio {
    display: block;
    padding: 17px 0 13px;
}

.bio-content {
    float: right;
    height: 250px;
    overflow: auto;
    width: 430px;
}

.bio img {
    float: left;
}

.bio-content h3 {
    font-weight: bold;
    font-size: 12px;
}

.bio-content p {
    padding: 8px 0 0;
}

.pop-container fieldset button {
    width: 60px;
    height: 25px;
}

.pop-container fieldset button:hover {
    background-position: 0 -25px;
}

button.next {
    background-image: url(../images/therapists/btn-next.png);
    float: right;
}

button.prev {
    background-image:  url(../images/therapists/btn-prev.png);
    float: left;
}
/* End Therapists Widget */

/* Main Content */
.main {
    float: left;
    padding: 0 20px 0 0;
    width: 431px;
}
/* End Main Content */

/* Scheduled Events */
.events {
    float: left;
    width: 203px;
    padding: 0 25px 0 0;
}

.events p {
    padding: 0 0 2px;
}

.events li {
    display: block;
    padding: 0 0 15px;
}

.events .details {
    background: transparent url(../images/link-bullet.png) no-repeat 0 2px;
    display: block;
    padding-left: 14px;
    font-size: 10px;
    color: #4975a5;
}

/* End Scheduled Events */