/** SWATCHES **/


/** Place any hex codes for branded colors here for quick reference. **/


/** #007056:	green **/


/** #e3e1d7:	tan **/


/** #004a39:	drk green **/


/** TEMPLATE **/


/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/


/** TYPOGRAPHY **/


/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/

.tagline {
    font-family: times, serif !important;
    font-style: italic !important;
    color: #00674e;
    font-weight: normal;
}


/** NAVIGATION **/


/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .Nav **/

nav li {
    margin-left: 22px;
    padding-right: 20px;
}

nav ul li a {
    font-size: 0.65em;
}

nav ul ul li a {
    font-size: 0.85em;
}


/** ROTATOR **/


/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/

#hero a {
    color: #e3e1d7
}


/** HEADER **/


/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/

header {
    background: url(http://static.contentres.com/media/images/171953f1-0f7a-4021-9f91-510b480ddd50.jpg) top center repeat-x;
    padding: 0;
    margin: 0;
}

.backgroundImage {
    width: 960px;
    height: 200px;
}

.clientBranding {
    float: left;
    width: 150px;
}

.clientText {
    float: left;
    width: 650px;
    margin: 80px 0px 0px 100px;
}

.clearFloat {
    clear: both;
    font-size: 1px;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.socialHeader {
    width: 180px;
    position: absolute;
    top: 160px;
    right: 0px;
}

.socialHeader img {
    margin-right: 4px;
}


/** FOOTER **/


/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/


/** SIDEBAR WIDGET **/


/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/


/* CLASSES */


/** Place any CSS code in this section that relates to universal CSS classes **/

.btn {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    background: #004a39;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #007056;
    text-decoration: none;
}