/*************************************************Begin Global Styles**********************************************/
 body {
   font-family: arial, helvetica, sans-serif;
   background: #ABB2BC url() 0 0;
   /*background-color: #ABB2BC;*/
   padding: 0px;
   margin: 0px;
}

td.gutter{
   display: block;
}

 div, span, p, ul, li {padding: 0;margin: 0;}
 a {text-decoration: none;
    color: #000;
   }
 a:hover {
   color: #405064;
   text-decoration: underline;
   }

 .adElement{margin: 10px 0;}
 .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
 .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */

.adElement a:link,
.adElement a:visited,
.adElement a:hover {
 color: #ffffff;
}

/*************************************************Begin Region Styles**********************************************/
 .contentStyle{text-align: center; padding: 0; margin: 0;}
 .regionParent{border-collapse: separate; border-spacing: 0px 0px; padding: 0px; margin: 0px auto; background-color: #fff;}

 .preHeaderRegion {padding: 0; margin: 0; border-spacing: 0; background-color: #ABB2BC;}


 td.headerRegion,
 td.postHeaderRegion{
   background-color: #fff;
}

 /******We need 20px for a space on the left of the page and a space on the right of the page (10px each)***********/
.region1{width: 980px;}
.region2{width: 634px;}
.region2b{width: 634px;}
.region4{width: 312px;}
.region5{width: 302px;}
.region8{width: 634px;}
.region9{width: 312px;}
.region10{width: 302px;}
.region11{width: 634px;}
.region12{width: 312px;}
.region13{width: 302px;}

table.regionParent tr td{padding: 0px}

table tr td.region1,
table tr td.region2,
table tr td.region2b,
table tr td.region4,
table tr td.region8,
table tr td.region9,
table tr td.region11,
table tr td.region12{
   padding-left: 10px;
}

table tr td.region1,
table tr td.region3,
table tr td.region7,
table tr td.region14{
   padding-right: 10px;
}

.region2 .listingArticleBlurb {margin-left: 10px; margin-bottom: 10px; margin-top: -5px;}
.region2 .listNoImage {margin-left: 10px !important;}
.region2 .listingItemTitle {margin-left: 5px;}

.footerRegion table {margin-top: 30px;}
.region3 .adElement{border: 1px solid #A8C4D2; padding: 10px}
/*************************************************End Region Styles**********************************************/


/* ---------------------------- DEFAULT BLOCK STYLES ---------------------------- */


/* THIS REMOVES THE DOTTED OUTLINE AROUND LINKS IN FIREFOX */
 a {
   outline: none;
   }

/* THIS ADDS A HAND CURSOR THAT WASN'T CONSISTENT IN IE */
 a {
   cursor: pointer;
   }

/* X------- main freeform container */
 .block {
   margin: 0 0 10px 0;
   padding: 0 0 0 0;
   font: normal 11px arial, helvetica, sans-serif;
   color: #000;
   overflow: hidden;   /* added to fix Firefox problem */
   }


/* ---------------------------- HEADERS  ---------------------------- */

/* X------- main block header container */
 .block .header {
   }

/* X------- main block header */
 .block h1 {
   margin: 0;
   padding: 3px 0;
   font: bold 13px verdana,arial,helvetica,sans-serif;
   color: #0b3772;
   border-bottom: 1px solid #9e9a9b;
   background: none;
   height: auto;
   }

/* X------- alternate block header */
 .block h1.alt {
   font-size: 13px; 
   }

/* X------- main block header (when in a header container) */
 .block .header h1 {
   }

/* X------- default header links */
.block h1 a:link,
.block h1 a:visited,
 .block h1 a:active  {
   color: #0b3772;
   text-decoration: none;
   }



/* X------- item on right of header text */
 .block h1 .headerLinkR {
   float: right;
   font: normal 11px arial, helvetica, sans-serif;
   padding-top: 2px;
   }

/* X------- link on right of header text */
 .block h1 .headerLinkR a {
   }

/* X------- header subhead */
 .block h1 .sub {
   font: normal 12px arial, helvetica, sans-serif;
   }

.SecHeadTitle {
   border-bottom: dotted #CCCCCC;
   margin-bottom: 1px;
   margin-top: 20px;
   font: normal 18px arial, helvetica, sans-serif;
   
   }

/* ---------------------------- END HEADERS  ---------------------------- */




/* ---------------------------- TABS  ---------------------------- */

/* X------- default tab-set (unordered list) */
 .block .tabs {
   float: left;
   display: block;
   width: 100%;
   margin: 0;
   padding: 0;
   color: #000;
   list-style: none;
   }

/* X------- default tab */
 .block .tabs li {
   float: left;
   margin: 3px 0 3px 0;
   padding: 0 6px;
   background-color: #fff;
   background-image: none;
   border-left: 1px solid #9e9a9b;
   }

/* X------- first tab on left */
 .block .tabs li.first {
   margin-left: 5px;
   display: inline;
   border: none;
   }

/* X------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
 .block .tabs li a:active {
   color: #000;
   padding: 0;
   margin: 0;
   }


/* X------- selected tab */
 .block .tabs li.selected {
   }

/* X------- selected tab link */
.block .tabs li.selected a:link,
.block .tabs li.selected a:visited,
 .block .tabs li.selected a:active {
   }


/* ------- default block2 tab-set (unordered list) */
.block2 .tabs {
   background-image: none;
   font: normal 11px arial, helvetica, sans-serif;
   border-bottom: 1px solid #d1d7df;
   padding-bottom: 0px;
   }


/* X------- default tab */
.block2 .tabs li {
   border-left: 1px solid #0b3772;
   margin-bottom: 0;
   }


/* X------- tab link */
.block2 .tabs li a:link,
.block2 .tabs li a:visited,
.block2 .tabs li a:active {
   color: #0b3773;
   }

/* X------- block3 tab-set (unordered list) */
.block3 .tabs {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114813_bg_tabs3.gif) repeat-x right bottom;
   padding-left: 1%;
   width: 98%;
   }

/* X------- block3 tab-set (unordered list) -- ie hack */
*html .block3 .tabs {
   width: 100%;
   }

/* X------- block3 tab */
.block3 .tabs li {
   border: none;
   margin: 6px 3px 0 0;
   padding: 0 1px 2px 0;
   background: transparent;
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113901_bg_tab3_div.gif) no-repeat right 1px;
   }

/* X------- block3 tab - selected/hightlighted */
.block3 .tabs li.selected {
   background: green url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114747_bg_tab3_right.gif) no-repeat top right;
   color: #4d6423;
   font-weight: bold;
   margin: 0 3px 0 0;
   padding: 0 0 2px 0;
   }

/* X------- block3 tab - selected/hightlighted link */
.block3 .tabs li.selected a:link,
.block3 .tabs li.selected a:visited,
.block3 .tabs li.selected a:active {
   color: #333;
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113927_bg_tab3_left.gif) no-repeat left top;
   padding: 8px 15px 6px 15px;
   height: auto;
   }


/* X------- block3 tab - normal link */
.block3 .tabs li a:link,
.block3 .tabs li a:visited,
.block3 .tabs li a:active {
   float: left;
   padding: 4px 8px 4px 8px;
   display: block;
   text-decoration: none;
   color: #fff;
   }

