body {
  margin: 0;
  font-size: 11px;
  font-family:  Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

.clear {
  clear:both;
}

#indexBody {
  background: url("../images/bg.png") no-repeat scroll center top #fff;
}

#header {
  height: 86px;
  margin: 0 auto 20px;
  background-color: #7AC043;
}

#logo {
  background: url("../images/header.jpg") no-repeat scroll 0 0 transparent;
  margin: 0 auto;
  height: 86px;
  width: 1040px;  
}

#logo a {
  display: block;
  height: 100%;
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  width: 530px;
  height: 507px;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height: 500px;	
	overflow: hidden;
}

.container {
  width: 100%;
  height: 439px;
	margin: 0 auto;
}

.container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.container li {
	display: inline; 
	margin: 0px;
	padding: 0px;
}

.handle {
	float: left;
	width: 106px;
	height: 507px;
	text-align:center;
	cursor: pointer;
	cursor: hand;
}

.contentWrapper {
	text-align: justify;
}

#pageContent {
  padding: 0 10px;
  width: 530px;
}

#pageContent h1 {
  font-size: 13px;
  color: #7AC043;
  padding: 0;
  margin: 0 0 10px 0;
}

#pageContent p {
  line-height: 1.5;
}

.formField {
  margin-bottom: 2px;
}

.formInput {
  margin-bottom: 10px;
}

.requiredField {
  font-weight: bold; 
  color: #285C00;
}

input[type="text"] {
  background-color: #A8D884;
  border: none;
  font-size: 11px;
  padding: 3px;
  color: #fff;
  font-family:  Arial, Helvetica, sans-serif;
}

textarea {
  background-color: #A8D884;
  border: none;
  font-size: 11px;
  padding: 3px;
  color: #fff;
  resize: none;
  font-family:  Arial, Helvetica, sans-serif;
}

select {
  background-color: #A8D884;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #fff;
  padding: 2px;
}

input[type="submit"] {
  border: 1px solid #7AC043;
  background-color: #F0F0F0;
  width: 72px;
  height: 24px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  float: right;
}

#scheduleTable {
  width: 350px;
}

#scheduleTable td {
  height: 19px;
  text-align: center;
  margin-bottom: 3px;
  background-color: #A8D884;
  cursor: pointer;
	cursor: hand;
}

#scheduleTable .busyHour {
  background-color: #F4A6A6;
  cursor: default
}

#scheduleTable .selectedHour {
  background-color: #3B6A16;
  color: #fff;
  cursor: default
}

#map {
  border: 3px solid #87C755;
  height: 250px;
  width: 510px;
  margin-left: 10px;
}

.activityMenu {
  width: 180px; 
  float: left;
}

.activityMenu .menuheader { 
  font-size: 12px;
  background: #C0DDB1;
  margin: 0 0 1px 0; 
  padding: 5px 0 0 10px; 
  height: 20px;
  cursor: pointer;
	cursor: hand;
}

.activityMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.activityMenu ul li {
  background: #B3F280;
  font-size: 12px; 
}

.activityMenu ul li ul li {
  background: #9EE467;
}

.activityMenu ul li ul li a {
  padding-left: 28px; 
}

.activityMenu ul li a {
  display: block;
  padding: 5px 0 5px 19px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  font-size: 90%;
}

.activityMenu a {
  text-decoration: none;
  color: #4F4F4F;
}

#footerContainer {
  color: #FFFFFF;
  font-size: 11px;
  height: 34px;
  margin: 10px auto 0 auto;
  width: 540px;
  color: #8E8B8B;
  font-size: 11px;
}

#footerContainer a {
  color: #8E8B8B;
  text-decoration: none;
}

#footerCopyrights {
  text-align: center;
}