/* 
	NEWSLETTERS template for Kiplinger.com
	developer:		Fitsum Belay
	start date:		9/18/2009
	updated: 		9/18/2009

*/

#breadcrumbs {
	background-color: #FFF;
}

#bd {
	background-color: #FFF;
	padding-left: 0;
	padding-right: 0;
}



#yui-main{
	margin-right: 0 !important;
	float: none !important;
	clear: both;
}


#bins,
#yui-main{	
	margin: 10px auto !important;
	width: 98% !important;
}



#bins .bins-container{
	width: 98%;
	margin: 0 auto !important;
	
}

#bins .row{
	width: auto;
	*width: 100%;
	display: inline-block;
	margin: 20px 0 0;
}

#bins div.column{
	float: left;	
	width: 30%;
	margin: 10px;
	border: 0 none;
	padding: 0;
}


#bins div.column h1{
	font-weight: bold
}

#bins div.column p a{
	color: #1D3B92;
}

#bins div.column .footer{
	width: 90%;
	*width: 102%;
	margin: 30px 0 0;
	display: inline-block;

}

#bins div.column .footer ul{
	margin: 3px 15% 0 13px;
	*margin: 3px 10% 0 16px;
	padding: 0;
	color: #1D3B92;
	float: right;
}


#bins div.column .footer ul li{
	*list-style-image: url("/images/bullets/dropdown-menu-bullet.png");
}

#bins div.column .footer ul li a{
	color: #1D3B92;
	font-size: 11px !important;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: bold;
}

#bins div.column .footer img{
	float: left;
	border: solid 1px #CCC;
	width: 74px;
	height: 96px;
	padding: 0;
}


#bins div.last ul{
	padding-top: 0;
	color: #000;
}

#bins div.last h1{
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}








