﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ========================a==================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) { display: none; }
[hidden] { display: none;}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font:normal 1em/1.4em Arial, san-serif;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection { background:#3399FF; color: #fff; text-shadow: none; }
::selection { background:#3399FF; color: #fff; text-shadow: none; }
/* =============================================================================
   Links
   ========================================================================== */
a { color: #00a1de; text-decoration:none; }
a:visited { color: #002f60; }
a:hover { color: #0064a4; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
 




/* ----------------   universal elements   -------------  */

h1 { color: #fff;     text-transform: uppercase; font-size:30px;   }
h1.title { color:#9AE0E1;  font-weight:normal;  text-transform:none; line-height:90%}

h2 { color: #00aae7; font-size:22px; font-weight:normal; line-height: normal }

h1, h2 {
  font-family: "adelle",serif;
}

h3.name { color: #53626f; font-size:12px; font-weight:bold; }
.text h3, .comm-text h3 { color: #00AAE7; font-size:22px; font-weight: normal; border-bottom:1px solid #ECECEC; }
 
.comm-text h3 {
    margin:8px 0 10px 0;
    padding:0 0 5px 0;
}
p { font-size:12px; color:#949494; margin-top:0; }



/* ---------    vertical spacers  ---------  */
.sp5{height:5px;}
.sp10{height:10px;}
.sp12{height:12px;}
.sp15{height:15px;}
.sp20{height:20px;}
.sp80{height:80px;}
/* ---------   floats & alignment ---------    */
.c508 { position: absolute; left: -9999em; width: 1px; background: #fc0;}
.floatL{float:left;}
.floatR{float:right;}
.left400{
    display:block;
    float:left;
    width:400px;
}
/*.clear{clear:both; line-height:2px; width:1px; display:none;}*/
.clear{position:relative; clear:both; line-height:0px; width:1px; height:0px; }
html>body .clear{clear:both; width:1px; }
.kill-br br{display:none;}
html > body .clear{ display:block;}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/*.clearfix { display: block; }*/
/* close commented backslash hack */
/* ---------  formatting ---------    */
.bold { font-weight:bold; }
.hide{display:none;}
/* ---------   content padding ---------  */
.pad10{padding:0px 10px;}
.pad20{padding:0px 20px;}

/* ---------   navigation ---------  */

#nav {padding:0; list-style:none; z-index:200; width:678px; float:right; }

#nav li.top {display:block; float:left;}
#nav li a {display:block; float:left; text-decoration:none; cursor:pointer; background:none !important; color:#002f60; width:100%; height:25px;  }
#nav li a.subLinks:hover { color:#fff;}
#nav li.dir {
    font-weight:bold;
    color:#042750;
    background:url('/nav-divider.png') right 38px no-repeat;
}

#nav li.dir:last-child {
    background:none;
}
#nav li:hover:last-child {
    background:#dedede;
}

#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:0px;}
#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; opacity: .80;}
#nav li:hover {position:relative; z-index:200; background:#dedede; }
#nav a:hover {position:relative; white-space:normal; z-index:200;}

/* this width set drop menu */
#nav :hover ul.sub, .touch-point ul.sub{left:0; top:91px; background: #e7dab5; width:188px; height:auto; z-index:300;}
#nav :hover ul.sub li{display:block; height:20px; position:relative; float:left; width:100%; font-weight:normal;}
#nav :hover ul.sub li a{display:block; height:20px; width:100%; text-decoration:none; padding:0; cursor:pointer;}
#nav :hover ul.sub li a b {position:absolute; left:-9999px; margin:0;}
#nav :hover ul.sub li a b {color:#000;}

/* move sub content off left wall(edge) of drop */

#nav ul.sub li a span {margin-left:10px;}
#nav :hover ul.sub li a:hover{display:block; background-position: 0 85px; position:relative; }
#nav :hover ul.sub li a b {left:0px; top:0px; display:block; width:100%; height:20px; font-size:11px; line-height:20px;}
#nav :hover ul.sub li a:hover b {left:0px; top:0px; background:#9f0f04; display:block; width:100%; height:20px; font-weight:bold; color:#ffffff;}

/*
.nav-2-sub{
width:207px; margin-left:5px;
}
.nav-3-sub{
width:188px; margin-left:3px;
}
*/


/*html, body { 
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f7f7f7 ;
}
body { 
    padding:0;
    overflow: auto;

}*/
body {
   background: #f7f7f7 url('/BPE-TL1-banner-2-FINAL.jpg') center 1px no-repeat;

}
body.homebkg {
    background: #f7f7f7 url('/BPE-Website-home-page-banner-FINAL.jpg') center 1px no-repeat !important;
}
.body.homebkg #main {
    padding-top: 0;
}

#site {
    /*margin: 0 auto;*/
    padding:0;
    width: 100%;
    min-width:991px;
    /*height: 100%;
    overflow:auto;*/
    background:url('/header_bg.png') repeat-x;
}
#site.homebkg {
    /*background: #f7f7f7 url('/BPE-Website-home-page-banner-FINAL.jpg') center 1px no-repeat !important;*/
}
#site.homebkg #main {
    padding-top: 0 !important;
}
header { padding:0;}
/* ---------- Header ---------- */
#header {
    margin: 0 auto;
    padding:0;
    display: block;
    width: 991px;
    height: 90px;
    z-index:9999;
    position:static;
    top:0;
    left:0;
}



#header #bpi{
    float: left;
    display: block;
    width: 222px;
    /*height: 47px;*/
    padding:30px 0 0 0;
    margin-right: 20px;
}

#navBox {
    width:678px;
    
}
#slide-container {
    margin: 0 auto;
    width:991px;
}
#slide-show {
   position: relative;
    float: right;
    /*right: 322px;
    margin: 0 auto;*/
    width: 991px;
    height: 424px;
    background: url('/slide-show-msg.png') -46px 0 no-repeat;
    z-index:1;
}

