﻿/* resets styles */
@import url(/css/reset.css);

/* CSS document for Coca Cola EVP 2008
build: PR 29/10/2008 


----------=>layout styles

----------=>content styles
=>p
=>links
=>h1
=>h2
=>h3
=>hr
=>images
=>lists
=>forms
=>misc

----------=>header styles

----------=>navigation styles
=>top navigation
=>left navigation
=>footer left navigation
=>footer right navigation

----------=>module styles
=>text module
=>image module
=>modifiers

----------=>footer styles

----------=>home page styles

----------=>tool styles
=>flash
=>utility styles
=>debug styles


--------------------=>layout styles */
html, body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100.1%;
    font-family: Arial, Verdana;
    text-align: center; /* IE */
}

body
{
    font-size: 75%; /* 12px */
    background: #dde4e0 url(/images/bg_main_gradient.gif) repeat-x top left;
    color: #455560;
}

div.master_container
{
    width: 800px;
    margin: 0 auto;
    text-align: left; /* reset text alignment */
}

.column_content
{
    float: left;
    width: 400px;
}

.column_modules
{
    float: right;
    width: 201px;
}

/* --------------------=>content styles */
div.content_holder
{
    padding: 10px 15px;
}

div.content_container
{
    padding: 0px 0px 20px 0px;
    background: url(/images/bg_content_container_seperator.gif) repeat-x bottom left;
    min-height: 280px;
}

#global_content_container
{
    min-height: 0;
}

div.content_container .content
{
    float: left;
    width: 605px;
    line-height: 1.25;
}

div.full_width .content
{
    float: none;
    width: 725px;
    padding-right: 75px;
}

div.full_width_rhm .content
{
    width: 587px;
    padding-right: 15px;
}

.left-col
{
    width: 400px;
    float: left;
    margin: 0 0 50px 0px;
}

.right-col
{
    width: 170px;
    float: right;
    margin: 0 0 220px 25px;
}


/* =>p */
p
{
    margin-bottom: 10px;
}

div.vacancies p
{
    margin-bottom: 23px;
}

/* =>links */
a
{
    text-decoration: none;
    font-weight: bold;
    color: #f40000;
}

a:hover
{
    text-decoration: underline;
}

a.anchor:hover
{
    text-decoration: none;
}

a.anchor_link
{
    font-size: 0;
    height: 1px;
}

a.btn_highlight, a.btn_highlight_inactive
{
    clear: both;
    display: inline-block;
    cursor: pointer;
}

a.btn_highlight_inactive
{
    cursor: default;
}

a.btn_highlight:hover, a.btn_highlight_inactive:hover
{
    text-decoration: none;
}

a.btn_highlight span.btn_left, a.btn_highlight_inactive span.btn_left
{
    background: url(/images/btn_highlight_left.gif) no-repeat top left;
    width: 10px;
    height: 25px;
    float: left;
}

a.btn_highlight_inactive span.btn_left
{
    background-image: url(/images/btn_highlight_left_dull.gif);
}

a.btn_highlight span.link_text, a.btn_highlight_inactive span.link_text
{
    color: #ffffff;
    background: url(/images/btn_highlight_right.gif) no-repeat top right;
    height: 22px;
    padding: 3px 10px 0px 0px;
    width: auto;
    float: left;
    font-size: 1.083em; /* 13px */
}

a.btn_highlight_inactive span.link_text
{
    color: #f8c8c8;
    background-image: url(/images/btn_highlight_right_dull.gif);
}

a.btn_highlight span.link_text span.link_highlight, a.btn_highlight_inactive span.link_text span.link_highlight
{
    width: auto;
    background: url(/images/btn_highlight_underline.gif) repeat-x bottom right;
    padding-right: 10px;
    padding-bottom: 2px;
    display: block;
}

a.btn_highlight_inactive span.link_text span.link_highlight
{
    background-image: url(/images/btn_highlight_underline_dull.gif);
}

a.btn_highlight:hover span.link_text span.link_highlight
{
    width: auto;
    background: url(/images/btn_highlight_underline_solid.gif) repeat-x bottom right;
}

a.link_image
{
    display: block;
    margin-bottom: 10px;
}


/* =>h1 */
h1
{
    font-size: 1.5em; /* 18px */
}

/* =>h2 */
h2.page_title, p.page_title_replacement
{
    color: #e61d2c;
    font-size: 2.666em; /* 32px */
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal; /*width:385px;*/
}

h2.page_title strong, p.page_title_replacement strong
{
    color: #000000;
    font-weight: normal;
}

h2
{
    color: #272425;
    font-size: 1.166em; /* 14px */
    margin-bottom: 5px;
    margin-top: 15px;
}

