/*
 * This stylesheet if for CSS rules that are suitable for all devices.
 * See http://www.w3.org/TR/CSS21/media.html#media-types
 */

/* Force vertical scroll bar. */
html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Verdana, sans-serif;
    color: #333333;
    background: #000 url(../images/backgrounds/bgnd_body.jpg) no-repeat top center;
}

/*----- RESET STYLES -----*/

p,h1,h2,h3,h4,h5,h6,ul,ol,dl,table,form,dd,dt {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style: none;
}

a img {
    border-style: none;
}

img {
    border: none;
}

.TODO {
    border: 1px solid red;
}

h1,h2,h3,h4,h5,h6,dt {
    color: #0099ff;
}

/* Tools */

.hide {
    visibility: hidden;
}

.none {
    display: none;
}

.blue {
    color: #0099ff;
}

.grey {
    color: #aaa;
}


/*----- START SELF CLEARING -----*/
.self_clear:after,
div.wrapper div.content_block div.main_content div.two_column_01:after,
div.wrapper div.content_block div.main_content div.banner_wrap:after,
div.wrapper div.content_block div.main_content div.banner_wrap div.detail_col div.links ul.banner_links:after,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01:after,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.copy ul.more_link_01:after,
div.wrapper div.content_block div.left_col div.main_col_with_side:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*----- END SELF CLEARING -----*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.wrapper {
    width: 972px;
    margin: 0 auto;
}

div.wrapper div.masthead {
    margin: 0;
    width: 972px;
    background: url(../images/backgrounds/bgnd_masthead.jpg) no-repeat top center;
    height: 159px;
    position: relative;
}
.border_grey {
    border: 1px solid #ccc;
}
.border_grey_no_b_b {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

body#home div.wrapper div.masthead {
    height: 152px;
}

/* Masthead general rules */

div.wrapper div.masthead ul li {
    float: left;
}

div.wrapper div.masthead h2 {
    display: block;
    position: absolute;
    left: 172px;
    top: 60px;
    width:320px;
    height:21px;
    background-image: url(../images/headings/h_corp_reporting.png);
    background-repeat: no-repeat;
}

div.wrapper div.masthead h2 span {
    display:none;
}


div.wrapper div.masthead img.home_link {
    display:block;
    position: absolute;
    top: 31px;
    left: 41px;
}

div.wrapper div.masthead div.site_services {
    position: absolute;
    top: 7px;
    right: 0;
    height: 25px;
}



div.wrapper div.masthead div.site_services ul.global_nav {
    float: left;
    margin-top: 2px;
}

div.wrapper div.masthead div.site_services ul.global_nav li {
    margin-right: 20px;
}

div.wrapper div.masthead div.site_services ul.global_nav li a {
    color: #fff;
    font-size: 0.75em; /* 9px */
    text-decoration: none;
    font-weight: bold;
}

div.wrapper div.masthead div.site_services ul.global_nav li span {
    padding: 0 5px 0 0;
    color: #0099ff;
}

div.wrapper div.masthead div.site_services ul.lang_ru {
    text-transform: uppercase;
    margin-right: 150px;
}

div.wrapper div.masthead div.site_services ul.lang_ru li a {
   color: #999;
}

div.wrapper div.masthead div.site_services ul.lang_ru li a:hover {
   color: #fff;
}

div.wrapper div.masthead div.site_services ul.lang_ru li a.current {
   color: #fff;
}

/* Masthead search form */

div.wrapper div.masthead div.site_services div.search,
div.wrapper div.masthead div.site_services div.search div {
    float: left;
}

div.wrapper div.masthead div.site_services div.search form label {
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    float: left;
    margin: 4px 10px 0 0;
}

div.wrapper div.masthead div.site_services div.search form div.input_wrap {
    background: url(../images/backgrounds/bgnd_masthead_search.jpg) no-repeat top left;
    width: 131px;
    height: 25px;
    float: left;
    position: relative;
}

div.wrapper div.masthead div.site_services div.search form div.input_wrap input {
    width: 123px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 1.6em;
    margin: 0;
    border: none;
    font-size: 0.75em;
    padding: 0.3em 0 0 2px;
}

div.wrapper div.masthead div.site_services div.search form input.submit {
    margin-top: 1px;
}

/* Masthead social bookmarks */

div.wrapper div.masthead div.site_services ul.social_bookmarks {
    float: left;
    margin-left: 10px;
    margin-right: 6px;
}

div.wrapper div.masthead div.site_services ul.social_bookmarks li {
    margin-right: 3px;
}

/* Masthead explore */
div.wrapper div.masthead div.explore {
    background: url(../images/backgrounds/bg_explore.jpg) no-repeat top left;
    width: 827px;
    height: 119px;
    position: absolute;
    z-index: 10;
    top: -7px;
    right: -4px;
}


div.wrapper div.masthead div.explore div {
    float: left;
    margin: 1em 0 0 1.3em;
}

div.wrapper div.masthead div.explore div h4,
div.wrapper div.masthead div.explore div ul li {
    font-size: 0.75em;
}

div.wrapper div.masthead div.explore div ul li {
    float: none;
}

div.wrapper div.masthead div.explore div ul li strong {
    color: #0099ff;
}

div.wrapper div.masthead div.explore div ul li a {
    color: #fff;
    text-decoration: none;
}

div.wrapper div.masthead div.explore div ul li a:hover {
    color: #0099ff;
}

div.wrapper div.masthead div.explore a.close {
    color: #fff;
    text-decoration: none;
    font-size: 0.83em;
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

div.wrapper div.masthead div.explore a.close span {
    padding: 2px 4px;
    border: 1px solid #0099ff;
}

/* Masthead main navigation */

div.wrapper div.masthead ul.main_nav {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 150px;
    height: 30px;
    line-height: 30px;
    background: url(../images/backgrounds/nav_separator.png) no-repeat bottom right;
}

body#home div.wrapper div.masthead ul.main_nav {
    bottom: 2px;
}

div.wrapper div.masthead ul.main_nav li {
    background: url(../images/backgrounds/nav_separator.png) no-repeat bottom left;
    padding: 0 0 0 1px;
}


div.wrapper div.masthead ul.main_nav li a {
    padding: 0 15px;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    display: block;
    float: left;
    text-align: center;
}

div.wrapper div.masthead ul.main_nav li a:hover {
    background: url(../images/backgrounds/nav_active_bg.png) repeat-x left bottom;
    color: #fff;
}

/* Welcome / Sign out text */

div.wrapper div.masthead div.welcome {
    position: absolute;
    top: 95px;
    right: 20px;
    color: #ccc;
    font-size: 0.8em;
}

div.wrapper div.masthead div.welcome a{
    color: #ccc;
}

div.wrapper ul.sub_nav {
    padding: 5px 0 15px 56px;
}

div.wrapper ul.sub_nav li {
    border-right:1px solid #FFFFFF;
    display:block;
    float:left;
    height:16px;
    line-height:12px;
    padding:0 15px;
}

div.wrapper ul.sub_nav li.last_li {
    border: none;
}

div.wrapper ul.sub_nav li a {
    font-size: 0.75em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div.wrapper ul.sub_nav li a:hover {
    text-decoration: underline;
}

/* Main and Sub navigation current states */

/* Main navigation */
body#about_us li.m_nav_1 a,
body#our_clients li.m_nav_2 a,
body#our_home li.m_nav_3 a,
body#ideas_insight li.m_nav_4 a,
body#news li.m_nav_5 a,
body#working_with_us li.m_nav_6 a,
body#contact_us li.m_nav_7 a,
body#what_we_do li.m_nav_8 a,
body#our_approach li.m_nav_9 a,
body#resp li.m_nav_10 a{
    background: url(../images/backgrounds/nav_active_bg.png) repeat-x left bottom;
    color: #fff;
}

