.ir {
  background-repeat: no-repeat;
  height: 100%;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  width: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  left: -9999px;
  position: absolute !important;
  top: -9999px;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clear {
  display: block;
  clear: both;
  zoom: 1;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignjustify {
  text-align: justify;
}
.nomargin {
  margin: 0 !important;
}
#header {
  z-index: 1;
}
#inner {
  overflow: visible;
  position: relative;
  z-index: 2;
}

#maprightcol{
	width:945px;
	overflow:hidden;
	margin-top:127px;
	margin-right:20px;
	margin-left:-120px;
	float:right;
}

#mapleftcol{
	width:300px;
	overflow:hidden;
	margin-top:115px;
	margin-left:50px;
	float:left;
}
#map-container {
  background: url("images/map-default.png") no-repeat;
  margin-bottom: 25px;
  position: relative;
  float:left;
  margin-left:20px;
}
#map-bg {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
#map-bg div {
  background-repeat: no-repeat;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#content.hfeed #map-bg div {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#map-overall {
  background-image: url("img/map/map_overall.jpg");
}
.overall #map-overall {
  z-index: 2;
}
#map-governors {
  background-image: url("img/map/map_governors.jpg");
}
.governors #map-governors {
  z-index: 2;
}
#map-media {
  background-image: url("img/map/map_media.jpg");
}
.media #map-media {
  z-index: 2;
}
#map-charter {
  background-image: url("img/map/map_charter.jpg");
}
.charter #map-charter {
  z-index: 2;
}
#map-teacher {
  background-image: url("img/map/map_teacher.jpg");
}
.teacher #map-teacher {
  z-index: 2;
}
.entry-content {
}
.entry-content p {
  font-size: 12px;
  line-height: 1.35;
}
.entry-content h2 {
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 5px;
  text-transform: none;
}
h2 a, h2 a:visited, h2 a:hover {
	color: #3c3c3c; }
h2 a:hover {
	text-decoration: underline; }
#map-container {
    height: 480px;
    width: 960px;
	margin:0px;
	padding:0px;
}
#map,
#states {
  height: 100%;
  width: 100%;
}
#map {
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 23px;
  z-index: 3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#map-tabs {
  left: 0;
  position: absolute;
  top: -15px;
  z-index: 4;
}
#map-tabs p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 1.25em;
  line-height: 1.25;
}
#map-tabs ul {
  font-size: 1em;
  line-height: 1.1;
  list-style: none;
  text-align: center;
}
#map-tabs li {
  border-top: 1px dotted #b8b8b8;
}
#map-tabs li:first-child {
  border-top: 0;
}
#map-tabs li.active a {
  background: #ffe512;
}
#map-tabs a,
#map-tabs span {
  color: #000;
  display: block;
  padding: 0.75em 0;
}
#map-tabs a {
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
#map-tabs a:hover {
  background: #ffec4d;
}
#mini-states {
  bottom: 36px;
  position: absolute;
  right: 42px;
  text-align: center;
  width: 47px;
  z-index: 4;
}
#mini-states ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mini-states li {
  background: url("img/map/state_box.png") no-repeat;
  margin-top: 3px;
}
#mini-states a {
  color: #a9a9a9;
  display: block;
  height: 27px;
  font: bold 16px/27px "HelveticaNeue Bold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
