/**
* Spanky Corners -- CSS Rounded Corners by SitePoint
*
* Auto generated code by SitePoint.com
* Details @ http://tools.sitepoint.com/spanky/
* @version 1.0
 */
DIV.rounded_mh
{
	background: #D2F4FE url(../images/bl_5_d2f4fe_ffffff.gif) no-repeat bottom left;
	position: relative;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 1em 10px 0 0;
	height: 100%;
}
/*every element within 'div.rounded' gets the B-R corner*/
/*
DIV.rounded_mh *
{
	background: #D2F4FE url(../images/br_5_d2f4fe_ffffff.gif) no-repeat bottom right;
	padding: 0em 0em 0px 0;
	margin: 0 0 0px 0px;
	height: 100%;
}
*/
/*Scrub that B-R corner from all elements *2 or more* levels deep

div.rounded_mh * * {
padding: 0;
margin: 0;
background: none;
color: #333333;
height:auto
}

Set up some H's as 'box heads' with the T-R and T-L corners*/
DIV.rounded_mh H4
{
	color: #D2F4FE;
	background: #D2F4FE url(../images/tr_5_d2f4fe_ffffff.gif) no-repeat top right;
	display: list-item;
	list-style-image: url(../images/tlc_5_d2f4fe_ffffff.gif);
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0px 0 0 0px;
	font-size: 2em;
	position: relative;
}
