﻿/* resets styles */
@import url(/css/reset.css);

/* CSS document for Skillcapital Corporate 08
build: OJL at SAS Design 01/07/2008 


----------=>layout styles

----------=>content styles
=>p
=>h1
=>h2
=>h3
=>hr
=>images
=>links
=>lists
=>forms
=>tables
=>misc

----------=>header styles

----------=>navigation styles
=>left navigation

----------=>module styles
=>left modules
=>expandable module

----------=>footer styles

----------=>tool styles
=utility styles
=debug styles


--------------------=>layout styles */

html, body
{
    border: 0px;
    font-family: Arial, sans-serif;
    height: 100.1%;
    margin: 0px;
    padding: 0px;
}

body
{
    color: #737373;
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
    padding: 0px; /*line-height:1em;*/
}

#page_wrapper
{
    background: #ffffff url(/images/bg_header.gif) repeat-x top left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative; /*necessary for sticky footer*/
    margin: auto;
}

#main_wrapper
{
    margin: auto;
    width: 900px;
    padding-bottom: 80px;
    position: relative; /*for ie6 layout*/
}

#header
{
    height: 116px;
}

#header_support
{
    padding-top: 14px;
    float: right;
    width: 285px;
}

#main_content
{
    padding-top: 15px;
}

#column_main
{
    float: left;
    width: 526px;
}

#column_main_left
{
    width:162px;
    float:left;
    margin-right: 20px;
}

body.wide #column_main, #column_wide
{
    float: left;
    width: 708px;    
}

.copy_container_with_quote
{
    float:left;
    width:338px;
}

.quote_copy_container
{
    float:right;
    width:170px;
}

#column_modules
{
    float: right;
    margin-left: 20px;
    width: 172px;
}

#footer_wrapper
{
    background: #ffffff url(/images/bg_footer.gif) repeat-x bottom left;
    bottom: 0;
    height: 42px;
    position: absolute;
    width: 100%;
}

#footer
{
    background: #ffffff url(/images/bg_footer.gif) repeat-x bottom left;
    height: 42px;
    margin: auto;
    width: 900px;
}

/* --------------------=>content styles */
.copy_container p, .copy_container li, .copy_container blockquote
{
    padding-right:40px;
}

.copy_container .column_four p
{
    padding-right:0px;
}

#column_wide .copy_container, body.wide #column_main .copy_container
{
    padding-right:200px;
}

#column_wide #column_main .copy_container, 
#column_wide .column_half_right .copy_container,
#column_wide #profile_copy .copy_container
{
    padding-right:40px;
}

/* =>p */

p
{
    color: #6c6c6c;
    font-weight: bold;
    font-size: 0.69em;
    padding-bottom: 1em;
    line-height:14px;
}

p.author
{
    color:#000;
}

#column_wide blockquote, #column_main blockquote
{
    font-size: 0.69em;
    margin-bottom: 9px;
    line-height:14px;
    color:#508384;
}

/* =>h1 */

h1
{
    color: #2e2e2e;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 1.2em;
}



/* =>h2 */

h2
{
    color: #2e2e2e;
    font-family: Arial;
    font-size: 0.81em;
    font-weight: bold;
    padding-bottom: 0.69em;
}

/* =>h3 */

h3
{
    font-size: 0.75em;
}

h3.featured_people
{
    font-size: 0.81em;
    color:#2e2e2e;
    margin-bottom:10px;
}

/* =>hr */

div.hr_main_top, div.hr_modules_top, div.hr_main_inline, div.hr_module_inline, div.hr_light
{
    border-top: 1px solid #2e2e2e;
    height: 1px;
    padding-bottom: 8px;
    width: 100%;
}

div.hr_main_inline
{
    padding: 5px 0 0 0;
}

div.hr_module_inline
{
    width: 172px;
}

div.spacer_breadcrumb, div.spacer_modules
{
    height: 29px;
}

div.hr_light
{
    border-color:#dbdbdb;
    padding:10px 0;
}

/* =>images */

img.logo
{
    float: left;
    padding-top: 14px;
    padding-left: 10px;
    clear: both;
}

img.border
{
    border:1px solid #d3d3d3;
}

.module img
{
    padding-bottom: 6px;
}

#banner
{
    padding-bottom: 28px;
}

#map
{
    padding-bottom: 30px;
}