#mini-states a:hover {
  background: rgba(255,255,255,0.25);
  color: #9f9f9f;
  box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -webkit-background-clip: padding-box;
}
#map_index {
  position: relative;
  z-index: 10000;
}
#states {
  left: 0;
  position: absolute;
  top: 23px;
  z-index: 2;
}
#states > div {
  position: relative;
}
#states > div.current {
  z-index: 1 !important;
}
#states > div.active {
  z-index: 10;
}
.box {
  background: url("img/map/forecast_box2.png") no-repeat;
  height: 76px;
  left: 647px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 4px 20px 0;
  position: absolute;
  text-align: center;
  top: -21px;
  width: 148px;
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
.active .box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.box h2 {
  color: #375400;
  height: 24px;
  margin: 0;
  font: bold 16px/24px "HelveticaNeue Bold", Helvetica, Arial, sans-serif;
}
.popup,
.popup-label {
  height: 66px;
  width: 97px;
}
.popup {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}
.active .popup {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.popup-label {
  background: none no-repeat;
}
.popup-weather,
.popup-grade {
  background: none no-repeat;
  position: absolute;
}
.grade-a .popup-weather,
.grade-a-plus .popup-weather,
.grade-a-minus .popup-weather {
  background-image: url("img/map/weather/sunny.png");
  height: 280px;
  left: -165px;
  top: -140px;
  width: 293px;
}
.grade-b .popup-weather,
.grade-b-plus .popup-weather,
.grade-b-minus .popup-weather {
  background-image: url("img/map/weather/partly_cloudy.png");
  height: 293px;
  left: -165px;
  top: -140px;
  width: 280px;
}
.grade-c .popup-weather,
.grade-c-plus .popup-weather,
.grade-c-minus .popup-weather {
  background-image: url("img/map/weather/scattered_clouds.png");
  height: 120px;
  left: -80px;
  top: -35px;
  width: 216px;
}
.grade-d .popup-weather,
.grade-d-plus .popup-weather,
.grade-d-minus .popup-weather {
  background-image: url("img/map/weather/cloudy.png");
  height: 93px;
  left: -45px;
  top: -15px;
  width: 112px;
}
.grade-f .popup-weather {
  background-image: url("img/map/weather/stormy.png");
  height: 111px;
  left: -65px;
  top: -15px;
  width: 128px;
}
.popup-grade {
  height: 52px;
  right: -20px;
  top: -3px;
  width: 51px;
}

.popup-grade {
background-image: url("img/map/grade/blank.png");	
}
.popup-grade .state_rank {
    display: block;
    font-size: 18px;
    margin-top: 14px;
    text-align: center;
    width: 51px;
}


.box-grade {
  background-repeat: no-repeat;
  height: 100%;
  direction: ltr;
  display: block;
  overflow: hidden;
text-align: center;
font-size: 28px;
  width: 100%;
  background: none no-repeat right center;
  height: 28px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  top: 35px;
  width: 55px;
}
.box-overall .box-grade {
  border-left: 1px solid #808080;
  left: 115px;
  margin: 0;
  padding-left: 9px;
  top: 35px;
}

.box-weather {
  background-position: center center !important;
  height: 49px !important;
  left: 2px;
  position: absolute;
  top: 29px;
  width: 113px !important;
}
.grade-a .box-weather,
.grade-a-plus .box-weather,
.grade-a-minus .box-weather {
  background-image: url("img/map/weather_box/sunny.png");
}
.grade-b .box-weather,
.grade-b-plus .box-weather,
.grade-b-minus .box-weather {
  background-image: url("img/map/weather_box/partly_cloudy.png");
}
.grade-c .box-weather,
.grade-c-plus .box-weather,
.grade-c-minus .box-weather {
  background-image: url("img/map/weather_box/scattered_clouds.png");
}
.grade-d .box-weather,
.grade-d-plus .box-weather,
.grade-d-minus .box-weather {
  background-image: url("img/map/weather_box/cloudy.png");
}
.grade-f .box-weather {
  background-image: url("img/map/weather_box/stormy.png");
}
.box-forecast,
.box p {
  color: #646464;
  font-size: 11px;
  font-weight: bold;
  left: 2px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 65px;
  width: 184px;
  text-shadow: 0 0 5px #fff;
  -o-text-shadow: 0 0 5px #fff;
  -ms-text-shadow: 0 0 5px #fff;
  -moz-text-shadow: 0 0 5px #fff;
  -webkit-text-shadow: 0 0 5px #fff;
}

.learn-more {
    font-size: 16px !important;
    left: -259px !important;
    top: 2px !important;

}


.box-overall,
.popup-overall {
  display: none;
}
#content.overall .box-overall,
#content.overall .popup-overall {
  display: block;
}
.box-governors,
.popup-governors {
  display: none;
}
#content.governors .box-governors,
#content.governors .popup-governors {
  display: block;
}

.box-schoolchoice,
.popup-schoolchoice {
  display: none;
}
#content.schoolchoice .box-schoolchoice,
#content.schoolchoice .popup-schoolchoice {
  display: block;
}

.box-transparency,
.popup-transparency {
  display: none;
}
#content.transparency .box-transparency,
#content.transparency .popup-transparency {
  display: block;
}

.box-media,
.popup-media {
  display: none;
}
#content.media .box-media,
#content.media .popup-media {
  display: block;
}
.box-charter,
.popup-charter {
  display: none;
}
#content.charter .box-charter,
#content.charter .popup-charter {
  display: block;
}
.box-teacher,
.popup-teacher {
  display: none;
}
#content.teacher .box-teacher,
#content.teacher .popup-teacher {
  display: block;
}
.box-digital,
.popup-digital {
  display: none;
}
#content.digital .box-digital,
#content.digital .popup-digital {
  display: block;
}
.box-parent,
.popup-parent {
  display: none;
}
#content.parent .box-parent,
#content.parent .popup-parent {
  display: block;
}
#content.hfeed .box-overall,
#content.hfeed .popup-overall {
  display: block;
}
#states-tabs {
  position: relative; 
}
#states-tabs.sidebar-active {
  padding-bottom: 100px; }