/* X------- block3 tab - normal link - mouseover*/
.block3 .tabs li a:hover {
   color:#c00;
   text-decoration: none;
   }
   
/* ---------------------------- END TABS  ---------------------------- */




/* ---------------------------- MAIN CONTENT ---------------------------- */

/* X------- main containter for freeform content (used within a 'block' container) - also see hack styles below  */
 .block .contentblock {
   margin: 10px 0 0 0;
   }

/* X------- used when a list is used after a floated item - to force a line-break */
 .block .contentblock .clearList {
   margin:  0;
   padding: 10px 5px;
   clear: both;
   }

/* X------- forces floated elements to be contained within this class - also see hack styles below  */
 .contentblock .clearfix {
   margin: 10px 0;
   }

/* X------- content headers */
.block .contentblock  h1,
.block .contentblock  h2,
.block .contentblock  h3,
.block .contentblock  h4,
 .block .contentblock  h5 {
   margin: 0 0 5px 0;
   padding: 0;
   }

/* X------- main header for content (needed to differentiate from main h1 tag) */
 .block .contentblock h1 {
   border: none;
   background-image: none;
   }

/* X------- secondary block header */
 .block h2 {
   font: bold 13px arial, helvetica, sans-serif;
   color: #000;
   margin: 10px 0 5px 0;
   padding: 0;
   }

/* X------- secondary block header - link */
 .block h2 a {
   }

/* X------- tertiary block header */
 .block h3 {
   font: bold 12px arial, helvetica, sans-serif;
   margin: 10px 0 5px 0;
   color: #333;
   }

/* X------- tertiary headers with links */
.block h3 a:link,
.block h3 a:visited,
 .block h3 a:active {
   color: #333;
   }

/* X------- standard links */
.block a:link,
.block a:visited,
 .block a:active {
   color: #0b3772;
   text-decoration: none;
   }

/* X------- standard links - rollover state */
 .block a:hover {
   color:#c00;
   text-decoration: none;
   }

/* X------- standard paragraph */
 .block p {
   margin: 0 0 10px 0;
   line-height: 14px;
   font: normal 12px arial, helvetica, sans-serif;
   color: #000;
   }

/* X------- larger than normal head text - see "talk to us" section */
.block h1.big,
 .block .contentblock h1.big {
   color: #004e82;
   font: bold 16px arial, helvetica, sans-serif;
   }

/* X------- small paragraph */
 .block p.sml {
   font: normal 10px arial, helvetica, sans-serif;
   color: #333;
   }

/* X------- alternate header tags */
.block .contentblock h1.alt, .block .contentblock h2.alt, .block .contentblock h3.alt, .block .contentblock h4.alt, .block .contentblock h5.alt,
.block .contentblock h1.alt a:link, .block .contentblock h1.alt a:visited, .block .contentblock h1.alt a:active,
.block .contentblock h2.alt a:link, .block .contentblock h2.alt a:visited, .block .contentblock h2.alt a:active,
.block .contentblock h3.alt a:link, .block .contentblock h3.alt a:visited, .block .contentblock h3.alt a:active,
.block .contentblock h4.alt a:link, .block .contentblock h4.alt a:visited, .block .contentblock h4.alt a:active,
.block .contentblock h5.alt a:link, .block .contentblock h5.alt a:visited, .block .contentblock h5.alt a:active,

.block .contentblock a.alt:link, .block .contentblock a.alt:visited, .block .contentblock a.alt:active,
 .block .contentblock p.alt {
   color: #9b0f0e;
   }

 .block .contentblock h1.alt {
   border: none;
   background-image: none;
   }

/* X------- main containter for freeform content (used within a 'block block3' container) */
.block3 .contentblock {
   background: #ebeff4 url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113620_bg_block3Body.gif) repeat-x 0 0;
   padding: 10px 10px 5px 10px;
   border: 1px solid #ccc;
   border-top: none;
   margin-top: 0;
   }

/* X------- block3 content head */
.block3 .contentblock h1 {
   background-image: none;
   background-color: transparent;
   color: #333;
   }

/* X------- contentblock block3 header link */
.block3 .contentblock h1 a:link,
.block3 .contentblock h1 a:visited,
.block3 .contentblock h1 a:active  {
   color: #333;
   }

/* X------- block3 one pixel solid line divider */
.block3 .hr {
   margin: 0;
   }

/* ---------------------------- END BLOCK3 STYLES ---------------------------- */
   
   

/* ---------------------------- MAIN CONTENT: lists ---------------------------- */
/* X------- unordered list */
 .block ul {
   margin: 0;
   padding: 0 2px;
   list-style: none;
   }

 .block li {
   font: normal 12px arial, helvetica, sans-serif;
   color: #000;
   }

/* X------- default list items */
.block ul li,
.block ul.bulletAlt li.bullet,
.block ul.bulletNone li.bullet,
 .block ul.bulletRSS li.bullet {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114912_blt_arrowBlue.gif) no-repeat 0 3px;
   line-height: 14px;
   padding: 0 0 0 5px;
   margin: 0 0 5px 0px;
   }

/* X------- list items with an alternate bullet */
.block ul.bulletAlt li,
.block ul li.bulletAlt,
.block ul.bulletNone li.bulletAlt,
 .block ul.bulletRSS li.bulletAlt {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114841_blt_arrowBlue2.gif) no-repeat 0 3px;
   padding: 0 0 0 5px;
   }

/* X------- list items with no bullet */
.block ul.bulletNone li,
.block ul li.bulletNone,
.block ul.bulletAlt li.bulletNone,
 .block ul.bulletRSS li.bulletNone {
   background-image: none;
   padding: 0;
   }

/* X------- list items with RSS icon */
.block ul li.bulletRSS,
.block ul.bulletRSS li,
.block ul.bulletAlt li.bulletRSS,
 .block ul.bulletNone li.bulletRSS  {
   background: none;
   padding: 0 0 0 0px;
   }

/* X------- list items with icons (16x16) - shared */
.block ul li.blogger,
.block ul li.delicious,
.block ul li.digg,
.block ul li.newsvine,
.block ul li.yahoo,
.block ul li.google,
.block ul li.register,
 .block ul li.home {
   padding: 0 0 0 25px;
   font-size: 11px;
   line-height: 16px;
   margin: 0 0 10px 0;
   }

/* X------- list items with Blogger icon */
 .block ul li.blogger {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114941_blt_blogger.gif) no-repeat 0 0;
   }

/* X------- list items with Del.icio.us icon */
 .block ul li.delicious {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115000_blt_delicious.gif) no-repeat 0 0;
   }

/* X------- list items with Digg icon */
 .block ul li.digg {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115027_blt_digg.gif) no-repeat 0 0;
   }

/* X------- list items with Newsvine icon */
 .block ul li.newsvine {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115206_blt_newsvine.gif) no-repeat 0 0;
   }

/* X------- list items with Yahoo icon */
 .block ul li.yahoo {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115350_blt_yahoo.gif) no-repeat 0 0;
   }

/* X------- list items with Google icon */
 .block ul li.google {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115117_blt_google.gif) no-repeat 0 0;
   }

