@charset "utf-8";
/* Site-wide Elements */
@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('gothic-webfont.eot');
	src: local('☺'), url('gothic-webfont.woff') format('woff'), url('gothic-webfont.ttf') format('truetype'), url('gothic-webfont.svg#webfontXLpRtZLW') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 100% "Times New Roman", Times, serif;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #636363;
}
#header {
	width: 864px;
	height: 192px;
	margin: 0 auto;
	padding: 72px 72px 0 72px;
	background: url(../images/header_bg.png) #f3f3f3 no-repeat;
}
#header_img {
	width: 864px;
	height: 192px;
	position: relative;
	background: url(../images/header_img.png) #f3f3f3 no-repeat;
}
#header_img h1 {
	width: 529px;
	height: 32px;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 48px;
	background: url(../images/valley_rehabilitation_logo.png);
}
#header_img h2 {
	width: 261px;
	height: 30px;
	margin: 0;
	position: absolute;
	top: 80px;
	left: 48px;
	background: url(../images/physical_therapy.png);
}
#header_img ul {
	margin: 0;
	margin-left: -17px;
	padding: 0;
	position: absolute;
	top: 144px;
	left: 48px;
}
#header_img ul li {
	float: left;
	list-style: none;
	font: 1.25em 'CenturyGothicRegular', sans-serif;
	letter-spacing: .05em;
	padding: 12px 17px 11px 17px;
	cursor: pointer;
}
#header_img ul a {
	color: #636363;
	text-decoration: none;
}
#arrow {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 182px;
	left: 1px;
	background: url(../images/arrow.png);
}
#arrow_hover {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 182px;
	left: 1px;
	background: url(../images/arrow_hover.png);
}
#body {
	width: 864px;
	margin: 0 auto;
	padding: 48px 72px;
	background: url(../images/body_bg.png) #f3f3f3 repeat-y;
	overflow: hidden;
}
#footer {
	width: 864px;
	height: 120px;
	margin: 0 auto;
	padding: 0 72px 72px 72px;
	background: url(../images/footer_bg.png) #f3f3f3 no-repeat;
}
#footer_img {
	width: 864px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	background: url(../images/footer_img.png);
	text-align: right;
}
#footer_img a{
	color: #636363;
}
#footer_img a:hover{
	color: #464646;
}
#footer .copyright {
	position: absolute;
	top: 78px;
	left: 128px;
}
#footer .contact {
	position: absolute;
	margin-top: 0;
	top: 0px;
	left: 550px;
	color: #636363;
}
/* Home */

#promo {
	width: 864px;
	height: 336px;
	padding-bottom: 48px;
	background: url(../images/promo_bg.png) no-repeat;
}
#buttons {
	width: 864px;
	height: 192px;
	padding-bottom: 48px;
}
#buttons img {
	float: left;
	margin-right: 24px;
	border: none;
}
#update {
	text-align: left;
}
#update img {
	float: right;
}
#update ul {
	margin: 0;
}
#update h1 {
	font: 1.75em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	margin: 0;
}
.title {
	margin-left: 24px;
	list-style-image: url(../images/blue_arrow_down.png);
}
.date {
	font: 1.25em 'CenturyGothicRegular', sans-serif;
	color: #636363;
	margin-left: 48px;
	list-style-image: url(../images/gray_arrow_right.png);
}
.post {
	font: 1em "Times New Roman", Times, serif;
	color: #636363;
	margin: 16px 0 0 64px;
	padding: 0 64px 0 12px;
	list-style-type: none;
	border-left: 2px solid #8db4eb;
}
/* About Us */
.bio {
	margin-top: 48px;
}
.left_column {
	width: 272px;
	float: left;
}
.left_column img {
	margin-bottom: 24px;
}
.right_column {
	width: 568px;
	padding-left: 24px;
	float: left;
	text-align: left;
}
.clear {
	clear: both;
}
#ken_bio {
	width: 224px;
	height: 328px;
	padding: 48px 24px 0 24px;
	background: url(../images/ken_bio.png);
}
#kimberly_bio {
	width: 224px;
	height: 328px;
	padding: 48px 24px 0 24px;
	background: url(../images/kimberly_bio.png);
}
.right_column ul {
	margin: 0 0 48px 0;
	padding: 0;
}
.right_column ul li {
	height: 18px;
	padding-bottom: 4px;
	list-style-image: url(../images/gray_arrow_right.png);
	margin: 0 0 0 48px;
	font-size: 1.15em;
}
.right_column h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
	

/* Services */

.services h2 {
	text-align: center;
	padding-top: 24px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
}
.services ul {
	margin: 0;
	padding: 0;
}
.services li {
	list-style: none;
	font-style: italic;
}
.services button {
	width: 180px;
	height: 27px;
	margin: 48px auto;
	display: block;
	border: none;
	background: url(../images/read_success_stories.png);
}
.services button:hover {
	width: 180px;
	height: 27px;
	margin: 48px auto;
	display: block;
	border: none;
	cursor: pointer;
	background: url(../images/read_success_stories_hover.png);
}
.stories p {
	text-align: left;
	margin-left: 24px;
	padding: 0 24px;
	border-left: 2px solid #8db4eb;
}
.stories h2 {
	text-align: left;
	margin-left: 48px;
	margin-bottom: 48px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
}