/* Sub navigation */
body.s_nav_1 div.wrapper ul.sub_nav li.s_nav_1 a,
body.s_nav_2 div.wrapper ul.sub_nav li.s_nav_2 a,
body.s_nav_3 div.wrapper ul.sub_nav li.s_nav_3 a,
body.s_nav_4 div.wrapper ul.sub_nav li.s_nav_4 a,
body.s_nav_5 div.wrapper ul.sub_nav li.s_nav_5 a,
body.s_nav_6 div.wrapper ul.sub_nav li.s_nav_6 a,
body.s_nav_7 div.wrapper ul.sub_nav li.s_nav_7 a,
body.s_nav_8 div.wrapper ul.sub_nav li.s_nav_8 a,
body div.wrapper ul.sub_nav li.selected a {
    color: #0099ff;
}

/* Content block generic */

div.wrapper div.content_block {
    padding: 0 6px;
    background: url(../images/backgrounds/bg_content_block.png) no-repeat 725px bottom;
}

body#home div.wrapper div.content_block {
    margin-bottom: 10px;
    background: none;
}

/* Home page flash */

div.wrapper div.content_block div.flash {
    border: 1px solid #4e4e4e;
    width: 719px;
    float: left;
    height: 297px;
}

/* Home page news and research */

div.wrapper div.content_block div.news_wrap {
    width: 234px;
    float: left;
    padding: 0 2px;
    border-right: 1px solid #a6a6a6;
    border-bottom: 1px solid #4e4e4e;
    height: 298px;
    background: #fff;

}

div.wrapper div.content_block div.news_wrap div.news_content {
    background: #fff url(../images/backgrounds/bg_news_home.png) repeat-x top left;
    padding: 20px 10px 0 10px;
    position: relative;
}

div.wrapper div.content_block div.news_wrap div.news_content h2{
    font-size: 1.25em;
    color: #0099ff;
    background: url(../images/backgrounds/bg_news_dots.png) no-repeat bottom left;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

div.wrapper  h2.underline {
    font-size: 1.25em;
    color: #0099ff;
    background: url("../images/backgrounds/bgnd_dot_on_white_01.png") repeat-x bottom left;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

div.wrapper div.content_block div.news_wrap div.news_content h2 span.view {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 0.7em;
    font-weight: normal;
}

div.wrapper div.content_block div.news_wrap div.news_content h2 span a {
    color: #0099ff;
    text-decoration: none;
}

div.wrapper div.content_block div.news_wrap div.news_content h2 span a:hover {
    text-decoration: underline;
}

div.wrapper div.content_block div.news_wrap div.news_content p{
    font-size: 0.83em;
    line-height: 1.167em;
    margin-bottom: 10px;
}

div.wrapper div.content_block div.news_wrap div.news_content p a {
    color: #333;
    text-decoration: none;
}

div.wrapper div.content_block div.news_wrap div.news_content p a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.news_wrap div.news_content p span.date {
    display: block;
    clear: both;
    color: #999999;
    margin-top: 3px;
}

span.chev {
    color: #0099ff;
    padding-right: 5px;
}

span.bullet {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin: 2px 5px 0 0;
}
span.bullet2 {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 2px 5px 0 0;
}

span.bullet2 span,
span.bullet span {
    display: none;
}

.bl_bullet {
    background: url(../images/backgrounds/bg_bullet_on_black.png) no-repeat top left;
}

.wh_bullet {
    background: url(../images/backgrounds/bg_bullet_on_white2.png) no-repeat top left;
}

.gr_bullet {
    background: url(../images/backgrounds/bg_bullet_on_grey.png) no-repeat top left;
}
.white_bullet3 {
    background: url(../images/backgrounds/bg_bullet_on_white3.png) no-repeat top left;
}

div.wrapper div.content_block div.left_col ul li a {
    text-decoration: none;
    color: #333;
}

div.wrapper div.content_block div.left_col ul li a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.left_col ul.bullet_list li {
    background: url(../images/backgrounds/bg_bullet_on_white2.png) no-repeat left top;
    padding: 0 0 0 20px;
}

div.wrapper div.content_block div.right_col ul.bullet_list li {
    background: url(../images/backgrounds/bg_bullet_on_black.png) no-repeat left top;
    padding: 0 0 0 15px;
}


/* Home page image slider */
div.wrapper div.content_block div#scroller_container {
    width: 721px;
    float: left;
}

div.wrapper div.content_block div#scroller_container div.content {
    border: 1px solid #4e4e4e;
    background: #fff;
    padding: 20px 10px 10px 30px;
}

div.wrapper div.content_block div#scroller_container div.content div#scroller {
    height:200px;
    width:662px;
    overflow:hidden;
}

div.wrapper div.content_block div#scroller_container div.content h3 {
    background: url(../images/backgrounds/bg_heading_dots.png) no-repeat left bottom;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.wrapper div.content_block div#scroller_container div.content div#scroller ul li a span.heading {
    color: #3399ff;
}

div.wrapper div.content_block div#scroller_container div.content div#scroller ul li a span.client {
    color: #000000;
}

/* Inner Circle box */

div.wrapper div.content_block div.inner_circle {
    float: left;
    width: 239px;
    height: 282px;
}

div.wrapper div.content_block div.inner_circle div.content {
    background: url(/corporate/images/backgrounds/crnews.png) no-repeat right top;
    padding: 84px 20px 0 18px;
    color: #ffffff;
    font-size: 83.333%;
}

div.wrapper div.content_block div.inner_circle div.content a {
    text-decoration: none;
    color: #fff;
}

div.wrapper div.content_block div.inner_circle div.content a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.inner_circle div.content p {
    margin-top: 1.2em;
    margin-bottom: 0;
}

/* Footer */

div.wrapper div.footer {
    background: url(../images/backgrounds/bg_footer.png) no-repeat top right;
    height: 100px;
    padding: 10px 0 0 0;
    color: #666666;
    font-size: 0.83em;
}

div.wrapper div.footer ul li {
    float: left;
    background: url(../images/backgrounds/bg_footer_bullet.png) no-repeat left 4px;
    margin-right: 10px;
    padding-left: 15px;
}

div.wrapper div.footer ul li.first_li {
    background: none;
}


div.wrapper div.footer ul li a {
    color: #666666;
    text-decoration: none;
    text-transform:uppercase;
}

div.wrapper div.footer ul li a:hover {
    color: #0099ff;
}

div.wrapper div.footer div.copy {
    float: right;
    margin-right: 10px;
}

div.wrapper div.footer div.copy span {
    color: #0099ff;
    padding-right: 5px;
}

/* Page layouts */

div.wrapper div.content_block {
    margin: 10px 0 15px 0;
}

div.wrapper div.content_block div.left_col,
div.wrapper div.content_block div.right_col,
div.wrapper div.content_block div.left_col div.sub_left_col,
div.wrapper div.content_block div.left_col div.sub_right_col {
    float: left;
}

div.wrapper div.content_block div.left_col {
    background-color: #fff;
    width: 709px;
    border: 1px solid #4e4e4e;
    margin: 0 8px 0 0;
    padding: 0 0 30px 0;
    background-image: url(../images/backgrounds/bg_left_col.png);
    background-repeat: no-repeat;
    background-position: top left;
}


div.wrapper div.content_block div.left_col p a {
    color: #0099ff;
    text-decoration: none;

}

div.wrapper div.content_block div.left_col p.clearfix a {
    color: #333;
    text-decoration: none;
}

div.wrapper div.content_block div.left_col p.clearfix a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.right_col {
    background-image: url(../images/backgrounds/bg_rhs_panel.png);
    background-repeat:  no-repeat;
    background-position:  top right;
    background-color: #000;
    width: 238px;
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-top: 1px solid #4e4e4e;
}

div.wrapper div.content_block div.asset_bg {
     background-position: 0 157px;
}

div.wrapper div.content_block div.right_col img.right_col_asset {
    margin: 1px 0 0 1px;
}