/* X------- list items with register icon */
 .block ul li.register {
   background: none;
   }

/* X------- list items with home delivery icon */
 .block ul li.home {
   background: none;
   }

/* X------- list items with email/print icon - shared */
.block ul li.print,
 .block ul li.email {
   padding: 0 0 0 18px;
   line-height: 16px;
   height: 16px;
   font: normal 11px arial, helvetica, sans-serif;
   color: #666;
   text-transform: lowercase;
   }

/* X------- list item links with email/print icon - shared */
.block ul li.print a:link,
.block ul li.print a:visited,
.block ul li.print a:active,
.block ul li.email a:link,
.block ul li.email a:visited,
 .block ul li.email a:active {
   color: #666;
   }

/* X------- list items with print icon */
 .block ul li.print {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115231_blt_print.gif) no-repeat 0 0;
   }

/* X------- list items with email icon */
 .block ul li.email {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_115049_blt_email.gif) no-repeat 0 0;
   }

/* X------- main header inside a list */
 .block ul h1 {
   background: none;
   margin: 0;
   padding: 0;
   font: bold 12px arial, helvetica, sans-serif;
   border: none;
   color: #000;
   }

/*  X------- default list link */
.block li a:link,
.block li a:visited,
 .block li a:active {
   }


/*  X------- horizontal list */
 .block .horiz {
   margin: 0;
   padding: 0;
   }

/*  X------- horizontal list - list item */
 .block .horiz li {
   float: left;
   background: none;
   border-left: 1px solid #ccc;
   padding: 0 5px;
   }

/*  X------- horizontal list - first item */
 .block .horiz li.first {
   border: none;
   padding-left: 0;
   }

//* ---------------------------- MAIN CONTENT: columns ---------------------------- */

/* X------- class added to "contentblock cols" container to declare that two columns are meant to be used */
 .block .cols2 {
   }

/* X------- class added to "contentblock cols" container to declare that three columns are meant to be used */
 .block .cols3 {
   }

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */
 .block .cols5 {
   }

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */
 .block .cols6 {
   }

/* X------- general styles for all columns */
 .block .col {
   float: left;
   }

/* X------- styles for all 2 column columns */
 .block .cols2 .col {
   margin-right: 2%;
   padding-right: 2%;
   width: 46%;
   }

/* X------- styles for all 3 column columns */
 .block .cols3 .col {
   margin-right: 2%;
   padding-right: 2%;
   width: 30%;
   }

/* X------- styles for all 4 column columns */
 .block .cols4 .col {
   margin-right: 2%;
   padding-right: 2%;
   width: 21%;
   }

/* X------- styles for all 5 column columns */
 .block .cols5 .col {
   margin-right: 1%;
   padding-right: 2%;
   width: 17%;
   }

/* X------- styles for all 6 column columns */
 .block .cols6 .col {
   margin-right: 1%;
   padding-right: 2%;
   width: 14%;
   }

/* IE box model hacks (old doctype) - doesn't recognize padding % */
 *html .block .cols2 .col {
   width: 48%;
   }
 *html .block .cols3 .col {
   width: 32%;
   }
 *html .block .cols4 .col {
   width: 23%;
   }
 *html .block .cols5 .col {
   width: 19%;
   }
 *html .block .cols6 .col {
   width: 16%;
   }
/* END IE hacks */

/*  ------- general styles for all final columns */
.block .cols2 .last,
.block .cols3 .last,
.block .cols4 .last,
.block .cols5 .last,
 .block .cols6 .last {
   margin-right: 0;
   padding-right: 0;
   background-image: none;
   }

/*  ------- styles for final 2 column column */
 .block .cols2 .last {
   width: 50%;
   }

/*  ------- styles for final 3 column column */
 .block .cols3 .last {
   width: 32%;
   }

/* X------- styles for final 4 column column */
 .block .cols4 .last {
   width: 25%;
   }

/* X------- styles for final 5 column column */
 .block .cols5 .last {
   width: 20%;
   }

/* X------- styles for final 6 column column */
 .block .cols6 .last {
   width: 15%;
   }

/* X------- styles for final 6 column column */
 *html .block .cols6 .last {
   width: 14%;
   }


/* X------- h1 in columns */
 .block .col h1 {
   background-image: none;
   }

/* X------- paragraphs in columns */
 .block .col p {
   }

/* X------- images in columns get special treatment */
 .block .col img {
   float: none;
   display: block;
   clear: both;
   }

/* X------- list blocks that are columns are treated slightly differently */
 .block ul.col {
   margin: 0;
   padding: 0;
   width: auto;
   }

/* X------- list items in a column */
 .block .col li {
   display: block;
   width: auto;
   }

/* X------- list item links in a column */
 .block .col li a {
   /*color: #000;*/
   }

/* X------- list item header links in a column */
 .block .col li h1 a {
   /*color: #000;*/
   }

/* ---------------------------- END COLUMNS ---------------------------- */

/* ---------------------------- MAIN CONTENT: images ---------------------------- */

/* X------- default image (thumbnail) */
 .block img {
   float: left;
   margin: 0 20px 0 0;
   width: %100;
   border: 1px solid #000;
   }

/* X------- thumbnail images used in "special sections" */
 .block img.specialSection {
   float: left;
   margin: 0 15px 0 0;
   width: 85px;
   border: none;
   border: 1px solid #000;
   }

/* X------- large thumbnail images */
 .block img.bigthumb {
   width: 100px;
   border: 1px solid #000;
   }

/* X------- large & medium image containers */
.block .contentblock .image-med,
 .block .contentblock .image-large {
   display: block;
   float: left;
   width: 100%;
   text-align: center;
   }

/* X------- large & medium images - shared styles */
.block .contentblock p.image-med img,
 .block .contentblock p.image-large img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0;
   }

/* X------- large image */
.block .contentblock .image-large img,
 .block .contentblock img.image-large {
   width: 300px;
   }

/* X------- medium image */
.block .contentblock .image-med img,
 .block .contentblock img.image-med  {
   width: 100px;
   }

 .block .contentblock .floatR {
   float: right;
   margin: 0 0 0 10px;
   }

/* ---------------------------- MISC - generic & specific styles ---------------------------- */

/* X------- adds a 10px space above this element */
.block .spacer,
.block .contentblock .spacer,
 .block .contentblock.spacer {
   padding-top: 10px;
   }

/* X------- variation for list items to allow for bullets as background images */
.block li.spacer,
.block .contentblock li.spacer,
 .block .contentblock .col li.spacer {
   margin-top: 10px;
   padding-top: 0;
   }

/* X------- sets a fixed height and allows for scrollable content if necessary */
 .block .scrolling {
   height: 120px;
   border: 1px solid #9e9a9b;
   overflow: auto;
   padding: 10px;
   margin: 10px 0 0 0;
   background: #fafafa;
   }

/* X------- containter specific to housing a list.  Different margins from standard contentblock.  Used for blog entries. */
 .block .listBlock {
   margin: 0 0 5px 0;
   }

/* X------- listBlock paragraph */
 .block .listBlock p {
   }

