h2 {

	font-weight: bold;
	font-size: 140%;
	text-transform: lowercase;
}

p { margin-left: 20px; }

h2 + p { margin-top: 10px; }


#contactinfo h3 {
	margin-bottom: -10px;
}

#contactinfo {
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 160px;
	display:inline;
}

#form {
	float:right;
	margin-right: 81px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 430px;
	display: inline;
}

.thankyou {
	margin-top: 15px;
	margin-left: 0;
}

/* ------------ Sphere Page ------------ */

h2.sphere-title {
	font-size: 120%;
	color: #2e2722;
	margin-bottom: 10px;
}

#sphere-text {
	float:right;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 500px;
	display: inline;
}


p.sphere {
	margin-left: 0;
	width: 450px;
	margin-top: 0;
	margin-bottom: 20px;
	font-style: italic;
}

table.sphere-tab {
	border: 1px solid #666;
	margin-bottom: 10px;
}

table.sphere-tab td {
	margin: 0 4px 0 2px;
	text-align: center;
}

table.sphere-tab tr {
	padding: 2px;

}

table.sphere-tab td {
	border-right: 1px solid #666;
}

table.sphere-tab td.left {
	text-align: left;
	padding: 3px 0 3px 7px;
}

table.sphere-tab tr.even {
	background: #d9d9d9;
}

table.sphere-tab td.bottom-text {
	padding: 5px;
	border-right: none;
	border-top: 1px solid #666;
	text-align: left;
	font-size: 90%;
}

table#programs {
	margin: 10px 0 10px 5px;
	color: #000;
}

table#programs td {
	border: none;
	padding: 3px;
	text-align: left;

}

hr {
	height: 1px;
	border: none;
	color: #d9d9d9;
	background: #d9d9d9;
}
