/* CSS for execed homepage */

#pageWrapper {
	margin: 0 auto;
	width: 768px;
	background: #f4e4d4;
	text-align: left;
}
#pageBody {
	width: 768px;
	background: url("http://www.stthomas.edu/business/images/globals/backgrounds/global_3col_white-grey.gif") repeat-y;
}
#pageBody #mainContent {
	width:768px;
}
.threeColExeced {
	background: url("http://www.stthomas.edu/business/images/globals/backgrounds/global_3col_white-grey.gif") repeat-y;
}


/*--------------------------------------------*/
/*------------- FEATURE HEADER ---------------*/
/*--------------------------------------------*/
#feature {
	width: 768px;
	background: url("images/globals/hd_execed.jpg") no-repeat top left #333;
	padding: 0;
	margin: 0;
	height: 75px;
	color: #000;
	text-align:left;
}


/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
#mainContent h4, #mainContent h4 a {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #7c777f;
	text-decoration: none;
	margin: 15px 0px -5px 0px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	margin/**/:/**/ 15px 0px -5px 0px; /*FOR IE6/WIN BROWSERS */
}

#mainContent ul.linkList {
	margin: 5px 0px -5px -22px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	margin/**/:/**/ 5px 0px 0px 18px; /*FOR IE6/WIN BROWSERS */
	color: #b96541;
}
#mainContent ul.linkList li {
	list-style: none;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	line-height: 1.1em;
}
#mainContent ul.linkList li a:link,
	#mainContent ul.linkList li a:visited,
	#mainContent ul.linkList li a:active {
	color: #b96541;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("http://www.stthomas.edu/business/images/globals/li_arrow-general.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#mainContent ul.linkList li a:hover {
	color: #383639;
}


/*------------------------------------------------------*/
/*------------- RIGHT COL, WHEN NOT NAV  ---------------*/
/*------------------------------------------------------*/

.threeCol ul.twoColList {
	list-style: none;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #b96541;
	margin: 10px 10px 0px 15px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	margin/**/:/**/ 0px 10px 0px 15px; /*FOR IE6/WIN BROWSERS */
	padding: 0px 0px 0px 1em;
	text-indent: -0.9em;
}
.twoColList li a:link,
	.twoColList li a:visited,
	.twoColList li a:active {
	color: #b96541;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("http://www.stthomas.edu/business/images/globals/li_arrow-general.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.2em;
}
.twoColList li a:hover {
	color: #383639;
}


/*--------------------------------------------*/
/*------------- 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 a:link,
	#shadedContent a:active,
	#shadedContent a:visited {
	color: #b96541;
	text-decoration: underline;
}


/*------------------------------------------------------*/
/*------------------- MISC STUFF  ----------------------*/
/*------------------------------------------------------*/
h2.execed {
	font-size: 2.2em;
}
img.execed {
	border: 6px solid #000;
	margin-top: 10px;
}
p.sans {
	font: 1.0em Arial, Helvetica, sans-serif;
}
