﻿@media screen, projection
{
    body, body.employers, 
    body.members, body.providers { position: relative; min-width: 945px; padding: 0 30px 0 25px; }

    /* =masthead
    ----------------------------------------------- */
    #masthead { position: relative; width: auto; height: 85px; }

    /* =logo
    ----------------------------------------------- */
    #logo
    {
	    position: absolute;
	    top: 12px;
	    left: 10px;	    
	    width: 160px;
	    height: 63px;
    }
    
    #logo img
    {
        width: 160px;
        height: 63px;
        background: url(../images/logos/logo_white_trans.png) no-repeat 0 0;
    }
    
    body.ie6 #logo img
    {
        background-image: url(../images/blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Default/images/logos/logo_white_trans.png', sizingMethod='crop'); 
    }
    

    /* =globalnav
    ----------------------------------------------- */
    #globalnav
    {
        position: absolute;
        bottom: 0px;
        right: 10px;
        width: 580px;
        height: 38px;
        z-index: 50;
    }  
    
    body.ie6 #globalnav { bottom: -1px; right: 9px; }
    
    /* =search
    ----------------------------------------------- */
    #search
    {
        position: absolute;
        right: 46px;
        top: 11px;
        display: none;
        font-size: 11px;
        line-height: 11px;
    }
    
    #search .textbox
    {
        width: 128px;
        margin-right: 1px;
        font-size: 11px;
    }

    #search .button
    {
        font-size: 10px;
        padding: 0 15px 1px 0;
        width: 55px;
    }
    
    body.ie6 #search            { top: 12px; right: 48px; }
    body.ie6 #search .button    { padding-right: 7.5px; }

    /* =roles
    ----------------------------------------------- */
    #roles
    {
        position: absolute;
        top: 130px;
        right: 12px;
        width: 18px;
        height: 400px;
        z-index: 250;
    }
   
    /* =shadow
    -----------------------------------------------
	drop shadow that surrounds the main stage
	disabled by default and then enabled per browser that can support it
    ----------------------------------------------- */
    .shadow { display: none; z-index: 100; }

    /* =tabwrapper
    -----------------------------------------------
    white area extending from selected tab around the stage 
    ----------------------------------------------- */
    #tabwrapper
    {
        position: relative;
        width: auto;
        padding: 10px 10px 0 10px;
        z-index: 200;
        background-color: #FFF;
    }

    /* =stage
    ----------------------------------------------- */
    #stage
    {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 410px;
        padding-bottom: 10px;
        background-color: #F2EFEB;
    }
    
    body.ie6 #stage { height: 450px; }

    /* =breadcrumb
    ----------------------------------------------- */
    #breadcrumb
    {
        width: auto;
        height: 20px;
        position: relative;
        overflow: hidden;
        background: #AA9D91 url(../images/breadcrumb/bg.png) repeat-x 0 bottom;
    }
    
    /* =loginframe
    -----------------------------------------------
    inline iframe containing login/logout link
    ----------------------------------------------- */
    .loginframe
    {
        position: absolute;
        top: 0; left: 0;
        width: 179px;
        height: 20px;
        background: #AA9D91 url(../images/breadcrumb/bg.png) repeat-x 0 bottom;
    }    
    
    /* =topnav
    ----------------------------------------------- */
    #topnav
    {
        width: auto;
        height: 35px;
        background: url(../images/topnav/nav_bg.png) repeat-x 0 0;
    }

    /* =leftnav
    ----------------------------------------------- */
    #leftnav            { width: 180px; }    
    body.ie7 #leftnav,
    body.ie6 #leftnav   { float: left; }

    /* =content
    ----------------------------------------------- */
    #content                { padding: 20px 20px 10px 5px; position: relative; overflow: visible; }
    body.ie7 div#content    { margin: 0 194px 0 180px; padding-left: 15px; }
    body.ie6 #content       { margin: 20px 204px 10px 185px; padding: 0; }
    
    
    /* =rightnav
    ----------------------------------------------- */
    #rightnav
    {
        width: 174px;
        padding: 6.5em 20px 0 0;
    }

	body.ie7 #rightnav,
    body.ie6 #rightnav
    {
        position: absolute;
        top: 55px;
        right: 0;
    }

    /* =rightcontrols
    -----------------------------------------------
    contains print & css resize buttons
    both buttons require javascript so they are hidden by default and enabled via javascript onload
    users w/o javascript enabled will not see the buttons
    rollover images are preloaded on anchor beneath up-state image and revealed on :hover
    ----------------------------------------------- */
    #rightcontrols      { display: none; }

    #rightcontrols a,
    #rightcontrols a img
    {
        width: 52px;
        height: 52px;
        background-repeat: no-repeat;
    }

    #rightcontrols a            { float: left; margin-right: 5px; }
    #rightcontrols a:hover      { display: block; }
    #rightcontrols a:hover img  { display: none; }    
    
    #print                      { background-image: url(../images/rightcontrols/print_over.png); }
    #print img                  { background-image: url(../images/rightcontrols/print.png); }
    
    body.normal #resize         { background-image: url(../images/rightcontrols/resize_normal_over.png); }
    body.normal #resize img     { background-image: url(../images/rightcontrols/resize_normal.png); }    
    body.large #resize          { background-image: url(../images/rightcontrols/resize_large_over.png); }
    body.large #resize img      { background-image: url(../images/rightcontrols/resize_large.png); }
    body.xlarge #resize         { background-image: url(../images/rightcontrols/resize_xlarge_over.png); }
    body.xlarge #resize img     { background-image: url(../images/rightcontrols/resize_xlarge.png); }

    /* =footer
    ----------------------------------------------- */
    #footer
    {
        clear: both;
        width: auto;        
        height: auto;
        text-align: center;
    }

    /* licensee/copyright text */
    #footer p
    {
        margin: 1.5em 0 1em 0;
        padding: 0;
        color: #FFF;
        font-size: 10px;
        line-height: 14px;
    }
    
    
    /* Homepage */
    body.onlinecare { width: 940px; min-width: 940px; margin: 0 auto;}
    body.onlinecare #resize { display: none; }

    body.homepage               { width: 925px; min-width: 925px; margin: 0 auto; }
    body.ie7.homepage .shadow	{ width: 931px; }
    body.homepage .tier3 ul     { width: 49%; float: right; height: auto; }
    body.homepage .tier3 li     { list-style: none; padding-left: 10px; background: url(../images/double_arrow_black.gif) no-repeat 0 50%; } 
    
    /* login iframe */
    body.homepage .homelogin        { width: 179px; height: 160px; position: absolute; top: 35px; left: 0px; background: url(../images/loading_circle.gif) no-repeat 50% 50%; }
    body.homepage .homelogin iframe { width: 179px; height: 160px; }
    
    /* html fallback (no flash) */
    .homeflash_fallback         { width: 905px; height: 300px; }
    .homeflash_fallback img     { margin: 0; padding: 0; display: block; }
    body.homepage #getflash     { position: absolute; top: 265px; left: 120px; width: 180px; }
    body.homepage #tier1        { position: absolute; top: 215px; left: 310px; margin: 0; }
    body.homepage #tier1 li     { list-style: none; padding-left: 10px; background: url(../images/double_arrow_black.gif) no-repeat 0 50%; }

    /* Site Search */
    input.googleMark    { background: #FFFFFF url(../images/logos/google_custom_search_watermark.gif) no-repeat 0 0; }
    #searchinline       { display: none; }

    /* Provider Search Form */
    .inlinefield
    {
        position: relative;
        margin: 0.3em 0;
        border: 0px solid red;
        vertical-align: middle;
    }

    .inlinefield label
    {
        width: 120px;
        display: block;
        padding-bottom: 3px;
    }

    .inlinefield input,
    .inlinefield select
    {
        position: absolute;
        top: 1px;
        left: 130px;
    }
    .inlinefield.city       { float: left; width: 300px; margin-bottom: 1em;}
    .inlinefield.zip        { float: left; }
    .inlinefield.zip label  { text-align: right; }
    .radioboxes         { padding-bottom: 1em; border: 0px solid red; }
    .radioboxes label   { clear: right; padding-top: 1px; display: block; float: left; }
    .radioboxes input   { clear: left; margin-left: 126px; float: left; }
    .checkboxes         { margin: 1em 0 1em 126px; }
    .checkboxes input   { clear: left; float: left; }
    .checkboxes label   { padding-top: 1px; display: block; }

    .providersearch             { position: relative; }
    .providersearch hr          { margin: 1em 0; }
    .providersearch .submit     { margin-top: 10px; }
    .providersearch .loading    { position: absolute; top: 5px; left: 340px; }
    .facility_loading           { position: absolute; top: -5px; left: 340px; }
    
    /* Provider Search Results */
    #map                { width: 600px; height: 300px; margin-bottom: 20px; }
    .provider-options   { margin-top: 0; padding-top: 0;}

    /* Provider Search Details */    
    .provider-details tr.alt th { background-color: #D6CFC7; }   
    .provider-details .alt td   { border-right: 1px solid #F2EFEB }

    /* Formulary Search */
    .formulary-results          { margin-top: 1em; }
    #tiers.roundbox ol          { list-style: decimal; }
    div#tiers.roundbox ol li    { background-image: none; margin-left: 35px; padding-left: 0; }

    /* Multiple column content layout (sidebar) */      
    .fluidwrapper   { float: left; width: 100%; margin-right: -250px; position: relative; top: -1em; }    
    .fluidcolumn    { margin-right: 270px; }    
    .sidebar        { width: 250px; float: right; position: relative; }
    .sidebar h2     { margin-top: 0em; }
    .sidebar img    { margin-top: 1em; margin-bottom: 1em; }
    .sidebar table  { width: 100%; }
    
    /* Media Center */
    .mediacenter        { width: 98%; border-collapse: collapse; }
    .mediacenter h2     { background-color: #CAB9A4; vertical-align: middle; padding-left: 5px; border-bottom: transparent; }
    .mediacenter td     { border-bottom: 0px; padding: 0 5px 1em 0; }
    .mediacenter div    { width: 148px; }
    .newsrelease        { width: 98%; border-collapse: collapse; }
    .newsrelease h2     { background-color: #CAB9A4; vertical-align: middle; padding-left: 5px; border-bottom: transparent; }
    .newsrelease td     { border-bottom: 0px; padding: 0 0 1em 0; }
    .newsrelease div    {padding-left: 8em; text-indent: -7.8em;}
    .videosidebar       { width: 122px; float: right; }
    .videosidebar h2    { margin: 0 0 1em 0; }
    .videosidebar a    { position: relative; }
    #videoflash         { padding-top: 20px; }
    
    /* Site Map */
    .listcombine    { margin-top: 0; margin-bottom: 0; }
    .sitemapcolumn  { float: left; width: 33%; }
    
  
    /* Back to top */
    .backtotop { text-align:right; }
    
    /* Stacked images */
    .stacked        { float: right; text-align: center; padding-left: 20px; padding-bottom: 10px; }
    .stacked img    { display: block; padding-bottom: 10px;  }    
    /* firefox needs extra help centering the images */    
    .ff15 .stacked img, 
    .ff2 .stacked img   { margin: 0 auto; }
    
    /* center aligned paragraph */
    p.center { text-align: center; }
    
  
    h1.longtitle { font-size: 1.1em; }
    
    
    /* photo gallery layout */
    .gallerywrapper     { width: 98%; }
    .galleryitem        { vertical-align: top; text-align: left; width: 180px; }
    .galleryitem p      { width: 160px; margin-top: 0; }
    .galleryitem img    { padding-left: 10px; padding-bottom: 10px; }
    /* browser specific hacks to imitate display: inline-block */
    body.ff15 .galleryitem,
    body.ff2 .galleryitem       { display: -moz-inline-stack; display: inline-block; }
    .ff2 .galleryitem strong    { position: relative; }
    body.ff3 .galleryitem       { display: -moz-inline-stack; display: inline-block; }
    .ff3 .galleryitem strong    { position: relative; }
    body.ie6 .galleryitem,
    body.ie7 .galleryitem   { display: inline; zoom: 1;}
    
    iframe.adpframe     { height: 550px; width: 98%; overflow: auto; }
    
    .faq { clear: both; margin-top: 10px; position: relative; }
    .faq_index { padding: 10px 0; }
    .faq_up { float: right; position: relative;  bottom: 10px;}
    .faq_question { font-weight: bold; }
    .faq_question:hover { color:  Black; }
    
    /* landing page styles */    
    .tier1 ol           { margin: 0; padding: 0; list-style: none; position: relative; }
    .tier1 ol li        { padding: 0; margin: 0; height: 40px; background-repeat: no-repeat; background-position: 0 0; }
    body.ie6 .tier1 li,
    body.ie7 .tier1 li  { margin-bottom: -2px; }
    .t1-ad, .t1-nav     { z-index: 1; height: 195px; position: absolute; }    
    .selected .t1-ad, 
    .selected .t1-nav   { z-index: 2; } 
    
    .t1-nav,
    .t1-ad { visibility: hidden; }
    .selected .t1-nav,
    .selected .t1-ad{ visibility: visible; }
    
    body.ie7 .t1-nav,
    body.ie7 .t1-ad { visibility: visible;}
    
   
    
    /* tier1 role button styles */
    .t1-blank                       { height: 35px !important; background: #CCBEAB url(../images/homepage/lnav_top.png) no-repeat 0 0; }
    .t1-button                      { cursor: pointer; outline: none; text-indent: -1000px; width: 149px; height: 40px; display: block; background-repeat: no-repeat; background-position: 0 0;}
    .selected .t1-button            { cursor: default; }
    #members, #guests, #employers, #providers { background-color: #CCBEAB; background-position: -200px -200px; background-repeat: no-repeat; } 
    #members .t1-button             { background-image: url(../images/homepage/lnav_members_out.png); }
    #members,
    #members.selected .t1-button    { background-image: url(../images/homepage/lnav_members_selected.png); }
    #guests .t1-button              { background-image: url(../images/homepage/lnav_guests_out.png); }
    #guests,
    #guests.selected .t1-button     { background-image: url(../images/homepage/lnav_guests_selected.png); }
    #employers .t1-button           { background-image: url(../images/homepage/lnav_employers_out.png); }
    #employers,
    #employers.selected .t1-button  { background-image: url(../images/homepage/lnav_employers_selected.png); }
    #providers .t1-button           { background-image: url(../images/homepage/lnav_providers_out.png); }
    #providers,
    #providers.selected .t1-button  { background-image: url(../images/homepage/lnav_providers_selected.png); }
    
    /* tier1 nav styles */
    .t1-nav     { width: 151px; top: 0; left: 149px; background: url(../images/homepage/subnav_bg.png) no-repeat 0 0; z-index: 0; } 
    .t1-nav h3  { color: #FFF; font-weight: normal; margin: 25px 0 0 8px; }
    body.ie6 .t1-nav h3,
    body.ie7 .t1-nav h3 { font-size: 100%; }
    .t1-nav ul      { margin: 0; width: 60px; padding: 0; list-style-type: disc; color: #FFF; }
    body.ie6 .t1-nav ul,
    body.ie7 .t1-nav ul { margin-left: 3px; }
    .t1-nav ul li   { padding: 1px 0; height: auto; margin: 0 0 0 20px; }
    .t1-nav a       { background: none !important; text-indent: 0; display: inline; color: #FFF; cursor: pointer; }
    .t1-nav a:visited { color: #FFF; }
    .t1-nav a:hover { color: #F7941D; }
   
    /* tier1 ad styles */     
    .t1-ad              { width: 605px; top: 0; right: 0; } 
    .t1-ad h3           { text-indent: -9999px; }
    .t1-ad a            { color: #FFF; font-size: 130%; font-weight: bold;}    
    .t1-ad a:visited    { color: #FFF; }
    .t1-ad a:hover      { color: #F7941D; }
    .t1-ad ul           { position: absolute; list-style-type: disc; color: #FFF; } 
    .t1-ad ul li        { margin: 0 0 0.5em 2em !important; height: auto; }    
    
    #members .t1-ad     { background-image: url(../images/homepage/roles_members.jpg); }    
    #members .t1-ad ul  { top: 40px; left: 195px; list-style: none; outline: none; } 
    #members .t1-ad li a{ left: 0px; width: 200px; height: 50px; position: absolute;  cursor: pointer; text-indent: -99999px; }
    #members .t1-ad .members    { top: 10px; }
    #members .t1-ad .guests     { top: 70px; height: 30px; }
    #members .t1-ad .learn      { top: 106px; height: 30px; }    
    #members p          { color: #FFF; position: absolute; top: 80px; left: 210px; width: 180px; }
    
    #guests .t1-ad      { background-image: url(../images/homepage/roles_guests.jpg); }
    #guests .t1-ad ul   { top: 90px; left: 325px; list-style: none; } 
    #guests .t1-ad ul a { height: 30px; display: block; width: 200px; text-indent: -99999px; } 
    
    #employers .t1-ad       { background-image: url(../images/homepage/roles_employers.jpg); }
    #employers .t1-ad ul    { top: 90px; left: 323px; list-style: none; } 
    #employers .t1-ad ul a  { height: 30px; display: block; width: 200px; text-indent: -99999px; } 
       
    #providers .t1-ad       { background-image: url(../images/homepage/roles_providers.jpg); }
    #providers .t1-ad ul    { top: 90px; left: 323px; list-style: none; }
    #providers .t1-ad ul a  { height: 30px; display: block; width: 200px; text-indent: -99999px; }
        
    .tier2      { width: 905px; height: 175px; position: relative; background: url(../images/homepage/wood_bg.jpg) no-repeat 0 0; }
    .tier2 .ad  { position: absolute; top: 15px; }
        
    /* ad1 - 'tier1' buttons */
    .btn_ad     {width: 508px; height: 144px; position: absolute; left: 9px; top: 5px;  }
    .btn_ad ul, .btn_ad li  { list-style: none; padding: 0; margin: 0; }
    .btn_ad li { float: left; padding-right: 5px;}
    
    /* ad3 - rotating ad */
    .rot_ad     { right: 5px; width: 388px; height: 150px; clear: both; }
    .rot_ad h2  { margin-left: -10000em; position: absolute; display: inline; }
        
    /* email servicing app styles */
    .emailform          { margin-top: 20px; }
    .formfield          { clear: both; padding-bottom: 10px; }
    .formfield label    { display: block; float: left; width: 10em; text-align: right; padding-right: 1em; }
    .error div          { display: block; clear: both; padding-left: 11em; color: #F00; }
    .required           { color: #F00; }
    .question           { height: 150px; width: 400px; }
    .formsubmit         { text-align: center; }
    
    /* hmsa365 - search discounts styles */
    .discount_search img    { padding: 15px 10px 5px; }
    .discount_search li     { margin: 5px 0 0 10px; text-align: left; background: none; padding: 0; }
    .discount_search .submit{ margin-top: 10px; text-align: center; }
    
     /* KB Search Controls styles shared between KB Home & KB Search pages */
    #kbsearch_control           { height: 60px; width: auto; overflow: auto; position: relative; }
    #kbsearch_control td        { border-bottom: 0; padding-left: 3px; }
    form.gsc-search-box         { width: 400px !important; }    
    .gsc-branding-user-defined  { text-align: left; }

    /* KB Home styles (floats searchbox to right) */
    .kbhome_search                      { text-align: right;  }
    .kbhome_search form.gsc-search-box  { float: right; }
    .gsc-search-box td  { padding: 0; }
    
    /* KB Article page  */
    .user_rating            { position: relative; }
    .user_rating ul         { padding-top: 0;  list-style: none; }
    .user_rating li         { margin: 5px 0 0 10px; text-align: left; padding: 0;}
    .user_rating li h2      { display: block; font-size: 100%; padding: 0 10px 5px; }
    .user_rating img        { padding: 15px 25px 5px; }
    .user_rating .submit    { margin-top: 5px; text-align: center;  background-image: none; }
    .radio                  { padding: 3px 0 1px 4px; display: block; }
    .radio input,
    .user_rating label      { vertical-align: middle; }     
    .rating_reason          { width: 140px; height: 50px; margin: 10px 5px 0; }

    /* styles shared between KB Article & KB Category pages */
    .kbarticle #content th { padding: 1px 8px; vertical-align: bottom; }
    .kbarticle #content td { padding: 5px 8px;  }
    h2.bar      { background-color: #D6CFC7; padding: 3px 10px; margin-top: 0; }
    .inline     { width: 90%; list-style: none; display: block;  margin: 0; padding: 3px 0 10px 0; overflow: auto; }
    .inline li  { display: block; float: left; padding-top: 5px; padding-bottom: 0; white-space: nowrap;  }
    .half       { float: right; width: 49%; }            
    .first      { float: left;}

    /* KB Search Results page styles */
    #kbsearch_results_panel h2.bar { position: relative; }
    #kbsearch_results li    { font-size: 1.2em; }    
    #kbsearch_pager         { list-style: none; }
    #kbsearch_pager .selected a { text-decoration: none; cursor: default; }
    #kbsearch_pager .selected a:hover { color: #000; }
    #kbsearch_pager a
    { 
        text-decoration: underline; 
        cursor: pointer; 
        border-color: #000; 
        font-size: 1em; 
        padding: 0 3px 0 7px;
    }
    
    /* kb alert on homepage */
    .kbalert, .kbalert:link, .kbalert:visited
    {
        background: url(/flash/tier1/landing/notice.jpg) no-repeat 0 0; 
        width: 226px; 
        height: 37px; 
        display: block; 
        padding: 30px 10px 5px 10px;
        text-decoration: none; 
        color: #000; 
    }
    .kbalert:hover { text-decoration: none; color: #000; }
    
    /* glossary */
    a.glossary { border-bottom: dashed 1px black; display: inline-block; text-decoration: none; cursor: help; position: relative; }    
    body.ie6 table { position: relative; }
    div.definition
    {
        background: #F2EFEB;
        color: #000;
        position: absolute;
        bottom: 10px;
        width: 300px;
        padding: 0 10px 5px 10px;
        display: block;
        overflow: hidden;
        border: 1px solid #000;
        font-weight: normal;
    }

    /* glossary page specific */
    ol.glossary     { list-style: none; margin: 0; padding: 0; }
    ol.glossary li  { margin: 0; padding: 0 2px 0 5px; display: inline; border-left: 1px solid black; text-align: center; }
    ol.glossary li.first-child,
    ol.glossary li:first-child { border-left: 0; padding-left: 0; }
    .glossary dt { display: block; float: none; }
    .glossary dd { display: inline; float: none; margin: 0; }
    
    .column { float: left; padding-left: 20px; }
    
    /*  annual report */
        #report, body.ie6 #report {
	        width: 696px;
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        margin: 0;
	        padding: 0;
	        top: 0;
	        left: 0;
	        overflow: hidden;
	        position: relative;
        }
        #reportnav
        {
            width: inherit;
            height: 218px;
			margin: 0;
			padding: 0;
			top: 0;
        }
        #reportnav #title, body.ie6 #reportnav #title {
	        background-image: url(../../../about/annualreport/assets/top_header.png);
	        background-repeat: no-repeat;
	        overflow: hidden;
	        width: 696px;
	        height: 50px;
	        text-align: right;
	        font-weight: bold;
	        font-size: 11px;
	        margin: 0;
	        padding: 0;
        }
        #reportnav #title p {
            margin-right: 10px;
        }
        body.ie6 #reportnav #title p {
            margin-top: 30px;
            margin-right: 10px;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        #reportnav #title a {
	        text-decoration: none;
	        color: #666;
        }
        #reportnav #title a:hover {
	        text-decoration: none;
	        color: #999;
        }
        #sectionheader, body.ie6 #sectionheader {
	        width: 696px;
	        background-color: #D7D1CA;
	        color: #746459;
	        height: 52px;
	        letter-spacing: 1px;
	        background-image: url(../../../about/annualreport/assets/right_round_corner.png);
	        background-repeat: no-repeat;
	        background-position: right;
	        overflow: hidden;
        }
        #sectionheader h1 
        {
	        font-size: 22px;
	        font-weight: bold;
	        line-height: 52px;
	        text-transform: uppercase;
            margin: 0;
        }
        #sectionheader #leftcorner {
	        float: left;
        }
        #reportbody
        {
            width: 696px;
            margin-top: 50px;
            display: block;
        }
        body.ie6 #reportbody
        {
            width: 696px;
            margin-top: 10px;
            display: block;
        }
        #reportbody #top, body.ie6 #reportbody #top {
	        background-image: url(../../../about/annualreport/assets/content_bg_top.png);
	        background-repeat: no-repeat;
	        overflow: hidden;
	        height: 17px;
	        width: 696px;
        }
        #reportbody #reportcontent, body.ie6 #reportbody #reportcontent {
	        background-image: url(../../../about/annualreport/assets/content_bg_repeat.png);
	        background-repeat: repeat;
	        overflow: hidden;
	        padding: 0px 22px 0px 22px;
	        font-size: 11px;
	        color: #746459;
	        min-height: 470px;
	        height: 100%;
	        overflow: hidden;
	        margin-left: 0;
        }
        #reportcontent #col1 { float: left; width: 350px; }
        #reportcontent #col2 { padding: 0; float: right; width: 282px; }
        #reportcontent h1 {
	        font-size: 1.25em;
	        line-height: 200%;
        }
        #reportcontent h2 {
	        font-size: 15px;
	        font-weight: bold;
	        margin: 0;
        }
        #reportcontent img {
	        float: left;
	        margin-right: 15px;
	        margin-bottom: 5px;
        }
        #reportcontent img.wide {
	        position: absolute;
	        top: 100px;
	        left: 187px;
        }
        #reportcontent ul {
	        list-style-position: inside;
        }
	    #pageturner 
	    {
	        height: 40px;
	        width: 696px;
	        background-image: url(../../../about/annualreport/assets/content_bg_repeat.png);
	    }
	    #arrows, body.ie6 #arrow
	    {
	        overflow: hidden;
	        width: 75px;
	        margin-right: auto;
	        margin-left: auto;
        }
	    #arrows img 
	    {
	        padding: 5px;
        }
        #reportbody #bottom {
	        background-image: url(../../../about/annualreport/assets/content_bg_bottom.png);
	        background-repeat: no-repeat;
	        overflow: hidden;
	        height: 17px;
	        width: 696px;
        }
        /* Navigation */
        #navmain {
	        background-color: #fff;
	        width: 696px;
			min-height: 116px;
			overflow: hidden;
			margin: 0;
			padding: 0;
        }
        #nav, #nav ul {
	        padding: 0;
	        margin: 0;
	        list-style: none;
	        width: 100%;
        }
        #nav a {
	        display: block;
	        background-image: url(../../../about/annualreport/assets/navDividers.png);
	        background-repeat: no-repeat;
	        background-position: right;
	        width: 160px;
	        height: 40px;
        }
        #nav li {
	        float: left;
	        text-decoration: none;
	        text-transform: uppercase;
	        font-size: 10px;
	        font-weight: bold;
			font-family: Verdana;
	        width: 160px;
	        height: 40px;
        	border-bottom: 1px solid #d7d1ca;
	        padding: 5px;
	        margin: 0;
        }
        #nav li a {
	        color: #666;
	        text-decoration: none;
	        width: 100%;
	        height: 100%;
        }
        #nav li a:hover {
	        color: #999;	
        }
        #nav li ul li a:hover {
	        color: #fff;	
        }
        #nav li ul {
	        position: absolute;
	        width: 10em;
	        left: -999em;
	        background-color: #fff;
        }
        #nav li ul li {
	        text-transform: none;
	        background-color: #fff;
	        width: 200px;
	        height: 100%;
        }
        #nav li:hover ul, #nav li.sfhover ul {
	        left: auto;
	        background-color: #fff;
	        width: 200px;
        }
        #nav li:hover ul a, #nav li.sfhover ul a {
	        left: auto;
	        background-color: #fff;
	        width: 200px;
        }
        #nav li ul li:hover, #nav li ul li.sfhover {
	        left: auto;
            background-color: #a0b7ca;
	        color: #fff;
	        z-index: 1;
	        width: 200px;
        }
        #nav li ul li:hover a, #nav li ul li.sfhover a {
	        left: auto;
            background-color: #a0b7ca;
	        color: #fff;
	        z-index: 1;
	        width: 200px;
        }
        
    .noscreen               { display: none; }
    .nosidebar #rightnav    { display: none; }
    .nosidebar #content    { margin-right: 0 !important; }
}
@media screen, projection, print
{
    /* Logos */
    .logo { float:right; padding-top:1em; padding-left:20px; padding-bottom:20px; clear:right; }
    .partnerlogo { width: 98% }
    .partnerlogo img { display: block; float: left; padding: 15px; }
    
    /* Corp Giving photos */
    .photos { border:1px solid #c9c7c4; float:right; clear:right; margin: 5px 0 10px 20px; }
    
    /* full width table */
    .fulltable { width: 98%; }  
    
    /* Health Plan Options */
    .healthplan-options             { width: 98%; }  
    .healthplan-options th          { vertical-align: middle; padding-left: 5px; border-bottom: 1px solid #A18D78; border-right: 1px solid #A18D78; }
    .healthplan-options th.center   { text-align: center; vertical-align: middle; padding-left: 5px; border-bottom: 1px solid #A18D78; border-right: 1px solid #A18D78; }
    .healthplan-options td          { text-align: center; vertical-align: middle; padding: 5px 15px; border-bottom: 1px solid #A18D78; border-right: 1px solid #A18D78; }
    .healthplan-options td.left     { text-align: left; vertical-align: middle; padding: 5px 15px; border-bottom: 1px solid #A18D78; border-right: 1px solid #A18D78; }

    /* Provider Details */
    .providername               { font-size: 1.6em; }    
    .provider-details           { width: 100%; margin-top: 1em; }
    .provider-details th        { background-color: transparent; vertical-align: middle; padding-left: 5px; border-bottom: 1px solid #A18D78; }
    .provider-details .alt th,
    .provider-details .alt td   { border-top: 1px solid #A18D78; }
    
    .provider-details td        { padding: 5px 15px; border-bottom: 1px solid #A18D78; }
    .provider-details td.map    { background-color: transparent; text-align: right; padding: 0; width: 220px; border: 0; }
    .provider-details .map a    { float: right; }
    .provider-details #map      { overflow: hidden; width: 200px; height: 200px; float: right; margin: 0;}        
    body.ie6 .providername      { font-size: 1.3em; }
    
    .blanknav   { width: 190px; background-position: 0 0; }  

    /* float left div */
    div.left    { float: left; }
    
    .inline-login            { width: 171px; text-align: right; }
    .inline-login a,
    .inline-login a:visited,
    .inline-login a:link     {color: #FFF; }
    .inline-login a:hover    {color: #534741; }
    .hide-breadcrumb #breadcrumb    { display: none; }
    
    .homeframe  { background: #CAB9A4 url(../images/loginbg.png) repeat-x 0 0; }
    .homeframe, .homeframe form  { width: 179px; padding: 0 5px; }
    .myaccount_header   { text-align: center; padding: 10px 0; }
}

@media print
{
    /* photo gallery layout */
    body.ie6 .gallerywrapper,
    body.ie7 .gallerywrapper    { margin-bottom: 10px; clear: both; }
    body.ie6 .galleryitem,
    body.ie7 .galleryitem       { clear: both; page-break-inside: avoid; display: block; width: auto;  }
    body.ie6 .galleryitem img,
    body.ie7 .galleryitem img   { float: none; } 
    body.ie6 .galleryitem p,
    body.ie7 .galleryitem p     { float: none; page-break-inside: avoid; }

    body.ff15 .gallerywrapper,
    body.ff2 .gallerywrapper    { width: 100%; }
    body.ff15 .galleryitem,
    body.ff2 .galleryitem       { vertical-align: top; text-align: left; width: 180px; }
    body.ff15 .galleryitem p,
    body.ff2 .galleryitem p     { width: 160px; margin-top: 0; }
    body.ff15 .galleryitem img,
    body.ff2 .galleryitem img   { padding-left: 10px; padding-bottom: 10px; }    
    body.ff15 .galleryitem,
    body.ff2 .galleryitem       { display: -moz-inline-stack; display: inline-block; }   
    
    .faq { clear: both; margin-top: 10px; position: relative; }
    .faq_index,
    .faq_up { display: none; }
    .faq_question { font-weight: bold; color: Black; text-decoration: none; }  
    
    .column { padding-top: 10px; }
}
