@charset "utf-8";

/*------------------------------------------------------------*/
/* "Floating Box" below refers to a semi-3D, raised, gray box */

.floating-box-container { 
	float: right;
	width: 338px;
	margin: -25px -10px 10px 35px;
	position: relative;
	}

.floating-box-cap {
	position: absolute;
	float: left;
	margin: 0;
	}

.floating-box-middle { 
	background: url(/images/floating-box-slice.gif) repeat-y;
	}

.floating-box-middle h1 {
	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 20px;
}

.floating-box-middle ul {
	margin-right: 2em;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-left: 3em;
	list-style-image: url(/images/bullet.gif);
	}

.floating-box-middle li {
	padding-bottom: .6em;
	}