@charset "utf-8";
#site_wrapper {
    background: url("../images/site_wrapperBG.gif") repeat-y scroll left top #FFFFFF;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 980px;
}
a:link, a:visited {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #002266;
    text-decoration: underline;
}
sup {
    font-size: xx-small;
    left: 0;
    position: relative;
    top: -0.5em;
}
sub {
    bottom: -0.5em;
    font-size: xx-small;
    left: 0;
    position: relative;
}
#content_printLogo {
    display: none;
}
#site_branding {
    background: url("../images/site_brandingTopBG.gif") no-repeat scroll left top transparent;
    overflow: hidden;
    padding: 28px 10px 0;
}
#site_branding h1 {
    float: left;
    height: 60px;
    margin: 0 0 0 10px;
    width: 220px;
}
#site_branding h1 a {
    background: url("../images/site_logo.gif") no-repeat scroll left top transparent;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
#site_utilityNav {
    float: right;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 50px 0 0;
    text-transform: uppercase;
    width: 340px;
}
#site_utilityNav li {
    float: left;
    margin: 0 10px;
}
#site_utilityNav #site_utilityNav_contactLink {
    font-size: 11px;
    margin: 2px 10px 0;
}
#site_utilityNav #site_utilityNav_contactLink a {
    background-image: url(../images/site_utilityNav_contactLinkBG.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-align: center;
    width: 81px;
}
#site_utilityNav #site_utilityNav_contactLink a:hover {
    background-position: left bottom;
}
#site_utilityNav #site_utilityNav_stockTicker {
}
#site_utilityNav #site_utilityNav_stockTicker img {
    left: 0;
    position: relative;
    top: 4px;
}
#site_utilityNav #site_utilityNav_globalLink {
    position: absolute;
    right: 14px;
    top: 28px;
    width: 136px;
    z-index: 110;
}
#site_utilityNav #site_utilityNav_globalLink a {
    background: url(../images/site_utilityNav_globalLinkBtn.gif) no-repeat scroll center top transparent;
    display: block;
    height: 49px;
    text-indent: -9999px;
    width: 100%;
}
#site_utilityNav #site_utilityNav_globalLink ol {
    background: url(../images/site_utilityNav_globalLink_listBG.png) no-repeat scroll left top transparent;
    display: none;
    height: 242px;
    left: 0;
    list-style: none outside none;
    padding: 12px 0;
    position: relative;
    top: -10px;
    width: 136px;
}
#site_utilityNav #site_utilityNav_globalLink ol li {
    float: none;
    margin: 0 0 10px;
    padding: 0 5px;
    position: relative;
}
#site_utilityNav #site_utilityNav_globalLink ol li a {
    background: url(../images/content_listBullet_white.gif) no-repeat scroll 8px 6px transparent;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    padding: 0 8px 0 22px;
    text-indent: 0;
    text-transform: none;
    vertical-align: top;
    width: auto;
}
#site_mainNav_wrapper {
    background: url(../images/site_mainNav_wrapperBG.gif) repeat-x scroll left top transparent;
    height: 42px;
    margin: 0 auto;
    padding: 12px 10px 0 0;
    position: relative;
    width: 950px;
    z-index: 100;
}
#site_mainNav {
    background: url(../images/site_mainNav_linkBG.gif) no-repeat scroll -189px top transparent;
    color: #333333;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    min-height: 30px;
    padding: 0 0 0 11px;
    width: 700px;
}
#site_mainNav li {
    float: left;
    position: relative;
}
#site_mainNav li.site_mainNav_primaryItem {
    margin: -5px 0 0;
}
#site_mainNav li.site_mainNav_searchItem {
    display: none;
}
#site_mainNav li a {
    background: url(../images/site_mainNav_linkBG.gif) no-repeat scroll right top transparent;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 25px;
    text-decoration: none;
}
#site_mainNav li a:hover {
    background: url(../images/site_mainNav_linkBGHover.gif) no-repeat scroll right top transparent;
}
#site_mainNav li a.active {
    background: url(../images/site_mainNav_linkBGActive.gif) no-repeat scroll right top transparent;
    color: #003399;
}
#site_mainNav li.site_mainNav_primaryItem a {
    background: url(../images/site_mainNav_primaryLinkBG.gif) no-repeat scroll right top transparent;
    color: #FFFFFF;
    padding: 0 25px 5px;
}
#site_mainNav li.site_mainNav_primaryItem a:hover {
    background: url(../images/site_mainNav_primaryLinkBGHover.gif) no-repeat scroll right top transparent;
}
#site_mainNav li.site_mainNav_primaryItem a.active {
    background: url(../images/site_mainNav_primaryLinkBGActive.gif) no-repeat scroll right top transparent;
}
#site_mainNav li ol {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 5px solid #003399;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    display: none;
    left: -1px;
    list-style: none outside none;
    padding: 6px 0 8px;
    position: absolute;
    width: 255px;
}
#site_mainNav li ol li {
    float: none;
    margin: 0 0 4px;
}
#site_mainNav li ol li a {
    background: url(../images/content_listBullet_white.gif) no-repeat scroll 12px 6px transparent !important;
    color: #003399 !important;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    padding: 2px 4px 4px 26px !important;
    text-decoration: none;
    vertical-align: top;
    width: 220px;
}
#site_mainNav li ol li a:hover {
    color: #002266 !important;
}
#site_searchForm {
    height: 22px;
    position: absolute;
    left: 715px;
    top: 93px;
}
#site_searchForm legend, #site_searchForm label {
    display: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
    width: 0;
}
#site_searchForm .content_inputHolder input {
    background: url(../images/site_searchForm_inputBG.gif) repeat-x scroll left top #FFFFFF;
    border-color: #777777 #CBCBCB #CBCBCB #E6E6E6;
    border-style: solid;
    border-width: 1px;
    color: #9F9F9F;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    height: 16px;
    line-height: 14px !important;
    padding: 2px 22px 2px 4px;
    width: 200px;
}
#site_searchForm .content_inputPrimaryAction {
    bottom: 1px;
    height: 16px;
    position: absolute;
    right: 10px;
    width: 22px;
}
#site_searchForm .content_inputPrimaryAction input {
    background: url(../images/site_searchForm_submitBtn.gif) no-repeat scroll left top transparent;
    border: 0 solid white;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0 !important;
    margin-top: 5px;
    position: absolute;
    text-indent: -9999px;
    width: 22px;
}
.gsc-search-box, .gsc-search-box td, .gsc-resultsHeader, .gsc-resultsHeader td {
    border: medium none !important;
}
cse input.gsc-input, input.gsc-input {
    background-image: none !important;
}
input.gsc-input {
    background: url(../images/site_searchForm_inputBG.gif) repeat-x scroll left top #FFFFFF !important;
    border-color: #777777 #CBCBCB #CBCBCB #E6E6E6 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #9F9F9F;
    display: none;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 22px 2px 4px;
    width: 375px !important;
}
.gsc-resultsHeader, .gsc-tabsArea {
    display: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}