#main {
    margin: 0 auto;
   /* position:relative;*/
    width: 991px;
    min-height: 300px;
    padding: 185px 0 20px 20px;
}
.content-width {
   /* position: relative;*/
    margin: 0 auto;
    width: 991px;
}

#sidebar-left {
    float: left;
    /*position:relative;*/
    width: 281px;
    /*overflow: hidden;*/    
    margin: 0 56px 0 0;
}

#content {
    float: right;
    min-height: 360px;
}

#content .comm-text {
    width: 385px;
    float: right;
}
#content.wide {
    width: 100%;
    float: left;
}


.synopsis-4, .synopsis-6 {
    padding-bottom:50px;
}
.synopsis-6 .text{
    float: right;
    display: block;
    width: 385px;
}
.synopsis-6 .video_link{
    /*height:0;*/
    padding: 5px 0px 0px 0px;
    margin-left: 0px;
    line-height: 20px;
    padding-left: 25px;
    background: url('/btn-play-video.png') 0px 0px no-repeat;
}
.synopsis-6 .img{
    float: left;
    display: block;
}
.synopsis-6 h2{
    margin: 5px 0 0 0;
}

.img {
    margin-left:-13px;
}

.TL1 #container {
    background: url('/bkg-content.png') 311px 10px no-repeat;
}
.TL1 #content {
    width: 640px;
}

.TL1N #container {
    background: url('/bkg-content.png') 311px 10px no-repeat;
}
.TL1N #content {
    padding-top: 20px;
    width: 640px;
}

.TL1N #sidebar-left {
    padding: 15px 0;    
    width: 275px;
    background:#ccddec;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    opacity: 0.8;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 10px 5px -4px #888;
    -webkit-box-shadow: 0px 10px 5px -4px #888;
    box-shadow: 0px 10px 5px -4px #888;

}

.TL1N #sidebar-left #header-box {
    position: absolute;
    left: 0;
    top: -10px;
    width: 275px;
    height: 10px;
    background: url('/bkg-TLN1-col-header.png') 0 0 no-repeat;
}

.TL2 #container {
    background: none;
}
.TL2 #content {
    padding-top: 20px;
}
.TL2 #content h2 {
    margin-top: 40px;
}
/* ---------- Logo ---------- */
#logo  {
    position:absolute;
    left: 0;
    top: 0;
    width: 222px;
    height: 47px;
    padding: 24px 0 0 0;
}
#logo a {
    display: block;
    width: 222px;
    height: 71px;
    background: url('/bpe_logo.gif') 0 0 no-repeat;
}