#states-tabs > div {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
#states-tabs > div.active {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
#states-tabs h2 {
  border-bottom: 1px solid #d5d5d5;
}
#states-tabs p {
  font-size: 1em;
  margin: 1em 0;
}
#states-tabs .soon {
  color: #b7b7b7;
}
#states-tabs .tab-state h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#states-tabs .tab-state h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  margin-left: 15px;
  text-transform: none;
}
#states-tabs .tab-state h3 {
  background: #3d3d3d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-transform: none;
  text-align: center;
}
#states-tabs .tab-state h3 .bg {
  background: url("img/map/corner.png") no-repeat;
  bottom: -6px;
  height: 6px;
  left: 0;
  position: absolute;
  width: 10px;
}
#states-tabs .tab-state ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
#states-tabs .tab-state ul:before,
#states-tabs .tab-state ul:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#states-tabs .tab-state ul:after {
  clear: both;
}
#states-tabs .tab-state li {
  float: left;
  margin-left: 58px;
  width: 145px;
}
#states-tabs .tab-state li:first-child {
  margin: 0;
}
#states-tabs .tab-state .more {
  background: #f4f4f4;
  float: right;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  height: 22px;
  margin-top: -10px;
  position: relative;
  text-align: center;
  width: 91px;
}
#states-tabs .tab-state .more a {
  color: #3c3c3c;
}
#states-tabs .tab-state .more .bg {
  background: #f4f4f4;
  bottom: 22px;
  height: 36px;
  position: absolute;
  right: 0;
  width: 20px;
}
#states-tabs .article-container {
  margin-top: 30px;
}
#states-tabs .article-container .featured-entry {
  width: 645px; 
}
#states-tabs .article-container .featured-entry h2 {
  width: 960px; 
}
#states-tabs .article-container .featured-entry h5,
#states-tabs .article-container .featured-entry p {
  margin: 0 0 0.25em !important;
}
#states-tabs .article-container .featured-entry p.post-info {
  color: #008752;
  font-size: 0.8em;
  font-style: italic;
  text-transform: none;
}
#states-tabs.sidebar-active .aside {
  display: block;
  float: right;
  opacity: 1;
    filter: alpha(opacity=0);
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 260px;
  width: 298px;
}
#states-tabs .article-container .aside ul {
  font-size: 1.2em;
}
#states-tabs .article-container .aside li {
  float: none;
  line-height: 32px;
  margin: 0 0 0.5em 0;
  width: auto;
}
#states-tabs .article-container .aside span {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  vertical-align: middle;
  width: 32px;
}
.detail-grade {
  background-repeat: no-repeat;
  height: 100%;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  width: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 10px solid #f4f4f4;
  border-top: 0;
  height: 97px;
  margin-left: 10px;
  width: 105px;
}
.grade-a .detail-grade {
  background-image: url("img/map/grade_box/a.png");
}
.grade-a-plus .detail-grade {
  background-image: url("img/map/grade_box/a+.png");
}
.grade-a-minus .detail-grade {
  background-image: url("img/map/grade_box/a-.png");
}
.grade-b .detail-grade {
  background-image: url("img/map/grade_box/b.png");
}
.grade-b-plus .detail-grade {
  background-image: url("img/map/grade_box/b+.png");
}
.grade-b-minus .detail-grade {
  background-image: url("img/map/grade_box/b-.png");
}
.grade-c .detail-grade {
  background-image: url("img/map/grade_box/c.png");
}
.grade-c-plus .detail-grade {
  background-image: url("img/map/grade_box/c+.png");
}
.grade-c-minus .detail-grade {
  background-image: url("img/map/grade_box/c-.png");
}
.grade-d .detail-grade {
  background-image: url("img/map/grade_box/d.png");
}
.grade-d-plus .detail-grade {
  background-image: url("img/map/grade_box/d+.png");
}
.grade-d-minus .detail-grade {
  background-image: url("img/map/grade_box/d-.png");
}
.grade-f .detail-grade {
  background-image: url("img/map/grade_box/f.png");
}
.grade-undefined .detail-grade {
  background-image: url("img/map/soon.png") !important;
}
table {
  border-bottom: 1px solid #dadada;
  color: #3c3c3c;
  font-size: 1.2em;
}
table th {
  border-right: 1px solid #dadada;
  font-weight: bold;
  line-height: 1.1;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 126px;
}
table td {
  background: #f7f7f7;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #dadada;
  padding: 2px 10px;
  text-transform: none;
}
table th:first-child,
table td:first-child {
  border-left: 1px solid #dadada;
}
table tr.even td {
  background: #dedede;
  border-right: 1px solid #cecece;
}
table tr.even td:first-child {
  border-left: 1px solid #cecece;
}
#state-al .popup {
  left: 590px;
  top: 195px;
}
#state-al .popup-label {
  background-image: url("img/map/label/Alabama.png");
}
#state-ak .popup {
  left: 145px;
  top: 260px;
}
#state-ak .popup-label {
  background-image: url("img/map/label/Alaska.png");
}
#state-az .popup {
  left: 215px;
  top: 115px;
}
#state-az .popup-label {
  background-image: url("img/map/label/Arizona.png");
}
#state-ar .popup {
  left: 505px;
  top: 160px;
}
#state-ar .popup-label {
  background-image: url("img/map/label/Arkansas.png");
}
#state-ca .popup {
  left: 175px;
  top: 40px;
}
#state-ca .popup-label {
  background-image: url("img/map/label/California.png");
}
#state-co .popup {
  left: 350px;
  top: 85px;
}
#state-co .popup-label {
  background-image: url("img/map/label/Colorado.png");
}
#state-ct .popup {
  left: 815px;
  top: 110px;
}
#state-ct .popup-label {
  background-image: url("img/map/label/Connecticut.png");
}
#state-de .popup {
  left: 785px;
  top: 135px;
}
#state-de .popup-label {
  background-image: url("img/map/label/Delaware.png");
}
#state-dc .popup {
  display: block;
  left: 757px;
  top: 140px;
}
#state-dc .popup-label {
  background-image: url("img/map/label/DistrictOfColumbia.png");
}
#state-fl .popup {
  left: 675px;
  top: 260px;
}
#state-fl .popup-label {
  background-image: url("img/map/label/Florida.png");
}
#state-ga .popup {
  left: 650px;
  top: 210px;
}
#state-ga .popup-label {
  background-image: url("img/map/label/Georgia.png");
}
#state-hi .popup {
  left: 295px;
  top: 300px;
}
#state-hi .popup-label {
  background-image: url("img/map/label/Hawaii.png");
}
#state-id .popup {
  left: 300px;
  top: 15px;
}
#state-id .popup-label {
  background-image: url("img/map/label/Idaho.png");
}
#state-il .popup {
  left: 575px;
  top: 110px;
}
#state-il .popup-label {
  background-image: url("img/map/label/Illinois.png");
}
#state-in .popup {
  left: 618px;
  top: 115px;
}
#state-in .popup-label {
  background-image: url("img/map/label/Indiana.png");
}
#state-ia .popup {
  left: 520px;
  top: 90px;
}
#state-ia .popup-label {
  background-image: url("img/map/label/Iowa.png");
}
#state-ks .popup {
  left: 430px;
  top: 110px;
}
#state-ks .popup-label {
  background-image: url("img/map/label/Kansas.png");
}
#state-ky .popup {
  left: 625px;
  top: 145px;
}
#state-ky .popup-label {
  background-image: url("img/map/label/Kentucky.png");
}
#state-la .popup {
  left: 485px;
  top: 200px;
}
#state-la .popup-label {
  background-image: url("img/map/label/Louisiana.png");
}
#state-me .popup {
  left: 850px;
  top: 75px;
}
#state-me .popup-label {
  background-image: url("img/map/label/Maine.png");
}
#state-md .popup {
  left: 760px;
  top: 140px;
}
#state-md .popup-label {
  background-image: url("img/map/label/Maryland.png");
}
#state-ma .popup {
  left: 820px;
  top: 105px;
}
#state-ma .popup,
#state-ma .popup-label {
  width: 109px;
}
#state-ma .popup-label {
  background-image: url("img/map/label/Massachusetts.png");
}
#state-mi .popup {
  left: 640px;
  top: 70px;
}
#state-mi .popup-label {
  background-image: url("img/map/label/Michigan.png");
}
#state-mn .popup {
  left: 530px;
  top: 45px;
}
#state-mn .popup-label {
  background-image: url("img/map/label/Minnesota.png");
}
#state-ms .popup {
  left: 535px;
  top: 185px;
}
#state-ms .popup-label {
  background-image: url("img/map/label/Mississippi.png");
}
#state-mo .popup {
  left: 515px;
  top: 125px;
}
#state-mo .popup-label {
  background-image: url("img/map/label/Missouri.png");
}
#state-wy .popup {
  left: 365px;
  top: 50px;
}
#state-wy .popup-label {
  background-image: url("img/map/label/Wyoming.png");
}
#state-ne .popup {
  left: 435px;
  top: 80px;
}
#state-ne .popup-label {
  background-image: url("img/map/label/Nebraska.png");
}
#state-nv .popup {
  left: 220px;
  top: 45px;
}
#state-nv .popup-label {
  background-image: url("img/map/label/Nevada.png");
}
#state-nh .popup {
  left: 825px;
  top: 90px;
}
#state-nh .popup-label {
  background-image: url("img/map/label/NewHampshire.png");
}
#state-nj .popup {
  left: 795px;
  top: 125px;
}
#state-nj .popup-label {
  background-image: url("img/map/label/NewJersey.png");
}
#state-nm .popup {
  left: 290px;
  top: 130px;
}
#state-nm .popup-label {
  background-image: url("img/map/label/NewMexico.png");
}
#state-ny .popup {
  left: 770px;
  top: 95px;
}
#state-ny .popup-label {
  background-image: url("img/map/label/NewYork.png");
}
#state-nc .popup {
  left: 725px;
  top: 175px;
}
#state-nc .popup-label {
  background-image: url("img/map/label/NorthCarolina.png");
}
#state-nd .popup {
  left: 470px;
  top: 30px;
}
#state-nd .popup-label {
  background-image: url("img/map/label/NorthDakota.png");
}
#state-oh .popup {
  left: 670px;
  top: 120px;
}
#state-oh .popup-label {
  background-image: url("img/map/label/Ohio.png");
}
#state-ok .popup {
  left: 425px;
  top: 140px;
}
#state-ok .popup-label {
  background-image: url("img/map/label/Oklahoma.png");
}
#state-or .popup {
  left: 240px;
  top: 10px;
}
#state-or .popup-label {
  background-image: url("img/map/label/Oregon.png");
}
#state-pa .popup {
  left: 750px;
  top: 115px;
}
#state-pa .popup-label {
  background-image: url("img/map/label/Pennsylvania.png");
}
#state-ri .popup {
  left: 833px;
  top: 105px;
}
#state-ri .popup-label {
  background-image: url("img/map/label/RhodeIsland.png");
}
#state-sc .popup {
  left: 705px;
  top: 195px;
}
#state-sc .popup-label {
  background-image: url("img/map/label/SouthCarolina.png");
}
#state-sd .popup {
  left: 455px;
  top: 55px;
}
#state-sd .popup-label {
  background-image: url("img/map/label/SouthDakota.png");
}
#state-tn .popup {
  left: 610px;
  top: 165px;
}
#state-tn .popup-label {
  background-image: url("img/map/label/Tennessee.png");
}
#state-tx .popup {
  left: 380px;
  top: 175px;
}
#state-tx .popup-label {
  background-image: url("img/map/label/Texas.png");
}
#state-ut .popup {
  left: 275px;
  top: 65px;
}
#state-ut .popup-label {
  background-image: url("img/map/label/Utah.png");
}
#state-vt .popup {
  left: 808px;
  top: 90px;
}
#state-vt .popup-label {
  background-image: url("img/map/label/Vermont.png");
}
#state-va .popup {
  left: 730px;
  top: 145px;
}
#state-va .popup-label {
  background-image: url("img/map/label/Virginia.png");
}
#state-wa .popup {
  left: 280px;
  top: -5px;
}
#state-wa .popup-label {
  background-image: url("img/map/label/Washington.png");
}
#state-wv .popup {
  left: 705px;
  top: 135px;
}
#state-wv .popup-label {
  background-image: url("img/map/label/WestVirginia.png");
}
#state-wi .popup {
  left: 580px;
  top: 65px;
}
#state-wi .popup-label {
  background-image: url("img/map/label/Wisconsin.png");
}
#state-mt .popup {
  left: 370px;
  top: 20px;
}
#state-mt .popup-label {
  background-image: url("img/map/label/Montana.png");
}