#home_col_right .column .module img, #column_main .column .module img, #column_wide .column .module img
{
    padding-bottom: 12px;
}

div.profile_thumb
{
    display: none;
    position: absolute;
    border: 1px solid #e0e0e0;
}

div.profile_thumb img
{
    border: 5px solid #fff;
}

/* =>links */

a
{
    color: #61adb6;
    font-weight: bold;
    text-decoration: underline; /*font-size: 0.69em;*/
}

a:hover
{
    color: #000;
}

#header a, #footer a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul.nav_main a
{
    font-size: 0.81em;    
}

ul.nav_sub a
{
    font-size: 0.75em;
    text-decoration: none;
    color: #2e2e2e;
}

ul.nav_support a
{
    font-size: 0.69em;
}

/* =>lists */

#header ul li, #footer ul li
{
    float: left;
    display: block;
}

ul li
{
    padding: 0;
    margin: 0;
    display:block;
}

ul li a
{
    line-height: 14px;
    padding: 0;
    margin: 0;
}

/* --- main nav --*/
ul.nav_main
{
    padding-top: 6px;
    padding: 4px 0 1px 4px;
}

ul.nav_main li
{
    margin-right: 15px;
}

ul.nav_main li a
{
    float: left;
    display: block;
    padding: 7px 7px 8px 6px;
}

ul.nav_main li a:hover, ul.nav_main li a.current
{
    background: #2e2e2e;
    text-decoration: none;
}

ul.nav_main li.first a
{
    padding-left: 7px;
}

/* --- sub nav --*/

ul.nav_sub
{
    background-color: #f8f8f8;
    border-bottom: 1px solid #67959b;
    border-top: 3px solid #67959b;
    float: left;
    padding: 8px 0px 11px 0px;
    margin-right: 20px;
    width: 162px;
}

ul.nav_sub li
{
    /*padding-bottom: 5px;     padding-top: 5px;*/    
}

ul.nav_sub li a
{
    display: block;    
    width: 152px;
    line-height: 1.47em;    
    padding: 5px 0px 5px 10px;
}

ul.nav_sub li a:hover
{
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
    line-height: 1.47em;
}

ul.nav_sub li a.current
{
    background: #2e2e2e;
    color: #fff;
}

ul.nav_sub ul
{
    padding-left: 0px;
    /*background-color:#cacaca;*/
    width:162px;
}

ul.nav_sub ul li a
{
    width: 127px;
    font-size: 0.69em;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right:10px;
    padding-left:25px;
}

ul.nav_sub ul li a:hover, ul.nav_sub ul li a.current, ul.nav_sub ul li a.current:hover
{    
    background-color:#cacaca;
    color:#2e2e2e;
}

/* --- support nav --*/
#header_support ul.nav_support
{
    float: left;
    padding-top: 4px;
}

#header_support ul.nav_support li
{
    padding: 0px 11px 0 11px;
    background: url(/images/bg_nav_support.gif) no-repeat right 2px;
    line-height:13px;
}

#header_support ul.nav_support li a
{
    color:#dbdbdb;
    padding: 0 !important;
    margin: 0 !important;    
}

#header_support ul.nav_support li a:hover, #header_support ul.nav_support li a.current
{
    color: #6da3a9;
    text-decoration: none;
}

#header_support ul.nav_support li.last
{
    background: none;
    padding-right: 0;
}

/*breadcrumb*/

#breadcrumb
{
    float: left;
    font-size: 0.63em;
    font-weight: bold;
    padding-top: 0px;
}

#breadcrumb li
{
    float: left;
    display: block;
    line-height: 14px;
}

#breadcrumb li a
{
    text-decoration: none;
    font-size: 1em;
}

span.breadcrumbarrow
{
    padding: 0 10px 0 10px;    
}

/* link list */

ul.pannel_list
{
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 0.69em;
}

ul.pannel_list li
{
    font-weight: bold;
    margin: 0px;
    padding: 0 0 4px 0px;
}

ul.pannel_list li a
{
    color: #fff;
}

ul.pannel_list li a:hover
{
    color:#000;
}

/* modules */
div.module li, div.casestudy_home_module li
{
    display:block;
    margin:0 0 4px 0; 
    line-height:14px;    
}

div.module li a, div.casestudy_home_module li a
{    
    display:block;
    padding:0;
}

/* bulleted list */

ul.bulleted_list, .copy_container ul
{
    padding-bottom: 1em;
    font-size: 0.69em;
}