/* X------- time and date stamp found in some blog entries */
 .block .dateStamp {
   font: normal 11px Arial, Helvetica, sans-serif;
   color: #333;
   }

/* X------- allows paragraph tags to flow into each other - Used for some blog entries. */
 .block .inline p {
   display: inline;
   }

/* X------- right justifies content */
 .block .right {
   text-align: right;
   float: right;
   padding: 0;
   margin: 0;
   display: block;
   }

/* X------- right justified link */
 .block .right a {
   }

/* X------- removes margins and padding */
 .block .tight {
   margin: 0;
   padding: 0;
   }

/* X------- removes top and bottom margins and padding from list items */
.block .tight li,
 .block li.tight {
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 0;
   }

/* X------- sets font size in tables.  Necessary to override global styles. */
 .block table {
   font-size: 12px;
   }


/* X------- center justifies content */
 .block .center {
   text-align: center;
   }

/* X------- one pixel solid line divider */
 .block .hr {
   border-top: 1px solid #ccc;
   }


/* ---------------------------- FORMS ---------------------------- */

/* X------- assigned to an input - forces a line break */
 .block .btn {
   display: block;
   margin: 10px 0;
   }

/* X------- styles applied to a textarea form element */
 .block textarea {
   font: normal 10px verdana, arial, helvetica, sans-serif;
   padding: 5px;
   border: 1px solid #9e9a9b;
   }

/* ---------------------------- FOOTER ---------------------------- */

/*########################## 7. FOOTER #############################*/

/*  ------- footer container */
.footer {
	font: normal 11px arial, helvetica, sans-serif;
	padding: 0px 10px 10px 10px;
	display:block;
	border-top: 1px solid #ccc;
        width:1000px;
	}
.footer table {
	font: normal 11px arial, helvetica, sans-serif;
}
.footer .copyrightlink{
font: normal 11px arial, helvetica, sans-serif;
}


/*  ------- footer links */
.footer a:link,
.footer a:active  {
	color: #000;
	padding: 0 0px 0 0px;
font-size:11px;
	}
.footer a:hover {
font-weight:normal !important;
}
.footer a:visited {
color:#666 !important;
}
.myyahooheadbutton img{
margin-top:-10px;
}


.layoutfooterlinks{
display:none;
}




/* Featured Links */
.featuretitle{
background-color:999999;
font:bold 15px Arial;
color:#ffffff;
padding-left:10px;

}

.homeArticleLinkText a{
text-decoration:none;
color:#333333;
padding-top:6px;
}

a.homeArticleLinkText:hover{
text-decoration:underline;
font-weight:normal !important;
}
a.homeArticleLinkText:visited{
color:#666 !important;
}


/* --------------------------------------------------------------------------------------------------
hack for floated elements in freeforms containers - makes the box expand for fit content in firefox */

.header:after,
.headerAlt:after,
.contentblock:after,
.footer:after,
 .clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

.header,
.headerAlt,
.contentblock,
.footer,
 .clearfix {
   display: inline-block;
   }

/* Hides from IE-mac \*/
* html .header,
* html .headerAlt,
* html .contentblock,
* html .footer,
 * html .clearfix { height: 1%; }

.header,
.headerAlt,
.contentblock,
.footer,
 .clearfix { display: block; }
/* End hide from IE-mac */

/* END clearfix hack
------------------------------------------------------------------------------------------------- */

.lnbbgcolor{width: 985px; margin: 0 7;}
.lnbbgcolor td {background-color: #fff}
.lnbbgcolor .navaa{font: bold 14px arial, helvetica, sans-serif; color: #0b3772; background: transparent 

url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113526_bg_block1Head.gif) repeat-x 0 0;}
.lnbbgcolor a{font: normal 11px verdana, arial, helvetica, sans-serif; color: #30598d;}

/* ---------------------------- BLOCK2 STYLES ---------------------------- */

/* x------- block2 freeform container - appended to block */
.block2 {
   }

/* X------- main block2 header */
.block2 h1 {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113526_bg_block1Head.gif) repeat-x 0 0;
   padding: 7px 10px 7px 12px;
   font: bold 14px arial, helvetica, sans-serif;
   color: #0b3772;
   border-bottom: 1px solid #d5dae2;
   }

/* X------- alternate block2 header */
.block2 h1.alt {
   border-bottom: 1px solid #859bb9; 
   }

/* X------- alternate block2 header container */
.block2 .headerAlt {
  /* border-top: 1px solid #d5dae2; */
   padding-top: 10px;
   }


/* X------- main containter for freeform content (used within a 'block' container) */
.block2 .contentblock {
   margin: 10px 10px 0 10px;
   }

/* X------- primary conent header */
.block2 .contentblock h1 {
   font: bold 14px arial, helvetica, sans-serif;
   color: #333;
   }

/* X------- primary conent header link */
.block2 .contentblock h1 a:link,
.block2 .contentblock h1 a:visited,
.block2 .contentblock h1 a:active {
   color: #333;
   }

/* X------- primary conent header */
.block2 .contentblock h2 {
   font: bold 12px arial, helvetica, sans-serif;
   color: #333;
   }

/* X------- primary conent header link */
.block2 .contentblock h2 a:link,
.block2 .contentblock h2 a:visited,
.block2 .contentblock h2 a:active {
   color: #333;
   }


/* X------- adjusts the margins for scrolling div */
.block2 .scrolling {
   margin: 0;
   border-color: #d1d7df;
   border-top: none;
   }

/* ---------------------------- END BLOCK2 STYLES ---------------------------- */

/* ---------------------------- BLOCK3 STYLES ---------------------------- */

/* X------- block3 freeform container - appended to block */
.block3 {
   padding: 0;
   }

/* X------- block3 header container */
.block3 .header,
.block3 .headerAlt {
   background: #fff url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113651_bg_block3Head.gif) repeat-x left 34px;
   }

/* X------- block3 alternate header container */
.block3 .headerAlt {
   background: #083571 url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113651_bg_block3Head.gif) repeat-x left top;
   border-bottom: none;
   }

/* X------- main block3 header */
.block3 h1 {
   padding: 10px 8px 6px 8px;
   border-bottom: 1px solid #ccc;
   background: #083571 url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113651_bg_block3Head.gif) repeat-x left top;
   color: #fff;
   }

/* X------- main block3 header link */
.block3 h1 a:link,
.block3 h1 a:visited,
.block3 h1 a:active  {
   color: #fff;
   }

/* X------- alternate block3 header */
.block3 h1.alt {
   }

/* X------- block3 header container - head text */
.block3 .header h1 {
   padding: 10px 8px 2px 8px;
   background: transparent;
   border: none;
   color: #083571;
   }

/* X------- block3 alternate header container - head text */
.block3 .headerAlt h1 {
   padding: 10px 8px 8px 8px;
   border-bottom: none;
   color: #fff;
   }


/* ---------------------------- BLOCK4 STYLES ---------------------------- */

/* X------- main block header */
.block4 h1 {
   background: #7f9dc3 url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113836_bg_block4Head.gif) repeat-x left bottom;
   border: 1px solid #8199bb;
   color: #fff;
   padding: 5px 10px;
   margin: 0;
   }