h2.agency
{
    color: #be0000;
    font-size: 1em; /* 12px; */
    margin-top: 42px;
}

.module_text h2
{
    margin-top: 0px !important;
}

/* =>h3 */
h3
{
    color: #272425;
    margin-bottom: 2px;
}

/* =>hr */
.hr
{
    margin: 10px 0px 15px 0px;
    height: 1px;
    font-size: 0;
    background: url(/images/bg_content_container_seperator.gif) repeat-x bottom left;
}

.hr_full_width
{
    border-top: 1px solid #e8e7e7;
    height: 1px;
    font-size: 0;
    margin: 15px 0px 20px 0px;
}

/* =>images */

/* =>lists */
ul.simple_list
{
    margin-bottom: 10px;
}

ul.numeric_list
{
    margin-bottom: 10px;
    padding-left: 18px; /* screen_ie.css */
}

ul.numeric_list li
{
    list-style-type: decimal;
}

ul.bullet_list, ul.bullet_link_list
{
    margin-left: 2px;
    margin-bottom: 10px;
}

ul.bullet_list li
{
    margin-bottom: 6px;
    padding-left: 10px;
}

ul.bullet_link_list li
{
    margin-bottom: 6px;
}

ul.bullet_list li
{
    background: url(/images/bg_list_bullet.gif) no-repeat 0px 5px;
}

ul.bullet_link_list li a
{
    background: url(/images/bg_list_bullet.gif) no-repeat 0px 5px;
    padding-left: 10px;
}

/* expandable list */
.expand_list
{
    width: 380px;
}

.expand_list li
{
    padding-bottom: 0px;
    margin: 0 0 3px 0;
}

.expand_list .header_link
{
    /*display: block;*/
    background: url(/images/bg-list-expand.png) no-repeat 0 -18px; /*width:95%;     margin: 0 0 3px 0;*/
    padding: 0 0 0 20px;
}

.expand_list .open
{
    background-position: 0 1px;
}

.js .expand_list .expand_content
{
    display: none;
}

.expand_list .expand_content
{
    padding: 3px 0 0 20px;
}

div.contact ul
{
    margin-top: 23px;
}

div.contact ul li.question
{
    background: url(/images/bg_list_question.gif) no-repeat 0px 3px;
    color: #272425;
    font-weight: bold;
    padding: 0px 0px 4px 25px;
}

div.contact ul li.answer
{
    background: url(/images/bg_list_answer.gif) no-repeat 0px 3px;
    padding-left: 25px;
}

div.contact ul li.seperator
{
    background: url(/images/bg_list_seperator.gif) repeat-x top left;
    height: 1px;
    margin: 17px 0px;
    font-size: 0px;
}

/* module subpages list */
ul.subpages_list
{
    float: left;
}

ul.subpages_list li
{
    float: left;
    margin-bottom: 10px;
}

ul.subpages_list li.last_bottom
{
    margin-bottom: 0px;
}

/* =>forms */
div.vacancies form
{
    padding-top: 14px;
}

div.vacancies form label
{
    color: #272425;
    width: 85px;
    float: left;
    padding: 6px 30px 27px 0px; /* screen_ie.css */
    font-weight: bold;
    text-align: right;
}

div.vacancies form label.first
{
    padding-top: 4px;
    padding-bottom: 25px;
}

div.vacancies form input
{
    margin-left: 25px;
}

div.vacancies form input.first
{
    margin-left: 0px;
}

div.vacancies form select
{
    width: 300px;
    padding: 3px 2px 3px 5px;
    border: 2px solid #d7d7d7;
    color: #808382;
    font-weight: bold;
    font-size: 1em; /* 12px */
    font-family: Arial, Verdana;
}

div.vacancies .border
{
    float: left; /* screen_ie.css */
}

div.vacancies form select option
{
    padding: 0px 0px 0px 9px;
}

div.vacancies a
{
    margin: 3px 0px 0px 115px;
}

/*=>Sign in form */
#umbMemberControlsLogin
{
    padding: 15px 0 0 0;
}

#umbMemberControlsLogin label
{
    display: block;
    color: #272425;
    width: 110px; /*float: left;*/
    font-weight: bold;
    text-align: left;
}

#umbMemberControlsLogin label.labelRemember
{
    display: inline;
    color: #455560;
    font-weight: normal;
    float: none;
}

#umbMemberControlsLogin input.input_text
{
    display: block;
    border: 2px solid #d7d7d7;
    color: #808382;
    width: 250px;
    padding: 3px 2px 3px 5px;
    margin: 0 0 5px 0;
    font-family: Arial, Verdana;
}