ul.bulleted_list li, .copy_container ul li
{
    background: url(/images/bullet.gif) no-repeat 0 4px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-bottom:2px;
    padding-left:15px;    
    line-height:14px;
}

/*ordered list*/
ol
{
    list-style-type: decimal;
    font-size: 0.69em;
    margin: 0 0 10px 30px;
}

ol li
{
    padding-bottom: 6px;
    line-height:14px;
}

/* ------- FAQs list ------- */
.faqlist
{
    margin-top: 17px;    
    border-top:1px solid #d5d5d5;
    padding-top:10px;
}

.faqlist li
{
    padding: 3px 0 0px 0;    
}

.faqlist li div
{
    border-bottom:1px solid #d5d5d5;
    padding-bottom:0px;
    padding-left:15px;
    margin-bottom:10px;
}

.faqlist li a.link_question
{
    display: block;
    width: 96%;
    background: url(/images/link_faq_max.gif) no-repeat 0 2px;
    padding-left: 15px;
    margin-bottom:5px;
    font-size:0.75em;
    text-decoration:none;
}

.faqlist li a.link_question.open
{
    background-image: url(/images/link_faq_min.gif);
}


/* =>forms */
form h2
{    
    padding:5px 0 15px 0; 
    border-top:1px solid #2e2e2e;  
    width:100%;  
}

form p.required_field
{
    padding-top:0px;
    font-weight:normal;
}

form p.required_field span.highlight
{    
    font-weight:bold;
}

form label
{
    font-size: 0.69em;
    color:#6c6c6c;
    display:block;
    padding-bottom:5px;
    line-height:14px;
}

form .field_container label.label_inline
{
    float:left;
}

form textarea
{
    font-family: Arial, sans-serif;
    font-size:0.75em;
}

form input.input_text, form select
{
    font-size: 0.75em;
    color:#2e2e2e;
}

select.dropdown_withtextbox
{
    margin-bottom:5px;
}

.field_container
{
    margin-bottom:15px;
}

.input_inline_submit
{    
    float:left;
}

.requfield
{
    display: inline-block;
    padding:0 0 0px 5px;
}

.requfield_sized
{
    font-size:0.69em;
}

.checkboxlist input
{
    *height:25px;  
    padding-right:10px;    
}

/* form using ordered list */
.form_inline ol
{
    margin: 0;
    padding: 0;
    list-style:none;
}

.form_inline ol li
{
    display:block;
    padding-bottom: 10px;
}

.form_inline ol li label, .form_inline ol li input.input_text, .form_inline ol li select
{
    font-size:1em;
}

.form_inline ol label
{
    display: inline-block;
}

.form_inline ol li input.input_text
{
    margin:0;
}

/* Buttons */
form button
{
    color: #61adb6;
    font-weight: bold;
    font-size: 0.69em; 
    text-transform: uppercase;
    background: transparent;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    height: 20px;
}

form button
{
    width: auto;
    overflow: visible;
    padding-top: 0px; /* IE6 */
    padding-bottom: 0px; /* IE6 */
    margin-left: 2px;
}
form button[type]
{
    padding-top: 0px; /* Firefox */
    padding-bottom: 2px; /* Firefox */
    line-height: 20px; /* Safari */
    /*margin-left: -2px;*/
}
*:first-child + html button[type]
{
    padding-top: 0px; /* IE7 */
    padding-bottom: 0px; /* IE7 */
    margin-left: 2px;
}

form button:hover
{
    color: #000;
    /*background-image: url(/crr/_images/bg_button_hover.gif);*/
}

.button_submit, .button_submit:hover
{
    font-size:0;
    color:#fff;
    background:url(/images/btn_go.gif) no-repeat top center;
    width:30px;
    height:17px;
    margin:2px 0 0 0;    
    text-decoration:none;
}

.button_submit:hover
{
    background-image:url(/images/btn_go_hover.gif);
}

/* --- specific forms */
#form_searchbyname
{
    padding-top:15px;
}

input#searchname
{
    width:160px;
}

select#sector, select#role
{
    /*width:145px;*/
}

#search_wrapper
{
    background-color: #515151;
    float: right;
    height: 19px;
    margin-left: 16px;
    width: 142px;
}

#search
{
    background-color: #515151;
    border: none;
    color: #fff;
    height: 14px;
    width: 105px;
    padding-left: 4px;
    font-size: 0.69em;
    vertical-align: top;
    padding-top: 2px;
}

