@charset "UTF-8";
/* CSS Document */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*------------------------------
Basic overall styles
------------------------------*/


body, html { /* define overall type style here */
	font-family: Arial, Helvetica, sans-serif;
	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 #wrapper */
	background-color: #a59990;
	background-image: url(../_img/_bg/bg-pattern.gif);
}

h1, h2, h3, h4, h5, h6, ol, li, ul, p, table, th, td, caption, a {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*------------------------------
	background divs 
-------------------------------*/
div, div div, div div div {
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	text-align: left;
	width: 824px;
}

#doc {/* defines main page width  */
	width: 824px;
}

#bdHome {/* contains the side and content on home page - used to include a background behind the both of them */
	width: 824px;
	background: transparent url(../_img/_bg/bg-bdHome.gif) repeat-y;
}

#bd {/* contains the side and content - used to include a background behind the both of them */
	width: 824px;
	background: transparent url(../_img/_bg/bg-bd.jpg) repeat-y;
	float: none;
	margin: 0px;
	padding: 0px;
}

#bdCap {/* title image area for interior pages */
	width: 704px;
	padding-left: 120px;
}


/*------------------------------
	header divs 
-------------------------------*/

#header {/* background header image  */
	height: 134px;
	width: 824px;
	background-image: url(../_img/_bg/bg-header.gif);
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	}
	
#logo { /* Insert logo as image in the html. Allows logo to be clickable.  */
	height: 69px;
	width: 400px;
	float: left;
	padding-top: 55px;
	padding-left: 12px;
	}
	
#address { /* Insert address as image in the html. Allows logo to be clickable.  */
	height: 58px;
	width: 221px;
	float: right;
	padding-top: 66px;
	padding-right: 36px;
	}
	

/*------------------------------
	Main nav 
-------------------------------*/
	
#mainNavHome { /* background of nav */
	background-repeat: no-repeat;
	background-image: url(../_img/nav-barHome.gif);
	height: 28px;
	width: 714px;
	padding-top: 10px;
	padding-left: 110px;
	}


#mainNav { /* background of nav */
	background-repeat: no-repeat;
	background-image: url(../_img/nav-bar.gif);
	height: 40px;
	width: 714px;
	padding-top: 10px;
	padding-left: 110px;
	}

#mainNavShadow { /* bottom bit of nav bar */
	background-repeat: no-repeat;
	background-image: url(../_img/nav-bar-shadow.gif);
	width: 824px;
	}
	
	
/*------------------------------
	HOME PAGE styles (only on home page) 
-------------------------------*/

#titleHome {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	width: 410px;
	padding-bottom: 20px;
}

#contentHome {
	width: 390px;
	margin-left: 400px;
	margin-right: 20px;
}

#contentHome h1 {
	font-family: Archer, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #660033;
}

#contentHome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #564B42;
}

#contentHome ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 11px;
	list-style-type: circle;
	color: #695c50;
}

#contentHome ul li{
	list-style-type: disc;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
	
#sidebarHomeLeft {
	width:370px;
	height: 650px;
	float: left;
	padding-left: 12px;
}
	
#sidebarHomeText {
	background-repeat: no-repeat;
	background-image: url(../_img/_bg/bg-sidebarHomeText.jpg);
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	width: 350px;
	margin: 0px;
}

#sidebarHomeFooter {
	padding-top: 10px;
	width: 350px;
}

#sidebarHomeFooter p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #564B42;
	font-style: italic;
	margin-bottom: 5px;
}

.nameHome{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-bottom: 0px;
	line-height: 1.25em;
	color: #660033;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-bottom: 3px;
}

.designationHome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 1.35em;
	color: #660033;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.img-physios{
	float:left;
	margin-top: 3px;
}
	
	
/*------------------------------
	Content - INTERIOR PAGES also contains main type styles 
-------------------------------*/

#content {
	/* keep IE 3px bug in mind*/
	width: 375px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 115px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#content h1 {
	font-family: Archer, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #660033;
	line-height: 1.25em;
}

#content h2 {
	font-family: Archer, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #660033;
	line-height: 1.25em;
}

#content h3 {
	font-family: Archer, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #660033;
	line-height: 1.25em;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #564B42;
	padding-bottom: 15px;
}

#content a {
	text-decoration:none;
	color:#660033;
}

#content a:hover {
	text-decoration:underline;
	color: #990033;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: circle;
	color: #564B42;
}

#content ul li{
	list-style-type: disc;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

#content label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #564B42;
}

#sidebarRight {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	float: right;
	width: 257px;
}

#therapists {
	padding-bottom: 20px;
	width: 375px;
}

.designation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: normal;
}

.note {
	font-size: 10px;
}

.floatright{
	float:right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.floatleft{
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img-sidebarRight {
	margin-bottom: 20px;
}


/*------------------------------
	Footer
-------------------------------*/

#footer {
	height: 24px;
	width: 824px; /* needed for short content */
	background-image: url(../_img/_bg/bg-footer.gif);
	background-repeat: no-repeat;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #695c50;
	text-align: right;
	margin: 0px;
	padding-right: 12px;
	padding-top: 6px;
}

#footer a {
	color: #695c50;
	text-decoration: none;
}

#footer a:hover {
	color: #4F453C;
	text-decoration: underline;
}