#umbMemberControlsLogin input.umbMemberControlsButton
{
    background: transparent url(/images/bg-login-button.png) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 62px;
    font-size: 0;
    padding-top: 25px;
    margin-top: 10px;
}

.panel-sign-out
{
    color: #000;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.panel-sign-out input
{
    display: block;
    color: #FFF;
    font-weight: bold;
    background: #EA2C2C;
    border: none;
    cursor: pointer;
    margin: 15px 0 0 0;
    padding: 3px 7px;
    line-height: normal;
    font-family: Arial, Verdana;
}

/*=>misc */
.highlight
{
    color: #f40000;
}

.jump
{
    text-align: right;
    margin-bottom: 17px;
}

/* Top ten tips */
#top-ten
{
    font-weight: bold;
    margin: 0 0 35px 0px;
    padding-left: 32px;
}

#top-ten li
{
    clear: both;
    margin: 0 0 18px;
    color: #000;
    list-style-type: decimal;
}

#top-ten div.top-ten-content
{
    background: transparent url(/images/bg_content_container_seperator.gif) repeat-x scroll left bottom;
    margin: 0 0 0 -15px;
    font-weight: normal;
    padding: 0 0 18px;
    overflow: auto;
    color: #455560;
}

#top-ten li h2
{
    font-size: 1.1em;
    margin: 0 0 12px;
}

#top-ten li dl
{
    overflow: auto;
    float: left;
}

#top-ten li dt
{
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}

#top-ten li dd
{
    float: left;
    width: 25px;
    margin: 0 5px 0 0;
    padding: 0 3px 0 0;
}

#top-ten li dt + dd
{
    background: transparent url(/images/bg-sep.gif) no-repeat center right;
}

span.top-ten-thanks
{
    float: left;
    width: 480px;
    font-weight: bold;
}

p.top-link
{
    float: right;
    margin: 0;
    clear: right;
}

div.media-wrap
{
    background: none !important;
    width: 233px;
    height: 153px;
    float: right;
    margin: 0 0 0 10px !important;
}

/* Accordion */
#accordion
{
    margin-bottom: 15px;
}

.accordion_margin_top
{
    margin-top: 20px;
}

#accordion a.link_accordion
{
    display: block;
    width: 585px;
    height: 15px;
    padding: 5px 10px;
    background: url(/images/bg_accordion_item.gif) no-repeat 0 -75px;
    color: #fff;
}

#accordion a.link_accordion:hover
{
    background-position: 0 -50px;
}

#accordion a.ui-state-active
{
    background-position: 0 -25px;
    color: #333;
}

#accordion a.ui-state-active:hover
{
    background-position: 0 -0px;
}

.accordion_content
{
    background: #fff;
}

/* --------------------=>header styles */
div.header
{
    padding: 0px 0px 65px 0px;
}

div.header .cc_logo
{
    float: left;
    padding: 30px 0px 0px 0px;
}

div.header .right_panel
{
    float: right;
    text-align: right;
    padding: 8px 0px 0px 0px;
}

div.header .right_panel a
{
    color: #a3a3a3;
    font-size: 0.833em; /* 10px; */
}

div.header .right_panel select
{
    width: 115px;
    color: #a3a3a3;
    font-size: 0.833em; /* 10px; */
    font-family: Arial, Verdana;
    font-weight: bold;
}

div.header .right_panel h1
{
    font-weight: normal;
    margin: 21px 0px 0px 0px; /* screen_ie.css */
}

/* --------------------=>navigation styles */
/* =>language selector */
#language_selector
{
    float: right;
    height: 15px;
}

#language_selector ul
{
    float: right;
}

#language_selector span
{
    float: right;
    cursor: pointer;
    color: #A3A3A3;
    padding-left: 5px;
    font-size: 0.88em;
}

#language_selector li
{
    float: left;
    padding: 0 5px;
    font-size: 0.88em;
    font-weight: bold;
}

.js #language_selector li.language
{
    display: none;
}

#language_selector li a
{
    color: #F40000;
    font-size: 1em;
}

/* =>top navigation */
div.header .top_navigation
{
    padding: 18px 0px 0px 0px; /* screen_ie.css */
}

div.header .top_navigation ul li
{
    display: inline;
    background: #ffffff url(/images/bg_top_nav_seperator.gif) repeat-y top right;
    padding: 3px 20px;
}

div.header .top_navigation ul li.first
{
    padding-left: 0px;
}

div.header .top_navigation ul li.last
{
    padding-right: 0px;
    background: none;
}

div.header .top_navigation ul li a
{
    color: #f40000;
    font-size: 1.083em; /* 13px */
    font-weight: bold;
}

div.header .top_navigation ul li.current a
{
    color: #272425;
}

/* =>left navigation */
div.content_container .left_navigation
{
    float: left;
    width: 155px;
    padding: 0px 40px 0px 0px;
}

div.content_container .left_navigation ul li
{
    border-bottom: 1px solid #e7ece9; /* removes whitespace between li tags for ie6 */
}

div.content_container .left_navigation ul li.first a
{
    padding-top: 0px;
}

div.content_container .left_navigation ul li a
{
    display: block;
    color: #f40000;
    font-weight: bold;
    line-height: 1.4;
    background: url(/images/bg_left_nav_seperator.gif) repeat-x bottom left;
    padding: 4px 0px 3px 0px;
    width: 100%;
}

div.content_container .left_navigation ul li a:hover
{
    text-decoration: none;
    background: url(/images/bg_left_nav_seperator_solid.gif) repeat-x bottom left;
}

div.content_container .left_navigation ul li a.current
{
    color: #272425;
    background: url(/images/bg_left_nav_seperator_solid.gif) repeat-x bottom left;
}

div.content_container .left_navigation ul li ul
{
    padding-top: 5px;
}

div.content_container .left_navigation ul li li
{
    padding-left: 15px;
}

div.content_container .left_navigation ul li li a.current
{
    background: url(/images/bg_left_nav_seperator.gif) repeat-x bottom left;
}

/* =>footer left navigation */
div.footer .ft_left_navigation
{
    float: left;
}

div.footer .ft_left_navigation ul li
{
    display: inline;
    background: url(/images/bg_footer_nav_seperator.gif) no-repeat left 50%;
    padding: 0px 6px 0px 6px;
}

div.footer .ft_left_navigation ul li.first
{
    background: none;
    padding-left: 0px;
}

div.footer .ft_left_navigation ul li a
{
    color: #f40000;
    font-size: 0.916em; /* 11px */
    font-weight: bold;
}

div.footer .ft_left_navigation ul li.current a
{
    color: #272425;
}

/* =>footer right navigation */
div.footer .ft_right_navigation
{
    float: right;
}

div.footer .ft_right_navigation ul li
{
    display: inline;
    background: url(/images/bg_footer_nav_seperator.gif) no-repeat right 50%;
    padding: 0px 7px 0px 5px;
}

div.footer .ft_right_navigation ul li.last
{
    background: none;
    padding-right: 0px;
}

div.footer .ft_right_navigation ul li a
{
    color: #f40000;
    font-size: 0.916em; /* 11px */
    font-weight: bold;
}

div.footer .ft_right_navigation ul li.current a
{
    color: #272425;
}

/* =>sitemap */
#sitemap ul ul
{
    margin: 10px 0 10px 10px;
}

#sitemap ul ul ul
{
    margin-top: 5px;
}

#sitemap li
{
    margin-bottom: 3px;
}

#sitemap li li li a
{
    font-size: 0.92em;
}

/* --------------------=>module styles */
/* =>text module (3 columns modules by default) */
div.module_text
{
    float: none;
    background: url(/images/bg_module_text_top.gif) no-repeat top left;
    width: 198px;
    padding-top: 8px;
    position: relative;
    z-index: 10;
}

div.module_text .module_text_inner
{
    background: url(/images/bg_module_text_bottom.gif) repeat-y bottom left;
    padding: 3px 12px 15px 12px;
    min-height: 90px; /* screen_ie6.css */
}

div.module_text .module_text_inner h2
{
    margin-bottom: 7px; /* screen_ie.css */
}

div.module_text .module_text_inner p
{
    margin-bottom: 1px;
}

div.module_text .module_text_inner ul li a
{
    color: #f40000;
    font-weight: bold;
    border-bottom: 1px dotted #f40000; /* screen_ie6.css */
    line-height: 1.6;
}

div.module_text .module_text_inner ul li a:hover
{
    text-decoration: none;
    border-bottom: 1px solid #f40000;
}

div.module_text .module_text_inner ul li.tag
{
    font-size: 0.75em; /* 9px */
    padding-top: 4px;
}

div.module_text .module_text_hanger
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 2px 2px 0px;
}