.page-template-page-map-php #content-sidebar-wrap{
	width:1302px;
	margin-left:-171px;
	background: url("images/PPI-bg.png") no-repeat scroll 0 62px transparent;
	
}
.tax-states #content-sidebar-wrap, .page-template-custom-state-detail-php #content-sidebar-wrap {
	width:1302px;
	margin-left:-171px;
}
.page-template-page-map-php #content, .tax-states #content, .page-template-custom-state-detail-php #content {
	width:1302px;	
}

.page-template-page-map-php #map-left-sidebar {
	float:left;	
	width:294px;
	margin:0px;
	overflow:hidden;
}
.page-template-page-map-php #top-states {
	width:294px;
	height:505px;
	background: url("images/top-states-bg.png") no-repeat scroll 0 0 transparent;
	padding:0px;
	margin:0px;
	display:block;
	padding-top:16px;
	padding-left:16px;

}

.page-template-page-map-php #top-states #state-drop{
    margin-left: 42px;
    margin-top: 17px;
}
.page-template-page-map-php #map-trailer a, .page-template-page-map-php #edu-banner a{
	width:297px;
	height:75px;
	display:block;
	margin-top:13px;
	margin-bottom:13px;
}
.page-template-page-map-php #map-trailer a {
	background: url("images/map-trailer.png");
	
}
.page-template-page-map-php #edu-banner a {
	background: url("images/edreform_u_banner.png");
}

