@charset "UTF-8";
/*/Global/*/
h1, h2, h3, h4, h5, h6, a{
color:#474431;
padding:0px;
}
a {
text-decoration:none;
}
p {
padding:10px 0px;
text-align:justify;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#f9f9f1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
 #hdr-wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#content-wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header { 
	margin:0px;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#nav_448053 {
	float:right;	
	margin:10px 0px;
	padding:0px;
}
#nav_448053 li {
	display:inline;
	margin:0px;
	padding:10px;
	font-size:12px;
	color:#ededd4;
	text-decoration:none;
	border-right:1px solid #ededd4;
}
.last {
border:none!important;
}
#nav_448053 li a {
	color:#ededd4;
}
#nav_448053 a:hover {
text-decoration:underline;
}
.hdr_float {
float:left;
padding:0px;
vertical-align:bottom;
}
#desc {
margin:25px 0px 0px 0px;
font-size:34px;
color:#b1b0a7;
}

 #mainContent { 
	margin: 10px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {border: none}

#outer {
background-color:#ededd4;
}
#container-outer {
background-color:#474431;
margin:0px 0px 10px 0px;
height:50px;
padding:0px;
}

/*////Home Page///*/
#leftbox {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	margin-right: 16px;
}
#leftbox h3, p {
	font-size:12px!important;
	padding:0px 5px;
}
#rightbox {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;

}
#rightbox h3, p {
	font-size:12px!important;
	padding:0px 5px;
}
#middlebox { 
	float:left;
	width:244px;
	margin-right: 16px;
} 
#middlebox h3, p {
	font-size:12px!important;
	padding:0px 5px;
}

.whiteborder {
border: 10px solid #FFFFFF;
}
/*////Staff Page///*/
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 100px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
font-
}
#badges ul {
padding:0px;
margin:0px;
}

#badges li {
list-style-type:none;
padding:10px 0px;
display:inline;
}

#badges img {
padding-right:5px;
}
#badges a {
color:#000;
padding:0px;
}
ul#twitter_update_list {
padding:10px;
margin:0px;
list-style-type:none;
font-size:12px;
border: 5px solid #ededd4;
}
ul#twitter_update_list a {
color:#006666;
}
ul#twitter_update_list li {
margin:0 0 10px;
}
#staff ul {
margin:0px;
padding:0px;
float:right;
}

#staff li {
display:inline;
padding:0px;
}

#staff li img {
border: 5px solid #FFF;
}
.padme {
padding:0px 10px 10px 10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	background-color:#ebeace;
} 
 #mainContent-staff { 
	margin: 10px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
h1.staff {
font-size:1.5em;
padding:10px 0px;
}
h4.twitter {
font-size:.9em;
}
#mainContent-staff p{
padding:0px;
text-align:justify;
font-size:.8em;
}
img.borders {
border:2px solid #fff;
}
/*//blog//*/
.post-title {
font-size:1em;
}
dl {
padding:0px;
margin:0px;
}
dd {
list-style-type:none;
padding:0px;
color:#000000;
}
dt {
padding:0px;
color:#000000;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
margin:0px;
padding:0px;
} 
li {
padding:5px 0px;
text-align:left;
list-style-type:none;
color:#000000;
}
/*//Rehab Treament//*/
.rehab {
font-size:1em!important;
font-weight:bold;
}
/*location*/
#maps ul {
padding:0px;
margin:0px:
}
#maps li {
display:inline;
}
input {
width:400px;
height:40px;
font-size:1.5em;
}
/*//Get Help*/
#sidebar {
float:right;
width:270px;
}
textarea {
width:400px;
min-height:200px;
font-size:1.5em;
}
.bigger-text {
font-size:18px!important;
}
.normal {
width:auto;
height:auto;
float:right;
clear:both;
}

.locations {
width: 300px;
}

/* Home Page Blog Truncation */

.read-more, .re-collapse {
display: block;
margin-bottom: 20px;
}

/* Home Page Blog */


.blog-head {
	margin: 10px 0 5px;
}

.blog-head-top {
	height: 65px;
	margin-bottom: 5px;
}

.blog-head-left {
	height: 60px;
	width: 60px;
	margin-right: 10px;
	text-indent: -9999px;
	border: 2px solid #474431;
	float: left;
}

.blog-head .Patel {
	background: url(../images/blog/drpatel.jpg) no-repeat scroll 0 0 transparent;
}

.blog-head .Chad {
	background: url(../images/blog/drchad.jpg) no-repeat scroll 0 0 transparent;
}

.blog-head-right {
	width: 430px;
	margin: 0;
	float: left;
	display: inline;
}

.post-title {
	font-size: 18px;
	margin: 10px 0 1px 0;
	padding: 0;
}

.post-details {
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
}
