﻿/** 
* Nalco Corporate Home Page Styles 
*
* @created: 2/17/09
* @modified: 2/19/09
* @author: Cummings Group
* Changes by CAB 12/09/09 line 36 from margin: 0 20px 10px 0, to margin 0 20px 20px 0
**/
/* General Styles */
html, body {
    background: url(/static/ap/home_bg.jpg) repeat-x white;
 }
 
/* Utility Nav Styles */
#util_nav    {
    height:35px;
    } 
 
/*
    Main content area styles
*/
#content {
    clear: both;
    display: block;
    width: 908px;
     background: url(/static/ap/gradient_bg.jpg) no-repeat white;
    border-bottom: 3px solid #D4D4D4;
    border-right: 3px solid #d4d4d4;
 }
 
#content #content_right {
    float: right;
    width:703px;
    padding: 20px 10px 10px 20px;
    font-size: 12px;
}
#content_right #home_people_image {
    float: left;
    margin: 0 20px 20px 0px;
}
#content_right #tag_line {
    padding-bottom: 10px
}
#content_right #tag_line h1 {
    font-size: 16px;
    font-weight: bold;
}
    #content_right #tag_line h1 sup    {
        font-size:11px;
        }
#content_right ul, ol {
    list-style: disc;
    margin: 10px 0 10px 25px;
}
#content_right .txt_lg {
    font-size: 14px;
    line-height: 18px;
}
#content_right h4 {
     font-size: 14px;
     color: #083580;
     font-weight: bold;
     margin: 10px 0 10px 0;
 }
#content_right .spotlight {
    display: block;
    float: left;
    width: 210px;
    font-size: 11px;
    color: #6d6e70;
    margin-right: 20px;
}
 
 #content_right .spotlight img{
     float: left;
     margin: 0 5px 0 0;
 }
 
 #content_right a {
     color: #6d6e70;
     text-decoration: none;
 }
 
 #content_right .spotlight:hover { 
     background-color: #FFFAE1;
 }
 
 #content_right .spotlight .read_more {
     color: #083580;
 }
 
/* reset the contact_info margin to 0 - originally set in global.css */
#contact_info {
    margin:0;
}

/* dark_site */
#dark_site {
    padding: 5px;
    margin: 0 0 15px 0;
    border-left: 15px solid #FFB30D;
    border-top: 2px solid #FFB30D;
    border-right: 2px solid #FFB30D;
    border-bottom: 2px solid #FFB30D;    
}
#dark_site a {
    color: #083580;
    text-decoration: underline;
}