/**************************** overriding general styles ****************************/

#cs_text {
	width:988px;
	padding:0;
}

/**************************** schools content block ****************************/

#schools {
	margin-top: 20px;
}

#schools_leftbox {
	display:block;
	float:left;
	width:248px;
	background-color:#EEEEEE;
	padding:14px;
}

#schools_leftbox  h1{
	padding:0;
	margin:0;
}

#schools_rightbox {
	display:block;
	float:left;
	width:656px;
	padding:14px;
	overflow:hidden;
}

/**************************** lists ****************************/

ul.schools_list{
	list-style: none;
	margin:0;
	padding:0;
}
 
ul.schools_list li{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px 4px;
	padding-left:15px;
}

ul li.schools_list_more {
	background-image:none;
	padding-top:5px;
}

ul.schools_list a{
	color:#666666;
	text-decoration:none;
}
 
ul.schools_list strong{
	color:Black;
	text-decoration:none;
}
 
ul.schools_list a:hover{
	background-color:#EAEAEA;
	color:Black;
	text-decoration:none;
}

h2.home_title {
	padding:0;
	margin:0;
	margin-bottom:5px;
	border-bottom:1px dotted Silver;
}

h2.home_title_jobs {
	margin-left:15px;
}

h3.home_title {
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-left:15px;
	border-bottom:1px dotted Silver;
}