div.module_text .module_text_hanger_top
{
    top: -10px;
}

/* =>image module */
div.module_img
{
    background: url(/images/bg_module_img.gif) no-repeat top left;
    width: 193px;
    height: 115px;
    padding: 3px 0px 0px 3px;
}

div.module_rhm .module_img
{
    margin: 0px 0px 13px 0px;
}

/* =>subpage module */
/*ul.subpages_list li a
{
    float:left;
    border-bottom:none !important;
}*/

ul.subpages_list li .subpages_image_link
{
    float: left;
    width: 146px;
}

ul.subpages_list li .subpages_image_link a
{
    border-bottom: none !important;
}

ul.subpages_list li .subpages_text_link
{
    float: left;
    padding-top: 22px;
    width: 129px;
}

ul.subpages_list li a img
{
    /*float:left;*/
    padding: 0 10px 0 0;
}

/*ul.subpages_list li a span
{
    float:left;
    padding-top:22px;
    border-bottom:1px dotted #F40000;
}*/

/*ul.subpages_list li a:hover span
{
    text-decoration: none;
    border-bottom: 1px solid #f40000;
}*/

/* =>Accordion module */
#accordion .column_module_copy
{
    float: left;
    width: 370px;
}

#accordion .column_module_image
{
    float: right;
    width: 175px;
    padding-top: 3px;
}