.page-template-page-map-php .entry-content {
	float:right;
	background: url("images/map-blurb-bg.png") no-repeat scroll 0 0 transparent;	
	width:897px;
	height:99px;
	clear:none;
	padding:10px;
	margin:0px;

}
.page-template-page-map-php .entry-content p {
    font-size: 16px !important;
    line-height: 24px;
}
#top-states h3 {
	color:#fff;
	text-transform: none;
	font-size:25px;	
}
#top-states ol.first-col, #top-states ol.second-col {
	margin-top:13px;
	margin:0px;
	padding:0px;
	width:220px;
	max-width:220px;
	margin-left:40px;
	margin-top:16px;
	display:block;
	float:left;
}
#top-states ol.second-col {
	margin-top:0px;
}
#top-states ol.first-col li, #top-states ol.second-col li{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 39.5px;
    list-style: none outside none;
	width:220px;
	max-width:220px;
	margin:0px;
	padding:0px;
	
}
#top-states ol li a {
	color: #FFFFFF;
}
#top-states ol li span {
	float:right;
	font-size:14px;
	margin-right:3px;	
}
#ppi-top {

}
#ppi-bottom ul {
	margin-top:100px;
	margin-left:51px;	
}

#ppi-bottom li {
	list-style:none;
	display:block;
	float:left;	
	width:202px;
	height:146px;
	margin-right:13px;
	padding-top:128px;
	font-size:11px;
	color:#fff;
	padding-left:20px;
	padding-right:10px;
	position:relative;
	line-height:14px;
}

#ppi-bottom li a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}	

li.charter-box {
	background: url("images/charter-box.png");	
}

li.choice-box {
	background: url("images/choice-box.png");	
}

