@charset "utf-8";

/* =====================================================
   WESTSIDE THERAPIST — CLEAN, STABLE LAYOUT
   ===================================================== */

/* ================= BODY ================= */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(/images/background.jpg);
    background-attachment: fixed;
    background-position: top center;
    color: #333333;
}

/* ================= MAIN WRAPPER ================= */
.westsidetherapist #containerMain {
    width: 755px;
    margin: 20px auto;
    background-color: #777777; /* gray frame */
    overflow: hidden;
}

/* ================= LEFT COLUMN ================= */
.westsidetherapist #containerLeft {
    float: left;
    width: 218px;
    background-color: #777777;
}

.westsidetherapist #logoContainerLeft {
    width: 206px;
    background-color: #ffffff;
}

.westsidetherapist #contentLeft {
    background-color: #777777;
    border-top: 6px solid #ffffff;
    padding-bottom: 20px;
}

/* Left menu text */
.westsidetherapist #contentLeft a,
.westsidetherapist #contentLeft dt {
    color: #ffffff;
    text-decoration: none;
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.westsidetherapist #contentLeft a:hover {
    color: #630000;
}

/* ================= RIGHT COLUMN ================= */
.westsidetherapist #containerRight {
    float: right;
    width: 531px;
    background-color: #ffffff;
    border-left: 6px solid #ffffff;
}

/* ================= HEADER IMAGE ================= */
.westsidetherapist #bannerRight {
    width: 531px;
}

/* ================= CONTENT ================= */
.westsidetherapist #contentRight {
    background-color: #ffffff;
    border-top: 6px solid #ffffff;
    color: #333333;
}

/* Text elements */
.westsidetherapist #contentRight p,
.westsidetherapist #contentRight li {
    font-size: 13px;
    margin: 0 20px 15px 30px;
    color: #333333;
}

.westsidetherapist #contentRight li {
    font-size: 12px;
    text-indent: 15px;
}

/* Headings */
.westsidetherapist #contentRight h2 {
    font-size: 19px;
    margin: 0 0 10px 30px;
    color: #333333;
}

.westsidetherapist #contentRight h3 {
    margin-left: 30px;
    color: #333333;
}

/* Links in content */
.westsidetherapist #contentRight a {
    color: #0000cc;
    text-decoration: none;
}

.westsidetherapist #contentRight a:hover {
    text-decoration: underline;
}

/* ================= FOOTER ================= */
.westsidetherapist #contentFooterRight {
    background-image: url(/images/bg-rgh-footer.gif);
    border-bottom: 6px solid #ffffff;
    text-align: center;
    color: #999999;
}

.westsidetherapist #contentFooterRight h3,
.westsidetherapist #contentFooterRight h4,
.westsidetherapist #contentFooterRight a {
    color: #999999;
    font-size: 10px;
}

/* ================= DROPDOWN MENUS ================= */
.verticalLink {
    position: absolute;
    visibility: hidden;
    z-index: 100;
    background-color: #E4E3E1;
    width: 120px;
    font-family: "Gill Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.verticalLink a {
    display: block;
    padding: 3px;
    background-color: #E4E3E1;
    color: #777777;
    text-decoration: none;
}

.verticalLink a:hover {
    color: #630000;
}

/* ================= FLOAT CLEAR ================= */
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
/* ===============================
   FIX: NAVLIST LEAKING INTO CONTENT
   =============================== */

/* Force content text to stay dark */
.westsidetherapist #contentRight,
.westsidetherapist #contentRight p,
.westsidetherapist #contentRight li,
.westsidetherapist #contentRight h1,
.westsidetherapist #contentRight h2,
.westsidetherapist #contentRight h3,
.westsidetherapist #contentRight h4,
.westsidetherapist #contentRight h5,
.westsidetherapist #contentRight h6,
.westsidetherapist #contentRight a {
    color: #333333 !important;
}

