

#container {
    margin: 0px auto 0px;
    font-family: "Arial";
    width: 980px;
}

#header {
    width: 980px;
    height: 30px;
}

#nav_start {
    background-image: url(/assets/images/shared/navgrad_left.gif);
    background-repeat: no-repeat;
    width: 4px;
    height: 30px;
    float: left;
}

#nav_end {
    background-image: url(/assets/images/shared/navgrad_right.gif);
    background-repeat: no-repeat;
    width: 4px;
    height: 30px;
    float: left;
    margin-left: -2px;
}

.nav {
    background-image: url(/assets/images/shared/navgrad.gif);
    background-repeat: repeat-x;
    width: 160px;
    height: 23px;
    float: left;
    margin-right: 2px;
    padding-top: 7px;
}

.nav_text {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
}

#content {
    margin-top: 5px;
    width: 980px;
}

#leftnav {
    width: 313px;
    float: left;
    margin-right: 23px;
}

#main_content {
    width: 640px;
    float: left;
}

.clrfloats {
    clear: both;
}

.img {
    width: 313px;
    height: 206px;
}

.img_search {
    width: 213px;
    height: 206px;
}

#rc_top {
    background-image: url(/assets/images/rc_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#rc_bottom {
    background-image: url(/assets/images/rc_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#img_search_1 {
    background-image: url(/assets/images/search_1.jpg);
    background-repeat: no-repeat;
}

#img_search_2 {
    background-image: url(/assets/images/search_2.jpg);
    background-repeat: no-repeat;
}

#img_normal_1 {
    background-image: url(/assets/images/normal_1.jpg);
    background-repeat: no-repeat;
}

#img_normal_2 {
    background-image: url(/assets/images/normal_2.jpg);
    background-repeat: no-repeat;
}

#img_contact_1 {
    background-image: url(/assets/images/contact_1.jpg);
    background-repeat: no-repeat;
}

#img_contact_2 {
    background-image: url(/assets/images/contact_2.jpg);
    background-repeat: no-repeat;
}

#img_membership_1 {
    background-image: url(/assets/images/membership_1.jpg);
    background-repeat: no-repeat;
}

#img_membership_2 {
    background-image: url(/assets/images/membership_2.jpg);
    background-repeat: no-repeat;
}

img {
    border: 0px;
}

#blue_box {
    background-color: #003399;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 225px;
}

h3 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 29px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 12px;
}

#blue_box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 5px;
    padding-bottom: 15px;
}

#blue_box li {
    margin-left: 15px;
}

#blue_box li a, .contact_more_info {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#footer {
    margin-top: 5px;
}

.footer_text {
    text-align: center;
    font-size: 11px;
    color: #003399;
}

#divider_single {
    height: 1px;
    width: 980px;
    background-image: url(/assets/images/shared/line_single.gif);
    background-repeat: repeat-x;
    margin-top: 5px;
    margin-bottom: 5px;
}

#divider_double {
    height: 4px;
    width: 640px;
    background-image: url(/assets/images/shared/line_double.gif);
    background-repeat: repeat-x;
    margin-top: 5px;
    margin-bottom: 15px;
}

#content_header {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

#scroll_container {
    padding-right: 5px;
}

#home a.home, #training a.training, #membership_info a.membership_info, #about a.about, #find_therapist a.find_therapist, #contact a.contact {
    color: #003399;
}

#scope a.scope, #workshops a.workshops, #resources a.resources, #articles a.articles {
    color: #8f5e9b;
}

#benefits a.benefits, #categories a.categories, #fees a.fees, #application a.application {
    color: #8f5e9b;
}

p, h1 {
    padding: 0px;
    margin: 0px;
}

#main_content p, #main_content li, #main_content table tr td {
    font-family: Arial;
    font-size: 13px;
    color: #000;
}

#main_content form table tr td {
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

#main_content li {
    padding-bottom: 10px;
}

#main_content p {
    margin-bottom: 10px;
}

#main_content h1 {
    font-family: Arial;
    font-size: 22px;
    color: #00359a;
}

#membership_associate {
    display: block;
}

#membership_full {
    display: block;
}

#membership_student {
    display: none;
}
