/** CUSTOM STYLE SHEET FOR SOCIAL PAGE **/
#social-header {
    margin-bottom:45px; 
}

#social-header h1 {
    font-size:40px;
    color: #ffcf16;
    letter-spacing: -1px;
    border-top: 3px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    padding: 20px 15px 15px 15px;
    margin-bottom:0px;
    font-family:"HelveticaNeueW01-95Blac", Arial, Helvetica, sans-serif;
    line-height: 100%;
}

#social-header p {
    border-bottom: 3px solid #ebebeb;
    border-left: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    padding: 15px 15px 20px 15px;
    color: #4b4b4b;
    font-size:16px;
    font-family:"HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#social-body {
    margin-bottom:45px;
}

#social-header span {
    font-weight:normal;
    font-family:"HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
}

#social-body .left {
    float:left;
    width: 664px;
}

#social-body .right {
    float:left; 
}

#social-body h2 {
    color: #ffc00f;
    font-family:"HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

#social-body table {
    width: 995px;   
    border-spacing: 0px;
}

#social-body tr {
    height:165px;
}

#social-body td {
    width:165px;
    text-align: center; 
}

#social-body td.business {
    background: #dcdcdc;
}

#social-body td.consumer {
    background: #ededed;    
}

#social-body table .spacer {
    width: 1px;
    height: 1px;
}

#social-body table .tile-icon {
    
}

#social-body table .tile-text {
    text-align: center;
    position: relative;
    top: 20px;
}

#social-body table .business .tile-text {
    color: #555555;
}

#social-body table .consumer .tile-text {
    color: #999999;
}

#social-body table .tile-text {
    text-decoration:none;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
}


#social-body table .tile-text span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:-1px;
}

#social-body td.last-col {
    padding-right:0px;
}

#social-body p {
    position: relative;
    top: 30px;
    font-size:12px;
    font-family:"HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
}

#social-body p span {
    letter-spacing: -1px;
    font-size: 14px;
    font-family:"HelveticaNeueW01-85Heav", Arial, Helvetica, sans-serif;
}

#social-footer {
    margin-bottom: 40px;
}

#social-footer ul li {
    background: url(/about-us/connect-with-us/images/social/yellowArrow.gif) no-repeat 0 5px;
}


/** OVERRIDING TEMPLATE TO GET RID OF PADDING **/
.con1col .genericModule .contentCol {
    width: 995px;
}