#btn_search
{
    padding: 1px 1px 0 0;
    float: right;
}

.input_submit
{    
    border:none;
    background:url(/images/btn_submit.gif) no-repeat top left;
    width:55px;
    height:17px;
    color:#FFF;
    cursor:pointer;
    font-size:0;
}

.input_search
{    
    float:left;
    border:none;
    background:url(/images/btn_searchresults.gif) no-repeat top left;
    width:58px;
    height:17px;
    color:#518288;
    cursor:pointer;
    font-size:0;
    text-align:right;   
    padding:0;    
    margin:0;
}

.input_text_search_result
{
    float:left;
    /*background-color: #515151;
    border: none;
    color: #fff;*/
    border:1px solid #dbdbdb;
    height: 13px;
    width: 140px;
    padding-left: 4px;
    margin:0 0 5px 0;
    font-size: 0.69em;    
    padding-top: 1px;
}

/* Form request */
.formRequest_container
{
    width:100%;
}

.formRequest_container fieldset
{
    margin-bottom:15px;
}

fieldset.fieldset_bottom
{
    margin-bottom:0;
}

.formRequest_container ol label, .formRequest_container .field_container label.label_inline
{
    width:155px;
}

.formRequest_container .checkboxlist label
{
    width:350px;
    display: inline-block;
    font-weight:normal;
}

.formRequest_container ol input.input_text
{
    width:295px;
}

.formRequest_container ol .label_forothertextbox
{
    margin-left:158px;
    padding:0;
    width:46px;
    font-weight:normal;
}

.formRequest_container ol input.input_text_fordropdown
{
    width:137px;
}

.formRequest_container textarea
{
    float:left;
    width:295px;    
    *width:300px;
    height:150px;
    margin-left:3px;
}

.formRequest_container p
{
    width:410px;
}

.formRequest_container ol span.additional_info
{
    padding-left:41px;
    font-weight:normal;
}

/* form Feedback */
.formFeedback_container fieldset
{
    padding-top:20px;
}

.formFeedback_container ol label, .formFeedback_container .field_container label.label_inline
{
    width:110px;
}

.formFeedback_container ol input.input_text
{
    width:300px;
}

.formFeedback_container textarea
{
    width:300px;
    height:150px;
    margin-left:3px;
}

.formFeedback_container .input_submit
{
    margin-left:110px;
}

#column_wide #formfooter_container
{
    padding-right:200px;
}

#column_wide .formFeedback_container #formfooter_container
{
    padding-right:0px;
    padding-left:110px;
    width:320px;
}

#formfooter_container p
{
    font-size:0.63em;
    line-height:13px;
    font-weight:normal;
}

/* =>tables */
table.datatable
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
    border: 0; 
    table-layout: fixed;
    font-size: 0.69em;     
}

table.datatable td
{
    padding: 5px 0px 14px 15px;    
    vertical-align: top;
    border: 0;
    line-height: 15px;
}

table.datatable thead td
{
    text-align: left;
    color: #2e2e2e;
    padding-bottom: 12px;
    padding-top:10px;
    border-bottom:1px solid #d3d3d3;
}

table.datatable tbody td
{
    border-bottom:1px solid #d3d3d3;
}

table.datatable tbody tr.hover td
{
    background: #fafafa;
}

table.datatable thead td.firstcell
{
    padding-left: 0; 
}

table.datatable tbody td.firstcell
{
    padding-left: 0px; 
}

td.cel_sector
{
    width:140px;
}

/* specific tables */
#profile_search_result
{
    margin:25px 0 35px 0;
    border-top:1px solid #2e2e2e;
}

#profile_search_result tbody
{
    /*cursor:pointer;*/
}




/*=>misc */

#home_col_right .news span
{
    display: block;
}

span.copyright
{
    color:#dbdbdb;
    font-weight: bold;
    font-size: 0.69em;
    line-height:14px;
}

#profile_copy
{
    width: 526px;
}

.highlight
{
    color:#61adb6;
}

/* --------------------=>header styles */

#header_nav
{
    background: url(/images/bg_nav_main.gif) repeat-x top left;
    height: 34px;
    width: 900px;
    position: absolute;
    top: 82px;
}

/* --------------------=>navigation styles */
/* ------- Sitemap ----- */
#sitemap
{
    font-size:0.69em;
}