li.online-box {
	background: url("images/online-box.png");	
}
li.teacher-box {
	background: url("images/teacher-box.png");	
}
li.transparency-box {
	background: url("images/transparency-box.png");	
}
.ppi-learn-more a{
	background:url("images/ppi-learn-more.png");
	width:151px;
	height:31px;
	display:block;	
}
.ppi-learn-more {
	position:absolute;	
	bottom:17px;
	left:17px;
}
.bottom-bar {
	width:1205px;
	height:45px;
	background: url("images/ppi-bottom-bar.png");
	margin-top:15px;
	margin-left:51px;
	line-height:45px;
	color:#fff;
	margin-bottom:50px;
	font-size:15px;	
}
.bottom-bar a {
	color:#fff;	
}
.bar-left {
	float:left; 
	margin-left:20px;
	font-weight:bold;
}
.bar-right { float:right; margin-right:10px; }
.addthis_toolbox { float: right; margin-right: 13px;
    margin-top: 12px;}
#map-container h2.map-header {
	    color: #0F572E;
    font-size: 17px;
    margin-left: 40px;
    margin-top: 10px;
    position: absolute;
    width: 588px;
}
.tax-states-header {
	background:url("images/tax-states-header.png");
	width:1302px;
	height:116px;
}
.tax-states-header a.return {
	    color: #000000;
    float: right;
    margin-right: 75px;
    margin-top: 6px;	
}
#prev-next-buttons {
    margin-left: 797px;
    margin-top: 50px;
    position: absolute;
    width: 430px;
}
.previous-button, .next-button {
	float:right;
	margin-left:15px;
}	
.previous-button a {
	width:200px;
	height:36px;
	display:block;
	background:url("images/ppi-previous-button.png");
	color:#fff;
	text-transform:uppercase;
		line-height:36px;
		text-align:center;
}
.next-button a {
	width:200px;
	height:36px;
	display:block;
	background:url("images/ppi-next-button.png");
	color:#fff;
	text-transform:uppercase;
		line-height:36px;
				text-align:center;
}

.state-content {
	background:url("images/tax-states-bg.png");	
	padding-bottom:22px;
}
.state-left {
	margin-left:51px;
	float:left;
}
#rank-score {

}
#rank-box {
	background:url("images/rank-box.png");
	width:117px;
	height:53px;
	float:left;
	margin-right:12px;
		margin-bottom:12px;
		font-size: 60px;
		color: #FFFFFF;
		text-align: center;
    padding-top: 46px;
}
#score-box {
    background: url("images/ppi-score-box.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    height: 56px;
	text-align:center;
    padding-top: 43px;
    width: 117px;
}
#state-image img, #state-facts img, #ppi-state-links img{
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow:none;
	}
#state-image img {
	margin-bottom:16px;
	border:none;
}
#state-facts {
	width:241px;
	height:573px;
	margin-left:1px;
	color:#ffffff;
	
}
#state-facts ul{
	list-style:none;
	margin:0 3px;
	padding:0;
}
#state-facts ul, #state-facts ul li, #state-facts a{
	color:#ffffff;
}

#state-facts .state-left-col-center{
width:209px;
padding:5px 16px;

	background-image: url(images/state-leftcol-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#state-facts p {
     color: #FFFFFF;
    font-size: 12px;
line-height: 22px;
}

#state-facts p a, #state-facts a{
	color:#FFFFFF;
	text-decoration:none;
}

#state-facts .state-left-col-center p a {
line-height: 22px !important;
}

#state-facts p a:hover, #state-facts a:hover{
text-decoration: none;
}

#state-facts h3,#ppi-state-links h3{
	text-transform:none;
	color:#fff;
	font-size:22px;	
	border-bottom:solid 1px #fff;
	margin:0px;
	margin-bottom:10px;
}

#ppi-state-links h3 {
width: 95%;
}
#ppi-state-links h3 a{
	color:#fff;
	border-bottom:none;
}
#ppi-state-links h3 a:hover{
	text-decoration:none;
	border:none;
	color:#F4E30C;
}
#ppi-state-links .state-right-col-center{
width:229px;
padding:5px 13px;
padding-right:0px;

	background-image: url(images/state-rightcol-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#find-a-school{
display:block;
width:160px;
margin:0px auto;
text-align:center;
color:#fff;
background-color:#96b854;
border:solid 1px #fff;
padding:8px 15px;
font-size:13px;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;	

-webkit-border-radius: 3px;
border-radius: 3px; 

}