/* =>modifiers */
/* 4 columns modules */
div.module_container_4md div.module_text, .right-col div.module_rhm div.module_text
{
    float: left;
    position: relative;
    background-image: url(/images/bg_module_text_top_4col.gif);
    width: 147px;
    margin: 16px 5px 0px 0px;
    left: 0px;
}

div.module_container_4md .module_text_inner, .right-col div.module_rhm .module_text_inner
{
    background-image: url(/images/bg_module_text_bottom_4col.gif);
    min-height: 120px;
}

.right-col div.module_rhm .module_text_inner
{
    min-height: 50px;
}

div.module_container_4md .last
{
    margin: 16px 0px 0 0 !important;
}

/* 2 columns modules */
div.module_container_2md div.module_text
{
    float: left;
    position: relative;
    background-image: url(/images/bg_module_text_top_2col.gif);
    width: 299px;
    margin: 16px 7px 0px 0px;
    padding-top: 11px;
    left: 0px;
}

div.module_container_2md .module_text_inner
{
    background-image: url(/images/bg_module_text_bottom_2col.gif);
}

div.module_container_2md .last
{
    margin: 16px 0px 0 0 !important;
}

div.module_container_2md .hanger ul
{
    position: relative;
    z-index: 50;
}

div.module_container_2md .hanger .module_text_inner
{
    position: relative; /*padding-right:5px;     padding-left: 122px;*/ /*min-height:128px;*/
}

div.module_container_2md .hanger .image_left
{
    padding-right: 5px;
    padding-left: 122px;
}

div.module_container_2md .hanger .image_left .module_text_hanger
{
    position: absolute;
    bottom: 0px !important;
    left: 4px !important;
    padding: 0px 2px 2px 0px;
    z-index: 20;
}

/* 3 columns modules */
div.module_container_3md .module_text
{
    float: left;
    margin: 16px 5px 0px 0px;
    position: relative;
    left: -4px;
}

div.module_container_3md .module_img
{
    float: left;
    margin: 0px 8px 18px 0px;
    position: relative;
    left: -4px;
}

div.module_container_3md .middle
{
    left: -2px;
}

div.module_container_3md .last
{
    margin-right: 0px;
    left: 0px;
}

/* right-hand module */
div.module_rhm
{
    float: right;
    padding: 0px 0px 20px 20px;
}

div.left_nav .module_rhm
{
    position: relative;
    top: -10px;
}

div.module_rhm div.module_text
{
    margin-bottom: 10px;
}

div.hanger .module_text_inner
{
    position: relative;
    padding-right: 80px;
}

div.rhm_container
{
    float: left;
    line-height: 1.25;
}

div.rhm_container .module_rhm, div.right-col .module_rhm
{
    float: none;
    padding: 0px !important;
}

div.right-col div.module_rhm div.module_text
{
    float: none !important;
    margin-top: 0 !important;
}

/* specifics */
#module_container_locations .module_text
{
    margin-top: 5px;
    left: 0;
}

#module_container_locations .module_text h2
{
    margin-bottom: 0px;
}

#module_container_locations .module_text p
{
    font-size: 0.916em;
}

#module_container_locations .module_text ul
{
    position: absolute;
    bottom: 12px;
}

#module_container_locations .module_text_inner
{
    z-index: 10;
    padding-right: 50px;
}

#module_container_locations .module_text_hanger
{
    z-index: -1;
    top: 5px;
    right: 10px;
}

#module_container_locations .module_text_hanger img.on
{
    display: none;
}

/* module landing location */
.module_location
{
    width: 201px;
    margin-bottom: 5px;
    cursor: pointer;
}

