/* 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: 11px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}


/* 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             { }
    .selected_category td { background-color: #dddddd; }  /* Used for selected categories! */

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



/* Common Styles */

    .header_category_name           { color: #000000; font-family: impact, Arial, Helvetica, sans-serif; font-size: 26px; font-weight: bold; text-transform: uppercase; }
    .header                         { color: #666666; font-family: impact, Arial, Helvetica, sans-serif; font-size: 26px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb              { color: #999999; font-family: impact, Arial, Helvetica, sans-serif; font-size: 26px; 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: 30px;  font-weight: bold; letter-spacing: -0.05em  }
    .logo_sub                       { font-family: Arial, Helvetica, sans-serif; font-size: 14px;  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: 3px; padding-bottom: 3px; padding-right: 3px; }

    .nav_left td a, .nav_left td a:visited   { color: #023E4F; }

          td.categoryDepth0 a {
	padding-top: 9px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023E4F;
}
          td.categoryDepth1 a {
	font-size: 12px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #023E4F;
	line-height: 11px;
}
          td.categoryDepth2 a {
	font-size: 11px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #023E4F;
	line-height: 11px;
}
          td.categoryDepth3 a, .categoryDepth4 a, .categoryDepth5 a, .categoryDepth6 a{
	font-size: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #035A74;
}


    .nav_left_header td              { padding-left: 10px; }
    .nav_left_header td a, .nav_left_header td a:visited, .nav_left_header td { color: #FFFFFF; font-size: 15px; 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: 15px; font-weight: bold; }
    .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: 11px; font-weight: normal;  }

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


/* Article Summaries */

    .summary_title                  { font-size: 16px; font-weight: bold; }
    .summary                        { font-size: 12px; 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: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .article_text                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

    .bg_printer_page                { background-color: #FFFFFF; }


.boxborders {
	border: 1px solid #EBEBEB;
	height: 98%;
	width: 98%;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.interiorboxborders {
	border: 1px solid #EBEBEB;
	height: 95%;
	width: 95%;
	margin: 4px;
	padding: 6px;
}
.largesurround {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

.contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.topline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.headlinecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	text-decoration:none;

}

.headlinestable {	background-image:url(/images/catbg.png); background-repeat: no-repeat; }
.catstable		 {	background-image:url(/images/indexbg.png); background-repeat: no-repeat; }
.fronttable		 {	background-image:url(/images/widenewsbg.png); background-repeat: no-repeat; }

.image_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
	font-weight: normal;

}

.catagorycolumn  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #035A74;
	font-weight: bold;
		text-decoration:none;

}

.rnews  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #035A74; 
	font-weight: bold;
		text-decoration:none;

}
.rnews   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000; 
	font-weight: bold;
		text-decoration:none;

}
.selected_category {
font-weight: bold;
}
.catagory {
padding-top: 3px;
padding-bottom: 3px;

}



.newreadmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}
.topmenutitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
		text-decoration:none;
}
.picturebox {
	border-top-width: 12px;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-top-color: #4A41BE;
	border-right-color: #4A41BE;
	border-bottom-color: #4A41BE;
	border-left-color: #4A41BE;
}

.newsummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 25px;
}

.articlecolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.frontpagearticletitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #035A74;
	font-weight: bold;
	text-decoration: none;
}
.frontpagearticletitlewhite  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.fpagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}

.newsummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	font-weight: normal;
}
.seniorintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #035A74;
	line-height: 20px;
}

    .border            { background-color:#B6B6B6; width: 1px; }
.frontbg {
	background-image: url(/images/widenewsbg.png);
	background-repeat: no-repeat;
	color: #000000;
}
.frontbg2 { background-image:url(/images/widenewsbg.png); background-repeat: no-repeat; }
.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.homepageintrotext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}
.fpagenewspulls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	color: 035a74;
	text-decoration: none;
}
.fpagenewspullsheaders {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.newspullstitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.catagorycolumnnolink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #035A74;
	font-weight: bold;
		text-decoration:none;
}
.frontnewsfeedstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.mlsmedialine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