div.wrapper div.content_block div.left_col div.sub_left_col {
    width: 415px;
    padding: 35px 0 0 50px;
}

div.wrapper div.content_block div.left_col div.full_width {
    width: 606px;
}

div.wrapper div.content_block div.left_col div.sub_right_col {
    width: 205px;
    padding: 35px 0 0 0;
    margin-left: 20px;
}

/* Tabs */

div.wrapper div.content_block div.left_col div.tabs_wrap {
    height: 39px;
    clear: both;
    margin-bottom: 20px;
}

div.wrapper div.content_block div.left_col div.tabs_wrap ul {
    display: block;
    height: 39px;
}

div.wrapper div.content_block div.left_col div.tabs_wrap ul li {
    float: left;
    list-style: none;
}

/* Heading positioning is different on each page */

body#about_us div.wrapper div.content_block div#banner_1 h2 {
    top: 53px;
    left: 232px;
}

body#about_us div.wrapper div.content_block div#banner_2 h2 {
    top: 45px;
    left: 254px;
}

body#about_us div.wrapper div.content_block div#banner_3 h2 {
    top: 46px;
    left: 152px;
}

body#about_us div.wrapper div.content_block div#banner_4 h2 {
    top: 46px;
    left: 248px;
}

/* About us section background banners */

body#about_us div.wrapper div.content_block div#banner_1,
body#about_us div.wrapper div.content_block div#banner_2,
body#about_us div.wrapper div.content_block div#banner_3,
body#about_us div.wrapper div.content_block div#banner_4 {
    background-repeat: no-repeat;
    background-position: top left;
}

body#about_us div.wrapper div.content_block div#banner_1 {
    background-image: url(../images/backgrounds/bg_about_1.jpg);
}

body#about_us div.wrapper div.content_block div#banner_2 {
    background-image: url(../images/backgrounds/bg_about_2.jpg);
}

body#about_us div.wrapper div.content_block div#banner_3 {
    background-image: url(../images/backgrounds/bg_about_3.jpg);
}

body#about_us div.wrapper div.content_block div#banner_4 {
    background-image: url(../images/backgrounds/bg_about_4.jpg);
}

/* Content text formatting */

div.wrapper div.content_block div.left_col p,
div.wrapper div.content_block div.left_col ul,
div.wrapper div.content_block div.left_col dl{
    font-size: 0.875em;
    line-height: 1.25em;
    margin-bottom: 1.667em;
}

div.wrapper div.content_block div.left_col p.info_01 {
    margin-bottom: 5px;
}

div.wrapper div.content_block div.left_col ul li {
    background: url(../images/backgrounds/bg_bullet_on_white.png) no-repeat left 5px;
    padding-left: 10px;
    margin-bottom: 0.833em;
}

div.wrapper div.content_block div.left_col ul li.title {
    background-image: none;
    padding: 0;
}