input.gsc-search-button {
    cursor: pointer !important;
    display: none;
}
img.gsc-branding-img {
    display: none !important;
}
td.gsc-branding-text div.gsc-branding-text {
    display: none !important;
}
div.gsc-clear-button {
    display: none !important;
}
.site_mainContent_wrapper {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: 940px;
}
#site_slideshowWrapper {
    border: 1px solid #CCCCCC;
    clear: both;
    margin: 0 0 15px;
    position: relative;
}
#site_slideshow_slideWrapper {
    min-height: 319px;
}
.site_slideshow_slideContent {
    position: absolute;
}
#site_slideshow_slideControls {
    background: url(../images/site_slideshow_slideControlsBG.gif) repeat-x scroll left top transparent;
    height: 44px;
    padding: 10px 0 0;
}
#site_slideshow_slideControls ol {
    list-style: none outside none;
    text-align: center;
}
#site_slideshow_slideControls ol {
    clear: both;
    list-style: none outside none;
    text-align: center;
}
#site_slideshow_slideControls ol li {
    display: inline;
    margin: 0 20px 0 0;
}
#site_slideshow_slideControls ol a {
    border: 1px solid #999999;
    display: inline-block;
    height: 38px;
    overflow: hidden;
    position: relative;
    width: 118px;
}
#site_slideshow_slideControls ol a:hover, #site_slideshow_slideControls ol a.active {
    border: 1px solid #000000;
}
#site_slideshow_slideControls ol a img {
    left: 0;
    position: absolute;
    top: 0;
}
#site_slideshow_slideControls ol a:hover img, #site_slideshow_slideControls ol a.active img {
    left: -118px;
}
#site_slideshow_slideControls ol li .alternateContent {
    display: none;
}
.site_homeBucket {
    border: 1px solid #CFCFCF;
    overflow: hidden;
    padding: 10px 9px;
}
.site_homeBucket h3 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0 0 6px;
    text-transform: uppercase;
    width: 100%;
}
.site_latestNews {
    float: left;
    height: 413px;
    width: 600px;
}
.site_latestNews h5 {
    color: #000000;
    font-size: 10px;
    line-height: 12px;
}
.site_latestNews_otherNews {
    float: right;
    width: 190px;
}
.site_latestNews_otherNews ol {
    font-size: 12px;
    line-height: 16px;
    list-style: none outside none;
    margin: 0 0 5px;
}
.site_latestNews_otherNews ol li {
    overflow: auto;
    padding: 7px;
    vertical-align: top;
}
.site_latestNews_otherNews ol li.alt {
    background: none repeat scroll 0 0 #F2F2F2;
}
.site_latestNews_otherNews ol li a {
    vertical-align: top;
}
.site_latestNews_otherNews ol li a img {
    border: 1px solid #CDCDCD;
    float: left;
    margin: 0 6px 0 0;
}
.site_latestNews_otherNews ol li p, .site_latestNews_otherNews ol li h5 {
    line-height: normal;
    overflow: auto;
}
.site_latestNews_otherNews ol + h5 {
    text-align: right;
}
.site_latestNews_featuredNews {
    margin: 4px 0 0;
    width: 400px;
}
.content_youTube_wrapper {
    width: 400px;
}
.content_youTube_wrapper h4 {
    background: none repeat scroll 0 0 #F36F21;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 4px 3px;
    text-transform: uppercase;
}
.site_latestNews_featuredNews h2 {
    color: #FF6633;
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
    margin: 0 0 4px;
}
.site_latestNews_featuredNews a {
    color: #FF6633;
    white-space: nowrap;
}
.site_latestNews_featuredNews p {
    color: #666666;
    font-size: 14px;
}
.site_spotlight {
    border: medium none;
    display: block;
    float: right;
    height: 435px;
    padding: 0;
    position: relative;
    width: 300px;
}
.site_spotlight .site_spotlight_section {
    border: 1px solid #CFCFCF;
}
.site_spotlight h3 {
    border-bottom: medium none;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 0;
}
.site_spotlight h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.site_spotlight_viewLink {
    font-size: 13px;
    line-height: 16px;
}
.site_spotlight h5 {
    font-size: 12px;
    line-height: 14px;
}
#site_spotlight_annualReport h4 {
    color: #FFFFFF;
    left: 150px;
    position: absolute;
    top: 104px;

    width: 140px;
}
#site_spotlight_annualReport .site_spotlight_viewLink {
    font-weight: bold;
    left: 33px;
    position: absolute;
    text-decoration: none;
    top: 246px;
}
.site_spotlight h5 {
    color: #FFFFFF;
    left: 18px;
    position: absolute;
    top: 305px;
}
#site_spotlight_annualReport .site_spotlight_learnLink {
    display: block;
    height: 182px;
    position: absolute;
    text-indent: -9999px;
    width: 100px;
}
#site_spotlight_pLink {
    background: url(/images/site_spotlight_pLinkBG_example01.jpg) repeat-x scroll left top transparent;
    bottom: 0;
    left: 0;
}
#site_spotlight_hsLink {
    background: url(/images/site_spotlight_hsLinkBG_example01.jpg) repeat-x scroll left top transparent;
    bottom: 0;
    left: 73px;
}
#site_spotlight_esLink {
    background: url(/images/site_spotlight_esLinkBG_example01.jpg) repeat-x scroll left top transparent;
    bottom: 0;
    left: 146px;
}
#site_spotlight_tsLink {
    background: url(/images/site_spotlight_tsLinkBG_example01.jpg) repeat-x scroll left top transparent;
    bottom: 0;
    left: 218px;
}
.site_investors, .site_careers, .site_twitter {
    float: left;
    height: 238px;
    margin: 20px 15px 0 0;
    width: 280px;
}
.site_together_counts {
    float: right;
    height: 238px;
    margin: 20px 0 0;
    width: 280px;
}
.site_investors {
    clear: both;
}
.site_investors h5 {
    color: #000000;
    font-size: 10px;
    text-align: right;
}
.site_investors_stockTicker {
    background: none repeat scroll 0 0 #E5EAF5;
    color: #009966;
    padding: 12px;
}
.site_investors_stockTicker h5 {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 2px;
    text-align: left;
}
.site_investors_stockTicker p {
    font-size: 15px;
}
.site_investors_stockTicker p strong {
    color: #000000;
}
.site_investors_stockTicker .content_stockUp {
    background: url(../images/icon_stockUp.gif) no-repeat scroll left center transparent;
    color: #009966;
    padding: 0 0 0 18px;
}
.site_investors_stockTicker .content_stockDown {
    background: url(../images/icon_stockDown.gif) no-repeat scroll left center transparent;
    color: #FF0026;
    padding: 0 0 0 18px;
}
.site_investors ol {
    font-size: 12px;
    list-style: none outside none;
    padding: 6px 0 0;
}
.site_investors ol li {
}
.site_investors ol li a {
    background: url(../images/content_listBullet_white.gif) no-repeat scroll 3px 6px transparent !important;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px 4px 18px;
    vertical-align: top;
}
.site_careers {
}
.site_careers img {
    padding: 0 0 12px;
}
.site_careers p {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
}
.site_careers a {
    display: block;
}
.site_careers h5 {
    color: #000000;
    font-size: 10px;
}
.site_twitter {
    margin: 20px 0 0;
    position: relative;
}
.site_twitter h3 {
    margin: 0;
}
.site_twitter h5 {
    background: url(../images/icon_twitter_small.png) no-repeat scroll left center transparent;
    color: #000000;
    font-size: 10px;
    left: 128px;
    padding: 0 0 0 22px;
    position: absolute;
    text-align: right;
    top: 9px;
}
.content_twitterFeed {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    list-style: none outside none;
}
.content_twitterFeed li {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
}
.content_twitterFeed li:first-child {
    border-top: 1px solid #FFFFFF;
}
.content_twitterFeed em {
    color: #000000;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
}
#site_info {
    background: url(../images/site_infoBottomBG.gif) no-repeat scroll left bottom transparent;
    padding: 30px 0 9px;
}
#site_info_brandScroller {
    border-bottom: 1px solid #FFFFFF;
    margin: 0 auto;
    width: 960px;
}
#site_info_listContainer {
    background: none repeat scroll 0 0 #E5EAF5;
    margin: 0 auto;
    padding: 18px 0 0;
    width: 960px;
}
.site_info_listWrapper {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: 200px;
}
.site_info_listWrapper h5 {
    border-bottom: 1px solid #B2B5BC;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 3px;
    text-transform: uppercase;
}
.site_info_listWrapper ol {
    list-style: none outside none;
    padding: 6px 0 8px;
}
.site_info_listWrapper ol li a {
    background: url(../images/content_listBullet_blue.gif) no-repeat scroll 3px 6px transparent !important;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px 4px 18px;
    vertical-align: top;
}
#site_info_followUs li {
    float: left;
    margin: 0 0 4px;
    width: 98px;
}
#site_info_followUs li.alt {
    float: right;
}
#site_info_followUs li a {
    padding: 6px 4px 6px 30px;
}
#site_info_facebookLink {
    background: url(/images/icon_facebook.png) no-repeat scroll left center !important;
    background-size: 25px !important;
}
#site_info_flickrLink {
    background: url(/images/icon_flickr.png) no-repeat scroll left center transparent !important;
}
#site_info_twitterLink {
    background: url(/images/icon_twitter.png) no-repeat scroll left center transparent !important;
}
#site_info_twitterJobsLink {
    background: url(/images/icon_twitterJobs.gif) no-repeat scroll left center transparent !important;
}
#site_info_slideshareLink {
    background: url(/images/icon_slideshare.png) no-repeat scroll left center transparent !important;
}
#site_info_youTubeLink {
    background: url(/images/icon_youtube.png) no-repeat scroll left center transparent !important;
}
#site_info_linkedInLink {
    background: url(/images/icon_linkedin.png) no-repeat scroll left center transparent !important;
}
#site_info_rssLink {
    background: url(/images/icon_feed.png) no-repeat scroll left center transparent !important;
}
#site_info_emailalertsLink {
    background: url(/images/icon_email_alerts.png) no-repeat scroll left center transparent !important;
}
#site_info_secondaryLinks {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #B8BDC7;
    clear: both;
    color: #666666;
    font-size: 10px;
    list-style: none outside none;
    overflow: hidden;
    padding: 6px 20px 10px;
}
#site_info_secondaryLinks li {
    float: left;
}
#site_info_secondaryLinks li p {
    padding: 0 10px 0 0;
}
#site_info_secondaryLinks li a {
    background: url(../images/site_info_secondaryLinksBG.gif) no-repeat scroll left center transparent;
    padding: 0 10px;
    text-decoration: none;
}
.clearFix {
    clear: both;
}


