/******************** HEADER SECTION ********************/
.titleWrapper {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
    background-color: #EDECE9;
}

#contentWrapper .titleWrapper {
    margin-bottom: 30px;
}

.titleWrapper h2,
#contentWrapper .titleWrapper h2 {
    color: #A1A397;
    font-size: 32px;
    font-weight: 100;
    text-transform: uppercase;
}
/******************** END HEADER SECTION ********************/


/******************** CONTENT SECTION ********************/
#contentWrapper {
    padding-bottom: 60px;
}

#contentWrapper #leftColLabel h2,
#contentWrapper #rightColLabel h2 {
    color: #76C5E4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/********** LEFT COL **********/
#contentWrapper #leftColLabel {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

#contentWrapper #leftCol {
    float: left;
    width: 300px;
    padding-top: 20px;
    border-top: 2px solid #E3E1DD;
}

#contentWrapper #leftSubNav {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
}

#leftSubNav li {
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url('/static/images/plus_bullet.png') no-repeat left 7px;
}

#leftSubNav li.pinIcon {
    margin-bottom: 20px;
    padding: 12px 0 12px 35px;
    background: url('/static/images/list_icons/pin_icon.png') no-repeat left 7px;
}

#leftSubNav li a {
    color: #231F20;
}

#leftSubNav li a:hover,
#leftSubNav li a.active {
    color: #76C5E4;
}

#contentWrapper #leftCol #location {
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px;
}
/********** END LEFT COL **********/

#contentWrapper #rightColLabel {
    float: right;
    width: 620px;
    margin-bottom: 15px;
}

#contentWrapper #rightCol {
    float: right;
    width: 620px;
    padding-top: 20px;
    border-top: 2px solid #E3E1DD;
}

#contentWrapper h1 {
    color: #A1A397;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
}

#contentWrapper h2 {
    color: #76C5E4;
    font-size: 16px;
    font-weight: 700;
}

#contentWrapper h3 {
    color: #231F20;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

#contentWrapper p {
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px;
}

#contentWrapper #smithHurstMap {
    float: left;
    clear: both;
    width: 620px;
    height: 380px;
    margin-top: 10px;
}
/******************** END CONTENT SECTION ********************/