.module_location_large div.module_content
{
    background: url(/images/bg_module_location_large_top.png) no-repeat 0 -200px;
    width: 100%;
    min-height: 125px; /* screen_ie6.css */
}

.module_location_small div.module_content
{
    background: url(/images/bg_module_location_small_top.png) no-repeat 0 -90px;
    width: 100%;
    min-height: 42px; /* screen_ie6.css */
}

.module_location div.module_content .content_holder
{
    padding: 10px 15px 0 15px;
}

.module_location div.module_content h2
{
    margin-top: 0;
    color: #e30016;
}

.module_location div.module_content ul
{
    float: left;
    width: 50%;
}

.module_location div.module_bottom
{
    background-repeat: no-repeat;
    background-position: 0 -13px;
    height: 13px; /* screen_ie6.css */
    padding: 0;
    font-size: 0;
}

.module_location_large div.module_bottom
{
    background-image: url(/images/bg_module_location_large_bottom.png);
}

.module_location_small div.module_bottom
{
    background-image: url(/images/bg_module_location_small_bottom.png);
}

.module_location.hover div.module_content, .module_location.hover div.module_bottom
{
    background-position: 0 0;
}

.module_location.hover div.module_content h2, .module_location.hover div.module_content *
{
    color: #fff;
}

/* --------------------=>footer styles */
div.footer
{
    padding: 8px 0px 15px 0px;
}

div.footer p
{
    margin: 8px 0px 0px 0px; /* screen_ie.css and screen_ie6.css */
    font-size: 0.916em; /* 11px */
}


/* --------------------=>white frame page styles (used for the current opportunities search results) */
.white_frame
{
    background-color: #fff;
    background-image: url(/images/bg_main_gradient_white.gif);
}

.white_frame .header
{
    padding: 0px 0px 100px 0px;
}

.white_frame .content_container
{
    padding: 0px 0px 71px 0px;
    margin-left: 5px;
    width: 900px;
}

.white_frame .content_container .content
{
    float: none;
    width: 900px;
}



/* --------------------=>home page styles */
.home .header
{
    padding: 0px 0px 120px 0px;
}

.home .header .right_panel h1
{
    margin-top: 36px; /* screen_ie.css */
}

.home .content_container
{
    padding: 0px 0px 71px 0px;
    margin-left: 5px;
    width: 790px;
}

.home .content
{
    float: none;
    width: 800px !important;
    text-align: center;
}

.home h2
{
    color: #F40000;
    font-size: 5em; /* 60px */
    font-weight: normal;
}

.home .language_selector
{
    text-align: center;
    padding-top: 15px;
}

.home p
{
    font-size: 1.25em; /* 15px */
    color: #272425;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 5px;
}

