/* CSS Document */

/* Indestructable Boxes - rounded corner box that expands only vertically. ns = NO dropped shadow */

.box_ns {
	width: 200px;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/box_bottom_ns.gif) no-repeat bottom left;
	}

.box_ns h3 {
	margin: 0 0 8px 0;
	padding: 5px 0 4px 7px;
	color: #333;
	font-weight: normal;
	background: #FFF url(../images/box_top_ns.gif) no-repeat top left;
	}
	
.box_ns h4 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 110%;
	background: transparent;
}

.box_ns p {
	margin: 0;
	padding: 3px 10px 10px;
}
	
.box_ns ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: url(../images/bullet-orange.gif) outside;
	}

.box_ns ul li a, .box li {
	font-size: 95%;
	text-decoration: none;
	line-height: 1.5em;
	}

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

	
