body {
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center bottom;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #245D9C;
}
a:visited {
	color: #F16328;
	font-weight: bold;
}
a:hover {
	color: #E51E23;
	font-weight: bold;
}
a:active {
	color: #00A9E9;
	font-weight: bold;
}

#top {
	height: 150px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #245d9c;
}
#top_container {
	width: 925px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background-image: url(../assets/bounce_trails.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
}
#logo {
	width: 220px;
	float: left;
	text-align: center;
}
#labels_container {
	float: left;
	width: 705px;
}
#cim_text {
	text-align: center;
}
#therapy_text {
	text-align: center;
}
#buttons {
	width: 590px;
	position: absolute;
	z-index: 54;
	top: -5px;
	left: 312px;
}

#home {
	height: 74px;
	width: 74px;
	position: absolute;
	z-index: 55;
	top: 110px;
}
#disciplines {
	height: 73px;
	width: 125px;
	position: absolute;
	z-index: 55;
	top: 125px;
	left: 98px;
}
#therapists {
	height: 68px;
	width: 128px;
	position: absolute;
	z-index: 55;
	top: 110px;
	left: 228px;
}
#directions {
	height: 72px;
	width: 119px;
	position: absolute;
	top: 120px;
	left: 364px;
	z-index: 55;
}
#contact {
	height: 69px;
	width: 99px;
	position: absolute;
	top: 110px;
	left: 510px;
	z-index: 55;
}








#container {
	width: 925px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	z-index: 2;
}
#pic_column {
	float: left;
	width: 210px;
	padding: 5px;
	z-index: 2;
}
#pic_one {
	height: 160px;
	width: 160px;
	margin-bottom: 15px;
}
#pic_two {
	height: 163px;
	width: 163px;
	margin-left: 40px;
	margin-bottom: 15px;
}
#pic_three {
	height: 163px;
	width: 163px;
}


#content_container {
	float: left;
	width: 705px;
	z-index: 2;
}
#content_area {
	width: 695px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	z-index: 2;
	line-height: 16px;
}
#bullet_list_holder {
	width: 450px;
	clear: both;
	margin-left: 40px;
}
#left {
	float: left;
	width: 225px;
}

#left ul {
	line-height: 26px;
}
#right {
	float: right;
	width: 225px;
}

#right ul {
	line-height: 26px;
}
#map_container {
	height: 451px;
	width: 446px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#address_container {
	text-align: center;
}
#map_links {
	text-align: center;
}
li.redbullet {
	list-style-image: url(../assets/redbullet.gif);
}
li.redbullet_distance {
	list-style-image: url(../assets/redbullet.gif);
	margin-bottom: 20px;
}
li.orangebullet {
	list-style-image: url(../assets/orangebullet.gif);
}
li.orangebullet_distance {
	list-style-image: url(../assets/orangebullet.gif);
	margin-bottom: 20px;
}
li.yellowbullet {
	list-style-image: url(../assets/yellowbullet.gif);
}
li.yellowbullet_distance {
	list-style-image: url(../assets/yellowbullet.gif);
	margin-bottom: 20px;
}
li.greenbullet {
	list-style-image: url(../assets/greenbullet.gif);
}
li.greenbullet_distance {
	list-style-image: url(../assets/greenbullet.gif);
	margin-bottom: 20px;
}
li.bluebullet {
	list-style-image: url(../assets/bluebullet.gif);
}
li.bluebullet_distance {
	list-style-image: url(../assets/bluebullet.gif);
	margin-bottom: 20px;
}
li.purplebullet {
	list-style-image: url(../assets/purplebullet.gif);
}
li.purplebullet_distance {
	list-style-image: url(../assets/purplebullet.gif);
	margin-bottom: 20px;
}
#therapist_pic {
	margin-right: 10px;
	margin-bottom: 75px;
}
.pic_padding_left {
	margin-left: 10px;
}
.pic_padding_right {
	margin-right: 10px;
}
.narrow_type {
	letter-spacing: -0.5pt;
}


.directions_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #245D9C;
	font-size: 12pt;
}
#directions_list_north {
	font-size: 10pt;
	line-height: 20px;
	margin-top: 10px;
}
#directions_list_north li {
	list-style-image: url(../assets/arrowd.gif);
	margin-top: 5px;
}
#directions_list_south {
	font-size: 10pt;
	line-height: 20px;
	margin-top: 10px;
}
#directions_list_south li {
	list-style-image: url(../assets/arrowd.gif);
	margin-top: 5px;
}
input[type="text"] {
	background-color: #CFC;
	border: 1px solid #245D9C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="text"]:hover {
	background-color: #9FC;
	border: 1px solid #60F;
	padding: 5px;
}
input[type="text"]:focus {
	background-color: #FFF;
	border: 1px solid #00ACEB;
	padding: 5px;
}
textarea {
	background-color: #CFC;
	border: 1px solid #245D9C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea:hover {
	background-color: #9FC;
	border: 1px solid #60F;
	padding: 5px;
}
textarea:focus {
	background-color: #FFF;
	border: 1px solid #00ACEB;
	padding: 5px;
}
input[type="submit"] {
	background-color: #245D9C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input[type="submit"]:hover {
	background-color: #60F;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input[type="submit"]:focus {
	background-color: #00ADEE;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	width: 695px;
	line-height: 14pt;
	text-align: center;
	z-index: 2;
	clear: both;
}
#secondary_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	z-index: 2;
	padding-top: 10px;
}
#orange_hand {
	background-image: url(../assets/orange_hand.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
	width: 352px;
	position: absolute;
	z-index: 1;
	left: 22%;
	top: 40%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#blue_hand {
	background-image: url(../assets/blue_hand.png);
	height: 384px;
	width: 341px;
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 55%;
}