/* X------- default header links */
.block4 h1 a:link,
.block4 h1 a:visited,
.block4 h1 a:active  {
   color: #fff;
   }

/* X------- main block header container & alternate */
.block4 .header,
.block4 .headerAlt {
   background: #e5eaf1;
   border: 1px solid #8199bb;
   border-bottom: none;
   }

/* X------- main block header (when in a header container) */
.block4 .header h1 {
   border: none;
   }

/* X------- item on right of header text */
.block4 h1 .headerLinkR a {
   color: #fff
   }


/* X------- default tab */
.block4 .tabs li {
   background-color: transparent;
   }

/* X------- selected tab */
.block4 .tabs li.selected {
   font-weight: bold;
   }

/* X------- main containter for freeform content (used within a 'block' container) - also see hack styles below  */
.block4 .contentblock {
   background: #e5eaf1;
   padding: 8px;
   border: 1px solid #8199bb;
   border-top: none;
   margin: 0;
   }

/* X------- alternate containter for freeform content (used within a 'block' container in addition to 'contentblock') */
.block4 .contentblockAlt {
   background: #fff;
   }

/* X------- primary conent header */
.block4 .contentblock h1 {
   background-color: transparent;
   color: #333;
   }

/* X------- primary conent header link */
.block4 .contentblock h1 a:link,
.block4 .contentblock h1 a:visited,
.block4 .contentblock h1 a:active {
   color: #333;
   }

/*  X------- horizontal list - list item */
.block4 .horiz li {
   border-left: 1px solid #30598d;
   }

/*  X------- horizontal list - list item - link */
.block4 .horiz li a:link,
.block4 .horiz li a:visited,
.block4 .horiz li a:active {
   color: #30598d;
   }

/* X------- one pixel solid line divider */
.block .hr {
   border-top: 1px solid #8199bb;

   }

/* ---------------------------- END BLOCK4 STYLES ---------------------------- */

/* ------------ Start blogBox Styles ------------ */
#blogBox a{font-size: 12px}
/* ------------ End blogBox Styles ------------ */

/* ------------ Start regularImages Styles ------------ */
.regularImages img{width: auto;}
/* ------------ End regularImages Styles ------------ */

/* ------ BEGIN Financial Content Snapshot ------ */
.snapShot table{display: inline;}
/* ------ END Financial Content Snapshot ------ */


/* ---------------------------- COMPLEX LISTINGS STYLES ---------------------------- */

.complexListingBox {
   font: normal 12px arial, helvetica, sans-serif;
   line-height: 18px;
   }



.complexListingBox br {
display: none;
}

.complexListingFooter {
  display: none;
}

.complexListingBox a:link,
.complexListingBox a:visited,
.complexListingBox a:active {
   color: #30598d;
   text-decoration: none;
   }

.complexListingBox a:hover {
   color:#c00;
   text-decoration: none;
   }

.listingItemTitle {
   font: bold 14px arial, helvetica, sans-serif;
   color: #000;
   text-decoration: none;
   line-height: normal;
   margin-top: 5px;
   margin-bottom: 10px;
   display: block;
   }

.layout5FeatureItemBox .listingItemTitle {
   margin-top: 0;
   }

.complexListingSubTitle {
   display:block;
}

.complexListingItemPhotoCredit{display: none}

a.listingItemTitle:link,
a.listingItemTitle:visited,
a.listingItemTitle:active {
   color: #000;
   }

a.listingItemTitle:hover {
   color:#405064;
   text-decoration: underline;
   }

a.complexListingTitle {
   /*display: none;*/
   font: bold 16px arial, helvetica, sans-serif;
   color: #9b0f0e;
   }

a.complexListingTitle:link,
a.complexListingTitle:visited,
a.complexListingTitle:active {
   color: #000000;
   }

.complexListingBox li.listNoImage {
   list-style: none;
	background: transparent url(http://extras.mnginteractive.com/live/media/site22/2009/0507/20090507_112453_BlueBullet.gif) no-repeat 0 5px;
   font: normal 11px verdana, arial, helvetica, sans-serif;
   line-height: 1em;
   margin: 0px 0 3px 0;
   padding: 0;
   display: block;
   }

.complexListingBox a.complexListingLink {
   display: block;
   line-height: 14px;
   margin-left: 10px;
   padding: 0;
   color: #424E66;
   }

a.complexListingLink:hover {
   color: #405064;
   text-decoration: underline;
   }

a.complexListingMoreHeadlines {
   font-weight: bold;
   margin: 0 0 5px 0;
   }

.lastUpdatedDate {
   font: normal 10px verdana;
   color: #666;
   margin: 0;
   padding: 0;
   }

.listing3Image {
   margin: 0 10px;
   }

.articleListingDivider {
   display: none;
   }

a.complexListingMoreHeadlines {
   line-height: 10px;
   display: block;
   clear: both;
   }

/* --- FIX for ie - rendering differently due to lack of ul tag --- */
*html .complexListingBox li.listNoImage {
   clear: both;
   line-height: 14px;
   background-position: 0 6px;
   }

*html .complexListingBox li.listNoImage a {
   margin: 0;
   padding: 0 0 0 10px;
   text-indent: -15px;
   }
/* --- END ie fix --- */

 /*Style for the Complex Listing Article Blurb*/
.listingArticleBlurb {
margin-bottom: 5px;
margin-top: -5px;
font-family: Arial;
font-size: 12px;
color: #000;
}

.listingArticleLinkTo {
   font-weight: bold;
   font-size: 10.5px;
   color: #575E68 !important;
   }

.listingArticleLinkTo:hover {
   text-decoration: underline !important;
   }


 /*Style for the Complex Listing Item Photo*/
 .complexListingItemPhoto{font-size:10px;}

/*Style for the Complex Listing Item Image*/
 .complexListingItemImage{font-size:10px;}

 /*Style for the Complex Listing Item Photo Credit Text*/
.complexListingItemPhotoCredit{font-size:10px;text-align:left;}


/* --- SPECIAL DIV DESIGNED TO DIFFERENCIATE THIS FROM THE STANDARD COMPLEXLISTING --- */

#mainStory .listing3Image {
   margin-right: 10px;
   }

#mainStory .listingItemTitle {d
   font: bold 18px arial, helvetica, sans-serif;
   color: #000;
   text-decoration: none;
   line-height: normal;
   }

/* --- END MAINSTORY --- */





/* ------------------- MEDIA PORTLET -------------------*/

.mediaPortlet {
   }

.mediaImage {
   margin-bottom: 5px;
   }

.mediaCaptionTitle {
   font: bold 12px verdana;
   }

.mediaCaption {
   font-size: 11px;
   }


a.mediaLinkText:link,
a.mediaLinkText:visited,
a.mediaLinkText:active {
   font-size: 11px;
   color: #111a70;
   text-decoration: none;
   }

a.mediaLinkText:hover {
   color:#c00;
   text-decoration: none;
   }



.mediaPhotoCredit {
   font-size: 9px;
   color: #666;
   float: right;
   }

/* ------------------- END MEDIA PORTLET -------------------*/

/* ---------------------------- END COMPLEX LISTINGS STYLES ---------------------------- */

