/**
 * Page Frame/Skeleton
 * Sets up basic structure for all CNNMoney pages
 * Pages consist of
 * 1) Header
 * 2) Body - may contain various layouts.  We will define two types loosely.
 *    a) 2 column (main [648px] & right rail [336px] with 10px gutter)
 *    b) 2 column under a top "canopy"
 * 3) Footer
 **/
 
body {text-align:center;}

/* Header */
#cnnHeader {}

/* Page body */
#cnnBody { text-align: left;}
.cnnBody_Left {float: left; overflow: hidden;}
.cnnBody_Right {float: right; overflow: visible;}

/* Footer */
#cnnFooter {}


/**************************** Basic elements *******************************/
/* Summary Styles */
/* elimates float side-effects for elements below summaryBlock*/
.summaryBlock:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.summaryBlock 		{display: inline-block;}
/* Hides from IE-mac \*/
* html .summaryBlock	{height: 1%;}
.summaryBlock			{display: block;}
/* End hide from IE-mac */




#TargetImageDE {display:none;}

.clearFloat {clear: both; line-height: 0px; font-size: 0px; height:0px;}
