/* Page styles */
body {
    margin: 0;
}

#container {
    position: relative;
    width: 800px;
    margin: 0 auto;
    background-image: url( '/images/page_bg.gif' );
}
#hmcontainer {
    position: relative;
    width: 800px;
    margin: 0 auto;
    background-image: url( '/images/hmpage_bg.gif' );
}

*>html #container {
    background: #e1e1e1 url('/images/page_bg.gif') top left repeat;
}

/* Header Styles */

#header {
    position: relative;
    width: 800px;
    height: 90px;
    background-color: #3A4043;
    background-image: url('/images/hdr_bg.gif');
    background-repeat: no-repeat;
    background-position: 0 85px;
}

*>html #header {
    background: #3A4043 url('/images/hdr_bg.gif') 0 85px no-repeat;
}

#header #gclogo {
    position: absolute;
    left: 28px;
    top: 14px;
}

#header #topnav {
    position: absolute;
    left: 250px;
    top: 12px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #ccc;
}


#header #topnav a {
    margin: 0 10px 0 10px;
}

#header #topnav a:link, #header #topnav a:visited {
    text-decoration: none;
    color: #ccc;
}

#header #topnav a:hover { color: #fff; }

/* Spanish topnav */

#header #topnav_sp {
    position: absolute;
    left: 230px;
    top: 12px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #ccc;
}


#header #topnav_sp a {
    margin: 0 10px 0 10px;
}

#header #topnav_sp a:link, #header #topnav_sp a:visited {
    text-decoration: none;
    color: #ccc;
}

#header #topnav_sp a:hover { color: #fff; }

#header #search {
    position: absolute;
    left: 509px;
    top: 30px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #ccc;
}

#header #globalnav {
    position: absolute;
    left: 230px;
    top: 72px;
    height: 24px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
}

#header #globalnav a {
    padding: 4px 8px 9px 8px;
    border-width: 0 0 0 1px;
    border-color: #fff;
    border-style: solid;
}

#header #globalnav a#company_nav {
    border: none;
}

#header #globalnav a:link, #header #globalnav a:visited {
    text-decoration: none;
    color: #fff;
}

#header #globalnav a:hover { color: #BEC8D6; }

/* Spanish globalnav */

#header #globalnav_sp {
    position: absolute;
    left: 230px;
    top: 72px;
    height: 24px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
}

#header #globalnav_sp a {
    padding: 4px 4px 9px 4px;
    border-width: 0 0 0 1px;
    border-color: #fff;
    border-style: solid;
}

#header #globalnav_sp a#company_nav {
    border: none;
}

#header #globalnav_sp a:link, #header #globalnav_sp a:visited {
    text-decoration: none;
    color: #fff;
}

#header #globalnav_sp a:hover { color: #BEC8D6; }

/* Submenu global styles */
.subnav {
    position: absolute;
    visibility: hidden;
    top: 90px;
    width: 798px;
    padding: 0 0 1px 0;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #E1E1E1;
}

.subnav a:link, .subnav a:visited {
    margin: 0 8px 0 8px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    color: #8EA3C1;
    text-decoration: none;
}

.subnav a:hover {
    color: #0068B4;
}

#subnav_anchor {
    visibility: visible;
    width: 798px;
    height: 18px;
    background-color: #fff;
}

/* submenus specific styles
   used for setting the indent of the menu
*/
#company_subnav { padding-left: 118px; }
#industries_subnav { padding-left: 178px; }
#solutions_subnav { padding-left: 217px; }
#services_subnav { padding-left: 318px; }

#services_sp_subnav { padding-left: 160px; }

/* page content styles */
.page_image {
    width: 800px;
    height: 67px;
    margin-top: 19px;
    background-color: #fff;
    background-repeat: no-repeat;
}

#page_image_company { background-image: url('/images/pgimg_company.jpg'); }
*>html #page_image_company { background: white url('../images/pgimg_company.jpg'); }
#page_image_industries { background-image: url('/images/pgimg_industries.jpg'); }
#page_image_solutions { background-image: url('/images/pgimg_solutions.jpg'); }
#page_image_services { background-image: url('/images/pgimg_services.jpg'); }
#page_image_value { background-image: url('/images/pgimg_value.jpg'); }