/* ---------- Chunk - triple block ---------- */
.three-col-block {
   /* position: relative;*/
    padding: 0 0 1em 0;
    /*margin-left: 105px;*/
    width: 991px;
    /*height: 250px;
    
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
    column-count: 3;
    column-gap: 80px;

    -moz-column-width: 30%;
    -moz-column-gap: 2%;
    -webkit-column-width: 30%;
    -webkit-column-gap: 2%;
    column-width: 30%;
    column-gap: 2%;*/
    background: url('/bkg-triple-block.jpg') 0 bottom repeat-x;
}
.three-col-block h2 {
    line-height: 36px !important;
    border-bottom: 1px solid #ececec;
    width:100%;
}

.three-col-block .teaser {
    height: 121px;
    width:100%;
}
.slideshowLoc img {
    behavior: url('/css/822.htm');
}
.read-more-box a.read-more {
    margin: 20px 0 0 0;
    width: 80px;
    text-align: center;
    padding:5px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: #7ccceb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url('/css/822.htm');
}

.read-more-box a.read-more:hover, a.read-more:hover span {
    background-color: #7b8ead;
}

a.read-more span{
    position:relative;
    display: block;
    margin: 20px 0 0 0;
    width: 80px;
    text-align: center;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    background-color: #7ccceb;
    behavior: url('/css/822.htm');
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.three-col-unit {
    /*position: relative;*/
    margin:0 80px 0 0;
    padding: 0 0 30px;
    float: left;
    width: 275px;
    height: 208px;
    overflow: hidden
}
.three-col-unit.last {
    margin: 0;
}
.three-col-unit p {
    display:block;
    height: 110px;
    overflow: hidden
}
.three-col-block .pos-bot {
    position:absolute;
    height: 20px;
    bottom: 5px;
}

.two-col-with-photo {
    /*position: relative;*/
    /*margin-left: 100px;*/
    width: 996px;
}
.two-col-with-photo .imgFloat{
    float: left;
    width: 210px;
    margin: 0px 18px 0 0;
}
.two-col-with-photo  h2 {
    padding: 0;
    padding: 3px 0 0 0;
}
/*
.two-col-block {
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    column-count: 2;
    column-gap: 80px;
}
*/
.two-col-ie {
    width: 100%;
}
.two-col-ie p {
    float: left;
    display: block;
    margin: 0 10% 0 0;
    width: 300px;
}
.two-col-unit {
    margin:0 80px 0 0;
    float: left;
    width: 275px;
    height: 208px;
}
.two-col-unit.last {
    margin: 0;
}
#footer-container {
    position:relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#footer {
    background: #e9e9e9 url('/bkg-footer-border-top.jpg') 0 0 repeat-x;
}
#footer .colAlternate {
    float: left;
    margin: 40px 0 0 0;
    min-height: 400px;
    padding: 0;
    width: 360px;
}    
#footer .colList {
    float: left; 
    width: 150px; 
    margin-right: 10px;
}        
#footer #navigation.colAlternate .colList li {
    width: 150px;
}    
footer {
   /* position:relative;*/
    display:block;
    width: 100%;
    margin: 0 auto;
    margin-top: 61px;
    padding-bottom: 40px;
    background: #e9e9e9 url('/bkg-footer-border-top.jpg') 0 0 repeat-x;
    /*border: 1px solid #c00;
    box-shadow: 0 -1px 0 #fc0;*/
    clear: both;
    color: #949494;
    /*text-align: center;*/
}
h2.h2footer {
    border-bottom: 1px solid #C9C9C9;
    box-shadow: 0 1px 0 0 #eee;
    line-height: 36px;
}
#navigation ul {
    margin: 0;
    padding: 0;
}
#navigation li {
    float: left;
    list-style: none outside none;
    width: 240px;
}
#navigation a {
    color: #949494;
    display: block;
    font-size: 13px;
    /* line-height: 30px; */
    padding: 5px 0 5px 5px;
    text-decoration: none;
}

#navigation a:hover {
    background:#c8c8c8;
}

#info {
}
#copyright {
    border-top: 1px solid #EFEFEF;
    box-shadow: 0 -1px 0 #C9C9C9;
    clear: both;
    display: inline-block;
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.col {
    float: left;
    margin-top: 40px;
    margin-right: 80px;
    min-height: 400px;
    /*padding: 0 29px 0 23px;*/
    width: 275px;
}
.col.last {
    margin-right: 0px;
}
#social {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#social li a img {
    border: medium none;
}
#social li {
    float: left;
    margin-right: 25px;
}
 



/************************SIDEBAR STYLES*****************************/
#sidebar-left h3 {
    border-bottom: 1px solid #00184c;
    margin-top: 2em;
}

