/*
 * This is the custom CSS file. I am also using Blueprint and jQuery UI for 
 * the look and feel.
 *
 * Mint Green #94e091 RGB: 148, 224, 145
 * Light Blue #9ad5ea RGB: 154, 213, 234
 * Pink #ae5a69 RGB: 174, 90, 105
 */
.ui-widget {
    font-size: 1.1em;
}
body {
     background-color: #9ad5ea;
}
.container {
    background-color: #cce9f4;
    margin-top: 20px;
}
.header img{
    margin: 20px;
}

.cfr_logo {

    /* stuff here*/
}
.page_title {
        margin-top: 16px;
    /* stuff here*/
}

.page_title h1 {
        margin-bottom: 0;
    /* stuff here*/
}

.page_title p {
        margin-left: 20px;
    /* stuff here*/
}
#nav.ui-widget-content {
    margin-left:1%;
    margin-bottom: 20px;
    width:98%;
    background: #94e091;
    
}

#navlist {
        text-align: right;
        margin-right: 40px;
        margin-top: 9px;
        margin-bottom: 9px;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-left: 20px;
    font-size: 1.0em;
    margin: 0;
}

#asside img {
    margin-left: 20px;
    margin-top: 90px;
}

#asside h4 {
    text-align: center;
}

#content h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 100px;
    font-size: 1.6em;
}

#tabs {
    margin-right: 60px;
}
.ui-tabs {
    /*margin-right: 30px;*/
}

#tabs.ui-widget-content {
    margin-left:4%;
    margin-right:2%;
    width:90%;
    background: #cce9f4;

}

#m_quote.ui-widget-content {
    margin: 30px;
    background: #9ad5ea;
    padding: 10px;
}

#footer {
    background-color: #94e091;
    width: 950px;
    height: 46px;
    text-align: center;
    margin: 0 auto;
    clear: both;

}
#footer p {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0;
    font-size: 1.1em;
}
/* About page specific styles */

.about_content p {
    margin: 10px 40px;
}
#about_quote p {
    margin: 20px;
}

#about_quote.ui-widget-content {
    margin: 30px;
    background: #9ad5ea;
    padding: 10px;
}

/* Services page specific styles - also used on main page */

#home_benefits {
    font-size: 1.2em;
    margin-right: 30px;
    margin-left: 6px;
    margin-top: 20px;
}

.services_content p {
    margin-right: 30px;
    margin-left: 150px;
    margin-top: 20px;
}

.services_content img {
    vertical-align: text-top;
}

.service_copy {
    /*float: right;*/
    
}
.service_image {
    float: left;
}

/* Testimonial page specific styles */
#accordion {
    margin-right: 40px;
    margin-bottom: 20px;
}

.ui-accoridion-content {
    background: #9ad5ea;
}

.resources_content p {
    margin-right: 30px;
    margin-left: 10px;
    margin-top: 20px;
}

.article_content h4, p {
    margin-right: 30px;
    margin-left: 10px;
    margin-top: 20px;
}
#email_monique {
    margin-left: -50px;
}
#askMonique {
   margin-left: 140px;
   margin-right: 160px;
}