/* Patient Center */

#body.patient_center {
	padding-top: 96px;
	text-align: left;
}
ul#new_patient_forms  {
	margin: 0 0 48px 0;
	padding: 0;
	float: left;
}
ul#new_patient_forms  li {
	height: 28px;
	padding-bottom: 4px;
	list-style-image: url(../images/gray_arrow_right.png);
	margin: 0 0 0 48px;
	font: 1.15em 'CenturyGothicRegular', sans-serif;
}
#new_patient_forms h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
ul#new_patient_forms li a {
	display: inline-block;
	float: right;
	width: 98px;
	height: 26px;
	background:url(../images/download.png);
}
ul#new_patient_forms li a:hover {
	display: inline-block;
	float: right;
	width: 98px;
	height: 26px;
	background:url(../images/download_hover.png);
}
img.red {
	float: right;
	border: 1px solid #636363;
}
ul#faq {
	clear: both;
	margin: 0 0 48px 0;
	padding: 0;
}
ul#faq  li {
	padding-bottom: 4px;
	list-style-image: url(../images/gray_arrow_right.png);
	margin: 0 0 0 48px;
	font: 1.15em 'CenturyGothicRegular', sans-serif;
	line-height: 28px;
}
#faq h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
.menu_head {
	cursor: pointer;
}
.menu_head:hover {
	text-decoration: underline;
}
li.menu_body {
	font: 1.15em "Times New Roman", Times, sans-serif !important;
	list-style: none !important;
	line-height: 28px !important;
	border-left: 2px solid #8db4eb;
	padding-left: 24px;
	color: #636363;
}
#insurance h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
#insurance table {
	margin: 8px 0 0 18px;
}
/* Locations */
 	
iframe {
		border: 1px solid #636363;
		margin: 24px 0;
}

#left {
	float: left;
	margin-right: 100px;
	text-align: left;
	margin-top: 48px;
}
#right {
	float: left;
	text-align: left;
	margin-top: 48px;
}
#left ul{
	clear: both;
	margin: 0 0 24px 0;
	padding: 0;
}
#left ul  li {
	padding-bottom: 4px;
	list-style-image: url(../images/gray_arrow_right.png);
	margin: 0 0 0 48px;
	font: 1.15em "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
}
#left h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
#right ul{
	clear: both;
	margin: 0 0 24px 0;
	padding: 0;
}
#right ul  li {
	padding-bottom: 4px;
	list-style-image: url(../images/gray_arrow_right.png);
	margin: 0 0 0 48px;
	font: 1.15em "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
}
#right h2 {
	margin: 0 0 0 8px;
	font: 1.5em 'CenturyGothicRegular', sans-serif;
	color: #8db4eb;
	display: inline;
}
#right a {
	color: #636363;
}
#right a:hover {
	text-decoration:underline;
	color: #464646;
}
/* Contact */
#inquiry {
	width: 248px;
	height: 316px;
	padding: 60px 12px 0;
	background: url('../images/inquiry.png') no-repeat;
}
#inquiry input {
	width: 246px;
	border: 1px solid #636363;
}
#inquiry textarea {
	width: 246px;
	height: 48px;
	border: 1px solid #636363;
}
#inquiry p {
	padding: 0;
	margin: 10px 0 4px 0;
	font: 1em 'CenturyGothicRegular', sans-serif;
}
#inquiry button {
	width: 68px;
	height: 27px;
	border: none;
	float: right;
	margin-top: 18px;
	background:url(../images/submit.png);
}
#inquiry button:hover {
	width: 68px;
	height: 27px;
	border: none;
	float: right;
	margin-top: 18px;
	background:url(../images/submit_hover.png);
	cursor: pointer;
}
/* Update */
.update {
	text-align: left;
}

.update h2 {
	font: 1.15em 'CenturyGothicRegular', sans-serif;
	margin-bottom: 2px;
	color: #8db4eb;
}
.update input {
	width: 480px;
	border: 1px solid #636363;
}
.update textarea {
	width: 864px;
	height: 180px;
	border: 1px solid #636363;
}
.update button {
	float: left;
	margin: 12px;
	cursor: pointer;
}
.update .submit {
	width: 68px;
	height: 27px;
	background: url(../images/submit.png);
	border: none;
}
.update .submit:hover {
	width: 68px;
	height: 27px;
	background: url(../images/submit_hover.png);
	border: none;
}
.update .reset {
	width: 68px;
	height: 27px;
	background: url(../images/reset.png);
	border: none;
}
.update .reset:hover {
	width: 68px;
	height: 27px;
	background: url(../images/reset_hover.png);
	border: none;
}
#empty {
	padding: 72px;
}
#empty a {
	color: #636363;
}
#empty a:hover {
	color: #464646;
}

	
/* Text */
h3 {
	font-size: 1.15em;
	font-weight: normal;
	margin: 24px 0 0 0;
}
.quote {
	margin: 24px 0 24px 0;
	font-size: .8em;
	font-style: italic;
	text-align: justify;
}
.signature {
	text-align: left;
}
div.preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
a {
	color: #636363;
}

a:hover {
	color: #464646;
}