/* CSS for landing page */

#pageWrapper {
	margin: 0 auto;
	width: 768px;
	background: #fff;
	text-align: left;
}


/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
/*
THE FOLLOWING STYLES WON'T BE USED UNTIL THE COURSE CONTENT IS BROKEN INTO CHUNKS
#insetColumn {
	float: left;
	width: 100px;
	margin: 10px 15px 0px 15px !important;
	marg\in/**/   /*:/**/  /*10px 14px 0px 8px; /*FOR IE6/WIN BROWSERS */
/*}
#insetColumn img {
	border: 8px solid #000;
}
#insetColumn p {
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #7c777f;
}
#courseOverview {
	float: left;
	width: 367px;
	margin: 0px 15px 0px 0px !important;
	marg\in/**/  /*:/**/ /*0px 0px -20px 0px; /*FOR IE6/WIN BROWSERS */
/*}*/
.threeCols {
	float: left;
	width: 30% !important;
	w\idth/**/:/**/ 25%; /*FOR IE6/WIN BROWSERS */
	margin-right: 15px !important;
	marg\in-right/**/:/**/ 14px; /*FOR IE6/WIN BROWSERS */
}
#bothCol li {
	font-size: 1.1em;
}


/*--------------------------------------------*/
/*------------- SHADED CONTENT ---------------*/
/*--------------------------------------------*/
#shadedContent {
	clear: both;
	width: 768px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	w\idth/**/:/**/ 768px; /*FOR IE6/WIN BROWSERS */
	margin: 0px;
	padding: 0px;
	color: #383639;
	text-align: left;
}
#shadedContent p a:link,
	#shadedContent p a:active,
	#shadedContent p a:visited {
	color: #b96541;
	text-decoration: underline;
}
#shadedContent ul.linkList {
	list-style: none;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	margin/**/:/**/ 5px 0px 0px 0px; /*FOR IE6/WIN BROWSERS */
	padding: 0px;
}
.linkList li a:link,
	.linkList li a:visited,
	.linkList li a:active {
	color: #b96541;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("https://www.stthomas.edu/business/images/globals/li_arrow-general.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.4em;
}
.linkList li a:hover {
	color: #383639;
}

