/*
      Created by Keith Donegan of Code-Sucks.com

	  E-Mail: Keithdonegan@gmail.com

	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

*/


html,body {
 margin:0;
 padding:0;
}
#bodytext {
color:#717B34;
}
#wrapper {
 margin: 0 auto;
 width: 770px;
}
#header {
 width: 770px;
 padding: 0px;
 height: 162px;
 margin: 0;
}
#navigation {
 width: 770px;
 height:29px;
 padding: 0px;
 margin: 0;
}
#maincontent {
 width: 770px;
 min-height:409px;
 background: url("images/watermark.jpg");
 background-repeat:no-repeat;
 margin: 0;
 padding: 10px;
}
#footer {
 width: 770px;
 height:20px;
 margin: 0;
 padding: 10px;
 font-size:9pt;
 text-align:center;
}

h1,h2,h3,h4,h5,h6 { color: #FFF; }
.testimonial { color: #FFF; font-style: italic; font-weight: bold; }
.testimonial {text-align:right;margin-bottom:28px;}
.listtext { letter-spacing: 1pt; }
li { letter-spacing: 1pt; padding-bottom: 10px; }
.faqheadline { color: #FFF; font-size: 1.1em; font-weight: bold; }
a:link, a:visited{
color:#00CCCC;
text-decoration:underline;
}
a:hover,a:visited:hover{
color:#FFD;
text-decoration:none;
}
.footerlink {
color:#E8EBCC;text-decoration:none;
}
.white {
color:#FFF;
}

.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; }
*/

.photoBorder{
  border: 1px solid #E6E9CC;
  padding: 4px;
}
.brd {
border:solid 3px #E6E9CC;
}

.centertext {
text-align:center;
}

.leftAlign {
float:left;
margin-right:10px;
margin-bottom:5px;
}

.rightAlign {
float:right;
margin-left:10px;
margin-bottom:5px;
}

.leftDiv {
float:left;
width:50%;
}

.rightDIV {
float:right;
width:50%;
}

.nl {font-size: 23px;font-weight: bold;background-color: #E8EBCC;}
.nl a:link,.nl a:visited{color:#000000;text-decoration:none;}
.nl a:hover,.nl a:active{color:#000066;text-decoration:none;}

.fr{float:right;margin-left:10px;margin-bottom:5px}
.fl{float:left;margin-right:10px;margin-bottom:5px}


.faqbackground{background-color:#717B34;}
.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;}

.ui-tabs-panel *{color:#444;}

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; }