.state-center {
	float:left;
	margin-left:10px;
width:721px;	
}
.center-top {
	background: url("images/state-center-top.png");
		width:721px;	
	height:21px;
}	
.center-bottom {
	background: url("images/state-center-bottom.png");
	width:721px;	
	height:21px;
	margin-top:-12px;
}	
.center-content {
	background: url("images/state-center-bg.png");	
	width:655px;
	padding-left:33px;
	padding-right:33px;
}
.center-content h2 {
	font-size:42px;
	margin-bottom:15px;
	text-transform:none;
	color:#000;	
}
#choice-banner {
    background: url("images/choice-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
#online-banner {
    background: url("images/online-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
#teacher-banner {
    background: url("images/teacher-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
#transparency-banner {
    background: url("images/transparency-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
#charter-banner {
    background: url("images/charter-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
#additional-info-banner {
    background: url("images/additional-info-banner.png") repeat scroll 0 0 transparent;
    height: 48px;
    margin-bottom: 9px;
    margin-left: -33px;
    margin-top: 26px;
    width: 721px;
}
.state-right {
	float:left;
	width:244px;	
	margin-left:15px;
}
#parent_trigger_on {
	width:244px;
	height:	44px;
	background:url("images/parent_trigger.png");
	margin-bottom:8px;
}
#parent_trigger_off {
	width:244px;
	height:	44px;
	background:url("images/parent_trigger_off.png");
	margin-bottom:8px;
}
#reform_gov_on {
		width:244px;
	height:	44px;
		background:url("images/reform_gov.png");
		margin-bottom:9px;
}
#reform_gov_off {
		width:244px;
	height:	44px;
		background:url("images/reform_gov_off.png");
		margin-bottom:9px;
}
#reform_gov_on a, #reform_gov_off a {
	display:block;
	width:244px;
	height:44px;
}	
#media_reliability {
    background: url("images/media_reliability.png") repeat scroll 0 0 transparent;
    margin-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 45px;
    width: 234px;
	height: 105px !important;
	overflow:hidden;
	
}
#media_reliability a, #media_reliability a:visited {
	display:block;
	width:234px;
	height: 105px !important;
	position:absolute;
	text-decoration: none;
color: #194874 !important;
}	
#ppi-state-links {
}
#ppi-state-links{
	margin-left:2px;
}
#ppi-state-links ul{
padding:0px;
margin:0px;
margin-left:16px;
}
#ppi-state-links ul ul{
margin-left:24px;
}
#ppi-state-links li {
	list-style:square;
	color:#f4d20d;
	font-size:18px;
	margin-bottom: 10px;

}

#ppi-state-links li.sub {
	font-size:14px;
	margin-bottom:0px;

}	
#ppi-state-links li a, #ppi-state-links li span {
	color:#fff;
}	

.elements-power {
	background:url("images/elements-header.png");
	width:1302px;
	height:71px;
}
.tax-states #ppi-bottom ul {
	margin-top:0;	
	margin-left:15px;
}
.tax-states #ppi-bottom {
	background:url("images/tax-states-bg.png");	
	margin-top: -2px;
}
#state-footer {
	background:url("images/tax-states-footer.png");	
	width:1302px;
	height:25px;
	margin-top: -50px;
}
.facts .facts-left {
    border-right: 1px solid #214676;
    color: #214676;
    float: left;
    width: 49%;
	height:200px;
}
.facts .facts-right {
    float: right;
	width:50%;
}
.knockout {
    background: none repeat scroll 0 0 #214676;
    color: #FFFFFF;
    display: inline;
    float: left;
    margin: 0;
    padding: 2px 3px;
	font-size:15px;
}
.fact {
color:#214676;
font-size:10px;	
}
.fact ul {
	margin-top:-10px;	
}
.fact li {
	    list-style: none outside none;
    margin-left: -30px;
	line-height:14px;
	margin-right:5px;
	font-size:9px;
	margin-bottom:5px;
}
.right {
	float:right;
}
#media_reliability .number {
	color:#214676;
font-size:12px;	
font-weight:bold;
}
.method-info a {
	background:url("images/method-info.png");
	width:	204px;
	height:38px;
	display:block;
	margin-top:10px;
}



.lg-green-btn{
display:block;
text-align:left;
padding:10px 14px;
color:#ffffff;
background-color:#0f572e;
border:solid 2px #6f9a57;

font-size:22px;
line-height:24px;

text-decoration:none;
letter-spacing:0pt;

-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; 
}

/*------------------------- ADDITIONAL RESOURCES STYLES --------------------- */

#ar-state-header{
	width:960px;
	height:100px;
	margin:0px;
	padding:0px;
	display:block;
	overflow:visible;
	border-bottom: 1px dotted #CCCCCC;
}

#ar-state-img{
width:677px;
height:90px;
display:block;
position:relative;
left:-30px;
margin-right:-30px;
}


#ar-return{
	width:297px;
	height:75px;
	display:block;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(img/map/ppi-back-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*------------------------- ADDITIONAL RESOURCES STYLES --------------------- */

/* ------------------------- MAP LANDING RESPONSIVE -------------------- */
/* ------------------------- ---------------------- -------------------- */

@media only screen and (max-width: 1024px) {
	
.page-template-page-map-php #content-sidebar-wrap {
	width:960px;
	margin:0px;
	background: url("images/PPI-bg-960-lg.png") no-repeat scroll 0 62px transparent;
	
}
.tax-states #content-sidebar-wrap {
	width:960px;
	margin:0px;
}
.page-template-page-map-php #content  {
	width:960px;	
	overflow:hidden;
	display:block;
}

.tax-states #content {
	width:960px;	
	overflow:hidden;
	display:block;
}



#maprightcol{
	margin:0px;
	padding:0px;
	
	width:945px;
	overflow:hidden;
	margin-top:123px;
	margin-left:0px;
	float:left;
	
}

#mapleftcol{
	margin:0px;
	padding:0px;
	
	width:917px;
	overflow:hidden;
	
	float:left;
	margin-left:28px;
}

