/* CSS Document */

a.campers {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_campers.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.campers:hover {
	background-position: 0px -83px;
}

a.counselors {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_counselors.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.counselors:hover {
	background-position: 0px -83px;
}

a.jrCounselors {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_jrcounselors.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.jrCounselors:hover {
	background-position: 0px -83px;
}

a.supporters {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_supporters.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.supporters:hover {
	background-position: 0px -83px;
}

a.fostercare {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_fostercare.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.fostercare:hover {
	background-position: 0px -83px;
}

a.brittonblog {
  display: block;
  width: 200px;
  height: 51px;
  background-image: url(../images/brittonlogo.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.brittonblog:hover {
	background-position: 0px -51px;
}

a.newsletter {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_newspaper.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.newsletter:hover {
	background-position: 0px -83px;
}

a.dorcas {
  display: block;
  width: 200px;
  height: 83px;
  background-image: url(../images/btn_dorcas.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a.dorcas:hover {
	background-position: 0px -83px;
}

a.story {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_story.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.story:hover {
	background-position: 0px -30px;
}

a.donate {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_donate.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.donate:hover {
	background-position: 0px -30px;
}

a.foo {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_foo.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.foo:hover {
	background-position: 0px -30px;
}

a.map {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_map.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.map:hover {
	background-position: 0px -30px;
}

a.renting {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_renting.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.renting:hover {
	background-position: 0px -30px;
}

a.schedule {
  display:block;
  float:left;
  width: 120px;
  height: 30px;
  background-image: url(../images/btn_schedule.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px;
}
a.schedule:hover {
	background-position: 0px -30px;
}

.activeTab td{
  margin:0px;
  background-image:url(../images/activeTab.png);
  text-align:center;
  width:150px;
  height:30px;
}

.activeTab a 
{
  margin:0px;
  color:#000000;
}

.inactiveTab table {
  margin:0px;
  background-image:url(../images/inactiveTab.png);
  text-align:center;
  width:150px;
  height:30px;
}

.inactiveTab a {
	margin:0px;
	color:#000000;
}