.no-bullet li {
    height:40px;
}

.no-bullet, no-bullet li {
    margin: 15px 20px;
    padding: 0;    
    list-style-type: none;
}
.no-bullet li a {
    padding: 10px;
    text-decoration: none;    
    color: #536a71;
    font-weight: bold;
    font-size:14px;
}
.no-bullet li a:hover {    
    background-color: #ffffff;    
}
 





/* position and dimensions of the navigator */
.navi {
    margin-left:40px;
    width:200px;
    height:16px;
}

/* items inside navigator */
.navi a {
    width:13px;
    height:14px;
    float:left;
    margin:1px;
    background:url(../images/socialresponsibility/navigator.jpg) 0 0 no-repeat;
    display:block;
    font-size:1px;
}
/* mouseover state */
.navi a:hover {
    background-position:0 -14px;      
}
/* active state (current page state) */
.navi a.active {
    background-position:0 -28px;     
}
/* dropdown menu styles */
@charset "UTF-8";
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 position:static;
}
ul.dropdown {
 z-index: 597;
 float: left;
}
ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}
ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li a:hover {
 position: relative;
 z-index: 599;
 color: #6699cc;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}
@charset "UTF-8";
ul.dropdown {
    list-style:none;
    font-size:12px;
}
    ul.dropdown li {
    display:inline;
    padding:10px 10px;
    height:13px;
}
    }
    
    ul.dropdown li.hover,
    ul.dropdown li:hover {
     color: #6699cc;
    }
    ul.dropdown a:link,
    ul.dropdown a:hover        { text-decoration:none; }
    ul.dropdown li a.current {
    color:#6699cc;
}
/*-------------------------------------------------/
 * @section        Support Class `dir`
 * @level sep    ul, .class
 */

ul.dropdown *.dir {
 padding-right: 20px;
}

/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}

@charset "UTF-8";
ul.dropdown {
    list-style:none;
    font-size:12px;
}
    ul.dropdown li {
    display:inline;
    padding:52px 10px 40px;
    height:0;
    font-size:12px;
}
    }
    
    ul.dropdown li.hover,
    ul.dropdown li:hover {
     color: #6699cc;
    }
    ul.dropdown a:link,
    ul.dropdown a:hover        { display:block; }

    ul.dropdown li a.current {
    color:#6699cc;
}
    /* -- level mark -- */
    ul.dropdown ul {
     width: 170px;
     background-color:#dedede;
     padding:5px 0;
    }
    
    .navLast {
        border:none;
    }
    
        ul.dropdown ul li {
         font-weight: normal;
         border:none;
         display:block;
         padding:10px 5px 25px !important;
         margin:0 10px;
         width:142px;
         border-bottom:1px solid #cecece;
         border-top:1px solid #e8e8e8;
         }
        
        
        ul.dropdown ul li:hover {
            color:#fff;
            background:#6cbddc !important;
        }
        
        ul.dropdown ul li a {
            color:#6699cc;
            background:none;
    
        }
        ul.dropdown ul li a:hover {
            color:#fff;
        }
        
        

/*-------------------------------------------------/
 * @section        Support Class `dir`
 * @level sep    ul, .class
 */

ul.dropdown *.dir {
 padding-right: 20px;
}

/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}


ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}




/***** SLIDESHOW *****/

/*  MOVED to home
.slideshowLoc {
        position:relative; 
        margin: 0px 0px 0px 0px;    
        left: -200px;
        top: 5px;
        width: 450px;
        height: 405px;
}
*/


.fadein { 
    /* position:relative; */ 
    /* height:405px; */
    /* width:484px; */
}
.fadein img { 
    /* position:absolute; */
    left:0;
    top:0; 
}

 
/* Management Pages */
.bio-image {
    margin: 0 20px 20px 0;
    float:left;
}

#management_column {
    width:320px;
    float:left;
    clear:none;
    color:#787878;
}
#management_block {
    width:100%;
}
#management_block p {
    margin-top:-13px;
}
#management_block img {
    float:left;
    margin-right:15px;
}
a h3.name {
    color:#787878;
    font-weight:bold;
    font-size:16px;
    margin-top:5px;
}
.executive {
    height:95px;
    margin-bottom:25px;
}
.senior {
    height:70px;
}
.board {
    height:45px;
}
 
/******* SYNOPSIS *******/
.group-synopsis-2-by-3 .synopsis-2-1{
    display: block;
    margin-right: 1%;
    float: left;
    width: 200px;
}

