#PortalPuffThreeCols 
{
    float: left;
}

#PortalPuffThreeCols div.col 
{
    float: left;
    background: #b02d44 url(images/portalpuff_bottom.gif) repeat-x bottom left;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    margin-right: 10px;
    padding: 10px 0 3px 0;
}


#PortalPuffThreeCols dl 
{
    float: left;
    background: #fff;
    width: 215px;
    height: 210px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#PortalPuffThreeCols dt 
{
    position: relative;
    background-color: #ddd;
    height: 89px;
    overflow: hidden;
    vertical-align: bottom;
}

#PortalPuffThreeCols dt a
{
    position: absolute;
    left: 24px;
    bottom: 10px;
    padding: 0;
    width: 135px;
    overflow: hidden;
    font-size: 1.7em;
    color: #b02d44;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

#PortalPuffThreeCols dd 
{
    padding: 10px 10px 10px 24px;
}

#PortalPuffThreeCols dd a
{
    color: #1a171b;
    text-decoration: none;
}

#PortalPuffThreeCols dd a.readmore 
{
    color: #457a78;
    display: block;
    padding: 8px 0 8px 18px;
    background: url(images/readmore_arrow.gif) no-repeat left center;
}

   

#PortalPuffTwoCols 
{
    float: left;
    margin-top: 17px;
}

#PortalPuffTwoCols div.col 
{
    float: left;
    background: #fff url(images/portalpuff_bottom.gif) repeat-x bottom left;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    margin-right: 11px;
    padding: 0 0 3px 0;
}

#PortalPuffTwoCols div.colinner 
{
    padding: 3px 0 0 0;
    background: url(images/portalpuff_top.gif) repeat-x top left;
}


#PortalPuffTwoCols dl 
{
    width: 328px;
    height: 128px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}


#PortalPuffTwoCols dt 
{
    font-size: 1.7em;
    color: #457a78;
    font-weight: normal;
    padding: 21px 10px 10px 24px;
    margin: 0;
}

#PortalPuffTwoCols dt a
{
    color: #457a78;
    text-decoration: none;
}


#PortalPuffTwoCols dd 
{
    padding: 0 10px 10px 24px;
}

#PortalPuffTwoCols dd a
{
    color: #1a171b;
    text-decoration: none;
}

#PortalPuffTwoCols dd a.readmore 
{
    color: #457a78;
    display: block;
    padding: 8px 0 8px 18px;
    background: url(images/readmore_arrow.gif) no-repeat left center;
}

.puff-image-container
{
	float: left;
	width: 100%;
	border-top: 2px solid #b1b2b4;
	border-bottom: 2px solid #b1b2b4;
	margin: 15px 0 0 0;
	background: #f0f1f2;
}

.puff-image-container div.inner
{
	margin: 1px;
	padding-top: 12px;
	background: #fff;
	text-align: center;
}


