@charset "utf-8";
/* CSS Document */
/* ============================================================================== */
/* ================================ COLUMN 1 ==================================== */
/* ============================================================================== */
#school_col1 {
	float:left;
	width:600px;
	/* background-color:#0CF; */
	position:relative;
	color:#707070;
	margin-top:10px;
}
#pagephoto1, #pagephoto2, #pagephoto3 {
	position:absolute;
}
#pagephoto1 {
	left:25px;
	top:20px;
	z-index:30;
}
#pagephoto2 {
	left:205px;
	top:6px;
	z-index:20;
}
#pagephoto3 {
	left:365px;
	top:33px;
	z-index:10;
}
#photo_overlay {
	position:relative;
	float:left;
	clear:both;
	z-index:40;
	width:558px;
	height:274px;
	padding-left:15px;
}
p#school_msg{ padding-left:8px; }
#captions{
	padding-bottom:45px;
	float:left;
	clear:both;
	width:98%;
	padding-left:2%;
}
.caption_col {
	float:left;
	width:26%;
	padding-right:4%;
	padding-left:2%;;
}
.caption_col h3{
	font-weight:normal;
	font-size:138.5%;
	margin:0;
	padding:0;
	padding-bottom:6px;
	
}
.caption_col p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:93%;
}

/* ============================================================================== */
/* ================================ COLUMN 2 ==================================== */
/* ============================================================================== */
#school_col2 {
	float:left;
	width:350px;
	position:relative;
	/* background-color:#CCC; */
	color:#707070;	
	padding-top:30px;
	margin-right:-150px;
}
/* ============================= LOGO & BLURB =================================== */
h1#school_logo {
	width: 350px;
	height: 75px;
	background-image: url(../business_leadership/_images/school_logo.gif);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	margin-right:-50px;
	overflow:hidden;
}
h1#school_logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#school_blurb{
	display:inline;
	float:left;
	clear:both;
	width:95%;
	padding-left:5%;
	padding-right:5%;
	padding-top:5%;
	padding-bottom:5%;
}
#school_blurb_links{
	display:inline;
	float:left;
	clear:both;
	width:100%;
	padding-left:10%;
	padding-right:5%;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	
}
#school_blurb_links a{
	display:block;
	float:left;
	padding-right:20px;
	color:#707070;
	font-size:93%;

}
/* =============================== FEATURES ===================================== */
#school_features{
	float:left;
	clear:both;
	width:370px;
	padding-top:25px;
	margin-right:-50px;
}
#school_features h2{
	display:inline;
	float:left;
	width:115px;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:174%;
	padding-bottom:5px;
	color:#909172;
}
a#morenews{
	display:inline;
	float:left;
	width:213px;
	text-align:right;
	background-image:url(../_images/rss250x14.gif);
	background-repeat:no-repeat;
	background-position: right 11px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#content_features{
	float:left;
	clear:both;
	width:100%;
}
.content_features_feature {
	float:left;
	clear:both;
	display:inline;
	width:345px;
	padding-bottom:10px;
	padding-top:8px;
	padding-left:5px;
	margin:0;
}
.content_features_feature a.featurethumb {
	display:block;
	float:left;
	padding-right:11px;
	padding-top:2px;
	margin-top:-2px;
	padding-bottom:5px;
}
.content_features_feature a.featurehead {
	text-decoration:none;
	color:#572878;
}
#content .content_features_feature a.featurehead:hover {
	text-decoration:underline;
	color:#572878;
}
.content_features_feature span.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#572878;
}
.content_features_feature span.dot {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	color:#572878;
	margin-left:6px;
	margin-right:6px;
}
.content_features_feature span.teaser {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#707070;
}

