/* Style Cobalt */

/* Body */

    body { color: #000000; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; }
    body, td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

    a:link, a:visited ,a:active  { color: #006699; }
	a:hover  { color: #f56655; }


/* Backgrounds Colors */
    body                  { background-color: #FFFFFF; }

    .bg_header            { background-color: #FFFFFF; }
    .bg_search_box        { background-color: #DDDDDD; }

    .nav_left_header      { background-color: #336699; }
    .nav_left             { background-color: #EEEEEE; }
    .selected_category td { background-color: #dddddd; }  /* Used for selected categories! */

    .bg_nav_right_header  { background-color: #336699; }
    .bg_nav_right         { background-color: #FFFFFF; }



/* Common Styles */

    .header_category_name           { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; }
    .header                         { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb              { color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb a, .header_breadcrumb a:visited           { color: #999999; text-decoration: none; }
    .header_breadcrumb a.current, .header_breadcrumb a.current:visited   { color: #666666;  }
    .header_breadcrumb a:hover      { text-decoration: underline; }


    .logo_text                      { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; letter-spacing: -0.05em  }
    .logo_sub                       { font-family: Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: bold; letter-spacing: -0.05em  }

    .image_caption                    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    .field_caption                    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    .more_headlines                 { color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }




/* Left Navigation (Category List) */
 



    .nav_left td { padding-top: 1px; padding-bottom: 1px; padding-right: 1px; }

    .nav_left td a, .nav_left td a:visited   { color: #000066; font-weight: normal;}
	.nav_left td a:hover  { color: #f56655; }

          td.categoryDepth0 { font-size: 10px; padding-top: 1px; padding-left: 5px;}
          td.categoryDepth1 { font-size: 10px; padding-left: 20px; }
          td.categoryDepth2 { font-size: 10px; padding-left: 30px; }
          td.categoryDepth3, .categoryDepth4, .categoryDepth5, .categoryDepth6 { font-size: 8px; padding-left: 40px;}


    .nav_left_header td              { padding-left: 5px; }
    .nav_left_header td a, .nav_left_header td a:visited, .nav_left_header td { color: #FFFFFF; font-size: 12px; font-weight: bold; }



    .advancedsearch_link   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; }

    .webfeed             { font-size: 10px; padding-top:1px;}

    .poweredBy             { font-size: 10px; color: #666666; padding-top: 10px; padding-left: 5px; padding-right: 5px;}


/* Right Navigation (Headlines) */


    .nav_right_header               { color: #FFFFFF; font-size: 12px; font-weight: bold; }
	.nav_right_header a, .nav_right_header a:visited   { color: #FFFFFF; font-weight: bold;}
	.nav_right_header a:hover  { color: #336699; }
    .nav_right_category_header      { color: #FFFFFF; font-family: impact, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; text-transform: uppercase; }
    .nav_right_headlines            { font-size: 10px; font-weight: normal;  }

    .nav_right_category_name        {font-size: 10px; font-weight: bold; }


/* Article Summaries */

    .summary_title                  { font-size: 18px; font-family: Georgia, Times, serif; font-weight: bold; }
    .summary                        { font-size: 13px; font-family: Georgia, Times, serif; margin-bottom:12px; }
    .summary_date                   { font-size: 10px; }

    .summary_breadcrumb            { color: #999999 !important; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .summary_breadcrumb a          { color: #999999 !important; text-decoration: none; }
    .summary_breadcrumb a:hover    { color: #999999 !important; text-decoration: underline; }
    .summary_breadcrumb a.current       { color: #666666 !important; }



    .summary_link                  { padding-left:10px;padding-top:2px;padding-bottom:10px; }
    .summary_link, .summary_link a { font-size:11px; font-family: Tahoma; }


/* Article Pages */

    .article_title                  { font-family: Georgia, Times, serif; font-size: 25px; font-weight: bold; }
    .article_text                   { font-family: Georgia, Times, serif; font-size: 13px; }

    .bg_printer_page                { background-color: #FFFFFF; }
	
/*     Home Page Added June 22, 2010 */

	.mainarticle_title a {font-family: Georgia, "Times New Roman", Times, serif; font-size: 25px;}


/* Suckerfish Menu */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 25em;
}

#nav li { /* all list items */
	float: left;
	width: 25em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}