/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: classes.css                                *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Class Styles                               *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Dark Blue = #0f1d5e                                          *
 * Light Blue = #83bae7                                         *
 * Orange = #ff7f00                                             *
 * Dark Gray = #9b9894                                          *
 * Light Gray = #e4e1dd                                         *
 *                                                              *
 ****************************************************************/

/* Class Definitions */

.right {
    float: right;
}

.hide {
    display: none;
}

.pad {
    padding: 0 15px 0 15px;
}

.home {
    width: 130px;
    height: 70px;
    margin: 10px 0 0 25px;
    padding: 0;
    display: block;
    float: left;
}

.rssLink {
    width: 20px;
    height: 19px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(/img/rss.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.linkedinLink {
    width: 20px;
    height: 19px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(/img/linkedin.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.facebookLink {
    width: 20px;
    height: 19px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(/img/facebook.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.twitterLink {
    width: 20px;
    height: 19px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(/img/twitter.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.youtubeLink {
    width: 40px;
    height: 19px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url(/img/youtube.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.newsLink {
    width: 225px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: block;
}

.searchBtn {
    width: 53px;
    height: 18px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-image: url(/img/search.gif);
    background-color: #ff7f00;
    border: none;
}

.capabilitiesNav {
    width: 130px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/capabilities_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.capabilitiesNav:hover {
    background-image: url(/img/nav/capabilities_on.gif);
    background-repeat: no-repeat;
}

.caseNav {
    width: 140px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/casestudies_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.caseNav:hover {
    background-image: url(/img/nav/casestudies_on.gif);
    background-repeat: no-repeat;
}

.consumerNav {
    width: 175px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/consumer_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.consumerNav:hover {
    background-image: url(/img/nav/consumer_on.gif);
    background-repeat: no-repeat;
}

.recessionNav {
    width: 195px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/recession_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.recessionNav:hover {
    background-image: url(/img/nav/recession_on.gif);
    background-repeat: no-repeat;
}

.newsNav {
    width: 155px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/news_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.newsNav:hover {
    background-image: url(/img/nav/news_on.gif);
    background-repeat: no-repeat;
}

.connectNav {
    width: 155px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(/img/nav/connect_off.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.connectNav:hover {
    background-image: url(/img/nav/connect_on.gif);
    background-repeat: no-repeat;
}

.newsListing {
    clear: left;
    margin: 0;
    padding: 5px 10px 10px 0;
    font-size: 0.85em;
    line-height: 1.4em;
    border-bottom: dotted 1px #9b9894;
}

.tipHeader {
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: dotted 1px #9b9894;
}

.tflHeader {
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/tfl-lbtc.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.coxHeader {
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/cox.jpg);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.lwccHeader {
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/lwcc.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.hornetsHeader {
    width: 200px;
    height: 175px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/hornets.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.starwoodHeader {
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/starwood.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.emerilHeader {
    width: 200px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 20px;
    background-image: url(/img/emeril.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.caseP {
    margin: 0;
    padding: 30px 10px 30px 10px;
    border-bottom: dotted 1px #9b9894;
    overflow: auto;
}

.insightP {
    margin: 0;
    padding: 10px;
    border-bottom: dotted 1px #9b9894;
}

.twtLink {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 0.7em;
}

.twtLink:hover {
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: normal;
    line-height: 0.7em;
}