/***********************************
/
/	PODS GENERAL
/
/**********************************/


#blogs_pod, #news_pod, #partners_pod, #leftnav_pod
{
	width: 304px;	/* FF */
	float: left;
	border: 0px green solid;
}

#main_pod
{
	width: 632px;	/* FF */
	float: left;
	border: 0px green solid;
}

#leftnav_pod
{
	margin: 10px 0px 10px 0px;
}

#leftnav_pod_content
{
	background-image: url("../images/pods/greypod_separator_bg.png");
	_background-image: url("../images/pods/greypod_separator_bg_ie6.jpg");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	width: 304px;	/* FF */
	padding: 5px 0px 0px 0px;		/* FF */
}


#blogs_pod_top, #news_pod_top, #partners_pod_top
{
	background-image: url("../images/pods/whitepod_top_bg.png");
	_background-image: url("../images/pods/whitepod_top_bg_ie6.jpg");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%; /* use this to contain the pods to a specified height*/
	float:none;
	overflow: hidden;
}

#main_pod_top
{
	background-image: url("../images/pods/main_whitepod_top_bg.png");
	_background-image: url("../images/pods/main_whitepod_top_bg_ie6.jpg");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%; /* 450pxuse this to contain the pods to a specified height*/
	float:none;
	overflow: hidden;
}

#main_pod_bottom
{
	background-image: url("../images/pods/main_whitepod_bottom_bg.png");
	_background-image: url("../images/pods/main_whitepod_bottom_bg_ie6.jpg");	/* IE6 */
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 40px;
	float:none;
}

#blogs_pod_bottom, #news_pod_bottom, #partners_pod_bottom
{
	background-image: url("../images/pods/whitepod_bottom_bg.png");
	_background-image: url("../images/pods/whitepod_bottom_bg_ie6.jpg");	/* IE6 */
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 40px;
	float:none;
}

#leftnav_pod_top
{
	background-image: url("../images/pods/greypod_top_bg.png");
	_background-image: url("../images/pods/greypod_top_bg_ie6.jpg");	/* IE6 */
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	width: 304px;	/* FF */
}

#leftnav_pod_bottom
{
	background-image: url("../images/pods/greypod_bottom_bg.png");
	_background-image: url("../images/pods/greypod_bottom_bg_ie6.jpg");	/* IE6 */
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 30px;
	width: 304px;
	float:left;
}

.podBottom_Link {
	background-image: url("../images/linkarrow_grey30.png");
	background-position: 4px 8px;		/* FF */
	background-repeat: no-repeat;
	padding: 2px 25px 0px 18px;		/* FF */
	.padding: 1px 25px 0px 18px;		/* IE7 */
	float: right;
}



/***********************************
/
/	BLOGS & NEWS
/
/**********************************/


.blog_item, .pod_item
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 240px;
	float: middle;
	display: block;
	background-color: #ffffff;
}

.blog_title_leftColumn
{
	width: 200px;
	margin: 0px;
	padding: 0px 12px 0px 20px;
	float:left;
}

.blog_title_rightColumn
{
	width: 50px;
	margin: 0px;
	padding: 0px;		/* FF */
	float:left;
	border: 0px red solid;

}

.blog_item_leftColumn
{
	width: 50px;
	margin: 0px;
	padding: 0px 12px 0px 20px;
	float:left;
}

.blog_item_rightColumn
{
	width: 200px;
	margin: 0px;
	padding: 0px;		/* FF */
	float:left;
	border: 0px red solid;

}

.blog_item_date
{
	color: #8c8c8c;
	margin-bottom: 3px;	
}

.blog_item_title, .news_item_title
{
	color: #1a1a1a;
	margin: 0px;
	padding: 2px 0px 0px 15px;		/* FF */
	float:left;
	line-height: 15px;
	height:85px;
	width: 190px;
	border: 0px red solid;
	overflow: hidden;
	background-image: url("../images/linkarrow_grey70.png");
	_background-image: url("../images/elements/linkarrow_grey70_ie6.jpg");	/* IE6 */
	background-position: 1px 6px;
	background-repeat: no-repeat;
}