/*************************************************Begin Misc. Component Styles**********************************************/

/* ------ BEGIN Calendar Box ------ */
.calendarBox {
   background: #930706  url(http://extras.mnginteractive.com/live/media/site571/2007/0402/20070207_041913_bg_calendar.jpg) no-repeat top;
   border: 1px solid #8C0E0F;
   font: 12px arial, helvetica, sans-serif;
   width: 318px;
   padding: 45px 0px 10px 0px;
   float: left;
   border: 1px solid #8c5153;
   }

.calendarBox a {
   color: white;
   text-decoration: none;
   }

.calendarBox a:hover {
   text-decoration: underline;
   }

.calendarLeftColumn {
   margin: 0;
   padding: 5px 10px 0 14px;
   float: left;
   border-right: 1px solid #b7c997;
   width: 125px;
   }

.calendarLeftColumn ul {
   margin: 0;
   padding: 0;
   }

.calendarLeftColumn ul li {
   color: white;
   margin-bottom: 1px;
   }

.calendarLeftColumn input {
   height: 18px;
   width: 118px;
   border: 1px solid #A4C7DA;
   margin-bottom: 11px;
   font: normal 11px verdana;
   }

.calendarSearch {
   float: left;
   }

.calendarRightColumn {
   float: left;
   padding: 10px 10px 0 18px;
   }

.calendarRightColumn ul {
   margin: 0;
   padding: 0;
   list-style-position: inside;
   }

.calendarRightColumn ul li {
   font-size: 11px;
   line-height: 14px;
   color: white;
   }

.calendarSubmit {
   float: left;
   width: 100%;
   margin: 0;
   padding: 0;
   }

.calendarSubmit .submitSearch {
   margin-left: 12px;
   border: none;
   cursor: pointer;
   }

.calendarSubmit .submitOther {
   margin-left: 102px;
   border: none;
   cursor: pointer;
   }

.X {color:#FFFFFF; line-height: 10px;}

/* ------ END Calendar Box ------ */


/* ------ Breaking News Header  ------ */

.breaking {
 font: bold 18px Arial, Helvetica, sans-serif;
 color: #000000;
}

/* ------ END Breaking News Header ------ */

/* ------ Poll Freeform ------ */

.related {
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #3A5B86;
}

/* ------ End Poll Freeform ------ */

/* ------ Section Head Text Styles ------ */

#pageHead {
    border-bottom: 1px solid #335791;
    margin: 0px 0px 10px 0px;
    }

#pageHead h1 {
    font: bold 24px Georgia, "Times New Roman", Times, serif;
    color: #9b0f0e;
    padding: 0;
    margin: 0 0 2px 0;
    }

#pageHead #dateStamp {
    color: #414479;
    font: bold 11px Arial, Helvetica, sans-serif;
    float: right;
    margin-top: 10px;
    }

/* ------ END Section Head Text Styles ------ */


/* --- BEGIN Most Popular Freeform Styles --- */
/* BEGIN Most Popular Default Styles */
 