.group-synopsis-2-by-3 .synopsis-2-1 h2 {
    font-size: 12px;
}
.group-synopsis-2-by-3 .text{
    padding:0 20px 0 0;
}

.synopsis-4 img{
    float: left;
    width: 233px;
    margin: 0 20px 0 0;
}

.synopsis-4 text{

}

#ceo-message-box {
    width:500px;
    float:left;
    margin-top:0;
    padding-top:0;
}

#ceo-message-box h2 {
    margin-top:0;
    padding-top:0;
}

.videosidebar {
    float: right;
    height: auto;
    margin-left: 30px;
    min-height: 436px;
    width: 97px;
}
 
.ceo-vid-link {
    font-weight: normal;
    text-decoration: underline;
}
.ceo-vid-link:hover {
    text-decoration: none;
}

/* ------ Video popup settings ------  */
#overlay {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#000;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    display:none;
    z-index:1000;
}
#closePopup {
    position:absolute;
    top:-15px;
    right:-15px;
    width:29px;
    height:29px;
    background:url('/close_x.png') no-repeat;
    cursor:pointer;
    z-index:1002;
}
#popupBox {
    position:absolute;
    width:470px;
    margin:0px auto;
    -webkit-box-shadow: 0px 1px 40px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 1px 40px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 40px rgba(255, 255, 255, 0.25);
    border-top: none;
    display:none;
    z-index:1001;
}




/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ipad-dropdown-single.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul.menu {padding:0; margin:0; list-style:none; position:relative; z-index:500; margin-right:1px; float:left;}
ul.posLeft {margin-left:10px;}
ul.menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; top:91px; width:170px; background: #dedede url(/spacer.gif) no-repeat left bottom; padding:2px 2px 10px 2px;}
ul.menu a {font:normal 12px arial, sans-serif; color:#002f60; text-decoration:none;}
ul.menu a:hover {color:#002f60; text-decoration:none; }
ul.menu li:hover > a {color:#002f60;}
ul.menu a:hover b{background:#dedede; }
ul.menu li:hover > a > b {background:#dedede;}
ul.menu li.liTop {float:left;}
ul.menu li.liTop {background:url('/nav-divider.png') right 44px no-repeat; padding-right:1px;}
ul.menu li.close {position:absolute; right:0; top:0; width:30px; height:40px; z-index:-1;}
ul.menu li.close a {display:none; height:90px; width:30px; background:url(/ipad-close.png) no-repeat -2px 0;}
ul.menu li.nosub a {display:block; height:90px; line-height:90px; background: #333 url(/spacer.gif) no-repeat right top; padding:0 12px 0 0; float:left;}
ul.menu li.nosub a b {display:block; height:90px; background:#999 url(/spacer.gif) no-repeat left top; padding:0 0 0 12px; cursor:pointer; float:left;}
ul.menu li.liTop a.open {display:block; height:100%; line-height:54px; background:url(/header_bg.png) repeat-x right top; padding:0 30px 0 0; float:left;}
ul.menu li.liTop a:hover.open {background:#dedede;}
ul.menu li.liTop a.open b {display:block; background: url(/spacer.gif) repeat-x; padding:37px 0 0 12px; cursor:pointer}
ul.menu ul li a {display:block; padding:8px 10px; height:auto; line-height:16px;}
ul.menu ul li a:hover {background:#69c; color: #fff; }
ul.menu li.liTop:hover {position:relative; height:90px;}
ul.menu li.liTop:hover a{ background:#dedede;}
ul.menu li.liTop:hover ul li a:hover { background:#69c;}
ul.menu li.liTop:hover ul {left:0;}
/* for IE6 */
ul.menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}
ul.menu a ul li {float:left; width:170px;}
* html ul.menu li.liTop a:hover {direction:ltr; height:90px;}
ul.menu a:hover ul {left:0;}
ul.menu a:hover ul li a {width:150px; }
ul.menu a:hover ul li a:hover {height:auto; color:#fff;}
.drop li {
padding: 0 3px;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #cecece;
}
.first { border-top:none !important; }
.last {border-bottom:none !important; }
.lastone {
    background:none !important;
}

/* US#23728 */
.bulletItem li {
        color:#949494;
        font-size:12px;
}
h3.sectionHeader { 
    color: #949494; 
    font-size:12px; 
    font-weight:bold; 
    -webkit-margin-after: 0em;
}