html, body {
    height: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

a {
    color: #333;
    font-weight: bold;
}

a:hover {
    color: #89a9ca;
}

button, button span, a span {
    cursor: pointer;
}

.clear {
    height: 0px;
    overflow: hidden;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

p {
    padding: 0 0 15px;
}

#container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #FFF url(../images/bg-tile-body.png) repeat-x 0 0;
}

#header, .footer-wrapper, .content, .nav {
    width: 916px;
    margin: 0 auto;
}

/* Header */
#header {
    padding-top: 5px;
    position: relative;
}

.logo span,
.tagline span,
.request-a-brochure span,
.client-forms span,
.home span {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.tagline span {
	left: 0;
}

.logo {
    clear: both;
    color: #4D7AA7;
    float: left;
    font-size: 22px;
    font-weight: normal;
    height: 66px;
    margin: 6px 0 0;
    position: relative;
    text-decoration: none;
    width: 251px;
}

.logo span {
    background: transparent url(../images/logo-bold.png) no-repeat 0 0;
}

.tagline {
    color: #4d7aa7;
    float: right;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 60px;
    position: relative;
    text-align: right;
    width: 416px;
    margin-top: 23px;
    padding: 0;
    clear: right;
}

.tagline strong {
    display: block;
    font-size: 19px;
    padding: 0 0 4px;
}

.tagline span {
    background: transparent url(../images/txt-tagline-header.png) no-repeat 0 0;
}

.request-a-brochure,
.client-forms {
    display: block;
    float: right;
    height: 17px;
}

.request-a-brochure {
    margin: 0 -8px 0 0;
    width: 150px;
}

.client-forms {
    width: 99px;	
}

.request-a-brochure span {
    background: transparent url(../images/util-nav.png) no-repeat -99px 0;
    height: 17px;
    width: 150px;
}

.client-forms span {
    background: transparent url(../images/util-nav.png) no-repeat 0 0;
    height: 17px;
    width: 99px;
}

.home {
    display: block;
    float: left;
    height: 17px;
    width: 78px;
}

.home span {
    background: transparent url(../images/btn-home.png) no-repeat 0 0;
    height: 17px;
    width: 78px;
}

/* End Header */

.content {
    line-height: 1.4;
}

/* vcard */

.street-address, 
.extended-address,
.post-office-box {
    display: block;
}

/* Nav */
.nav {

}

.nav li {
    display: block;
    float: left;
    margin: 0 2px 0 0;
}

.nav li.clear {
    float: none;
    margin: 0;
}

.nav .last {
    margin: 0;
}

.nav a {
    background-color: #4578AE;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 30px;
    padding: 4px 0 0;
    position: relative;
    text-align: center;
}

.nav span {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
}

.nav .active a span,
.nav a:hover span {
    background-position: 0 -34px;
}

.socialization-groups {
    width: 92px;
}

.socialization-groups span {
    background: transparent url(../images/nav/socialization-groups.png) no-repeat 0 0;
}

.therapy-counseling {
    width: 131px;
}

.therapy-counseling span {
    background: transparent url(../images/nav/individual-family-counseling.png) no-repeat 0 0;
}

.home-based {
    width: 91px;
}

.home-based span {
    background: transparent url(../images/nav/home-based-therapy.png) no-repeat 0 0;
}

.psychoeducational-testing {
    width: 123px;
}

.psychoeducational-testing span {
    background: transparent url(../images/nav/psychoeducational-testing.png) no-repeat 0 0;
}

.parenting-classes {
    width: 77px;
}

.parenting-classes span {
    background: transparent url(../images/nav/parenting-classes.png) no-repeat 0 0;
}

.early-intervention {
    width: 120px;
}

.early-intervention span {
    background: transparent url(../images/nav/early-intervention-services.png) no-repeat 0 0;
}

.school-consultation {
    width: 129px;
}

.school-consultation span {
    background: transparent url(../images/nav/school-consultation-services.png) no-repeat 0 0;
}

.lectures-seminars {
    width: 136px;
}

.lectures-seminars span {
    background: transparent url(../images/nav/lectures-professional-training.png) no-repeat 0 0;
}

/* End Nav */

/* Footer */
#footer {
    background: transparent url(../images/bg-tile-footer.png) repeat-x left bottom;
    height: 17px;
    padding: 25px 0 10px;
    width: 100%;
}

.copyright {
    color: #5c7ca3;
    float: left;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.footer-nav {
    float: right;
    margin-right: -8px;
    padding: 0 0 0 26px;
    background: transparent url(../images/fnav-left.png) no-repeat left top;
}

.footer-nav ul {
    padding: 0 27px 0 0;
    background: transparent url(../images/fnav-right.png) no-repeat right top;
    overflow: hidden;
}

.footer-nav li {
    background-color: #5c7ca3;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: bold;
    float: left;
    height: 12px;
    padding: 5px 5px 0 0;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
}

.footer-nav a em {
    color: #ffff00;
    font-style: normal;
}

.footer-nav a:hover,
.footer-nav a.active {
    color: #a3c7ed;
}
/* End Footer */

/* Modal */
.modal-background {
    -khtml-opacity: .6; /* Safari 1.x */
    -moz-opacity: .6; /* FF lt 1.5, Netscape */
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .6; /* Standard: FF gt 1.5, Opera, Safari */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.pop-container {
    background-color: #fff;
    padding: 14px 15px 15px 23px;
    width: 632px;
    z-index: 3;
    display: none;
}

.pop-container object, .pop-container embed {
    display: block;
    margin: 20px auto 0;
}

.pop-container .hdr-therapists {
    background: transparent url(../images/therapists/hdr-therapists-staff.png) no-repeat 0 0;
    width: 155px;
    margin: 0 auto;
}

.pop-container .hdr-join {
    background: transparent url(../images/headings/join-mailing-list.png) no-repeat 0 0;
    width: 199px;
}

.pop-container h3 {
    height: 16px;
    margin: 0 auto;
}

.pop-container h3 span, 
.pop-container .close span {
    color: #4d6e90;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.pop-container .vidTitle {
    color: #4975a5;
    font-size: 12px;
    font-weight: bold;
}

.pop-content {
    line-height: 1.4;
}

.pop-container fieldset.controls {
    clear: both;
    overflow: hidden;
}

.pop-container fieldset button {
    border: none;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}

.pop-container button span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.close {
    background: transparent url(../images/therapists/btn-close.png) no-repeat 0 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 50px;
}

.close:hover {
    background-position: 0 -16px;
}
/* End Modal */


/* Print Styles */

@media print {
    #header,
    .nav,
    .photo,
    .instructor img,
    #joinForm,
    #footer {
        display: none;
    }
    body {
        font-size: 11pt;
    }
}