.page-template-page-map-php #top-states {
	width:917px;
	height:320px;
	background: url("images/top-states-bg-960.png") no-repeat scroll 0 0 transparent;
	padding:0px;
	margin:0px;
	display:block;
	padding-top:16px;
	padding-left:16px;

}
#top-states h3 {
	color:#fff;
	text-transform: none;
	font-size:25px;	
	display:block;
}
#topten-wrapper{
	display:block;
	width:920px;
	overflow:hidden;
	margin-bottom:5px;
}
#top-states ol.first-col, #top-states ol.second-col{
	margin-top:13px;
	margin:0px;
	padding:0px;
	width:375px;
	max-width:375px;
	margin-left:43px;
	margin-top:16px;
	display:block;
	float:left;
	
}
#top-states ol.second-col{
	margin-left:87px;
	
}
#top-states ol.first-col li, #top-states ol.second-col li{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 39.5px;
    list-style: none outside none;
	width:375px;
	max-width:375px;
	margin:0px;
	padding:0px;
	margin-left:0px;
	
}
#top-states ol li a {
	color: #FFFFFF;
}
#top-states ol li span {
	float:right;
	font-size:14px;
	margin-right:20px;	
}
.page-template-page-map-php #map-trailer a, .page-template-page-map-php #edu-banner a {
	margin-top:0px;
}

#map-trailer a, #edu-banner a{
	margin:0px auto;
}
#ppi-bottom ul {
	margin-top:90px;
	margin-left:35px;	
}

#ppi-bottom li {
	list-style:none;
	display:block;
	float:left;	
	width:207px;
	height:146px;
	margin-right:90px;
	padding-top:128px;
	font-size:11px;
	color:#fff;
	padding-left:15px;
	padding-right:10px;
	position:relative;
	line-height:14px;
	margin-bottom:40px;
	background-repeat:no-repeat;
}

#ppi-bottom li a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}	

li.charter-box {
	background: url("images/charter-box.png");	
}

li.choice-box {
	background: url("images/choice-box.png");	
}

li.online-box {
	background: url("images/online-box.png");	
}
#ppi-bottom li.teacher-box {
	background: url("images/teacher-box.png");	
	margin-right:0px;
}
li.transparency-box {
	background: url("images/transparency-box.png");	
}

.bottom-bar {
	width:905px;
	height:45px;
	background: url("images/ppi-bottom-bar-960.png");
	margin-top:15px;
	margin-left:31px;
	line-height:45px;
	color:#fff;
	margin-bottom:50px;
	font-size:15px;	
}
.bottom-bar a {
	color:#fff;	
}
/* ------------------------- STATE PAGE RESPONSIVE --------------------- */

#prev-next-buttons {
    margin-left: 0px;
    margin-top: 50px;
	margin-right:55px;
    position: absolute;
	right:0px;
    width: 430px;
	float:right;
}

.tax-states-header {
	background:url("images/tax-states-header-960.png");
	width:960px;
	height:116px;
}
.state-content {
	background:url("images/tax-states-bg-960.png");	
	padding-bottom:22px;
}
.state-left {
	margin:0px;
	margin-left:21px;
	float:left;
}
.state-center {
	float:left;
	margin-left:0px;
width:410px;
padding:0px;
margin-left:15px;
}

.state-right {
	float:right;
	width:244px;
	margin:0px;
	margin-right:10px;
}


.center-top {
	background: url("images/state-center-top-960.png");
		width:410px;	
	height:21px;
}	
.center-bottom {
	background: url("images/state-center-bottom-960.png");
	width:410px;	
	height:21px;
	margin-top:-12px;
}	
.center-content {
	background: url("images/state-center-bg-960.png");	
	width:390px;
	padding:0px 10px;
}
.tax-states #ppi-bottom {
	background:url("images/tax-states-bg-960.png");	
	margin-top: -2px;
}

#choice-banner, #online-banner, #teacher-banner, #transparency-banner, #charter-banner{
    height: 41px;
    margin-bottom: 9px;
    margin-left: -17px;
    margin-top: 26px;
    width: 407px;
}
#choice-banner{
	background: url("images/choice-banner-960.png") no-repeat scroll 0 0 transparent;
}
#online-banner {
    background: url("images/online-banner.png") no-repeat scroll 0 0 transparent;
    
}
#teacher-banner {
    background: url("images/teacher-banner.png") no-repeat scroll 0 0 transparent;
   
}
#transparency-banner {
    background: url("images/transparency-banner-960.png") no-repeat scroll 0 0 transparent;
  px;
    width: 721px;
}
#charter-banner {
    background: url("images/charter-banner-960.png") no-repeat scroll 0 0 transparent;

}

#additional-info-banner {
    background: url("images/additional-info-banner-960.png") no-repeat scroll 0 0 transparent;

}


.elements-power {
	background:url("images/elements-header-960.png") no-repeat scroll 1px 0 transparent;
	width:960px;
	height:71px;
	
}
#state-footer {
	background:url("images/tax-states-footer-960.png");	
	width:960px;
	height:25px;
	margin-top: -50px;
}

}





/* ------------------------- ---------------------- -------------------- */
/* ------------------------- MAP LANDING RESPONSIVE -------------------- */