/* level 1 */
#sitemap ul
{
    padding:5px 0 10px 0;
}

#sitemap li
{
    padding-bottom:15px;
}

#sitemap li a
{
    font-size:1.18em; /* 13px from 11px */
}

/* level 2 */
#sitemap ul ul
{
    margin-left:10px;  
    padding-bottom:0;  
}

#sitemap ul ul li
{
    padding-bottom:5px;
}

#sitemap ul ul a
{
    font-size:1em;
}

/* Column utilities */
.column_half_left
{
    float: left;
    width: 49%;
}

.column_half_right
{
    float: right;
    width: 48%;    
}

.column_half_right .copy_container
{
    padding-right:30px;
}

.column_third
{
    float: left;
    width: 32.5%;
    margin-right: 5px;
}

.column_four
{
    float: left;
    width: 105px;
    margin-right:35px;
/*    background:red;*/
}

.column_2-3
{
    float: left;
    width: 75%;
}

.column_1-3
{
    float: right;
    width: 24%;
}

.column_1-4
{
    float: left;
    width: 18%;
}

.column_3-4
{
    float: right;
    width: 80%;
}

.column_people_left
{
    float:left;
    width:65px;    
}

.column_people_right
{
    float:right;
    width:265px;
}

.column_people_right .column_people_right
{
    width:295px;
}

.column_with_bar
{
    border-top: 1px solid #2e2e2e;
    padding-top: 15px;
}

.column_with_top_space
{
    margin-top:15px;
}

.column_last
{
    margin-right: 0;
}

/* --------------------=>module styles */
/* ------- module_highlight ----- */
.module_highlight
{
    background:#b6443c;
    border-top:5px solid #943f39;
    margin-bottom:10px;
}

.module_highlight .content_container
{
    padding:10px;    
}

.module_highlight h2, .module_highlight h3, .module_highlight a
{
    color:#fff;
}

.module_highlight h3
{
    font-size:0.81em;
    padding-bottom:3px;
}

.module_highlight p
{
    color:#dbdbdb;   
    padding-right:0; 
}

.module_highlight p.large
{
    font-size:1.75em;
    line-height:22px;
    font-weight:normal;
    padding-bottom:10px;
}

.module_highlight a:hover
{
    color:#500000;
}

.module_highlight a.current
{
    text-decoration:none;
}

.module_highlight li
{
    font-size:0.69em;
    padding-bottom:5px;    
}

.module_highlight ul.sector_filter_list
{
    padding-top:10px;
}

.module_highlight ul.sector_filter_list li
{
    padding-bottom:8px;
    color:#500000;
    line-height:14px;
}

#module_sector_filter
{
    margin-top:10px;
}

#module_sector_filter .content_container
{
    padding-top:0px;
}

#module_sector_filter h2
{
    padding:8px 0 10px 10px;
    border-bottom:1px solid #943f39;    
}

/* =>modules in copy (inherited from module_highlight) */
.module_incopy_left
{
    float:left;
    margin-right:10px;
}

.module_incopy_right
{
    float:right;
    margin-left:10px;
}

.module_incopy_solid
{
    width:172px;
}

.module_incopy_solid p
{
    color:#fff;
}

.module_incopy_solid p.large
{
    font-size:3.57em;
    line-height:normal;
}

.module_incopy_solid ul.bulleted_list
{
    padding-bottom:0px;
}

.module_incopy_solid ul.bulleted_list li
{
    background-image:url(/images/bullet_module.gif);
    font-size:1em;
    color:#fff;
    margin-bottom:3px;
}

.module_incopy_outline
{
    width:250px;
    background:#fff;
    padding-bottom:5px;
}

.module_incopy_outline .content_container
{
    /*padding:10px 2px 5px 2px;    
    border-bottom:1px solid #943f39;*/
    padding:0;
    border:none;
}

.module_incopy_outline h2
{
    color:#6c6c6c;
    font-weight:normal;
    font-size:0.75em;
}

/* =>right modules */

div.solid_module
{    
    background-color: #508187;
    margin-bottom: 25px;
    padding-top: 0px;
}

div.solid_module span
{
    margin-left: 13px;            
}

#column_modules div blockquote
{
    font-family: Georgia;
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    margin-bottom: 9px;
    line-height:17px;
}