div.wrapper div.content_block div.left_col ul li ul {
    font-size: 1em;
    line-height: 1.25em;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.wrapper div.content_block div.right_col div.right_col_content ul.twitter li {
    list-style: disc;
    margin-left: 3em;
    margin-bottom: 0.833em;
}

div.wrapper div.content_block div.left_col h3 {
    font-size: 1.1em;
    background: url(../images/backgrounds/bg_h3_dots.png) no-repeat left bottom;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

div.wrapper div.content_block div.left_col h4,
div.wrapper div.content_block div.left_col h5,
div.wrapper div.content_block div.left_col h6 {
    font-size: 0.917em;
    margin-bottom: 5px;
}

div.wrapper div.content_block div.left_col div.sub_right_col h4 {
    font-size: 0.917em;
    background: url(../images/backgrounds/bg_h4_dots.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

div.wrapper div.content_block div.left_col div.left_col_sml_content {
    width: 345px;
    float: left;
    padding: 20px 0 0 0;
}

div.wrapper div.content_block div.left_col div.right_col_sml_content {
    width: 237px;
    float: right;
    padding: 20px 0 0 0;
}

/* Right column */
div.wrapper div.content_block div.right_col div.right_col_content {
    padding: 32px 10px 220px 17px;
    min-height: 300px;
}

div.wrapper div.content_block div.right_col div.right_col_content h3,
div.wrapper div.content_block div.right_col div.right_col_content h4 {
    font-size: 1.25em;
    padding-bottom: 5px;
}

div.wrapper div.content_block div.right_col div.right_col_content h5,
div.wrapper div.content_block div.right_col div.right_col_content h6 {
    font-size: 0.9em;
    margin-bottom: 3px;
}

div.wrapper div.content_block div.right_col div.right_col_content h4 {
    background: url(../images/backgrounds/bg_h4_black_dots.png) no-repeat left bottom;
    margin-bottom: 15px;
}


div.wrapper div.content_block div.right_col div.right_col_content p,
div.wrapper div.content_block div.right_col div.right_col_content ul {
    font-size: 0.875em;
    line-height: 1.25em;
    margin-bottom: 1.667em;
    color: #fff;
}

div.wrapper div.content_block div.right_col div.right_col_content ul li {
    margin-bottom: 0.833em;
}

div.wrapper div.content_block div.right_col div.right_col_content a {
    line-height: 1.25em;
    color: #fff;
    text-decoration: none;
}

div.wrapper div.content_block div.right_col div.right_col_content a.current {
    color: #0099ff;
}

div.wrapper div.content_block div.right_col div.right_col_content a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.left_col p a {
    text-decoration: underline;
}

div.wrapper div.content_block div.left_col table.news_list p a.highlighted_link_01 {
    text-decoration: underline;
}


/* Blacksun extranet */

div.wrapper div.content_block div.right_col div.right_col_content div.bs_extranet {
    margin-top: 20px;
    text-align: center;
}

div.wrapper div.content_block div.right_col div.right_col_content div.bs_extranet p {
    text-align: left;
}

div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people {
    margin-top: 10px;
}

div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people div {
    margin-bottom: 8px;
}
div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people div label {
    clear: both;
    margin-bottom: 0.3em;
    display: block;
    font-size: 0.83em;
}

div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people div input.text,
div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people div textarea {
    border: 1px solid #999;
    width: 237px;
}

div.wrapper div.content_block div.left_col div.right_col_sml_content form.contact_people div textarea {
    height: 60px;
}

div.wrapper div.content_block div.left_col h3.image_heading {
    background: none;
    padding: 0;
    margin: 0;
}

div.wrapper div.content_block div.left_col div.news {
    padding: 0 0 0 50px;
}


/* News List table */

div.wrapper div.content_block div.left_col table.news_list {
    border-collapse: collapse;
    margin-bottom: 30px;
}

div.wrapper div.content_block div.left_col table.news_list a {
    text-decoration: none;
    color: #333;
}

div.wrapper div.content_block div.left_col table.news_list a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.left_col table.news_list th,
div.wrapper div.content_block div.left_col table.news_list td {
    vertical-align: top;
    padding: 0 5px 0 0;
    text-align: left;
}

div.wrapper div.content_block div.left_col table.news_list th {
    width: 110px;
}

div.wrapper div.content_block div.left_col span.bullet_link a {
    color: #333;
    text-decoration: none;
}

div.wrapper div.content_block div.left_col span.bullet_link a:hover {
    color: #0099ff;
}

div.wrapper div.content_block div.left_col div.dots {
    margin: 10px 0 15px 0;
}

div.wrapper div.content_block div.right_col address {
    color: #fff;
    font-style: normal;
    font-size: 0.83em;
    margin-bottom: 20px;
}

div.wrapper div.content_block div.left_col address {
    font-style: normal;
    font-size: 0.83em;
    margin-bottom: 20px;
}

/* Our Clients logos */
div.wrapper div.content_block div.left_col div.logo {
    float: left;
    background: url(../images/backgrounds/bg_our_client_right.png) no-repeat center right;
    width: 150px;
    height: 110px;
    position: relative;
}

div.wrapper div.content_block div.left_col div.logo img {
    display: block;
    margin: 10px auto 0 auto;
}

div.wrapper div.content_block div.left_col div.logo span.bullet_link {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
    text-align: center;
}
div.wrapper div.content_block div.left_col div.logo_dots {
    margin: 10px;
    clear: both;
    height: 5px;
}
div.wrapper div.content_block div.left_col div.logo a {
    font-size: 0.83em;
}

div.wrapper div.content_block div.left_col div.last_div {
    background: none;
}

/* Case study page */

/* Case study logo */

div.wrapper div.content_block div.left_col div.case_study_logo {
    clear: both;
    height: 100px;
    margin-bottom: 10px;
}

div.wrapper div.content_block div.left_col div.case_study_logo h2 {

    display: block;
    clear: both;

}

div.wrapper div.content_block div.left_col div.case_study_logo h2 img {
    margin: 0;
    float: none;
}



body.client_detail div.wrapper div.content_block div.left_col div.full_width {
    width: 689px;
}

div.wrapper div.content_block div.left_col div.case_study_logo img {
    float: right;
    margin-right: 30px;
}

body.client_detail div.wrapper div.content_block div.left_col div.sub_left_col {
    padding-left: 20px;

}

/* Main Case study columns */

div.wrapper div.content_block div.left_col div.cs_col_left {
    width: 210px;
    float: left;
}

div.wrapper div.content_block div.left_col div.cs_col_right {
    width: 455px;
    float: right;

}
/*  new case studies v2 */
body.client_detail_v2 div.wrapper div.content_block div.left_col div.full_width {
    width: 689px;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col {
    background-image: none;
    background-color: #fff;
    width: 709px;
    border: 1px solid #4e4e4e;
    margin: 0 8px 0 0;
    padding: 0 0 17px 0;
    background-image: none;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col {
    background-image: url(../images/backgrounds/bg_rhs_panel.png);
    background-repeat:  no-repeat;
    background-position:  top right;
    background-color: #000;
    width: 238px;
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-top: 1px solid #4e4e4e;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content,
body.client_detail_v2clients div.wrapper div.content_block div.right_col div.right_col_content {
    padding: 26px 12px 0 12px;
    min-height:585px;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col  {
    position: relative;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.advance {
    position: absolute;
    left: 12px;
    bottom: 10px;
}
body.client_detail_v2 div.wrapper div.content_block div.right_col div.advance a {
    color: #fff;
}
body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content div.advance a {
    text-align:left;
    display: block;
}


body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_left{
    float: left;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_right {
    float: right;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_right ul.gallery {
     margin: 104px 10px 0 0;
     float: right;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_right ul.gallery li {
    color: #333;
    font-weight: bold;
    padding: 5px;
    list-style-type:none;
    float:left;
    background:none;
    cursor: pointer;
    font-size: 1.167em;
    line-height: 1;
    margin: 0;
    border: 1px solid #FFFFFF;
}


body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_right ul.gallery li span {
    cursor: auto;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.cs_header_right ul.gallery li.selected {
    background-color: #b3b3b3;
    color: #fff;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col {
    padding-left: 20px;
    padding-top: 14px;

}
body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left h3 {
    font-size: 0.917em;
    background: none;
    font-weight: normal;
    margin-bottom: 10px;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left h4 {
    font-size: 1em;
    background: none;
    font-weight: normal;
    margin-bottom: 5px;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left ul {
    font-size: 0.917em;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left ul li {
    background: none;
    line-height: 1.3;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 5px;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left ul li.no_b_b {
    border-bottom: none;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_left span.blue {
    color: #3399ff;
}

body.client_detail_v2 div.wrapper div.content_block div.left_col div.sub_left_col div.cs_col_right {
    margin-right: 10px;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li,
body.client_detail_v2clients div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li {
    border-bottom: 1px solid #d0d0d0;

}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li a,
body.client_detail_v2clients div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li a {
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 8px 0;

}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li a.current,
body.client_detail_v2clients div.wrapper div.content_block div.right_col div.right_col_content ul.cs_link_container li a.current {
    color: #3399ff;
    font-weight: bold;
}

body.client_detail_v2 div.wrapper div.content_block div.right_col div.advance a:hover,
body.client_detail_v2 div.wrapper div.content_block div.right_col div.right_col_content  ul.cs_link_container li a:hover,
body.client_detail_v2clients div.wrapper div.content_block div.right_col div.right_col_content  ul.cs_link_container li a:hover {
    color: #3399ff;

}


/* Case study main image */

div.wrapper div.content_block div.left_col div.cs_col_right div.cs_main {
    border: 1px solid #b7b7b7;
    width: 294px;
    height: 341px;
    margin: 0 auto;
}

div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails li {
    float: left;
    background: none;
    margin: 0 16px 0 0;
    padding: 0;
}

div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails li.last_li {
    margin-right: 0;
}

div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails li a {
    display: block;
    float: left;
    width: 60px;
    height: 70px;
    border: 1px solid #b7b7b7;
}

div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails li a.current,
div.wrapper div.content_block div.left_col div.cs_col_right ul.cs_thumbnails li a:hover {
    border: 1px solid #0099ff;
}

/* Awards table */
div.wrapper div.content_block div.left_col table.awards_table {
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.9em;
}

div.wrapper div.content_block div.left_col table.awards_table th,
div.wrapper div.content_block div.left_col table.awards_table td {
    border-bottom: 30px solid #fff;
}

div.wrapper div.content_block div.left_col table.awards_table th.award {
    width: 130px;
    vertical-align: top;
}

div.wrapper div.content_block div.left_col table.awards_table td {
    width: 200px;
    padding: 0 20px 0 0;
    vertical-align: top;
}

div.wrapper div.sub_replacement {
    height: 20px;
}

/* Our home */

div.wrapper div.content_block div.left_col div.home_video {
    width: 240px;
    float: right;
    margin-left: 20px;
}

/*--------------------- JCAROUSEL CONTAINER STYLES -------------------*/

div.wrapper div.content_block div.left_col div.bishop_carousel {
    width: 608px;
    height: 194px;
    margin: 40px 0 40px 50px;
}


div.wrapper div.content_block div.left_col div.bishop_carousel div.carousel_nav {
    width: 16px;
    height: 147px;
    float: left;
    background-image:url("../images/carousel/carousel_nav_bgnd_1.png");
    background-repeat: repeat-x;

}

div.wrapper div.content_block div.left_col div.bishop_carousel div.carousel_nav a img{
    margin: 54px 0 0 0;
}

div.wrapper div.content_block div.left_col div.bishop_info div.name_date,
div.wrapper div.content_block div.left_col div.bishop_info div.info{
    float: left;
}

div.wrapper div.content_block div.left_col div.bishop_info div.name_date{
    width: 154px;
    margin-left: 50px;
}

div.wrapper div.content_block div.left_col div.bishop_info div.info{
    width: 416px;
    padding: 0 0 0 10px;
    background-image:url("../images/carousel/bgnd_info_divide.png");
    background-position:0 0.25em;
    background-repeat: no-repeat;
}

div.bishop_info {
    display:none;
    height: 210px;
}

/* Ideas and insight */

/* Ideas and insight page specific styles */

body#ideas_insight div.wrapper div.content_block div.events div.sub_left_col div.research_wrap {
    clear: both;
}

body#ideas_insight div.wrapper div.content_block div.events div.sub_left_col div.research_wrap div.col_1 {
    float: left;
    width: 140px;
    margin-right: 10px;
    margin-bottom: 30px;
}

body#ideas_insight div.wrapper div.content_block div.events div.sub_left_col div.research_wrap div.col_2 {
    float: left;
    width: 453px;
}


body#ideas_insight div.wrapper div.content_block div.events div.sub_left_col div.research_wrap div.col_2 p {
    margin-bottom: 15px;
}

body#ideas_insight div.wrapper div.content_block div.left_col {
    background-image: url(../images/backgrounds/bg_ideas_insight.png);
}

body#ideas_insight div.wrapper div.content_block div.events {
    background-image: url(../images/backgrounds/bg_left_col.png);
}

body#ideas_insight div.wrapper div.content_block div.left_col div.sub_left_col {
    width: 313px;
}

body#ideas_insight div.wrapper div.content_block div.events div.sub_left_col {
    width: 606px;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.sub_right_col {
    width: 306px;
    padding-right: 20px;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.sub_left_col h3 {
    background: url(../images/backgrounds/bg_h3_ideas_insight.png) no-repeat left bottom;
}

/* Ideas and insight page layout */

body#ideas_insight div.wrapper div.content_block div.left_col div.bs_research {
    background: url(../images/backgrounds/bg_h3_ideas_insight.png) no-repeat bottom left;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.bs_research h4 {
    color: #333;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.bs_research div.content img {
    float: left;
    margin: 0 15px 20px 0;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.bs_research div.content p {
    padding-right: 20px;
}

body#ideas_insight div.wrapper div.content_block div.left_col div.sub_right_col ul li {
    background: url(../images/backgrounds/bg_bullet_ideas.png) no-repeat left 4px;
}

div.wrapper div.content_block div.left_col form.inner_circle {
    margin-top: 10px;
}

div.wrapper div.content_block div.left_col form.inner_circle div {
    margin-bottom: 10px;
    clear: both;
    height: 20px;
}

div.wrapper div.content_block div.left_col form.inner_circle div label {
    display: block;
    font-size: 0.83em;
    height: 20px;
    float: left;
    width: 100px;
    color: #0099ff;
}

div.wrapper div.content_block div.left_col form.inner_circle div input.text {
    border: 1px solid #999;
    width: 130px;
    float: left;
}

div.wrapper div.content_block div.left_col form.inner_circle div.submit {
    position: relative;
}

div.wrapper div.content_block div.left_col form.inner_circle div.submit input {
    position: absolute;
    right: 0px;
    bottom: 25px;
    margin: 0;
}


/* Fast facts */

div.wrapper div.content_block div.right_col div.facts {
    background:url(../images/backgrounds/bg_h4_black_dots.png) no-repeat left bottom;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
div.wrapper div.content_block div.right_col div.facts p {
    margin: 0;
}

div.wrapper div.content_block div.right_col div.facts img {
    margin-bottom: 5px;
}


/* Jobs list table */

div.wrapper div.content_block div.left_col table.jobs {
    border-collapse: collapse;
    margin-bottom: 0px;
}

div.wrapper div.content_block div.left_col table.jobs a {
    text-decoration: none;
    color: #0099ff;
}

div.wrapper div.content_block div.left_col table.jobs th,
div.wrapper div.content_block div.left_col table.jobs td {
    vertical-align: top;
    padding: 5px;
    text-align: left;
}

div.wrapper div.content_block div.left_col table.jobs th {
    width: 100px;
    font-weight: normal;
    font-size: 0.83em;
}

div.wrapper div.content_block div.left_col table.jobs td p,
div.wrapper div.content_block div.left_col table.jobs td ul{
    color: #666666;
}

/* Align the headings up in 'working at blacksun' section */

body#working_with_us div.wrapper div.content_block div.left_col div.sub_left_col,
body#working_with_us div.wrapper div.content_block div.left_col div.sub_right_col,
body#jobs div.wrapper div.content_block div.left_col div.sub_left_col,
body#jobs div.wrapper div.content_block div.left_col div.sub_right_col,
body#being_responsible div.wrapper div.content_block div.left_col div.sub_left_col,
body#being_responsible div.wrapper div.content_block div.left_col div.sub_right_col{
    padding-top: 21px;
}


/* Contact us page - visit us */

div.wrapper div.content_block div.left_col div.visit_us {
    width: 250px;
    float: left;
    padding: 71px 0 0 0;
}

div.wrapper div.content_block div.left_col div.visit_us p span {
    color: #666;
}

div.wrapper div.content_block div.left_col form.contact_form {
    margin-top: 10px;
}

div.wrapper div.content_block div.left_col form.contact_form div {
    margin-bottom: 8px;
}
div.wrapper div.content_block div.left_col form.contact_form div label {
    clear: both;
    margin-bottom: 0.3em;
    display: block;
    font-size: 0.83em;
}

div.wrapper div.content_block div.left_col form.contact_form div input.text,
div.wrapper div.content_block div.left_col form.contact_form div textarea,
div.wrapper div.content_block div.left_col form.contact_form div select {
    border: 1px solid #999;
    width: 237px;
}

div.wrapper div.content_block div.left_col form.contact_form div textarea {
    height: 60px;
}

/* Search result page */

div.wrapper div.content_block div.left_col div.sub_left_col div.pagination {
    font-size: 0.83em;
    height: 20px;
    padding-top: 5px;
    margin: 20px 0;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.pagination div.showing {
    color: #ccc;
    float: right;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.pagination a {
    color: #0099ff;
    text-decoration: none;
    border: 1px solid #efefef;
    padding: 3px 5px;
    margin-right: 2px;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.pagination a.current {
    border: 1px solid #0099ff;
    font-weight: bold;
    color: #232323;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.pagination a:hover {
    border: 1px solid #0099ff;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.result {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.result h4.result_title {
    background: url(../images/backgrounds/bg_bullet_on_white2.png) no-repeat left top;
    padding-left: 20px;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.result h4.result_title a {
    color: #0099ff;
    text-decoration: none;
}

div.wrapper div.content_block div.left_col div.sub_left_col div.result h4.result_title a:hover {
    text-decoration: underline;
}

ul.gallery_unstyled {
    margin:-365px 0 0 0;
    width:294px;
    height:345px;
}

div.wrapper div.content_block div.left_col ul.gallery_unstyled li{
    float:left;
    background:none;
    padding-left:0px;
    margin-right:10px;
}

div.wrapper div.content_block div.left_col ul.gallery li.last_li {
    margin-right: 0;
}

ul.gallery_unstyled li img{
    width:140px;
    float:left;
}

ul.hidden_gallery {
    display:none;
}




/* Sitemap */

div.wrapper div.content_block div.left_col div.col_third {
    width: 192px;
    float: left;
    margin-right: 10px;
    height: 170px;
}

div.wrapper div.content_block div.left_col div.col_third h3 {
    background: none;
}

div.wrapper div.content_block div.left_col div.col_third h3 a {
    color: #0099ff;
    text-decoration: none;
}

div.wrapper div.content_block div.left_col div.col_third ul.site_list li {
    list-style: none;
    background: none;
}

div.wrapper div.content_block div.left_col div.col_third ul.site_list li span {
    padding-right: 5px;
}

div.wrapper div.content_block div.left_col div.col_third ul.site_list li ul {
    margin: 10px 0;
}

div.wrapper div.content_block div.left_col div.col_third ul.site_list li ul li {
    font-size: 1.15em;
}

span.contacts_label {
    display:inline-block;
    width:7.5em;
}


/* Login and register form */

div.wrapper div.content_block div.left_col form.login_and_register div {
    margin-bottom: 1.3em;
    clear: both;
}

div.wrapper div.content_block div.left_col form.login_and_register label {
    width: 150px;
    display: block;
    float: left;
    font-size: 0.833em;
}

div.wrapper div.content_block div.left_col form.login_and_register div select {
    width: 145px;
}

div.wrapper div.content_block div.left_col form.login_and_register div.radios label {
    width: auto;
    margin-right: 5px;
    display: inline;
    padding-top: 2px;
}

div.wrapper div.content_block div.left_col form.login_and_register div.radios input {
    background: none;
    border: none;
    float: left;
}

div.wrapper div.content_block div.left_col form.login_and_register input.text {
    border: 1px solid #ccc;
}

div.wrapper div.content_block div.left_col form.login_and_register div.radios div {
    padding-left: 150px;
}

div.wrapper div.content_block div.left_col form.login_and_register button {
    color: #333333;
    border: none;
    background: #fff;
    margin: -5px 0 0 0;
    padding: 0;
    font-size: 0.97em;
    cursor: pointer;
}

div.wrapper div.content_block div.left_col form.login_and_register div.submit_div p {
    float: left;
    color: #666;
}

div.wrapper div.content_block div.left_col form.login_and_register div.submit_div button {
    float: right;
    margin: 0 7em 0 0;
}


/* Tabbed navigation in page - What we do */

div.wrapper div.content_block div.left_col ul.tab_nav li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}


div.wrapper div.content_block div.left_col blockquote {
    margin: 10px 0;
    background: #e5e5e5 url(/corporate/images/backgrounds/blockquote.png) 20px 20px no-repeat;
    padding: 20px 20px 20px 110px;
}

div.wrapper div.content_block div.left_col blockquote p {
    margin: 0 0 0.5em 0;
}

div.wrapper div.content_block div.left_col blockquote p.title {
    color: #666;
    font-style: normal;
}

div.sliderGallery ul li a {
    text-decoration: none;
    color: #333;
}

div.sliderGallery ul li a:hover {

    color: #0099ff;
}

div.sliderGallery ul li a:hover img {
    border: none !important;
}

div.sliderGallery ul li a:hover span {
    text-decoration: underline;
}

div.sliderGallery ul li a:hover span.label span {
    color: #0099ff;
}

div.border_wrap {
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    border-bottom: 2px solid #fff;
    width: 957px;
    margin: 0 auto 7px auto;
}

div.white_border {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 956px;
    height: 402px;
    margin: 0 auto;
}

div.white_border_bottom {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 957px;
    border-bottom: 2px solid #fff;
}

div.white_border_bottom div.latest_work {
    background: url(/corporate/images/backgrounds/bg_latest_work.png) no-repeat top left;
    height: 52px;
}

div.white_border_bottom div.latest_work ul    {
    margin-left: 153px;
}

div.white_border_bottom div.latest_work ul li {
    float: left;
    margin: 0;
    padding: 0;
}

div.left_panel {
    width: 608px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #fff;
    margin: 0 8px 0 5px;
    float: left;
    padding: 10px 0 20px 20px;
}

div.left_panel div.panel_content {
    float: left;
    width: 45%;
    padding: 0 10px 10px 10px;
    height: 200px;
    position: relative;
    background: url(/corporate/images/backgrounds/bg_dots_grey2.png) repeat-x left bottom;
}

div.left_panel div.panel_content img {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 40px;
}

div.left_panel div.panel_content p {
    font-size: 0.9em;
    margin-top: 5px;
}

div.left_panel div.panel_content p a {
    color: #000;

    text-decoration: none;
}

div.left_panel div.carousel_wrap h3,
div.left_panel div.panel_content h3 {
    font-size: 1.1em;
}

div.left_panel div.carousel_wrap h3 span {
    font-weight: bold;
}

div.left_panel div.panel_content h4 {
    margin-top: 10px;
    font-size: 1em;
}

div.left_panel div.panel_content div.cr_home_panel {
    margin-top: 10px;
}

div.left_panel div.panel_content div.cr_home_panel div.col_one {
    float: left;
    width: 100px;
}

div.left_panel div.panel_content div.cr_home_panel div.col_one img {
    position: relative;
    left: 0;
    bottom: 0;
}

div.left_panel div.panel_content div.cr_home_panel div.col_two {
    float: left;
    width: 163px;
    padding-left: 10px;
}

div.right_panel {
    width: 300px;
    height: 460px;
    padding: 10px;
    background-color: #d6d6d6;
    float: left;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    margin-bottom: 20px;
}

div.right_col div.col_wrap div.col_one {
    float: left;
    width: 48%;
}

div.right_col div.col_wrap div.col_one img {
    position: relative;
    left: 0;
    bottom: 0;
}

div.right_col div.col_wrap div.col_two {
    float: left;
    width: 52%;
}

div.right_panel div.col_wrap div.col_one {
    float: left;
    width: 170px;
    margin-right: 10px;
}

div.right_panel div.news_content div.col_two {
    float: left;
    width: 100px;
    padding-right: 10px;
    padding-top: 10px;
}

div.right_panel div.news_wrap div.news_content h3 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 15px;
}

div.right_panel div.news_wrap div.news_content h3 a {
    color: #000;
    text-decoration: none;
}

div.right_panel div.news_wrap div.news_content a {
    font-size: 0.9em;
    color: #000;
    text-decoration: none;
}

div.right_panel div.news_wrap div.news_content div.more_link {
    color:#000;
    text-align:right;
}

div.right_panel div.news_wrap div.news_content div.more_link a {
    color:#000;
}

div.right_panel div.news_wrap div.news_content p {
    margin-bottom: 10px;
}

div.right_panel div.news_wrap div.news_content p.link_blue_on_gray {
    position: relative;
    margin: 0 0 10px 15px;
}

div.right_panel div.news_wrap div.news_content p.link_blue_on_gray img {
    position: absolute;
    left: -16px;
    top: 2px;
}

div.wrapper div.content_block div.left_col ul.gallery {
    float: right;
    margin-right: 30px;
}

div.wrapper div.content_block div.left_col ul.gallery li {
    border:1px solid #fff;
    color: #454545;
    font-weight: bold;
    padding: 5px;
    list-style-type:none;
    float:left;
    background:none;
    cursor: pointer;
}

div.wrapper div.content_block div.left_col ul.gallery li span {
    cursor: auto;
}

div.wrapper div.content_block div.left_col ul.gallery li.selected {
    background-color: #b3b3b3;
    color: #fff;
}


#main_image img  {
    clear: both;
    display:block;
}

#main_image img#img_cs2,
#main_image img#img_cs3,
#main_image img#img_cs4,
#main_image img#img_cs5,
#main_image img#img_cs6,
#main_image img#img_cs7,
#main_image img#img_cs8 {

    display: none;
}


optgroup option{
    padding: 0;
}
ul#mycarousel li span a:hover,
div.wrapper div.right_panel div.news_wrap div.news_content a:hover,
div.wrapper div.left_panel a:hover {
    color: #09C;
}

div.wrapper div.content_block div.main_content {
    width: 709px;
    border:1px solid #4e4e4e;
    float: left;
    margin: 0 8px 0 0;
}

div.wrapper div.content_block div.main_content div.banner_wrap {
    width: 707px;
    height: 281px;
    border:1px solid #fff;
    background-image: url(../images/backgrounds/bgnd_000_fff_grad_01.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #000;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.image_col {
    float: left;
    width: 342px;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.image_col img.banner_img {
    display: block;
    margin: 0;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.detail_col {
    float: left;
    width: 365px;
}

div.wrapper div.content_block div.main_content h1 {
    margin: 55px 0 0 0;
}

div.wrapper div.content_block div.main_content div.copy {
    margin: 15px 0 0 0;
    padding: 0 60px 0 0;
}

div.wrapper div.content_block div.main_content div.copy h3 {
    font-size: 1em;
    color: #fff;
    margin: 0 0 5px 0;
}

div.wrapper div.content_block div.main_content div.copy p {
    font-size: 1em;
    color: #fff;
    line-height: 1.333em;
}

div.wrapper div.content_block div.main_content div.links {
    margin: 10px 0 0 0;
}

div.wrapper div.content_block div.main_content div.links ul.banner_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.wrapper div.content_block div.main_content div.links ul.banner_links li {
    font-size: 0.917em;
    float: left;
    padding: 0 20px 0 0;
}

div.wrapper div.content_block div.main_content div.links ul.banner_links li a {
    color: #fff;
    line-height: 1.333em;
    text-decoration: none;
    background: url(../images/icons/icon_more_gt_01.png) 0 0.1em no-repeat;
    padding: 0 0 0 20px;
}

div.wrapper div.content_block div.main_content div.links ul.banner_links li a:hover {
    text-decoration: underline;
}

div.wrapper div.content_block div.main_content div.two_column_01 {
    background-image: url(../images/backgrounds/bgnd_white_n_grey_01.png);
    background-position: top left;
    background-repeat: repeat-y;
    width: 707px;
    border-left: 1px solid #fff;
    border-right: 1px solid #d9d9d9;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 {
    background-image: url(../images/backgrounds/bgnd_white_col_shade.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 362px;
    float: left;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content {
    padding: 38px 31px 0px 34px;
    width: 297px;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.content_research {
    padding: 0px 31px 0px 34px;
    width: 297px;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 {
    background-image: url(../images/backgrounds/bgnd_grey_col_shade.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 345px;
    float: left;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content {
    padding: 40px 19px 38px 35px;
    width: 291px;
}

div.wrapper div.content_block div.main_content div.two_column_01 h2 {
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
}

div.wrapper div.content_block div.main_content div.two_column_01 h2 img {
    display: block;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content h2 {
    background: url(../images/backgrounds/bgnd_dot_on_white_01.png) left bottom repeat-x;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content h2 {
    background: url(../images/backgrounds/bgnd_dot_on_grey_01.png) left bottom repeat-x;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.img_col {
    width: 142px;
    float: left;
    margin-right: 5px;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.img_copy_wrap {
    height: 155px;
    margin-bottom: 15px;
}

div.img_copy_wrap div.img_col p {
    margin-bottom: 5px;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.event_wrap {
    margin-bottom: 10px;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.img_col img {
    margin-bottom: 6px;

}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.copy_col {
    width: 150px;
    float: left;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.copy_col {
    width: 140px;
    float: left;
}


div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 h3,
div.wrapper div.content_block div.main_content div.two_column_01 div.copy_col h3 {
    font-size: 1.083em;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.copy_col p {
    font-size: 0.913em;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.event_spot_01,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.event_spot_02 {
    width: 291px;
    margin: 0 0 25px 0;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.image {
    width: 128px;
    float: left;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.image img.sup_pic {
    display: block;
    border: 1px solid #999;
    padding: 0;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.copy {
    width: 163px;
    float: left;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.copy h4,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_02 div.copy h4 {
    font-size: 0.917em;
    color: #000;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_01 div.copy h4 em,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.event_spot_02 div.copy h4 em {
    font-style: normal;
    color: #3399ff;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.copy p,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc p {
    font-size: 0.917em;
    line-height: 1.333em;
    margin: 0 0 15px 0;
}

div.wrapper div.content_block div.main_content p a {
    color: #333;
    text-decoration: none;
}

div.wrapper div.content_block div.main_content p a.blue-underline {
    text-decoration: underline;
    color:#09F;
}

div.wrapper div.content_block div.main_content div.two_column_01 p a {
    font-size: 0.917em;
}

div.wrapper div.content_block div.main_content p a:hover {
    color: #2883DF;
}

div.content_block div.left_col div.sub_left_col table ul.more_link_01,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.copy ul.more_link_01,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc ul.more_link_01,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.img_col ul.more_link_01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.copy ul.more_link_01 li,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc ul.more_link_01 li,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.img_col ul.more_link_01 li {
    font-size: 0.917em;
    padding: 0 0 6px 0;
}

div.content_block div.left_col ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.copy ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.img_col ul.more_link_01 a {
    color: #2883df;
    line-height: 1.333em;
    text-decoration: none;
    padding: 0 0 5px 18px;
}

div.content_block div.left_col ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.copy ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.img_col ul.more_link_01 li a {
    background: url(../images/icons/icon_more_gt_02.png) 0 0.1em no-repeat;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc ul.more_link_01 li a,
div.wrapper div.content_block div.main_content div.two_column_01 div.col_1 div.content div.img_col ul.more_link_01 li a {
    background: url(../images/icons/icon_more_gt_03.png) 0 0.1em no-repeat;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc {
    margin: 0 0 35px 0;
}

div.wrapper div.content_block div.main_content div.two_column_01 div.col_2 div.content div.copy_bloc p.sig_01 {
    color: #999;
}

div.wrapper div.content_block div.right_col div.right_col_content h3.h3_01 {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    font-size: 1em;
    background:url("../images/backgrounds/bg_h4_black_dots.png") no-repeat left bottom;
}

div.wrapper div.content_block div.right_col div.right_col_content div.link_bloc {
    margin: 0 0 25px 0;
}

div.wrapper div.content_block div.right_col div.right_col_content div.link_bloc a {
    color: #2883DF;
    font-size: 0.917em;
}

div.wrapper div.content_block div.right_col div.right_col_content div.link_bloc a:hover {
    text-decoration: underline;
}

div.wrapper div.content_block div.right_col div.right_col_content p.link_blue_on_gray a {
    background: url(../images/icons/icon_more_gt_01.png) 0 0.1em no-repeat;
    padding: 0 0 0 20px;
    line-height: 1.333em;
    display: block;
}

div.wrapper div.content_block div.right_col div.right_col_content div.more_link {
    text-align: right;
}

div.wrapper div.content_block div.left_col div.main_col_with_side {
    width: 709px;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.main_col {
    width: 470px;
    float: left;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.main_col div.content {
    padding: 0 15px 0 35px;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.main_col div.content div.internal_indent_01 {
    padding: 0 0 0 15px;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.side_col {
    width: 239px;
    float: left;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.side_col div.content {
    padding: 0 15px 0 0;
}

div.wrapper div.content_block div.left_col div.main_col_with_side p.intro_para_01 {
    color: #2883DF;
    font-size: 1.083em;
    line-height: 1.333em;
    font-weight: bold;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.main_col p.intro_para_01 {
    background-image:url(../images/backgrounds/bgnd_dot_fade_grey_fff.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 0 0 1.5em 0;
}

div.wrapper div.content_block div.left_col div.main_col_with_side ul.basic_list_01 {
    list-style-type: disc;
    margin: 0 0 1.667em 1.25em;
    padding: 0;
}

div.wrapper div.content_block div.left_col div.main_col_with_side ul.basic_list_01 li {
    background-image: none;
    margin: 0 0 0.833em 0;
    padding: 0;
    font-size: 1em;
}

div.wrapper div.content_block div.left_col div.main_col_with_side ul.more_link_01,
div.wrapper div.content_block div.left_col table.news_list ul.more_link_01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.wrapper div.content_block div.left_col div.main_col_with_side ul.more_link_01 li,
div.wrapper div.content_block div.left_col div.sub_left_col table.news_list ul.more_link_01 li {
    margin: 0;
    padding: 0 0 1.25em 0;
    background-image: none;
}

div.wrapper div.content_block div.left_col div.main_col_with_side ul.more_link_01 li a,
div.wrapper div.content_block div.left_col div.sub_left_col table.news_list ul.more_link_01 li a {
    padding: 0 0 0.5em 1.75em;
    font-size: 1em;
}

div.wrapper div.content_block div.left_col div.main_col_with_side div.side_col div.image_bloc_01 {
    margin: 0 0 10px 0;
}

div.wrapper div.content_block div.left_col ul.blu_arrow_list_01 {

}

div.wrapper div.content_block div.left_col ul.blu_arrow_list_01 li.title {
    background-image: none;
    padding: 0;
}

div.wrapper div.content_block div.left_col ul.blu_arrow_list_01 li {
    background-image: url(../images/icons/icon_more_gt_02.png);
    background-position: top left;
    background-position: 0 2px;
    padding: 0 0 2px 20px;
}

/* BEGIN Responsibility styles */

body#resp div.wrapper div.right_col div.right_col_content a {
    color: #0099ff;
}

body#resp div.wrapper div.left_col a {
    text-decoration:underline;
    color: #0099ff;
}

body#resp div.wrapper div.left_col a:hover {
    text-decoration:none;
}


body#resp div.wrapper div.right_col div.right_col_content a:hover{
    color: #0099ff;
    text-decoration:underline;
}

body#resp div.wrapper a.signature {
    color:#333;
    text-decoration:none;
}

body#resp div.wrapper a.signature:hover {
    color: #0099ff;
    text-decoration:underline;
}

body#resp div.wrapper div.content_block {
}

body#resp div.wrapper div.content_block img {
    display:block;
}


body#resp div.wrapper div.content_block div.left_col div.full_width {
    width:650px;
    padding:0;
    margin-left:20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col {
    width: 250px;
    padding:0 0 0 20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col {
    width:390px;
    padding:0 0 0 0;
    margin-left:17px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col blockquote{
    display:block;
    font-weight:bold;
    font-size:1em;
    height:100%;
    margin:0;
}

body#resp div.wrapper div.content_block div.float_left {
    float:left;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col div.float_left {
    padding:0 0 5px 5px;
}

body#resp div.wrapper div.content_block span.thumbnail_text {
    font-size:0.8em;
    font-weight:bold;
    color:#fff;
    display:block;
    line-height:26px;
    background:url('../images/backgrounds/bg_thmb_title.png') repeat-x #2595fe;
    padding-left:5px;
}

body#resp div.wrapper div.content_block span.thumbnail_text:hover {
    text-decoration:underline;
}


body#resp div.wrapper div.padding_top {
    padding-top:15px;
}

body#resp div.wrapper div.left_col div.full_width div#tab_listening li,
body#resp div.wrapper div.left_col div.full_width div#tab_driving li {
   margin-top:10px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people,
body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_2 {
    width: 305px;
    padding:0 0 0 20px;
    float:left;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people,
body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people_2 {
    width:350px;
    padding:0;
    float:left;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people_2 {
    width:330px;
    padding:0 20px 0 20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_2 img{
    float:right;
    padding-bottom:10px;
}

body#resp div.wrapper div.content_block div.left_col div.full_width div.blue_headlines h2{
    display:block;
    width:100%;
    line-height:26px;
    font-size:0.9em;
    font-weight:normal;
    padding:0 10px 0 10px;
    margin:10px 0 0 0;
    background:url('../images/backgrounds/bg_blue_title.png') repeat-x;
    color:#fff;
}

body#resp div.wrapper div.content_block div.blue_headlines p {
    width:100%;
    padding:10px;
    background:#dedede;
}

body#resp div.wrapper div.content_block div.blue_headlines h3.image_heading {
    width:100%;
    padding:10px 0 10px 0;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 h4.list_heading2 img{
    padding:0 0 10px 20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.alt_h3 h4 {
    padding:0;
    margin:0;
}


body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people div.our_benefits {
    height:250px;
    background:#dedede;
    margin-top:10px;
    padding:10px 10px 10px 10px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people div.our_benefits li {
    background:url('../images/backgrounds/bg_bullet_ideas.png') no-repeat 0% 50%;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 {
    padding:0;
    list-style:none;
    background-image:none;
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content .inline_image img{
    float:left;
    display:inline-block;
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content .narrow_box {
    float:left;
    display:inline-block;
    height:100%;
    width:80px;
    padding:10px 10px 0 10px;
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content p.inline_image img{
    display:inline;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_suppliers {
    float:left;
    width:210px;
    padding:0;
    margin:0 10px 0 20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_suppliers {
    float:left;
    width:410px;
    padding:0;
    margin:0 20px 0 0;
}

body#resp div.wrapper div.content_block div.left_col div.full_width div.black_headings h2 {
    font-size:1em;
    color:#333;
    padding:10px 0 10px 0;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_environment {
    float:left;
    width:300px;
    padding:0;
    margin-left:20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_environment {
    float:left;
    width:300px;
    padding:0;
    margin-left:20px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_narrow {
    float:left;
    width:60px;
    padding:0;
    margin:0 10px 0 0;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_wide {
    float:left;
    width:540px;
    padding:0;
    margin:0 40px 0 0;
}


body#resp div.wrapper div.content_block div.left_col {
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content {
    width:230px;
    padding:40px 4px 100px 4px;
}

body#resp div.wrapper div.content_block div.left_col div.tab_switcher li{
    list-style:none;
    background:none;
    padding:0;
}

body#resp div.wrapper div.content_block div.left_col div.tab_switcher img,
body#resp div.wrapper div.content_block div.left_col div.tab_switcher a {
    display:inline-block;
}


body#resp div.wrapper .quote_shown {
    display:block;
}

body#resp div.wrapper .quote_hidden {
    display:none;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 {
    list-style-type:none;
    width: 325px;
    padding:0 ;
    margin:0 20px 0 0;
    float:right;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.right {
    padding-left:210px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.quotebox {
    height:100%;
    width:100%;
    vertical-align:bottom;
    }

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.list {
    float:left;
    background:#dedede;
    height:220px;
    padding-top:50px;
    }

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 li {
    list-style-type:none;
    background:none;
    padding:0;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 ul{
    width:230px;
    padding:20px 5px 0 5px;
    margin:0px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.left_arrow,
body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.right_arrow {
    float:left;
    background:#dedede;
    height:160px;
    width:20px;
    padding-top:110px;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.left_arrow {
    margin-left:20px;
}


body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.left_arrow img{
    position:relative;
    margin-left:-18px;
    cursor:pointer;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.right_arrow img{
    position:relative;
    margin-right:-40px;
    cursor:pointer;
}

body#resp div.wrapper div.content_block div.left_col div.sub_left_col_our_people div.benefits_footer {
    height:50px;
    width:100%;
    background:url('../images/backgrounds/bg_grey_box_btm.png') repeat-x;
}

body#resp div.wrapper div.content_block div.left_col div.sub_right_col_our_people_3 div.quotebox_footer {
    height:50px;
    width:280px;
    margin-left:20px;
    background:url('../images/backgrounds/bg_grey_box_btm.png') repeat-x;
}


body#resp div.wrapper div.content_block div.left_col .dc_sig {
    display:inline-block;
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content ul {
    list-style-type:disc;
    padding: 0 0 0 10px;
    margin:0 10px 0 10px;
    }

body#resp div.wrapper div.content_block div.right_col div.right_col_content ul.quote_list,
body#resp div.wrapper div.content_block div.right_col div.right_col_content li.quote_list,
body#resp div.wrapper div.content_block div.right_col div.right_col_content ul.client_quotes {
    list-style:none;
    margin:0 10px 0 10px;
    padding:0;
}


body#resp div.wrapper div.content_block div.right_col div.right_col_content li.quote_shown {
    padding:0;
}

body#resp div.wrapper div.content_block div.right_col div.right_col_content p {
    padding:0 10px 0 10px;
    }

/* END Responsibility styles */

span.no_wrap {
    white-space: nowrap;
}

div.wrapper .center {
    text-align:center;
    margin:0 auto 0 auto;
}

ul#mycarousel li span {
    font-size: 0.917em;
    display: block;
}
ul#mycarousel li span a {
    color: #000;
    text-decoration: none;
}
ul#mycarousel li span.bullet {
    margin-left: 8px;
    display: inline-block;
}

div.carousel_wrap {
    background: url("/corporate/images/backgrounds/bg_dots_grey2.png") repeat-x scroll left bottom transparent;
    width: 585px;
}

div.carousel_wrap ul {
    height: 160px;
}

div.wrapper div.content_block div.main_content div.banner_wrap h3 {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

div.wrapper div.content_block div.main_content div.banner_wrap h3 span {
    display: none;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.research_top {
    padding-top: 70px;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.research_top div.col_1 {
    float: left;
    width: 194px;
    padding-right: 10px;
    padding-left: 25px;
}

div.wrapper div.content_block div.main_content div.banner_wrap div.research_top div.col_1 p {
    color: #fff;
    margin-top: 10px;
    line-height: 1.5em;
}