#page_body {
    width: 480px;
    padding: 20px 0 24px 60px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

#hmpage_body {
    width: 380px;
    padding: 20px 0 24px 60px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* footer */
#page_footer
{
    clear: both;
    width: 800px;
    background-color: #E1E1E1;
    background-image: url('/images/ftr_bg.gif');
    background-position: top 0;
    background-repeat: no-repeat;
    padding: 12px 0 6px 0;
    font-family: helvetica, sans-serif;
    font-size: 10px;
    color: #777;
    text-align: center;
}

#page_footer a:link, #page_footer a:visited {
    margin: 0 6px 0 6px;
    color: #777;
    text-decoration: none;
}

#page_footer a:hover {
    text-decoration: underline;
}

#casehistories {
    clear: both;
    background: url('/images/ch_bg.gif') top left no-repeat;
    width: 540px;
    padding: 8px 0 24px 60px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}

#casehistories h2 {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

#casehistories .cell {
    width: 230px;
    margin: 0 24px 10px 0;
    float: left;
}

#casehistories .cell #pdf {
    float: left;
    padding-right: 8px;
    padding-bottom: 2px;
}


/* general link styles */
a:link { color: #0068B4; text-decoration: underline }
a:visited { color: #9C9C9C; }
a:hover { color: #0068B4; text-decoration: none}

a.titlelink1:link, a.titlelink1:visited {
    font-size: 13px;
    font-weight: bold;
    color: #6581A9;
    text-decoration: none;
}

a.titlelink1:hover {
    color: #0068B4;
}

a.titlelink2 {
    display: inline-block;
    margin-bottom: 18px;
    width: 250px;
}

a.anglelink:link {
    color: #9C9C9C;
    text-decoration: none;
}

a.anglelink:visited {
    color: #ccc;
}

a.anglelink:hover {
    color: #0068B4;
}

/* image styles */
img.left {
    float: left;
    padding-right: 8px;
}

img.right {
    float: right;
    padding-left: 8px;
}

/* copy styles */
.cell {
    width: 200px;
    margin: 0 24px 10px 0;
    float: left;
}

h1 {
    font-size: 16px;
    margin-bottom: -8px;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 11px;
    margin-bottom: -10px;
}

.bodycopy {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

#page_sidebar {
    float: right;
    width: 200px;
}
#hmpage_sidebar {
    float: right;
    width: 300px;
}

.testimonial {
    margin-left: 18px;
    width: 160px;
    font-family: helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 250%;
    color: #666;
}

.byline {
    font-size: 12px;
    font-weight: bold;
    line-height: 125%;
}

.testimonial2 {
    margin-left: 18px;
    width: 160px;
    font-family: helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 250%;
    color: #666;
}

.testimonial3 {
    margin-top: 18px;
    margin-left: 18px;
    width: 160px;
    font-family: helvetica, sans-serif;
    font-size: 11px;
    line-height: 150%;
    color: #666;
}

#msds_admin {
    width: 480px;
    padding: 12px 0px 0px 600px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

/* sitemap */
ul#sitemap {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #9C9C9C;
}

ul#sitemap li {
    padding-top: 2px;
    padding-bottom: 2px;
}

ul#sitemap a, ul#sitemap a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
}

ul#sitemap a:hover {
    color: #0068B4;
}



A.sort:link {   color: #FFFFFF ;
                font-size: 11px ;
                font-weight: bold ; 
                font-family: verdana, arial, helvetica, sans serif ;
                }
         
A.sort:visited  {   color: #FFFFFF ;
                    font-size: 11px ;
                    font-weight: bold ; 
                    font-family: verdana, arial, helvetica, sans serif ;
                }
                
.whitebold          { 
                    color: #FFFFFF; 
                    font-size: 12px ;
                    font-weight: 900 ;
                    font-family: verdana, arial, helvetica, sans serif ;
                }
                
.evenRow        { background-color: #FFFFFF;}
                
.oddRow         {
                    background-color: #eeeeee;
                }
