	.clearLeft {
			clear:left;
		}
		/*** pods ***/
			.pods {
				width:950px;
				margin:auto;
			}
			.pod {
				position:relative;
				width:840px;
				height:600px;
				margin:2px 0 1px 0;
				float:left;
			}
			.podShadow, .podContent {
				position:absolute;
				width:100%;
				height:100%;
				_height:600px; /* hack for IE6, because it's such a piece of junk */
			}

			/*** pod content ***/
				.podContent {
					background:#111;
					border:1px solid #0888CE;
					border-right-color:#0888CE;
					left:0;
					top:0;
				}
				.podContentHighlight {
					position:absolute;
					height:100%;
					top:0;
				}
				.podContentLeftHighlight {
					left:0;
					width:20px;
					background:#cef;
					opacity:.07;
					filter:alpha(opacity=7);
				}
				.podContentRightHighlight {
					right:0;
					width:20px;
					background:#000;
					opacity:.15;
					filter:alpha(opacity=15);
				}

			/*** pod shadow ***/
				.podShadow {
					/*background:#000;*/
					background:#1B99DF;
					border:1px solid #000;
				}
				.podShadow1 {
					opacity:.4;
					filter:alpha(opacity=40);
					left:3px;
					top:-3px;
				}
				.podShadow2 {
					opacity:.3;
					filter:alpha(opacity=30);
					left:6px;
					top:-6px;
				}
				.podShadow3 {
					opacity:.2;
					filter:alpha(opacity=20);
					left:9px;
					top:-9px;
				}
				.podShadow4 {
					opacity:.1;
					filter:alpha(opacity=10);
					left:12px;
					top:-12px;
				}
				.podShadow5 {
					opacity:.1;
					filter:alpha(opacity=10);
					left:15px;
					top:-15px;
				}

			.podHeading, .podHeading:link, .podHeading:visited, .podHeading:hover, .podHeading:active {
				display:block;
				text-align:center;
				color:#fff;
				font-size:14px;
				padding:5px 2px;
				text-transform:uppercase;
				letter-spacing:4px;
				padding:12px 0;
				background:#000 url(img/title-bg.gif) repeat-x left top;
				border-bottom:1px solid #181818;
			}

		/*** pod lists ***/
			.pod ul {
				padding-top:6px;
				margin-right:6px;
				padding-left:25px;
				margin-top:0;
				margin-left:0;
				color:#bbb;
			}
			.pod li {
				font-size:11px;
				padding-bottom:8px;
				list-style-image:url(img/arrows-orange-bullet.gif);
			}
			.pod li b {
				color:#fff;
			}

		/*** sub pods ***/
			.subPod, .subPod:link, .subPod:visited, .subPod:hover, .subPod:active {
				position:relative;
				display:block;
				/*font-size:11px;*/
				font: bold 12px Arial, Helvetica, sans-serif;
				color: #0888CE;
				/*border:1px solid #000;*/
				border:1px solid #0888CE;
				margin:9px 7px;
				padding: 0 10px  0 10px;
				/*background:#080c0f url(img/explanation-bg.png) repeat-y left top;*/
                background:#fff;// url(img/explanation-bg.png) repeat-y left top;
               
				_background:none; /* hack for IE6 (which doesn't support png with alpha, and paints over content) */
				text-decoration:none;
			}
	
			
			.subPod img {
				border:none;
				float:left;
			}
			.subPod img.logo {
				width:31px;
				height:31px;
				margin-right:9px;
			}
			.subPod .buttonLink {
				display:block;
				float:left;
			}
			.subPod .arrow {
				_display:none; /* hack for IE6 to hide these, because IE6 can't figure out positioning correctly */
				position:absolute;
				right:7px;
				bottom:7px;
				width:11px;
				height:9px;
				background:transparent url(img/orange-dotty-arrow-right.gif) no-repeat left top;
			}
		
			

		/*** key features pod ***/
			.podFeatures {
				width:250px;
				margin-left:0;
			}
			.podFeatures .podHeading {
				border-left:2px solid #ffa200;
			}
			.podFeatures li {
				list-style-image:url(img/check-mark.gif);
			}

		

		/*** community pod ***/
			.podCommunity {
				width:680px;
			}
			.podCommunity .podContent {
				/*background:#111a1f;*/
				background:#fff;
			}
			.podCommunity .podHeading {
				border-left:2px solid #00ffd8;
			}

		/*** news pod ***/
			.podNews {
				width:250px;
			}
			.podNews .podHeading {
				border-left:2px solid #ff6600;
			}
			.podNews ul {
				margin-bottom:0;
				height:auto;
				overflow:hidden;
			}
			.podNews li {
				border-bottom:1px dotted #555;
				padding:2px;
				margin-bottom:2px;
			}
			.podNews li:first-child {
				list-style-image:url(img/arrows-orange-collapsed.gif);
			}

			/*** feeds subpod ***/
				.podNews .feedsSubPod {
					padding:4px;
					background-color:#181c1f;
				}
				.podNews .feedsSubPod a,
				.podNews .feedsSubPod a:link,
				.podNews .feedsSubPod a:visited,
				.podNews .feedsSubPod a:hover,
				.podNews .feedsSubPod a:active {
					font-size:12px;
					color:#ccc;
					padding-left:20px;
					border:none;
					text-decoration:none;
					background:transparent url(img/blank.gif) no-repeat left top;
				}
				.podNews .feedsSubPod a:hover,
				.podNews .feedsSubPod a:active {
					color:#fff;
				}
