#nearbySchools {
	width: 280px; /* right column width 300 - 2 1px borders, -20px padding */
	padding: 9px;
	_padding-bottom: 7px; /* IE 6 hack */
	border: 1px solid #f4bc00;
    position: relative;
}

#nearbySchools h2 {
	background: #6bcacc;
	color: #fff;
	padding: 8px 8px 8px 8px;
	font: bold 15px/16px Trebuchet MS, sans-serif;
}

#map {
	width: 278px;
	height: 126px;
	margin: 2px 0 0 0;
	border: 1px solid #cdcdce;
}

#nearbySchools .head_top {
	font: 10px/11px Trebuchet MS, sans-serif;
	color: #888;
	margin: 14px 0 0 0;
	float: left;
	text-transform: uppercase;
}

#nearbySchools .head_rating {
	font: 10px/11px Trebuchet MS, sans-serif;
	color: #888;
	margin: 8px 0 3px 200px;
	text-align: center;
	text-transform: uppercase;
}

#nearbySchools .head_ps {
    margin-top:17px;   
}

#nearbySchools ul {
	margin: 0;
	padding: 0;
    clear:both;
    position:relative;
    text-align: left;
}

#nearbySchools ul li {
	list-style: none;
	margin: 0;
	padding: 5px 60px 5px 0;
	font: 11px/11px Trebuchet MS, sans-serif;
	color: #666;
	border-top: 1px solid #ccc;
    position:relative;
}

#nearbySchools ul li div.numStudents {
    position:absolute;
    text-align:center;
    right:23px;
    _right:29px; /*IE 6 hack*/
    padding-top:5px; /*IE 6+7 hack*/
    display:inline;
    width:30px;
}

#nearbySchools a {
	font: bold 13px/14px Trebuchet MS, sans-serif;
	_font: bold 13px/15px Trebuchet MS, sans-serif; /* IE 6 hack */
	color: #39a;
	text-decoration: none;
}

#nearbySchools ul li#nearDistrict, #nearbySchools ul li#nearMore {
    text-align: right;
    margin: 0;
    border-top: none;
    padding: 3px 5px 0 0px;
}

li#nearDistrict a, li#nearMore a {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    text-decoration:underline;
}

#nearbySchools #map .tooltip {
    font-size: small;
    font-weight: bold;
    padding: 2px;
    border-width: 1px 2px 2px 1px;
    border-color: #000 #666 #666 #000;
    border-style: solid;
    background-color: #FF9;
    color: #000;
}

#nearbySchools .saveLink {
	background: url(/res/img/bullet/yellow_plus9x9.gif) no-repeat left center;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0 0 0 13px;
}

/* duplicated from ads.css because it's not included in framed sites */
#nearbyWrapper {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/* ratings classes, adds the GS ratings image to the list item, classes are set in the html */
#nearbySchools .na {
    background: url(/res/img/school/ratings/na.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r1 {
    background: url(/res/img/school/ratings/1.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r2 {
	background: url(/res/img/school/ratings/2.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r3 {
	background: url(/res/img/school/ratings/3.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r4 {
	background: url(/res/img/school/ratings/4.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r5 {
	background: url(/res/img/school/ratings/5.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r6 {
	background: url(/res/img/school/ratings/6.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r7 {
	background: url(/res/img/school/ratings/7.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r8 {
	background: url(/res/img/school/ratings/8.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r9 {
	background: url(/res/img/school/ratings/9.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools .r10 {
	background: url(/res/img/school/ratings/10.gif) no-repeat 228px center;
    _background-position: 230px center;
}

#nearbySchools #largerMap {
    padding:5px 0 0 0;
    text-align:right;
}

#nearbySchools #largerMap a {
    font-weight:normal;
    font-size:12px;
}