/* CSS Document */

/* Indestructable Boxes - rounded corner box that expands only vertically. NO dropped shadow */
.box_ns p, .box_ns h3, .box_ns h4, .box_ns ul, .box_ns li, .box_ns li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body .box_ns {
	width: 250px;
	margin: 25px 0 0 25px;
	padding: 0 0 10px 0;
	background: #FFF url(../images/box_bottom_250_ns.jpg) no-repeat bottom left;
	float: left;
	}

#body .box_ns h3 {
	margin: 0 0 8px 0;
	padding: 6px 20px 8px 20px;
	text-align: center;
	color: #1E4040;
	background: #FFF url(../images/box_top_250_ns.jpg) no-repeat top left;
	}
	
#body .box_ns h4, #body .box_ns h5 {
	margin: 0;
	padding: 8px 10px 0 12px;
	font-size: 110%;
	background: transparent;
}

#body .box_ns h5 {
	color:#336633;
	font-weight: bold;
}

#body .box_ns ul {
	margin: 0;
	padding: 0 20px 0 38px;
	list-style: url(../images/bullet-orange.gif) outside;
	}

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

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

#body .box_ns p {
	margin: 0;
	padding: 2px 10px 0 12px;
	font-size: .9em;
	line-height: normal;
}

	
