/* CSS Document */
/* = TBS SCHOOL INTRO BLOCK - MF 12/06/08
-------------------------------------------------*/

#school-intro-block {
	margin: 1em .8em .3em;  /* FROM .6EM .6EM .3EM*/
	position: relative;
	width: 57.9em; /* TJ added */
}

#school-intro-image {
	width: 100%;
	display: block;
}

/* = SO IE 6 DOESN'T SEE IT */
html>body #school-intro-image {
	height: auto;
}

#school-intro-content-wrapper {
	position: absolute;
	left: 0em;
	top: 0em;
	width: 19.1em;
	height: 24.4em;
}

#school-intro-content {
	width: 19.5em;   /* WAS width: 19.1em; BETH'S AMENDS */
	height: 24.4em;
	color: #fff;
	background: transparent url(TBS_intro_content_bg.png) repeat 0% 0%;
/*background: transparent url(../images/school_intro_content_bg.png) repeat 0% 0%; */
}


#school-intro-content h1 {
	background-color: #841c1c;
	font-size: 1.5em;
	margin: 0em;
	color:#FFF;
	padding: .5em 1em .5em;
}
/*original one
#school-intro-content h3 {
	background-color: #000;
	margin: 0em;
	color: #bc2828;
	padding: .6em 1em .7em;
}
*/
#school-intro-content-inside {
	padding: .6em 1.3em;
	position: relative;
	width: 16.8em;
}

#school-intro-content-inside h2 {
	color:#FFF;
	font-size: 1.3em;
	line-height: 1.2em;
	display:inline;
}


#school-intro-content-inside p {
	font-size: 1.3em;
	line-height: 1.2em;
	color:#000000;
}

#school-thumbnail-list {
	margin: 1em 0em 0em;
}

#school-thumbnail-list li {
	padding: 0em;
	float: left;
	width: 8.2em;
	margin: 0em;
	font-size: 1em;
	background: transparent none;
	text-align: center;
	clear: left;
}

#school-thumbnail-list li.right {
	float: right;
	clear: right;
}

#school-thumbnail-list li img {
	border: 3px solid #758eac;
	display: block;
	margin-bottom: 5px;
}

#school-thumbnail-list a:link,
#school-thumbnail-list a:visited,
#school-thumbnail-list a:active {
	color: #fff;
	font-size: 1.1em;
}

