/* lighter blue gradient */

#left-full-col {
    background: url(/images/getting-in-touch-content-background.jpg);
   background-repeat: repeat-x;
    height: 499px;
    float: left;
    width: 210px;
    color: #FFF;
    margin: 10px 2px;
    padding-left: 10px;
    padding-right: 10px;
}

#nav-left ul li ul {
    position:relative;
    top: -3px;
    background-color: #73A8D6;
    padding-left: 5px;
    margin-left: 0px;
    width: 145px;
}


#left-full-col h1 {
    font-family: arial;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0px;
    color: #FFF;
}