div.solid_module blockquote
{
    padding: 10px 13px 0 13px;
    color: #fff;
}

div.line_module blockquote
{
    padding: 5px 13px 0 13px;
    color: #6c6c6c;
}

div.solid_module p.name
{
    padding: 0 13px 13px 13px;
    color: #fff;
    font-family: Arial;
    font-size: 0.69em;
    font-weight: bold;
}



div.line_module
{
    border: 3px solid #57898f;
    margin-bottom: 23px;
    padding-bottom: 8px;
    padding-top: 0px;
    margin-top: 10px;
}

div.line_module span
{
    margin-top: 3px;
    margin-left: 13px;
    padding: 11px 7px 7px 6px;
    background-color: #fff;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 0.81em;
}

div.line_module h2
{
    padding: 15px 13px 0 13px;
    color: #2e2e2e;
    font-size: 0.81em;
    font-weight: bold;
    margin-bottom: 5px;
}


div.line_module p.name
{
    padding: 5px 13px 5px 13px;
    color: #6c6c6c;
    font-family: Arial;
    font-size: 0.69em;
    font-weight: bold;
}

div.fact_module, div.link_module
{
    margin-left: 20px;
    width: 158px;
    border-top: 5px solid #943f39;
    background-color: #b6443c;
    float: right;
    padding: 10px 7px 10px 7px;
}

div.link_module
{
    margin-left: 0;
    margin-bottom:10px;
}

div.fact_module p, div.link_module p
{
    color: #fff;
    font-size: 0.69em;
    padding: 0;
    margin: 0;
}

div.fact_module p.title, div.link_module p.title
{
    color: #fff;
    font-size: 0.81em;    
    padding: 0;
    margin: 0;
}

