/* CSS Document */

/* Indestructable Boxes - rounded corner box that expands only vertically. Adjusted for dropped shadow */
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	margin: 0 10px 10px 10px;
	padding: 0 0 20px 0;
	background: #FFF url(../images/box_bottom.gif) no-repeat bottom left;
	float: right;
	}

.box h3 {
	margin: 0 0 8px 0;
	padding: 10px 20px 4px 20px;
	text-align: center;
	color: #1F60A9;
	background: #FFF url(../images/box_top.gif) no-repeat top left;
	}
	
.box h4 {
	margin: 0;
	padding: 5px 0 0 20px;
	font-size: 110%;
	background: transparent;
}
	
.box ul {
	margin: 0;
	padding: 0 20px 0 38px;
	list-style: url(../images/bullet-orange-triangle.gif) outside;
	}

.box ul li a, .box li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-decoration: none;
	line-height: 1.5em;
	}

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

.box p {
	margin: 0;
	padding: 10px 17px 0 20px;
}

	
