@charset "UTF-8";

 
body  {
	background: #FFFFFF;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1  {
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p  {
	font-size:0.8em;
}

h2 {
	font-size: 0.9em;
	text-transform: uppercase;
}


a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



#container {
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
} 

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #66ccff;
}
#locations p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 1px;
font: normal .8em trebuchet;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #66ccff;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: black;
	color: #999;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

#navigation {
	height: 200px;
	width: 150px;
}



#sidebar1  {
	width:170px;
	text-align:left;
	margin-top: 25px;
	background-color: #1A93DD;
	float: left;
	margin-bottom: 150px;
}



#sidebar1 ul  {
	list-style: none;
	margin-left: 15px;
	margin-bottom: 25px;
	padding: 0px;
}


#sidebar1  li  {
	color: #FFF;
	font-size: .9em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

#sidebar1  li a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-left: 4px;
	background-image: url(images/navButtonbg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	font-weight: bold;
}



#sidebar1 ul li a:hover,#sidebar1 ul li a:active

{
	color: #FFF;
	background: #66ccff
}

#sidebar1 ul li a.current, #sidebar1 ul li a.current:hover

{
	color: #000;
	cursor: default;
	background-color: #;
}
#header {
	background: none;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}




#mainContent {
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	width: 500px;
	float: left;
} 
#mainContent p {
	font-size: 0.8em;
}
#mainContent ul a{
	display: inline-block;
	width: 110px;
	float: left;
	font-size: 0.7em;
	text-transform: uppercase;
	height: 25px;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 5px;
	vertical-align: middle;
	padding-top: 10px;
	background-color: #1A93DD;
	color: #FFF;
	font-weight: bold;
}
#mainContent ul a:hover {
	background-color: #83C8F1;
	color: #000;
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent td {
	vertical-align: top;
}
#rightSidebar {
	float: right;
	width: 205px;
	height: 580px;
	margin-top: 25px;
	padding-left: 15px;
	margin-bottom: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #333;
}
#rightSidebar a {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}

#rightSidebar a:hover {
	color: #666;	
}

#arthritis,#backAche, #sportsInjuries, #whiplash {
	width: 190px;
	height: 73px;
	margin-bottom: 20px;
}

#arthritis  {
	background-image: url(images/FOarthritis1.png);
	width: 190px;
	background-repeat: no-repeat;
	height: 73px;
}
#backAche {
	background-image: url(images/backAche.png);
	width: 190px;
	background-repeat: no-repeat;
	height: 73px;
}
#sportsInjuries {
	background-image: url(images/sportsInjuries.png);
	width: 190px;
	background-repeat: no-repeat;
	height: 73px;
}
#whiplash {
	background-image: url(images/whiplash.png);
	width: 190px;
	background-repeat: no-repeat;
	height: 73px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
#logo {
	float: right;
	width: 375px;
	margin-right: 25px;
	margin-top: 25px;
	text-align: center;
	height: 380px;
	margin-bottom: 25px;
	margin-left: 25px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #666;
}
.rsbLink {
	text-align: center;
	text-transform: uppercase;
	padding-top: 52px;
}



.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

#biogs {
}
#biogs h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
#biogs p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#timesandprices {
	margin-left: 250px;
	margin-top: 30px;
}
#timesandprices table tr h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#timesandprices td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#timesandprices  p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#timesandprices h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-top: 10px;
}

#locations {
	margin-left: 250px;
	margin-top: 30px;
}

#locations  p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#locations h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-top: 10px;
}

#footer {
	padding: 0 10px;
	text-align: right;
	background-color: #1A93DD;
} 
#footer p {
	margin: 0;
	padding: 10px 0; }
#footerPF {
	padding: 0 10px;
	text-align: right;
	background-color: #64C320;
}
#footerPF p {
	margin: 0;
	padding: 10px 0;
}