.home ul li
{
    display: inline;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.home ul li.last
{
    margin: 0px;
}

.content_container.home_transition
{
    padding: 0px 0px 20px 0px;
}

.home_transition .content
{
    float: none;
    width: 800px !important;
}

.home_transition #flashcontent
{
    margin-bottom: 0px;
}

.home_transition .module_text .module_text_inner
{
    background: url(/images/bg_module_wide_text_bottom.gif) repeat-y bottom left;
    padding: 3px 15px 15px 15px;
    min-height: 92px; /* screen_ie6.css */
}

.home_transition .module_container_3md .module_text
{
    float: left;
    margin: 17px 13px 0px 0px;
    background: url(/images/bg_module_wide_text_top.gif) no-repeat top left;
    width: 258px;
    left: 0px;
}

.home_transition .module_container_3md .last
{
    margin-right: 0px;
}

.home_transition .hanger .module_text_inner
{
    position: relative;
    padding-right: 120px;
}

/* --------------------=>Questionnaire styles */
.qn_result
{
    padding-bottom: 10px;
}

/* --------------------=>tool styles */
/* =>flash */
#flash_wrapper
{
    margin-bottom: 10px;
    overflow: hidden;
}

#flash_required_light_paragraph
{
    font-size: 0.916em; /* 11px */
}

/* flash height override classes */
/* one line */
.js .flash_override_height_38
{
    height: 38px;
}

/* two lines */
.js .flash_override_height_76
{
    height: 76px;
}

/* three lines */
.js .flash_override_height_114
{
    height: 114px;
}

/* four lines */
.js .flash_override_height_152
{
    height: 152px;
}

/* five lines */
.js .flash_override_height_190
{
    height: 190px;
}

/* six lines */
.js .flash_override_height_228
{
    height: 228px;
}


/* Homepage flash alternative */
.hp_flashalt_group
{
    position: relative;
}

.hp_flashalt_group a span
{
    position: absolute;
    right: 7px;
    width: 159px;
    padding: 6px 15px;
    z-index: 10;
    color: #ffffff;
    display: block;
    font-size: 1.416em; /* 16px */
    line-height: 1.3;
    cursor: pointer;
}

.hp_flashalt_group a:hover span
{
    text-decoration: none;
}

.hp_flashalt_group a span.one_row
{
    top: 31px;
    height: 25px;
}

.hp_flashalt_group a span.two_row
{
    top: 18px;
    height: 47px;
}

.hp_flashalt_group a span.three_row
{
    top: 9px;
    height: 65px;
}

.hp_flashalt_link .off
{
    display: none;
}

.hp_flashalt_transcript_banner
{
    padding-top: 7px;
}

.hp_flashalt_transcript_banner .floatright
{
    text-align: right;
    width: 258px;
    background: url(/images/bg_content_container_seperator.gif) repeat-x bottom left;
    padding-bottom: 1px;
}

.hp_flashalt_transcript_content .floatleft
{
    width: 529px;
}

.hp_flashalt_transcript_content .profile_links
{
    width: 258px;
    float: right;
}

/* =>utility */
.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.column_half_left
{
    width: 48%;
    float: left;
}

.column_half_right
{
    width: 48%;
    float: right;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.clear
{
    clear: both;
    height: 1px;
}

.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.noborder
{
    border: none !important;
}

.nodisplay
{
    display: none;
}

.alt
{
    visibility: hidden;
}

div.alt
{
    visibility: hidden;
    position: absolute;
}

/* =>debug */
.debug
{
    border: 1px solid red;
}

span.debug
{
    color: Red;
    border: none;
    font-style: italic;
}

/* Popup styles */
body#popup
{
    text-align: left;
    background: none;
    line-height: 1.25;
}

#popup #close
{
    padding-top: 14px;
    padding-right: 16px;
    margin-bottom: 5px;
    float: right;
}

#popup #close a
{
    font-size: 1.083em; /* 13px */
    font-family: Arial, Verdana;
    text-decoration: none;
    font-weight: bold;
    color: #f40000;
    background: url(/images/btn_shadowbox_close.gif) no-repeat right 0px;
    padding-right: 18px;
    display: block;
}

#popup #close a span
{
    background: url(/images/dottedline_shadowbox.gif) repeat-x 0px bottom;
}

#popup #close a:hover span
{
    background-image: url(/images/solidline_shadowbox.gif);
}

#popup #content
{
    padding: 40px 10px 15px 10px;
}

#popup h1
{
    color: #f40000;
    margin-bottom: 16px;
    font-size: 2em;
}

#popup h1 span
{
    color: #000;
}

#popup h2
{
    margin-bottom: 10px;
    font-size: 1em; /* 12px; */
}

#popup a.btn_highlight, #popup a.btn_highlight_inactive
{
    margin-top: 15px;
}

#popup input
{
    float: left;
    width: 15px;
}

#popup label
{
    float: left;
    padding: 4px 0px 10px 6px;
    width: 90%;
}

#popup #flashcontent
{
    padding-left: 16px;
}

/*==================================================================== New Template styles */
p.intro-text
{
    width: 400px;
}


.offset li + li
{
    margin: 0 0 0 12px;
}

/* General box settings */
.box-list
{
    overflow: hidden;
}
.box-list h2
{
    margin: 0 0 8px;
}

.box-list li
{
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
}

.first
{
    margin: 0 !important;
}

.box-list li div
{
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* Two wide */
.two-wide li
{
    background-image: url(/images/bg-wide-box-top.gif);
    width: 299px;
    padding: 11px 0 0;
    margin: 0 0 0 7px;
}

.two-wide li div
{
    background-image: url(/images/bg-wide-box-bottom.gif);
    padding: 3px 12px 15px 12px;
}

/* Four row */
.four
{
    margin: 20px 0 0;
}

.four li
{
    width: 147px;
    padding: 8px 0 0;
    margin: 0 0 0 5px;
}

.four li div
{
    padding: 3px 12px 6px 12px;
    min-height: 90px; /* screen_ie6.css */
}

.four p
{
    margin-bottom: 3px;
}

/* PDF boxes */
.vertical
{
    float: left;
    margin: 0 0 0 7px;
}

.vertical h3
{
    background: url(/images/bg-list-expand.png) no-repeat right -18px;
    margin: 5px 0 0px 0;
    cursor: pointer;
    float: left;
    padding: 0 15px 0 0;
}

.vertical h3.expanded
{
    background-position: right 1px;
}

.vertical h3.no_expand
{
    background: none;
    cursor: default;
}

.vertical li
{
    background-image: url(/images/bg-wide-box-top.gif);
    width: 299px;
    padding: 11px 0 0;
    float: none;
    margin: 0 0 8px;
}

.vertical li div
{
    background-image: url(/images/bg-wide-box-bottom.gif);
    padding: 3px 12px 15px 12px;
    overflow: hidden;
    min-height: 130px;
}

.vertical ul
{
    clear: both;
    overflow: hidden;
}

.vertical ul li
{
    background: none;
    float: none;
    margin: 5px 0;
    padding: 0;
}

.vertical .pdf a
{
    background: transparent url(/images/bg-pdf-icon.png) no-repeat 0 0;
    display: block;
    padding: 0 0 0px 45px;
    height: 35px;
    border: none;
}

.vertical .pdf a:hover
{
    border: none;
}

.vertical .pdf
{
    padding: 0 65px 0 0; /*     padding: 0 65px 15px 0;     background: transparent url(/images/bg_content_container_seperator.gif) repeat-x scroll left bottom;*/
}

/* Vacancies page */
#job-nav
{
    overflow: auto;
    margin: 25px 0 0;
}
#job-nav li a
{
    color: #fff;
}

#job-nav li
{
    background: transparent url(/images/bg-vacancy-button.png) repeat-x 0 0;
    float: left;
    padding: 6px 8px;
    margin: 0 7px 0 0;
}

#frame
{
    /*padding: 15px 0px;*/ /*background: #dde4e0 url(/images/bg_main_gradient.gif) repeat-x -300px left;*/
}

/* Your questions */
#questions-list, #questions-links
{
    width: 400px;
}

.content legend span, #questions label
{
    position: absolute;
    left: -9999em;
    top: -9999em;
}

#questions input.keywords
{
    background-color: #f1f5f9;
    border: 1px solid #a9a9a9;
    width: 250px;
    padding: 2px;
    margin: 0 7px 0 0;
}

#questions input.search
{
    background: transparent url(/images/bg-search-button.png) no-repeat 0 0;
    width: 62px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

#questions
{
    margin: 8px 0 25px 0;
}

#questions-links
{
    background: transparent url(/images/bg_content_container_seperator.gif) repeat-x left bottom;
    margin: 11px 0 18px;
    padding: 0 0 15px;
}

#questions-links li
{
    margin: 0 0 7px;
}

#questions-list h3
{
    font-size: 1.2em;
    margin: 0 0 6px;
    color: #455560;
}

#questions-list li
{
    background: transparent url(/images/bg_content_container_seperator.gif) repeat-x left bottom;
    padding: 0 0 9px;
    margin: 0 0 15px;
    overflow: auto;
}

#questions-list h4
{
    margin: 7px 0 5px;
    color: #000;
}

#questions-list h4 + p
{
    color: #000;
}
.posted-questions
{
    font-size: 1.3em;
}

.right-col
{
    width: 170px;
    float: right;
    margin: 0 0 220px 25px;
}

.right-col ul
{
    margin: 0;
}
.categories
{
    margin: 0 0 0 12px !important;
}
.category-header
{
    margin-left: 12px;
}
.categories li
{
    margin: 0 0 6px 0;
}

/* Ask a question */
#ask-question label
{
    /*display: block;*/
    color: #000;
    font-weight: bold;
    margin: 0 0 3px;
}

#ask-question input.keywords
{
    background-color: #f1f5f9;
    border: 1px solid #a9a9a9;
    width: 240px;
    padding: 2px;
    margin: 0 7px 8px 0;
}

#ask-question textarea
{
    background-color: #f1f5f9;
    border: 1px solid #a9a9a9;
    width: 240px;
    padding: 2px;
    height: 150px;
    margin: 0 0 9px;
    font-family: Arial, Sans-Serif;
    font-size: 100%;
}

#ask-question input.submit
{
    display: block;
    clear: left;
    background: transparent url(/images/bg-submit-button.png) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 25px;
    text-indent: -9999px;
    font-size: 0;
    padding-top: 25px;
    width: 62px;
}

#ask-question .checkbox
{
    display: block;
    float: left;
    margin: 0 0 29px;
}

#ask-question .checkbox_label
{
    display: block;
    float: left;
    width: 370px;
    margin: 0 0 0 5px;
    padding: 3px 0 0 0;
    font-weight: normal;
}

#ask-question span.requfield
{
    margin: 0 0 0 10px;
}

/*==================================================================== Generic column layout */
.column_half_left, .column_half_right
{
    width: 290px;
}

.column_half_left
{
    float: left;
}

.column_half_right
{
    float: right;
}

