﻿#leftCol {
    background: url(../images/leftnav/leftCol_bg.jpg) top no-repeat;
    min-height: 408px;
    margin-top: 27px;
    width: 239px;
}
* html #leftCol {height: 408px;}
#leftCol h1 {
    margin: 18px 0 0 15px;
}
#leftCol li, #leftCol ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
#leftCol li {    
    background: url(../images/leftnav/navList_bg.jpg);
    /*height: 30px;*/    
    display: inline;
    float: left;
    margin-left:11px;
    width: 213px;
    padding-left: 15px;
}
#leftCol li a {
    background: #97BACF url(../images/common/arrow_dkBlue.gif) 11px 11px no-repeat;
    color: #fff;
    display: block;
    font-size: 11px;
    /*height: 20px;*/
    margin-bottom: 3px;
    padding: 7px 5px 9px 19px;
    width: 174px;
}
#leftCol li a:hover {
    background: #AF540B url(../images/common/arrow_white.gif) 11px 11px no-repeat; 
    text-decoration: none;
}
#leftCol li.selected a {
    background: #AF540B url(../images/common/arrow_white.gif) 11px 11px no-repeat;
    color: #fff;
    display: block;
    font-size: 11px;
    /*height: 20px;*/
    margin-bottom: 3px;
    padding: 7px 5px 9px 19px;
    width: 174px;
}
#leftCol li.selected a:hover {
    background: #AF540B url(../images/common/arrow_white.gif) 11px 11px no-repeat; 
    text-decoration: none;
}


#leftCol li.first, #leftCol li.firstselected {    
    background: none;
    margin-left: 15px;
    padding-left: 0;
    width: 221px;
}
#leftCol li.first a, #leftCol li.firstselected a {
    padding: 7px 65px 9px 30px;
    width: 125px;
}
#navMenu h1 a, #navMenu h1 #landing {    
    display: block;
    height: 57px;
    text-indent: -9999px;
    width:221px
}

/* Personal Channel */
.personal #leftCol h1 a,  .personal #leftCol h1 #landing{
    background: url(../images/leftnav/personal_ch.jpg);
}
.personal #leftCol li.first a {
    background: url(../images/leftnav/personalFirstLink.jpg) top left no-repeat;
}
.personal #leftCol li.first a:hover {
    background: url(../images/leftnav/personalFirstLink_over.jpg) top left no-repeat;
}
.personal #leftCol li.firstselected a {
    background: url(../images/leftnav/personalFirstLink_over.jpg) top left no-repeat;
}
/* Business Channel */
.business #leftCol h1 a, .business #leftCol h1 #landing{
    background: url(../images/leftnav/business_ch.jpg);
}
.business #leftCol li.first a {
    background: url(../images/leftnav/businessFirstLink.jpg) top left no-repeat;
}
.business #leftCol li.first a:hover {
    background: url(../images/leftnav/businessFirstLink_over.jpg) top left no-repeat;
}
.business #leftCol li.firstselected a {
    background: url(../images/leftnav/businessFirstLink_over.jpg) top left no-repeat;
}

/* Contact Us Channel */
.contactUs #leftCol h1 a, .contactUs #leftCol h1 #landing {
    background: url(../images/leftnav/contactUs_ch.jpg);
}
.contactUs #leftCol li.first a {
    background: url(../images/leftnav/contactUsFirstLink.jpg) top left no-repeat;
}
.contactUs #leftCol li.first a:hover {
    background: url(../images/leftnav/contactUsFirstLink_over.jpg) top left no-repeat;
}

.contactUs #leftCol li.firstselected a {
    background: url(../images/leftnav/contactUsFirstLink_over.jpg) top left no-repeat;
}

/* About Us/Careers Channel */
.aboutUs #leftCol h1 a, .aboutUs #leftCol h1 #landing{
    background: url(../images/leftnav/aboutUs_ch.jpg);
}
 .careers #leftCol h1 a, .careers #leftCol h1 #landing{
    background: url(../images/leftnav/careers_ch.jpg);
}
.aboutUs #leftCol li.first a,
.careers #leftCol li.first a {
    background: url(../images/leftnav/aboutUsFirstLink.jpg) top left no-repeat;
}
.aboutUs #leftCol li.first a:hover,
.careers #leftCol li.first a:hover {
    background: url(../images/leftnav/aboutUsFirstLink_over.jpg) top left no-repeat;
}

.aboutUs #leftCol li.firstselected a,
.careers #leftCol li.firstselected a {
    background: url(../images/leftnav/aboutUsFirstLink_over.jpg) top left no-repeat;
}



#leftCol li.last {
    background: url(../images/leftnav/navListLast_bg.jpg) bottom;
    padding-bottom: 17px;
}

/* Small Promos */
.smallPromo {clear: both;}
.promoFrame {
    background:url(../images/leftnav/promoFrame.gif);
    height: 98px;
    margin-left: 7px;
    padding-left: 30px;
    width: 198px;
}
div.richText { margin: -8px 0 0 37px;}


