@charset "UTF-8";
/* CSS Document */


/* EB In a Nutshell
------------------------*/

.Nutshell {
	display:inline;
	height:auto;
	float:left;
	padding-left:15%;
	width:auto;
	margin-top:10px;
	padding-bottom:20px;	
}


/* Expander
---------------------------*/
.expander {
	width:640px;
	padding:20px;
	margin-left:30px;
	margin-bottom:20px;
	height:auto;
	display:none;
	cursor:pointer;
	z-index:1;
	padding-bottom:30px;
}

.expanderBg {
	width:640px;
	height:50px;
	background:url(../images/content/corporate/nutshell-more.png) no-repeat bottom;
	cursor:pointer;
}

.Nutshell li {
	list-style: url(../images/layout/bullet.png);
	padding-left:20px;
	line-height:40px;
	font-size:18px;
	letter-spacing:1px
}

.Nutshell li li {
	list-style: url(../images/layout/bullet-circle.png);
	padding-left:20px;
	margin-left:30px;
}

