@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(images/background-fades.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	outline: none;
}
p {
	line-height: 1.5em;
	padding-bottom: .75em;
}
#container {
	height: 138px;
	width: 100%;
	background-image: url(images/background-fades-nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#page {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 138px;
	width: 970px;
	position: relative;
}
#the-point-logo {
	background-image: url(images/logo_thepoint.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000em;
	display: block;
	height: 80px;
	width: 395px;
	position: absolute;
	left: 20px;
	top: 13px;
	outline: none;
}
#locations {
	background-image: url(images/contact_locations.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 89px;
	width: 246px;
	position: absolute;
	top: 11px;
	right: 13px;
	text-indent: -10000em;
	list-style-type: none;
}
#content-container {
	float: left;
	width: 625px;
}
.page-heading {
	height: 87px;
}
.page-heading h2 {
	text-indent: -10000em;
}
#page-heading-index {
	background-image: url(images/page_headings/welcome.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
#page-heading-about {
	background-image: url(images/page_headings/about_us.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
#page-heading-programs {
	background-image: url(images/page_headings/programs.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
#page-heading-sports {
	background-image: url(images/page_headings/sport_med_rehab.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
	height: 140px;
}
#page-heading-visit {
	background-image: url(images/page_headings/your_first_visit.gif);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
#page-heading-locations {
	background-image: url(images/page_headings/locations.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
#page-heading-staff {
	background-image: url(images/page_headings/our_staff.png);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}
.content {
	width: 475px;
	padding-left: 150px;
	padding-bottom: 50px;
}
.content {
  min-height:575px;
  height:auto !important;
  height:575px;
}
.content img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content-welcome {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_7.jpg);
}
#content-about {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_5.jpg);
}
#content-programs {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_2.jpg);
}
#content-sports {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_1.jpg);
}
#content-visit {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_4.jpg);
}
#content-locations {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_3.jpg);
}
#content-staff {
	background-repeat: no-repeat;
	background-position: 7px top;
	background-image: url(people_images/left_sidebar_images/sidebar_6.jpg);
}
.pdf-locations  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right-column {
	float: right;
	width: 300px;
	padding-bottom: 50px;
}
#footer {
	clear: both;
	height: 100px;
	width: 970px;
}
#footer-nav {
	list-style-type: none;
	text-align: center;
}
#footer-nav li {
	display: inline;
}
#footer-nav a {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	padding-right: 20px;
	padding-left: 20px;
}
#footer-nav a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 0.75em;
	text-align: center;
	padding-top: 2em;
	color: #999999;
}
#design_by {
	font-size: 0.65em;
	text-align: right;
	padding-right: 155px;
}
#design_by a {
	color: #DDDDDD;
	text-decoration: none;
}
#design_by a:hover {
	text-decoration: underline;
}
#design_by a:visited {
	color: #DDDDDD;
}