div.fact_module p.figure
{
    font-size: 3.56em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

div.fact_module p.figure span
{
    font-size: 0.72em;
}

.module_casestudy
{
    margin-top:10px;
    padding-bottom:0px;
    margin-bottom:4px;
}

.module_casestudy p
{
    padding-bottom:2px;
}

/* =>content modules */

#home_col_left
{
    float:left;
    margin-right: 20px;
    width: 344px;
}

#home_col_right
{
    float: left;
    width: 526px;
}

#home_col_right .column, #column_main .column, #column_wide .column
{
    float: left;
    margin-right: 20px;
    width: 162px;    
}

#home_col_right .column .module, #column_main .column .module, #column_wide .column .module
{
    border-top: 1px solid #2e2e2e;    
    margin-bottom: 25px;
    padding-top: 6px;
}

#column_main .column .module, #column_wide .column .module
{
    margin-top:17px;
    margin-bottom: 25px;
}

#home_col_right .last, #column_main .last, #column_wide .last
{
    margin-right: 0;
}

div.split_column_copy
{
    width: 334px;
}

#intro_home
{
    padding-bottom: 18px;
}

#casestudy_home
{
    border-top: 1px solid #2e2e2e;
    padding-top: 8px;
}

div.casestudy_home_module
{
    /*height: 70px;*/
    float:left;
    margin-bottom: 19px;
    position: relative;
    width: 100%;
}

div.casestudy_home_module a.link
{
    float: right;
    font-size: 0.69em;
    width: 182px;
    display: block;
    line-height:14px; 
}

div.casestudy_home_module p
{
    float: left;
    width: 160px;
    padding-bottom: 4px;
}

div.casestudy_logo
{
    border: 1px solid #d3d3d3;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}

#column_modules div.casestudy_home_module
{
    border-top:1px solid #2e2e2e;
    padding-top:7px;
    margin-bottom: 25px;
}

div.casestudy_item
{
    margin-bottom: 20px;
}

#column_modules a
{
    font-size: 0.69em;
}

.casestudy_module a
{
    font-size: 1em;
}


div.operating_container_left
{
    float: left;
    width: 50%;
}

div.operating_container_right
{
    float: right;
    width: 50%;
}

div.operating_module
{
    height: 70px;
    margin-bottom: 19px;
    position: relative;
    width: 100%;
}

div.operating_module p
{
    float: left;
    padding-top: 0px;
    width: 140px;
}

div.operating_logo
{
    border: 1px solid #d3d3d3;
    float: left;
    margin-right: 20px;
}

#column_modules div.operating_logo
{
    margin-right: 0px;
    width: 170px;
    margin-bottom: 11px;
}

#column_modules div.operating_module p
{
    padding-bottom: 4px;
    margin-bottom: 0px;
}

div.leadership_module_container
{
    padding-top:15px;    
}

div.leadership_module
{
    padding-bottom: 10px;
}

div.leadership_module .copy
{
    float: right;
    width: 262px;
    border-top: 1px solid #959595;
    padding-top: 8px;
}

div.leadership_module p
{
    font-size: 1 em;
}

div.leadership_module p.title
{
    font-size: 0.81em;
    line-height:15px;
}

div.leadership_module p.title span.joined
{
    font-weight:normal;
}

/* top highlight entries */

/* content module modifiers */


/* --------------------=>footer styles */

#nav_footer_left
{
    float: left;
    padding: 13px 0 0 5px;
}

#nav_footer_right
{
    float: right;
    padding: 13px 5px 0 0;
}

#footer ul.nav_support li
{
    color:#dbdbdb;
    padding: 1px 11px 0 11px;
    line-height:13px;
}

#footer ul.nav_support li a
{
    color:#dbdbdb;
}

#footer ul.nav_support li a:hover, #footer ul.nav_support li a.current
{
    color: #6da3a9;
    text-decoration: none;
}

#footer ul.nav_support li
{
    background: url(/images/bg_nav_support.gif) no-repeat center right;
}

#footer ul.nav_support li.last
{
    background: none;
}

/* --------------------=>tool styles */
/*-------------> Flash */

#flashcontent
{
    padding-bottom: 28px;
}

#HpAltFlashContainer
{
    background-color:#4f7f85;
    background-repeat:no-repeat;
    background-position:top left;
    height:288px;
}

#HpAltFlashContainer .HptAltFlashContent
{
    width:300px;
    padding-left:580px;
}

#HpAltFlashContainer p, #HpAltFlashContainer blockquote
{
    color:#fff;
}

#HpAltFlashContainer blockquote
{
    font-family:Georgia, Times New Roman, Serif;
    padding:35px 0 15px 0;
    font-size:1.13em; /* 18px */
    font-weight:normal;
}

#HpAltFlashContainer p
{
    font-size:0.75em; /* 12px */
}

#HpAltFlashContainer img
{
    padding-right:5px;
}

#HpAltFlashContainer img.last
{
    padding-right:0;
}

/* =>utility */
.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.clearer
{
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
    height: 1px;
}

.spacer
{
    clear: both;
    font-size: 0;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.clearfix:after
{
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

.nodisplay
{
    display: none !important;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.noborder
{
    border: none !important;
}

.alt
{
    visibility: hidden;
}

div.alt
{
    position: absolute;
    visibility: hidden;
}

/* =>debug */
.debug
{
    border: 1px solid red;
}

/* -------------> For holding page --------*/

#holding, #holding #main_content, #holding #page_wrapper
{
    background-color: #2e2e2e;
}

#holding #splash
{
    background-color: #56878d;
    color: #fff !important;
    padding: 25px 395px 25px 25px;
}

#holding #splash h1
{
    font-family: Georgia;
    font-size: 2.3em;
    font-weight: normal;
    color: #fff;
    padding-bottom: 35px;
}

#holding #splash p, #holding #splash a
{
    color: #fff;
    font-size: 1.1em;
}

#holding p.copyright
{
    color: #dbdbdb;
    font-weight: bold;
    float: right;
    padding-top: 30px;
}

.module ul il
{
    padding: 0 0 2px 0;
    line-height: 1em;
}

.module a
{
    font-size: 0.69em;
}

.module p
{
    padding-bottom: 4px;
}

#column_modules div.module div.profile
{
    padding-top: 5px;
    display: block;
    height: 90px;
}

#column_modules div.module div.profile img
{
    float: left;
}

#column_modules div.module div.profile ul
{
    width: 100px;
    float: right;
}

#column_modules div.module div.profile li.name
{
    font-size: 0.75em;
    padding-bottom: 3px;
}

div.casestudy_item a img
{
    border: 1px solid #e0e0e0;
    margin-bottom:7px;
    padding-bottom:0;
}

.logo_casestudy_container
{
    width:160px;
    border: 1px solid #e0e0e0;
    text-align:center;
    margin-bottom:10px;
}

div.module
{
    border-top:1px solid #2e2e2e;
    padding-top:7px;
    margin-bottom: 25px;
}

ul.link_list li a
{font-size:0.69em;}