/***WELCOME BOX**************************************************************/
div#welcomeBox {
	border: 1px solid #f5ecb9;
	background: #fff url(//g.foolcdn.com/img/learn_to_invest/thirteen_steps/welcome_bg.jpg) repeat-x bottom left;
	height: 175px;
	padding: 0px 25px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#welcomeBox img {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 5px;
}

div#welcomeBox h2 {
	margin-top: 20px;
}

div#welcomeBox p {
	font-style: italic;
	margin: 10px 0 15px;
}

div#welcomeBox cite {
	font-size: 11px;
	font-style: normal;
}


/***TWO COLUMN LISTING*******************************************************/
div.twoColumnListing div.entry {
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 160px;
}

div.twoColumnListing div.entry h5 {
	color: #444;
}

div.twoColumnListing div.entry img {
	float: right;
	margin-top: 15px;
}


/***WELCOME BOX - HOW TO INVEST *******************************************/
body.how-to-invest div#welcomeBox {
	height: 190px;
}
body.how-to-invest div#welcomeBox img {
	margin-left: 0;
	margin-right: 20px;
}
body.how-to-invest div#welcomeBox a {
	display: block;
	background: #80d365 url(//g.foolcdn.com/img/how_to_invest/buttonBg.gif) repeat-x left bottom;
	height: 25px;
	padding: 10px;
	border: 1px solid #3ca43c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 250px;
	width: 221px;
}
body.how-to-invest div#welcomeBox a:hover {
	text-decoration: none;
}

/***TERMS BOX**************************************************************/
#investingTerms ul {
	padding: 0px;
}
#investingTerms ul li {
	list-style-type: none;
	color: #666;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#investingTerms ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}
#investingTerms ul li a {
	font-size: 14px;
}
#investingTerms ul li a.moreLink {
	font-size: 12px;
	padding-top: 6px;
	white-space: nowrap;
	display: inline;
}