﻿/** 
* Nalco Corporate Global Styles 
*
* Purpose - Style the elements that are common to every page on the site.
* Included are: The page wrapper, general link and text styles, utility navigation,
* main navigation, logo / banner / flash header, contact information and the footer. 
*
* @created: 2/19/09
* @modified: 2/26/09
* @author: Cummings Group
* Updates by CAB 12/08/09 line 226 font size: from 10px to 11px.
**/

/* General Styles */
html, body    {
    font-family:Arial, sans-serif;
    font-size:12px;
    height:100%;
    }
#wrapper    {
    width:911px;
    margin:0px auto;
    min-height:90%;
    }
* html #wrapper    {
    height:90%;
    }
#wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear    {
    display:block;
    clear:both;
    }
a    {
    color:#083580;
    }
    
em    {
    font-style:italic;
    }
    
strong    {
    font-weight:bold;
    }
    
/* Utility Nav Styles */
#util_nav    {
    border-right:3px solid #ccc;
    overflow:hidden;
    background:url(/static/ap/blue_bar_bg.jpg) repeat-y;
    }
    
    #util_nav #util_blue_bar    {
        float:left;
        width:175px;        
        height:38px;
        }
    
    #util_nav #util_nav_links    {
        float:right;
        width:670px;        
        height:26px;
        padding:8px 0px 4px 0px;
        font-size:10px;
        font-weight:bold;    
        line-height:24px;
        color:#6d6e70;
        }
        
        #util_nav #util_nav_links ul    {
            
            }
            
            #util_nav #util_nav_links ul li    {
                float:left;
                padding:0px 24px 0px 0px;                
                }
            
            #util_nav #util_nav_links ul li.util_nav_icon    {
                padding:0px 5px 0px 0px;
                }
                
                #util_nav #util_nav_links ul li a    {
                    color:#6d6e70;
                    text-decoration:none;                                    
                    }    
                
                #util_nav #util_nav_links ul li a.util_nav_lang    {
                    color:#083580;
                    text-decoration:underline;
                    font-weight:normal;
                    }
            
            /* Search Styles */
            #util_nav #util_nav_links ul li.util_nav_search    {
                padding:0px 0px 0px 0px;
                }
            
            #util_nav #util_nav_links ul li.util_nav_search input.search    {
                width:84px;
                border:1px solid #000;
                margin:0px 0px 0px 3px;
                font-size:10px;
                padding:2px;
                }        
            
            #util_nav #util_nav_links ul li.util_nav_search input.search_submit    {            
                border:1px solid #000;
                background:#a3bd09;
                color:#fff;
                font-size:10px;
                -moz-border-radius: 5px;  
                -webkit-border-radius: 5px;
                }
                
                #util_nav #util_nav_links ul li.util_nav_search input.search_submit:hover    {
                    border: 1px solid #fff;
                    cursor: pointer;
                    background:#fff;
                    color: #a3bd09;
                    }
            
/* Header Styles */
#header    {
    clear:both;
    border-top:3px solid #ccc;
    background:url(/static/ap/blue_bar_bg.jpg) repeat-y;
    height:100%;
    }
    
    #header #logo    {
        float:left;
        width:169px;    
        border-left:3px solid #ccc;
        border-right:3px solid #ccc;
        border-bottom:3px solid #ccc;
        }            
    
        #header #logo img    {
            display:block;
            }
        
    #header #banner    {
        float:right;
        width:733px;        
        border-right:3px solid #ccc;    
        border-bottom:3px solid #ccc;    
        }
        
        #header #banner img    {
            display:block;
            }
/* Main Nav Styles */
#nav    {
    clear:both;
    height:33px;
    overflow:hidden;
    }
    
    #nav #nav_blue_bar    {
        float:left;
        width:175px;
        background:url(/static/ap/blue_bar_bg.jpg) repeat-y;
        height:33px;
        }
                        
#main_nav {
    float: right;
    background: url(/static/ap/inside_nav_bg.jpg) repeat-x;
    height: 33px;
    padding: 0;
    width: 733px;
    border-right: 3px solid #ccc;
}
    #main_nav li {
            float:left;
            list-style: none;
        }
    
    #main_nav li a {
            display: block;
            color: #6d6e70;
            padding: 7px 24px 7px 24px;
            font-weight: bold;
            font-size: 11px;
            text-decoration: none;
        }
        #main_nav li a:hover {                
                color:white;
            }
    #main_nav li ul {
            margin: 0;
            padding: 0 0 40px 0;
            width: 157px;
            position:absolute;
            visibility: hidden;
            background: url(/static/ap/drop_down_bg.png) repeat-y bottom;
            z-index:1;
        }
        #main_nav li ul li {
                    width: 100%;
                    display: block;
                    background: url(/static/ap/drop_down_sep.png) no-repeat 42% 100%;            
                }
            #main_nav li ul a {
                        display: block;
                    }
            
            #main_nav li ul a:hover {
                        background: url(/static/ap/drop_down_bg_hover.png) repeat-y 42% 100%;
                        
                    }        
                        
/* left bar styles */
#content #content_left {
    width: 145px;
    color: #6d6e70;
    padding: 5px 15px;
    float: left;
}

#contact_info    {
            margin-top:30px;
            font-size:11px;
            color:#6d6e70;
            }                
            
    #contact_info h4    {
                    font-family:Arial, sans-serif;
                    font-size:14px;
                    font-weight:bold;
                    margin-bottom:8px;
                    }
            
    #contact_info a    {
                    text-decoration:underline;
                    }    
                    
    #contact_info a:hover    {
                        text-decoration:none;
                        }
                
    #contact_info p    {
                    margin:8px 0px 8px 0px;
                    }                    
                                            
                    
/* Footer Styles */
    #footer    {
        clear:both;
        padding: 10px 0 25px 0;
        font-size:11px;
        color:#6d6e70;
        text-transform:uppercase;
        text-align: right;
        }
        
        #footer a    {
            color:#000;
            text-decoration:underline;
            }    
        
        #footer a:hover    {
            background:none;
            text-decoration:none;
            }            
            
        /* Pushes links away from Copyright text */
        #footer span    {
            margin-left:20px;
            }    
        
        #footer #dow_jones {
            float: left;
        }

/* 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;
}
