/* CSS Document */

/* Indestructable Boxes - rounded corner box that expands only vertically. Adjusted for dropped shadow */

.box {
	width: 250px;
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url(../images/box_bottom.gif) no-repeat bottom left;
	float: left;
	}

.box h3 {
	margin: 0 0 10px 0;
	padding: 8px 10px 5px 10px;
	color: #060;
	text-align: center;
	background: transparent url(../images/box_top.gif) no-repeat top left;
	}
	
.box h4 {
	margin: 0;
	padding: 0 15px 5px 15px;
	font-size: 110%;
	background: transparent;
}

.box p {
	margin: 0;
	padding: 0 17px 10px 15px;
	background: transparent;
}
	
.box ul {
	margin: 0;
	padding: 0 15px 10px 38px;
	list-style: url(../images/bullet-orange.gif) outside;
	background: transparent;
	}

.box ul li a, .box li {
	text-decoration: none;
	}

.box ul li a:hover {
	color: #FF0000;	
	}

	