.mostWidth { width: 300px; }
.mostViewedBox A { text-decoration: none; }
.mostTabsBox { margin: 0; padding: 0; font-weight: bold; }
.mostTabsBox LI{ float:left; padding:5px 5px 5px 5px; list-style:none; }
.mostTabsBox LI A { color:#000; }
.mostHeader { padding:8px 15px 0px 7px; }
.mostNote { float:left; }
.mostRss { float:right; }
.mostClear { clear:both;margin:0;padding:0; }
.mostTab { background:#999; }
.mostTabSelected { background:#ccc; }
.mostTabBody { border:solid 3px #ccc; }
 

.mostViewedBox {
	color: #000;
	display: block;
	float: right;
	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
        /*line below is new 4.3.08 */
         margin-left:8px;
        margin-right:20px;
	/*width: 100%;*/
	position: relative;
	background: url(http://extras.mnginteractive.com/live/media/site20/2009/0427/20090427_103404_MEMV-head_bg.jpg ) repeat-x;
	}

.mostViewedBox a:active {
	outline: none !important;
	}

.mostViewedBox a:focus { 
	-moz-outline-style: none;
	}

ul.mostTabsBox {
	height: 25px;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear:both;
	width: 245px;
	padding: 0 40px 0 3px;
	background: url(http://extras.mnginteractive.com/live/media/site20/2009/0427/20090427_103404_MEMV-head_bg.jpg ) repeat-x;
	}


.mostTabsBox li {
	float: left;
	white-space: nowrap;
	line-height: 12px;

	margin: 0;
	padding: 0;
	background: none;
	}

.mostTabsBox li a {
	margin: 0;
	padding: 7px 9px 6px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	color: #000;
	}

.mostTabsBox li a:hover {
	color: #000;
	text-decoration: underline;
	}
.mostTabBody li a:visited {
        color: #000;
	text-decoration: none;
}
.mostTabsBox li.mostTabSelected {
	margin: 0;
	padding: 0;
	background: url(http://extras.mnginteractive.com/live/media/site20/2009/0427/20090427_110259_MEMV-top_tab.jpg) no-repeat 0px 0px;
	color: #000;
       width:104px;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	color: #000;
	padding: 7px 9px 6px;
	text-decoration: none;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	background:transparent url(http://extras.mnginteractive.com/live/media/site20/2009/0427/20090427_110259_MEMV-top_tab.jpg) no-repeat 0px 0px;
       width:104px;	
	}

.mostTabsBox li.mostTabSelected a:hover {
	color: #000;
	text-decoration: underline;
	}

.mostHeader {
	clear: both;
	padding: 5px;
	font: normal 11px verdana;
	color: #333333;
	}

.mostNote {
	padding-bottom: 6px;
	}

.mostRss img {
	vertical-align: middle;
	border: none;
	position: absolute;
	top: 5px;
	right: 5px;
	}

.mostTabBody {
	margin: 0pt 0pt 2px;
	padding: 8px;
	border: 1px solid #cecece;
	border-top: none;
	background: #fff;

	}

.mostTabBody ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.mostTabBody li {
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	}

.mostTabBody li a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.mostTabBody li a:hover {
color: #990000;
	text-decoration: underline;
	}

/* --- END Most Popular Freeform Styles --- */

/* ------ BEGIN Forum Box Styles ------ */

#forumBlock a{display: block; text-indent: 10px; background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_114912_blt_arrowBlue.gif) no-repeat 0px 3px;}
#forumBlock h1 a {background: none}
#forumBlock a img{width: auto; height: auto; padding: 0; margin: 0; border: none; display: none}
#forumBlock .ptBullet{display: none}
#forumBlock {margin-top: 10px;}  

.region5 #forumBlock {width: 302px; border-right: 1px solid #D1D7DF;}     /* fix IE gutters */
.region5  div.fc {width: 285;}                             /* fix market update sizing in Firefox */
.region5 .contentblock.regularImages.snapShot {width:  auto;}


/* ------ END Forum Box Styles ------ */

/*************************************************Global Article Page Styles**********************************************/
/* ------ Article Display Portlet ------ */
#imagePopUp .articleImageCaption{color: #fff}
.articleBox {}
td.articleBox {}
.articleBody {font: 12px Arial, Helvetica, sans-serif;}
.articleBody p {margin-top:15px;}

.articlePosition1{}
.articlePositionSub1{}
.articlePositionHeader{}
.articlePositionFooter{clear: both;}
.articleEmbeddedViewerBox{}

.articleImage{}
.articleEmbeddedAdBox{}
.articleEmbeddedAdRule{}
.articleEmbeddedAdHeader{}

div.articleOptions {color: #000;font: normal 10px arial, helvetica, verdana, sans-serif;margin: 10px 0; text-align: left;}
a.articleOptions {color: #111a70;}
a.articleOptions img {margin-bottom: -4px;}

.articleOptions {
   border-bottom-style: dotted;
   border-width: 1px;
   padding-bottom: 6px;
   }

.articleOptions .articleOptions { border-bottom-style: none;}

.articleDate{color:#000; 11px Arial}
.articleOverline{font: bold 13px Georgia, "Times New Roman", Times, serif; color: #333; margin: 0 0 5px 0; padding: 0;}
.articleSubTitle{color: #333;}
.articleTitle{color:#000; font: 20px Arial;}
.articleByline { color: #555; font-weight: bold; margin-top: 10px}

.articleBox{padding-bottom: 40px;}
.articleFooterLinks div.articleOptions{float: left; width: 100%; clear; right;}
/* ------ End Article Portlet  ------ */

/* ------ Embedded Photo Viewer ------ */
/* ********* Start Embedded Image Viewer/Gallery Styles ************ */
/***DIV Surrounding the entire embedded image viewer/gallery position 1 and related content***/
.articleViewerGroup{
   text-align:right;
   margin: 0;
   float: right;

}

/***SPAN tag around the embedded image viewer/gallery***/
.articleEmbeddedViewerBox{
   text-align:left;

   /*Added*/
   background-color: #CDCED2;
}

/*Added*/
.articleEmbeddedViewerBox, #photoviewer{
   position: relative;
   float: left;
   right: 4px;
   top: 4px;
}

.articleBody .footer{
   display: none;
   }


/* ----------------- WEATHER ------------------------- */

.region2 .weatherBox {
  width:95% !important;
  margin:auto;
}

.weathercontent {
	font: normal 10px arial;
	color: #ffffff;
}

.weathercontent .weatherfivedaylink {
	color: #ffcc66;
	font: normal 10px arial;
}

.weathersectionlink {
	font: bold 12px arial;
}

.region2 table.weatherBox td {
	font-size: 12px;
}

.region2 #flight_delays {
	margin-top: 30px;
}

.region2 table.weatherBox {
	margin-top: 20px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.region2 .weatherHead {
	text-align: center;
}

.region2 .weatherBox table {
	width: 100%;
}

.region2 td.weatherHead {
	padding-top: 10px;
}

.region2 .weatherLink img {
	margin-top: 12px;
}

.region2 .wthrDay {
	font-weight: bold;
}

.region2 .weatherHead {
	font-size: 15px !important;
	color: #000;
}

#current_conditions {
	border: 1px solid #A8C4D2;
}

#current_conditions table {
	margin: 0px 25px 25px;
}

#current_conditions .weatherText {
	font-style: italic;
}

#current_conditions .weatherSubTitle {
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}

#current_conditions .weatherHead {
	padding-top: 15px;
}

#flight_delays {
	margin-top: 30px;
	text-align: center !important;
}

#flight_delays table {
	text-align: center;
	font-size: 10px;
	width: 600px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#flight_delays table td {
	font-size: 11px;
	padding: 10px;
	border-spacing: 0 !important;
}

.region2 .weatherBox {
	border: 1px solid #A8C4D2;
}

table#flight_delays {
	border: none;
}

.region2 .weatherBox table td {
	padding-bottom: 10px;
}

td.weatherText {
	text-align: center;
}

#current_conditions td.weatherText {
	text-align: left;
}

/* ------------------END WEATHER -------------------*/




/* **********************Contact us page ********************** */

.contactusinfo a:link {
  color: blue;
  text-decoration: underline;
  }

.contactusinfo {
  font-size: 12px;
  }


/* ************************** About US Page ********************* */

.generic-body {
  font:12px arial;
  margin-top: 20px;
}
.generic-body a:link {
  font: 12px arial;
  color: #606D7E;
  text-decoration: none;
}
.generic-body a:hover {
  font:12px arial;
  color: #606D7E!important;
  text-decoration:underline;
}
.generic-body a:visited {
  font:12px arial;
  color: #606D7E;
  text-decoration:none;
}

.g-body-text {
  margin-top: ;
  }

.titlebar {
  padding:10px 0 5px 0;
  font: 13px arial;
  font-weight:bolder;
}




/************************ Begin Poll Styles *************/

.pollsAnswer{
    background-color: #fff;
    font-family: verdana,arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
}

.pollsBox{
    background-color:#fff;
    width:100%;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: thin solid #B2B2B2;
}

.pollsHead{
    color:#000;
    background-color:#fff;
    font-family:verdana,arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:14px;
    text-indent:0px;
    vertical-align: middle;
    border-bottom: thin solid #B2B2B2;
    margin-top:0px;
}

.pollsQuestion{
    color: #000;
    background-color: #fff;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.pollsSubmit input{
  border: none;
  text-indent: -99999px;
  width: 65px;
  height: 26px;
  background: transparent url(http://extras.mnginteractive.com/live/media/site22/2009/0506/20090506_125338_votenowbutton.gif) no-repeat center top;
}

.pollsSubmit{
  text-align: center;
}

.pollsViewResults{
    color:#E0E5DC;
    background-color:#333;
    font-family:verdana,arial,sans-serif;
    font-style:normal;
    font-size:11px;
    text-align:center;
}

.SubHeadTitle {
   border-bottom: thin solid #CCCCCC;
   margin-bottom: 7px;
   margin-top: 20px;
   font-family: Verdana;
   font-size: 16px;
   }

.SubHeadTitleTop {
   border-bottom: thin solid #CCCCCC;
   margin-bottom: 7px;
   font-family: Verdana;
   font-size: 16px;
   }


.SectionHeader {
   border-bottom: dotted 1px;
   font-family: Arial;
   font-weight: bold;
   font-size: 18px;
   color: #000;
   margin-bottom: 15px;
   }

.MoreLink {
   font-size: 11px;
   position: absolute;
   margin-top: -25px;
   margin-left: 600px;
   _margin-left: 590px;
   }

td .preHeaderRegion {background-color: white;}

/*********************** Begin Spotlight ***********************/

.SpotlightImage {
   margin: 5px;
   }

.SpotlightHeader {
   font-family: Verdana;
   font-weight: bold;
   font-size: 12px;
   }


.SpotlightText {
   font-family: Verdana;
   font-weight: normal;
   font-size: 11px;
   }

.SpotlightBody {
   margin-top: -5px;
   }

/*********************** End Spotlight ***********************/

/************************ End Poll Styles *************/

.copyrightPage {
   background-color: white;
   width: 620px;
   font-family: Arial,Helvetica;
   font-size: 12px;
   text-align: center;
   }

/* ********* Embedded Image Viewer/Gallery Styles ************ */
/***DIV around the viewer***/
#photoviewer {
   width:200px;
   padding: 0px;
   border: 1px solid #000;
   margin: 0px 0px 10px 0px;
   text-align: left;
}

#photoviewer div.controlbox {
   background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1212/20061212_113526_bg_block1Head.gif) repeat-x 0 0;
}

/***SPAN around the "click to enlarge text"***/
#photoviewer .clicktoenlargephoto {
   margin: 0;
   height: 14
   }

/************************************** 16. Site Map Page ***************************************/

.siteMapWrapper {
  font: 12px arial;
  color: #000;
}

.siteMapLink  {
  font-size:12px;
  color:#424E66;
  text-decoration:none;  	
}
a.siteMapLink:hover {
  font-size:12px;
  color:#424E66 !important; 
  text-decoration:underline !important;  	
}
a.siteMapLink:visited {
  font-size:12px;
  color:#424E66 !important;
  text-decoration:none;  	
}

#ArchiveSearch .region2 {
   padding-left: 100px;
   padding-right: 80px;
   }

/* ******************************************* Zvents box styles ********************************* */

div.zvents_clear {clear: both;}

.zvents_invertednav {padding: 0;width: 100%;border-top: 5px solid #3F5064;background: transparent;voice-family: "\"}\"";voice-family: inherit;}
.zvents_invertednav ul {margin:0;margin-left: 5px;padding: 0;list-style: none;}
.zvents_invertednav li {display: inline;margin: 0 2px 0 0;padding: 0;text-transform:uppercase;}
.zvents_invertednav a {float: left;display: block;font: bold 11px Arial;color: black;text-decoration: none;margin: 0 1px 0 0;padding: 3px 5px;background-color: #CCCCCC;border-bottom: 8px solid white;}
.zvents_invertednav a:hover {background-color: #3F5064;padding-top: 5px;padding-bottom: 0;border-bottom-color: #3F5064;color: white;}
.zvents_invertednav .current a {background-color: #3F5064;padding-top: 5px;padding-bottom: 0;border-bottom-color: #3F5064;color: white;}

.zvents_title {border-bottom: thin solid #CCCCCC; margin-bottom: 7px; margin-top: 20px;}
.zvents_maincontainer {width:322px;border: 0px solid #3F5064;}

.zvents_topsection {background:#fff;padding:5px 10px;font:11px arial;text-align:left;}
.zvents_topsectionnote {font:11px arial;margin-bottom:5px;}
.zvents_topsection input,form {font:11px arial;margin:0;}

.zvents_searchlinks {float:right;font:9px arial;color:#039;}
.zvents_searchlinks a {color: #415065; text-decoration: underline;}
.zvents_searchlinks a:hover {color:#000;}
.zvents_calendarcontainer {background-color:#CCCCCC;border:1px solid #CCCCCC;padding:5px;text-align:center;margin-top:8px;}
.zvents_calendarcontainertitle {font:11px arial;float:left;}
.zvents_fivepixels {line-height:5px;}
.zvents_upcomingevents {padding-top:8px;padding-bottom:5px;font:11px arial;}
.zvents_upcomingevents ul {margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:5px;font:11px arial;}
.zvents_upcomingevents li {margin-left:-10px;list-style-type:none;font:11px arial;}
.zvents_upcomingevents a {font:11px arial;color:#039;line-height:1.3em;}
.zvents_upcomingevents a:hover {color:#000;}



/* ############################### 20. PMP Footer Links ################################ */

#pmplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #CCC;
	margin-top: 8px;
}
#pmplinks a {
	color: #000;
	text-decoration: none;
}
#pmplinks a:hover {
	text-decoration: underline;
}
.pmpcity {
	font-size: 10px;
	color: #333;
}



/*########################### 13. Feature Box Styles ##################################*/

.featureBox {
	font: normal .7em tahoma, arial, helvetica, sans-serif;
	width: 306px !important;
	margin-top: 10px;
	border: 1px;
	border: 1px solid #ccc;
	background: #e3e8ea url(http://extras.mnginteractive.com/live/media/site32/2009/0514/20090514_041331_SpotlightBackground.gif) repeat-x;
	padding: 4px;
    padding-bottom: 12px;
	}

.featureBox .worthaclick {text-align:center;}

a.featureHead  {
	padding-top: 2px;
	font:12px verdana, arial, helvetica, sans-serif;
    font-weight:bolder;
	color:#000;
	}
	
a.featureHead:hover {
	padding-top: 2px;
	font: 12px verdana, arial, helvetica, sans-serif;
    font-weight: bolder;
	color: #000;
    text-decoration: underline;
	}
	
a.featureHead:visited  {
	padding-top: 2px;
	font: 12px verdana, arial, helvetica, sans-serif;
    font-weight: bolder;
	color: #666;
	}
	
.featureItem img {
	display: block; 
	float: left;
	margin-right: 6px;
	}

.featureItem {
	display: block;
	font-size: 12px;
	padding: 5px;
	}

a.FB-more { 
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #053f53;
	text-decoration: none;
	}

a.FB-more:hover { 
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #053f53 !important;
	text-decoration: underline !important;
	}

a.FB-more:visited { 
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #053f53 !important;
	text-decoration: none;
	}

.featureImage {float: left;}

.featureBlurb {
	font-family: arial, helvetica, sans serif;
	font-size:12px;
	}

div.dottedline {
	margin-top: 4px;
	margin-bottom: 4px;
	}

div.dottedline img {width: 295px;}

.featureBox .spacer {
	margin-bottom: 5px; 
	margin-top: 5px;
	}

/*####################### End Feature Box Styles ###########################*/


/*################################### 16. Social  ####################################*/

/**  social links at the top of the article **/
a.articleOptions img {float: none; display: inline;}
div.sharing_widgets {float: right;width: 300px;white-space: nowrap;position: relative;top: 24;left: 30;z-index: 1000;}
div.sharing_widgets div {display: inline;}
div.sharing_widgets .fb_share_count_wrapper{float: none;}
div.sharing_widgets .fb_share_div {position: relative;top: -8;left: -20;}
.articleBox {display: block;position: relative;top: -11;}

html>body div#dcsocial
{
min-height: 0px!important;
}

div.sharing_widgets #dcsocial .dcsocial_id img {
vertical-align: top;
}

#dcsocial .dcsocial_id a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
                font-weight: bold;
	margin-bottom: 10px;
	color: #2A726C;
	vertical-align: top;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#toprightsocialpromo {
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

/************ Target Ad ***************/
 
.Target_Ad {float: left; margin-top: 3px;}
#maindiv0 span,#maindiv1 span,
#maindiv2 span,#maindiv3 span,
#maindiv4 span,#maindiv5 span,
#maindiv6 span,#maindiv7 span,
#maindiv8 span,#maindiv9 span,
#maindiv10 span,#maindiv11 span,
#maindiv12 span,#maindiv13 span,
#maindiv14 span
{padding-right: 4px !important; padding-left: 5px !important;}
 
/********** End Target Ad *************/

/********** Deal Bar *************/

#weeklybar2 {
margin: 0px;
padding: 2px;
height: 20px;
text-align: left;
}

