body {
margin:0;
background:url('images/side1.jpg') repeat-x #ddd5c7;
}
table{border-collapse:collapse;border-spacing:0;}
body,td,.bottom {font-family:trebuchet ms,arial,sans-serif;color:#222021;text-align:justify;}
h1,h2,h3,h4,h5,h6 { color: #022D58; }
.testimonial { color: #022D58; font-style: italic; font-weight: bold }
.testimonial {text-align:right;margin-bottom:28px;}
.listtext {  }
li { padding-bottom: 10px }
.faqheadline { color: #022D58; font-size: 1.1em; font-weight: bold }
a:link, a:visited, a:active { color: #CC0000;outline:none; }
a:hover,a:active:hover       { color: #000065; text-decoration: none;outline:none; }
.main {padding-left:20px;padding-right:80px;padding-top:5px;padding-bottom:12px;min-height:600px;}
.question {cursor: pointer; vertical-align:top;}
.faqAnswer{color:black;}
/* OPTION LINES TO CHANGE THE FORMATING FOR THE FIRST VIDEO LINK FROM THE FAQ PAGE */
/*
.video{color:black}
.video a:link,.video a:visited { color: #023924;outline:none; }
.video a:hover .video a:active{ color: #67A890; text-decoration: none;outline:none; }
*/

body{margin:0px;}

.brd{border:5px solid #022B57;}
.staff{margin:10px;margin-top:0px;margin-left:0px;float:left;border:3px solid #022B57;}
.staff2{border:solid 3px #022B57;}
.photoRight {float:right;margin-left:10px;margin-bottom:5px;border:5px solid #022B57;}
.photoRight2 {float:right;margin-left:10px;margin-bottom:5px;}
.grey {
color:#222021;
}

.footer {
font-size:8pt;
text-align:center;
padding-bottom:12px;
}
.fr {float:right;margin-left:10px;margin-bottom:5px;}

.faqbackground{background-color:#DDD5C8;}
.question a{padding-left:18px;text-decoration:none;}
.question a{background-image:url("http://www.ptclinic.com/site/plus.gif"); background-repeat:no-repeat; background-position:0px 4px;}
.questionOver a{background-image:url("http://www.ptclinic.com/site/minus.gif"); background-repeat:no-repeat; background-position:0px 4px;}
.colorlist{color:#020099;}
.normal{font-size:1em;font-weight:normal;color:#000;}
.imgfade{background-color:#9f9a8b}

/* multi-map styles */
.mapfloat {float:right;width:225px;height:140px;margin:12px 0 12px 12px;text-align:center;}
.multimap {border:2px solid black;width:225px;height:130px;float:right;margin-left:10px;margin-bottom:5px;}
.multimap div {max-width: 225px;}
.multimap div span {white-space: normal;}

.small {
font-size:8pt;
}

.box{margin:10px;border:3px solid #022B57;background:#FFF;}

.mbbrd1 {margin:3px;border:2px solid #022D58;}
.mbbrd2 {margin:3px;border:2px solid #022D58;}
img {border:0;}

a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }

/* tabs */


/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}



/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
